System Settings
Read
or set the system Voltage and/or Current
The monitored system's Voltage and Current can be set up or verified via the
RS485 Modbus link.
Sample Coding 1
Slave Address = 1
Writing To 4X Registers - code 16 (10 hex)
Changing system Voltage to 220V
Message Packet To SLAVE
01 10 00 00 00 02 04 43 5C 00 00 26 39
N.B. 43 5C 00 00 = 220
Response Packet From SLAVE
01 10 00 00 00 02 41 C8
Sample Coding 2
Slave Address = 1
Writing To 4X Registers - code 16 (10 hex)
Changing system Current to 800A
Message Packet To SLAVE
01 10 00 02 00 02 04 44 48 00 00 E6 90
N.B. 44 48 00 00 = 800
Response Packet From SLAVE
01 10 00 02 00 02 E0 08