Bytes on the line (hexadecimal) |
Description |
|
Bytes on the line (hexadecimal) |
Description |
(silence for 3.5 bytes) |
Start of Modbus RTU frame |
(silence for 3.5 bytes) |
Start of Modbus RTU frame |
F0hex |
GMP25x address |
F0hex |
GMP25x address |
10hex |
Function (Write Multiple Registers) |
10hex |
Function (Write Multiple Registers) |
02hex |
Register address |
02hex |
Register address |
08hex |
08hex |
00hex |
Number of registers to write (2) |
00hex |
Number of 16-bit registers written (2) |
02hex |
02hex |
04hex |
Number of data bytes |
D4hex |
Modbus RTU checksum |
50hex |
Value for the first register (least significant word) |
93hex |
00hex |
(silence for 3.5 bytes) |
End of Modbus RTU frame |
44hex |
Value for the second register (most significant word) |
|
The response to a write function informs that the function was correctly received by the device. It does not guarantee that the
written value was accepted by the device (for example, in case of out-of-range values).
To verify that the value was really accepted by the device, read the register value after writing.
|
|
7Dhex |
0Ehex |
Modbus RTU checksum |
B7hex |
(silence for 3.5 bytes) |
End of Modbus RTU frame |