# Struggling with Modbus RTU timing over TCP

**URL:** https://discourse.nodered.org/t/struggling-with-modbus-rtu-timing-over-tcp/101084
**Category:** General
**Tags:** modbus
**Created:** [20 May 2026 07:30 UTC](https://discourse.nodered.org/t/struggling-with-modbus-rtu-timing-over-tcp/101084 "2026-05-20T07:30:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Christopher.Scott](https://avatars.discourse-cdn.com/v4/letter/c/74df32/32.png) [@Christopher.Scott](https://discourse.nodered.org/u/Christopher.Scott)
#### Post date: [20 May 2026 07:30 UTC](https://discourse.nodered.org/t/struggling-with-modbus-rtu-timing-over-tcp/101084/1 "2026-05-20T07:30:45Z")

</div>

I'm trying to integrate a IoT-SS101 with my Node-RED setup. Does anyone have the correct JSON flow for handling the polling interval? Here is the device manual: [https://valtoris.com/wp-content/uploads/2025/11/1CH-RS232-485-422-ETH-V-User-Manual-EN.pdf](https://valtoris.com/wp-content/uploads/2025/11/1CH-RS232-485-422-ETH-V-User-Manual-EN.pdf)

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [21 May 2026 10:12 UTC](https://discourse.nodered.org/t/struggling-with-modbus-rtu-timing-over-tcp/101084/2 "2026-05-21T10:12:29Z")

</div>

Assuming i have the right product page, what you have is a "Serial server, Modbus Gateway, MQTT Gateway" so in theory, you could connect the serial server to 1) the end device (using modbus) and 2) an MQTT broker. That way, you get access to the end device via simple MQTT nodes (core node built in to Node-RED)

Personally, I would have just setup a local RPi (or industrial RPi) and run Node-RED on the edge (near the end device). That is far more flexible.

> [@Christopher.Scott](#):
>
> Does anyone have the correct JSON flow for handling the polling interval?

Polling registers from a Modbus device depends entirely on what you need, how many registers you are reading/writing and how frequently you need them. You first task should be to get a single successful register read/write.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [19 August 2026 10:12 UTC](https://discourse.nodered.org/t/struggling-with-modbus-rtu-timing-over-tcp/101084/3 "2026-08-19T10:12:31Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
