
CET Electric Technology
24
6603
RW
Recording Interval
UINT32
1 to 3,456,000s, 300s*
6605
RW
Offset Time
UINT16
0* to 43200s
6606
RW
Number of Parameters
UINT16
0 to 16, 14*
6607
RW
Parameter #1
UINT16
8 (kWh Import)
6608
RW
Parameter #2
UINT16
9 (kWh Export)
6609
RW
Parameter #3
UINT16
10 (kvarh Import)
6610
RW
Parameter #4
UINT16
11 (kvarh Export)
6611
RW
Parameter #5
UINT16
23 (Disconnect Relay Status)
6612
RW
Parameter #6
UINT16
24 (DI1 Counter)
6613
RW
Parameter #7
UINT16
25 (DI2 Counter)
6614
RW
Parameter #8
UINT16
26 (DI3 Counter)
6615
RW
Parameter #9
UINT16
1 (U)
6616
RW
Parameter #10
UINT16
2 (I)
6617
RW
Parameter #11
UINT16
4 (P)
6618
RW
Parameter #12
UINT16
3 (Freq.)
6619
RW
Parameter #13
UINT16
13 (U Demand)
6620
RW
Parameter #14
UINT16
14 (I Demand)
6621
RW
Parameter #15
UINT16
0 (Null)
6622
RW
Parameter #16
UINT16
0 (Null)
Table 5-27 Data Recorder Setup
Notes:
1.
Changing any of these Data Recorder setup registers will reset the Data Recorder.
2.
Recording Offset
can be used to delay the recording by a fixed amount of time from the
Recording Interval
. For example, if the
Recording Interval
is set to 3600 (hourly) and the
Recording Offset
is set to 300 (5 minutes), the recording will take place at 5 minutes
after the hour every hour, i.e. 00:05, 01:05, 02:05…etc. The value of the
Recording Offset
parameter should be less than the
Recording Interval
parameter.
3.
Please refer to
Section 4.3.3
to configure the
Recording Depth
and
Number of Parameters
.
4.
Please refer to the following table for a complete list of Data Recorder Parameters.
ID
Parameter
Format
ID
Parameter
Format
ID
Parameter
Format
0
Null
--
9
kWh Export
INT32
18
U Max Demand
Float
1
U
Float
10
kvarh Import
INT32
19
I Max Demand
Float
2
I
Float
11
kvarh Export
INT32
20
kW Max Demand
Float
3
Freq.
Float
12
kVAh
INT32
21
kvar Max Demand
Float
4
kW
Float
13
U Demand
Float
22
kVA Max Demand
Float
5
kvar
Float
14
I Demand
Float
23
Disconnect Relay Status
INT32
6
kVA
Float
15
kW Demand
Float
24
DI1 Counter
INT32
7
PF
Float
16
kvar Demand
Float
25
DI2 Counter
INT32
8
kWh Import
INT32
17
kVA Demand
Float
26
DI3 Counter
INT32
Table 5-28 Data Recorder Parameters
5.10
Time
There are two sets of Time registers supported by the PMC-230 – Year / Month / Day / Hour / Minute / Second
(Registers # 60000 to 60002) and UNIX Time (Register # 60004). When sending time to the PMC-230 over Modbus
communications, care should be taken to only write one of the two Time register sets. All registers within a Time
register set must be written in a single transaction. If registers 60000 to 60004 are being written to at the same
time, both Time register sets will be updated to reflect the new time specified in the UNIX Time register set
(60004) and the time specified in registers 60000-60002 will be ignored. Writing to the Millisecond register
(60003) is optional during a Time Set operation. When broadcasting time, the function code must be set to 0x10
(Pre-set Multiple Registers). Incorrect date or time values will be rejected by the meter. In addition, attempting
to write a Time value less than Jan 1, 2000, 00:00:00 will be rejected.
Register
Property
Description
Format
Note
60000
9000
RW
High-order Byte: Year
UINT16
0-37 (Year-2000)
Low-order Byte: Month
1 to 12
60001
9001
RW
High-order Byte: Day
UINT16
1 to 31
Low-order Byte: Hour
0 to 23
60002
9002
RW
High-order Byte: Minute
UINT16
0 to 59
Low-order Byte: Second
0 to 59
60003
9003
RW
Millisecond
UINT16
0 to 999
60004
~
60005
9004
~
9005
RW
UNIX Time
UINT32
0x386D4380 to 0x7FE8177F
The corresponding time is
2000.01.01 00:00:00 to
2037.12.31 23:59:59
(GMT+00:00 Time Zone)
Table 5-29 Time Registers