Modbus TCP/IP Client Write
Client device writes data to server device register(s) over TCP/IP network
Libraries:
Raspberry Pi Blockset /
Network
Description
In the Modbus TCP/IP Client Write block, the client device writes data to the register(s) of the server device.
Raspberry Pi® Blockset 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.
Note
To generate code C/C++ code for this block, you must have an Embedded Coder® license.
Examples
Ports
Input
Parameters
Extended Capabilities
Version History
Introduced in R2021a
