NodesIo
Modbus Client Write
Slot Usage: 0
| Parent Node |
|---|
| Modbus Client Initialization |
Overview
Modbus Client Write node writes values to a Modbus device using a configured setup tool.
Input
Setup Tool
requiredReference to Modbus Client Initialization containing the active connection settings.
Modbus Write Args
object requiredWrite operation payload, including function code, target address, and value(s) to write.
Use values and data types that match the device register specification.
Number of Write Attempts
integer advancedMaximum retry attempts for this write call before returning an error.
Wait for Completion
boolean advancedIf enabled, flow waits until the device acknowledges the write.
Disable for asynchronous behavior when downstream steps do not depend on immediate write confirmation.
Output
Is Pending
booleantrue while async write is still running.
Response Code
integerResponse code from Modbus operation.