Writes registers to write starting at starting address to the device holding registers.
![]() |
Modbus slave in can accept any Modbus slave instance. |
||||||
![]() |
starting address defines the initial address used for the read or write operation. The Modbus specification defines this address as being 1-indexed. This library implementation uses 0-indexed addresses. |
||||||
![]() |
registers to write defines the set of holding registers to be written to the device. These registers will be written to the device in a single atomic operation. A maximum of 123 registers can be written at once, due to size limitations of the Modbus protocol data unit. |
||||||
![]() |
error out contains error information. This output provides standard error out functionality.
|
||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
|
||||||
![]() |
Modbus slave out returns the Modbus slave instance provided as input. |