42
EASTRON SDM320Y User Manual
06-2018 V1.0
2018 EASTRON Electronic. All Rights Reserved. www.eastron.com.cn
02 = Low bytes of register number
90 = CRC Low byte of the parity code
27 = CRC High byte of the parity code
Back: 01 04 04 43 66 33 34 1B 38
, 01 = The modbus address of meter
04 = Function code
04 = The number of return data bytes
43 = Data, (high byte of high word)
66 = Data, (low bytes of high word)
33 = Data, (high bytes of low word)
34 = Data, (low byte of low word)
1B = CRC Low byte of the parity code
38 = CRC High byte of the parity code
Note: 43 66 33 34(Hex) = 230.2 (Floating point)
2. Read hold register
For example: Read "pulse 1 output width"
Send: 01 03 00 0C 00 02 04 08
, 01 = The modbus address of meter
03 = Function code
00 = High byte of register start address
0C = Low byte of register start address
00 = High bytes of register number
02 = Low bytes of register number
04 = CRC Low byte of the parity code
08 = CRC High byte of the parity code
Back: 01 03 04 42 C8 00 00 6F B5
, 01 = The modbus address of meter
03 = Function code
04= The number of return data bytes
42 = Data, (high byte of high word)
C8 = Data, (low bytes of high word)
00 = Data, (high bytes of low word)
00 = Data, (low byte of low word)
6F = CRC Low byte of the parity code
B5 = CRC High byte of the parity code
Note: 42 C8 00 00 (Hex) = 100 (Floating point)
3. Write hold register
For example: Set "pulse constant of pulse 1"= 100 imp/kWh
Send: 01 10 00 16 00 02 04 3F 80 00 00 7F 75
,
01 = The modbus address of meter