# How to write multiple data to Modbus Server efficiently?

**URL:** https://discourse.nodered.org/t/how-to-write-multiple-data-to-modbus-server-efficiently/93212
**Category:** General
**Tags:** modbus
**Created:** [18 November 2024 03:36 UTC](https://discourse.nodered.org/t/how-to-write-multiple-data-to-modbus-server-efficiently/93212 "2024-11-18T03:36:34Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [18 November 2024 08:42 UTC](https://discourse.nodered.org/t/how-to-write-multiple-data-to-modbus-server-efficiently/93212/2 "2024-11-18T08:42:50Z")

</div>

Does the fact that you ask this mean that you have solved your [previous post](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)? If so then please mark a post there as a solution or post what the solution was.

In the previous post you were reading from multiple devices. If you are still doing that then you must do them as separate transactions. If you want to read or write multiple registers to the same device then you may be able to read/write a block of registers.

---

_[View the full topic](https://discourse.nodered.org/t/how-to-write-multiple-data-to-modbus-server-efficiently/93212)._
