Modbus TCP/IP Client Write
Client device writes data to server device register(s) over TCP/IP network
Since R2021a
Add-On Required: This feature requires the Simulink Support Package for Raspberry Pi Hardware add-on.
Libraries:
Simulink Support Package for Raspberry Pi Hardware /
Network
Description
In the Modbus TCP/IP Client Write block, the client device writes data to the register(s) of the server device.
Simulink® Support Package for Raspberry Pi® Hardware supports the Modbus® communication protocol over the TCP/IP network. The client and the server must be connected to the TCP/IP network for successful Modbus communication.
The client can perform either a read, write, or a read and write operation on the server register depending on the server register(s) type.
Register Type | Register Size | Operation Performed by Client |
---|---|---|
Coil | 1-bit | Read and Write |
Discrete Input | 1-bit | Read |
Holding Register | 16-bit | Read and Write |
Input Register | 16-bit | Read |
The client can perform either a read or a write operation (depending on the register type) on register(s) of a server device.
Ports
Input
Parameters
Version History
Introduced in R2021a