PPH Divisor Setting
Read or Set the desired divisor for the Energy Counters.

Divide by:- 1000, 100, 10, 1, 0.1, 0.01, 0.001 can be used.

The following is dependent on the number of pph (5000 max)
A value of 1 puts the meter into kW.h or kVAR.h mode.
A value of 1000 puts the meter into MW.h or MVAR.h mode.
A value of 0.001 puts the meter into W.h or VAR.h mode.

Sample Coding
Slave Address = 1
W.h divisor update: Register Address 0Ah
Writing To 4X Registers - code 16 (10 hex)
Value to write = 10

Message Packet To SLAVE
01 10 00 0A 00 02 04 41 20 00 00 66 26
N.B. Value 41 20 00 00 = 10

Response Packet From SLAVE
01 10 00 0A 00 02 61 CA


Sample Coding
Slave Address = 1
VAr.h divisor update: Register Address 0Ch
Writing To 4X Registers - code 16 (10 hex)
Value to write = 1

Message Packet To SLAVE
01 10 00 0C 00 02 04 3F 80 00 00 FE 06
N.B. Value 3F 80 00 00 = 1

Response Packet From SLAVE
01 10 00 0C 00 02 81 CB