Modbus Plus X-Link Driver User’s Guide
4.1 Data Types and Lengths
The Modbus Plus Driver supports three
The Modbus Plus protocol does not support floating point. The driver will truncate any floating point numbers before transmission, and expand the integer numbers to floating point after retrieval when floating points are requested.
The type of Modbus Plus command that the driver generates depends on the address type specified.
The length of the data portion in a command is constrained by the Modbus Plus protocol. Mappings that are configured with the
Data Type | Maximum Size (bytes) | |
|
|
|
COIL | Read | 250 |
|
|
|
COIL | Write | 100 |
|
|
|
Registers | Read | 250 |
|
|
|
Registers | Write | 200 |
|
|
|
Global Data | Read/Write | 64 |
|
|
|
48