
147
CET Electric Technology
The following tables describe the data structure for the IER Log for the Mains Meters, Sub-Meters and
Virtual Meters.
The actual energy value is 0.1 times of the register value returned. Each request
packet can retrieve up to a maximum of 8 log records from the Mains Meter’s IER or 11 log records
from the Sub-Meter’s/Virtual Meter’s IER. For example, it’s possible to read
1.
8 records from Mains-I’s IER
2.
4 records each from Mains-I’s and Mains-II’s IERs
3.
1 record each from SM1’s to SM8’s IERs
Mains Meters (14 registers)
Offset
Property
Description
Format
Scale
Unit
+0
RO
Interval kWh Import
UINT32
x10
kWh
+2
RO
Interval kWh Export
UINT32
+4
RO
Interval kvarh Import
UINT32
x10
kvarh
+6
RO
Interval kvarh Export
UINT32
+8
RO
Interval kVAh
UINT32
x10
kVAh
+10
RO
Record Time
High-order Byte: Year
UINT16
0 to 38 (Year-2000)
Low-order Byte: Month
1 to 12
+11
RO
High-order Byte: Day
UINT16
1 to 31
Low-order Byte: Hour
0 to 23
+12
RO
High-order Byte: Minute
UINT16
0 to 59
Low-order Byte: Second
0 to 59
+13
RO
Millisecond
UNIT16
0 to 999
Table 5-97 IER Log Data Structure-Mains Meter
Sub-Meters and Virtual Meters (10 registers)
Offset
Property
Description
Format
Scale
Unit
+0
RO
Interval kWh
UINT32
x10
kWh
+2
RO
Interval kvarh
UINT32
kvarh
+4
RO
Interval kVAh
UINT32
x10
kVAh
+6
RO
Record Time
High-order Byte: Year
UINT16
0 to 38 (Year-2000)
Low-order Byte: Month
1 to 12
+7
RO
High-order Byte: Day
UINT16
1 to 31
Low-order Byte: Hour
0 to 23
+8
RO
High-order Byte: Minute
UINT16
0 to 59
Low-order Byte: Second
0 to 59
+9
RO
Millisecond
UNIT16
0 to 999
Table 5-98 IER Log Data Structure-SM and VM
5.8.10 Control Setup
5.8.10.1 DO Control
The PMC-592 adopts the ARM before EXECUTE operation for the remote control of its Digital Outputs.
Before executing an OPEN or CLOSE command on a Digital Output, it must be “Armed” first. This is
achieved by writing the value 0xFF00 to the appropriate register to “Arm” a particular RO/DO operation.
The DO will be “Disarmed” automatically if an “Execute” command is not received within 15 seconds
after it has been “Armed”. If an “Execute” command is received without first having received an “Arm”
command, the meter ignores the “Execute” command and returns the 0x04 exception code.
Register
Property
Description
Format
Note
9100
WO
Arm DO1 Close
UINT16
Writing “0xFF00”
9101
WO
Execute DO1 Close
UINT16
Writing “0xFF00”
9102
WO
Arm DO1 Open
UINT16
Writing “0xFF00”
9103
WO
Execute DO1 Open
UINT16
Writing “0xFF00”
9104
WO
Arm DO2 Close
UINT16
Writing “0xFF00”
9105
WO
Execute DO2 Close
UINT16
Writing “0xFF00”
9106
WO
Arm DO2 Open
UINT16
Writing “0xFF00”
9107
WO
Execute DO2 Open
UINT16
Writing “0xFF00”
Table 5-99 DO Control