Provides a simple function for defining the timeout of read and write operations on the bus. This function takes effect immediately, and will change the timeouts of any future operations using the instance returned by Modbus master out. Multiple timeout settings can be used simultaneously by forking the wire.
![]() |
Modbus master in can accept any Modbus master instance. |
||||||
![]() |
read operation timeout defines the timeout in ms of each read operation on the bus. A timeout of -1 will cause each operation to wait forever. |
||||||
![]() |
write operation timeout defines the timeout in ms of each write operation on the bus. A timeout of -1 will cause each operation to wait forever. |
||||||
![]() |
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 master out returns the Modbus master instance provided as input. |