For test, simulation and programming.
Mark the cells to be formatted. Select one of the 28 display formats from the display menu.
The 16 Bit Modbus registers can be displayed in 4 different modes.
This combines 2 16 Bit Modbus registers. It can be displayed in 4 different word/byte orders.
Example:
Byte Order: Big-endian
The decimal number 123456789 or in hexadecimal 07 5B CD 15.
Order as they come over the wire in a Modbus message: 07 5B CD 15
This combines 2 16 Bit Modbus registers. It can be displayed in 4 different word/byte orders.
Example:
Byte Order: Big-endian
The decimal number 123456789 or in hexadecimal 07 5B CD 15.
Order as they come over the wire in a Modbus message: 07 5B CD 15
This combines 4 16 Bit Modbus registers. It can be displayed in 4 different word/byte orders.
Example:
Byte Order: Big-endian
The decimal number -1,234,567,890,123,456,789 or in hexadecimal EE DD EF 0B 82 16 7E EB.
Order as they come over the wire in a Modbus message: EE DD EF 0B 82 16 7E EB
This combines 4 16 Bit Modbus registers. It can be displayed in 4 different word/byte orders.
Example:
Byte Order: Big-endian
The decimal number 1,234,567,890,123,456,789 or in hexadecimal 11 22 10 F4 7D E9 81 15.
Order as they come over the wire in a Modbus message: 11 22 10 F4 7D E9 81 15
This combines 2 16 Bit Modbus registers. It can be displayed in 4 different word/byte orders.
Example:
Byte Order: Big-endian
The floating point number 123456.00 or in hexadecimal 47 F1 20 00.
Order as they come over the wire in a Modbus message: 47 F1 20 00
This combines 4 16 Bit Modbus registers. It can be displayed in 4 different word/byte orders.
Example:
Byte Order: Big-endian
The floating point number 123456789.00 or in hexadecimal 41 9D 6F 34 54 00 00 00.
Order as they come over the wire in a Modbus message: 41 9D 6F 34 54 00 00 00