Data access using the Modbus RTU protocol
45
isoRW425_D00052_03_M_XXEN / 02.2017
7.1.2 Answer of the ISOMETER® to the master
7.2 Write Modbus register (parameter setting)
Registers in the device can be modified with the Modbus command 0x10 (set
multiple registers). Parameter registers are available from address 3000. The
content of the register is listed in the table on Page 48 .
7.2.1 Command of the master to the ISOMETER®
In this example, in the ISOMETER® with address 3 the content of the register
address 3003 is set to 2.
Byte Name Example
Byte 0 ISOMETER® Modbus address 0x03
Byte 1 Function code 0x03
Byte 2 Number of data bytes 0x02
Byte 3, 4 Data 0x0047
Byte 7, 8 CRC16 Checksum 0x81B6
Byte Name Example
Byte 0 ISOMETER® Modbus address 0x03
Byte 1 Function code 0x10
Byte 2, 3 Start register 0x0BBB
Byte 4, 5 Number of registers 0x0001
Byte 6 Number of data bytes 0x02
Byte 7, 8 Data 0x0002
Byte 9, 10 CRC16 Checksum 0x9F7A