# Using the modbus-flex-getter node to read data from multiple devices at the same time can become laggy

**URL:** https://discourse.nodered.org/t/using-the-modbus-flex-getter-node-to-read-data-from-multiple-devices-at-the-same-time-can-become-laggy/93170
**Category:** General
**Tags:** modbus
**Created:** [15 November 2024 13:07 UTC](https://discourse.nodered.org/t/using-the-modbus-flex-getter-node-to-read-data-from-multiple-devices-at-the-same-time-can-become-laggy/93170 "2024-11-15T13:07:41Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [15 November 2024 14:36 UTC](https://discourse.nodered.org/t/using-the-modbus-flex-getter-node-to-read-data-from-multiple-devices-at-the-same-time-can-become-laggy/93170/4 "2024-11-15T14:36:33Z")

</div>

As I said, wire them up in series then you can make it go as fast as it will go without risk of overlapping comms. It is very easy, just use the response from the first modbus node to trigger the second function node.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/9/8/98d8e8cc378dfe6769e599d0e028754c5ecd225b.png)

If you are using rs485 then you may also have to allow a short time between the transactions for the bus to switch over. If so then insert a delay node in front of the second and third function nodes.

---

_[View the full topic](https://discourse.nodered.org/t/using-the-modbus-flex-getter-node-to-read-data-from-multiple-devices-at-the-same-time-can-become-laggy/93170)._
