background image

 

12

2. Signed 32-bit Values 

If you read signed kW of -789kW from registers 14336-14337, then the register readings will be: 

(14336) = 64747 (unsigned)   

(14337) = 65535 (unsigned) or -1(signed value).  

To take the high order register as a signed value, compare it with 32767. If the value is less 

or equal to 32767, use it as is. If it is greater than 32767, then this is a negative number in 

a two's complement code (like in our example) - just subtract it from 65536 to get the 
original negative value.   

The 32-bit reading is (-1 x 65536 + 64747) = -789kW. 

Fractional 32-bit data is transmitted using a decimal pre-multiplier to pass fractional 

numbers in an integer format. Fractional numbers are pre-multiplied by 10 to the power N, 
where N is the number of digits in the fractional part. For example, the frequency reading of 

50.01 Hz is transmitted as 5001, having been pre-multiplied by 100.  

Whenever a data register contains a fractional number, the register measurement unit is 

given with a multiplier 

×

0.1, 

×

0.01 or 

×

0.001, showing the weight of the least significant 

decimal digit. To get an actual fractional number with specified precision, multiply the 
register value by the given multiplier. To write a fractional number into the register, divide 

the number by the given multiplier. 

2.6.3  32-bit Modulo-10000 Format 

Energy counters  287-294 and 301-302 are read in two contiguous 16-bit registers in a 

modulo-10000 format. The first (low order) register contains the value mod 10000, and the 

second (high order) register contains the value/10000. To get the true energy reading, the 
high order register value should be multiplied by 10,000 and added to the low order 

register. 

2.7  User Assignable Registers 

The PM174 contains 120 user assignable registers in the address range of 0 to 119, any of 
which you can map to any register address accessible in the instrument. Registers that 

reside in different locations may be accessed by a single request by re-mapping them to 

adjacent addresses in the user assignable registers area.  

The actual addresses of the assignable registers, which are accessed via addresses 0 

through 119, are specified in the register map (registers 120 through 239), where register 

120 contains the actual address of the register accessed via register 0, register 121 

contains the actual address of the register accessed via register 1, and so on. The 
assignable registers and the map registers themselves may not be re-mapped. 

To build your own register map, write to map registers 120 to 239 the actual addresses you 

want to read from or write to via the assignable area (registers 0 to 119). 32-bit long 
registers should always be aligned at even addresses.  For  example,  if  you  want  to  read 

registers 7136 (1-second V1 voltage, scaled short integer) and 14720-14721 (kWh Import, 

long integer) via registers 0-2, do the following: 

   

- write 14720 to register 120  

   

- write 14721 to register 121  

   

- write 7136 to register 122  

Reading from registers 0-2 will return the kWh reading in registers 0 (low 16 bits) and 1 
(high 16 bits), and the voltage reading in register 2. 

2.8  Password Protection 

The PM174 has a password protection option allowing you to protect your setups, 

cumulative registers and logs from being changed or cleared through communications. You 
can disable or enable password protection through communications or via the front display. 

For details, refer to your instrument Installation and Operation Manual.  

Summary of Contents for PM174 Series

Page 1: ...Powermeter and Power Quality Analyzer PM174 Modbus Communications Protocol Reference Guide BG0414 Rev A7...

Page 2: ...A4 June 2008 F W version 24 1 10 or higher Added DST start end hour setup Added the current unbalance trigger Added PROFIBUS option Fixed EN50160 Harmonic voltage compliance statistics record structu...

Page 3: ...tion Waveform Files 16 Reading Real time Waveforms 16 2 10 TCP Notification Client 16 3 MODBUS REGISTER MAP 19 3 1 Modbus Setup Registers 19 Modbus Assignable Registers 19 Assignable Registers Map 19...

Page 4: ...OU Energy Register 8 32 Billing Summary Accumulated Demands 32 Billing Summary Block Demands 32 Billing Summary Sliding Window Demands 32 Billing Summary Maximum Demands 32 Billing TOU Maximum Demand...

Page 5: ...log Outputs 45 Billing TOU Energy Register 1 45 Billing TOU Energy Register 2 45 Billing TOU Energy Register 3 45 Billing TOU Energy Register 4 45 Billing TOU Energy Register 5 46 Billing TOU Energy R...

Page 6: ...map 57 Remote Relay Control Registers bit map 57 Reset Clear Registers 58 Device Mode Control Registers 58 Memory Status Registers 58 Log Notification Registers bit map 58 Setpoint Status Registers b...

Page 7: ...Log Response Block 79 Data Log Response Block 79 Waveform Log Response Block 80 Power Quality PQ Log Response Block 80 Fault Log Response Block 81 3 10 Billing TOU Daily Profile Data Log 83 4 DATA SCA...

Page 8: ...mputer station and the PM174 The document provides the complete information necessary to develop third party communications software capable of communication with the PM174 Refer to the PM174 Installa...

Page 9: ...ext as function 03 Table 2 1 Modbus Function Codes Code decimal Meaning in Modbus Action 03 Read holding registers Read multiple registers 04 Read input registers Read multiple registers 06 Preset sin...

Page 10: ...g scales are indicated for every scaled 16 bit register Refer to Section 4 Data Scales and Units for applicable data scales and measurement units The default voltage scale in the device is 144V 120V 2...

Page 11: ...reading in engineering units will be as follows Watts reading 500 119 232 119 232 9999 0 119 232 107 307kW 4 Power Factor readings Power factor engineering scales see Section 3 3 HI_ENG 1 000 LO_ENG 1...

Page 12: ...d by 10 000 and added to the low order register 2 7 User Assignable Registers The PM174 contains 120 user assignable registers in the address range of 0 to 119 any of which you can map to any register...

Page 13: ...EOF flag is set It is automatically cleared when a new record is added to the file or when you explicitly move the read pointer to any record within a file If a file has a wrap around attribute circu...

Page 14: ...over the PM174 takes all channel data for the currently accessed record to a separate buffer so that even when the record is overwritten at the time of reading you are still prevented from receiving p...

Page 15: ...ledge the record and check bit 0 in the record status word Bit 0 is set to 1 only once when you read the last record of the file The following gives a summary of steps you should do to read an ordinal...

Page 16: ...data for the requested channel that is related to the record with the same sequence number 5 Repeat steps 3 4 until all the channel records with the current sequence number are read 6 Write an acknowl...

Page 17: ...network when the server is located on another network or when using wireless GPRS communications The notification client will respond to all server requests as if it were a regular incoming connection...

Page 18: ...quality or and corresponding fault events are reported instead of setpoint triggered notifications Notification messages contain the fault event start and end time a critical phase and the maximum fau...

Page 19: ...R W Assignable Registers Map 120 239 0 Mapped register 0 address 0 65535 UINT16 R W 1 Mapped register 1 address 0 65535 UINT16 R W 119 Mapped register 119 address 0 65535 UINT16 R W Modbus Conversion...

Page 20: ...wer factor L3 1 000 1 000 0 001 INT16 R 18 0x1403 Total PF 1 000 1 000 0 001 INT16 R 19 0x1400 Total kW Pmax Pmax U3 INT16 R 20 0x1401 Total kvar Pmax Pmax U3 INT16 R 21 0x1402 Total kVA Pmax Pmax U3...

Page 21: ...ding window demand 0 1 000 0 001 UINT16 R 50 0x111B I1 Current TDD 0 100 0 0 1 UINT16 R 3 51 0x111C I2 Current TDD 0 100 0 0 1 UINT16 R 3 52 0x111D I3 Current TDD 0 100 0 0 1 UINT16 R 3 NOTES 1 When t...

Page 22: ...oltage 0 Vmax U1 UINT16 R 1 1 0x0B81 V2 Voltage 0 Vmax U1 UINT16 R 1 2 0x0B82 V3 Voltage 0 Vmax U1 UINT16 R 1 3 0x0B83 Reserved 0 UINT16 R 4 0x0B84 V12 Voltage 0 Vmax U1 UINT16 R 5 0x0B85 V23 Voltage...

Page 23: ...TDD 0 100 0 0 1 UINT16 R 5 30 0x0C1E V12 Voltage 0 Vmax U1 UINT16 R 31 0x0C1F V23 Voltage 0 Vmax U1 UINT16 R 32 0x0C20 V31 Voltage 0 Vmax U1 UINT16 R 4416 4428 1 Cycle Total Values 0 0x0F00 Total kW P...

Page 24: ...102 V3 V31 Voltage 0 Vmax U1 UINT16 R 1 3 0x1103 I1 Current 0 Imax U2 UINT16 R 4 0x1104 I2 Current 0 Imax U2 UINT16 R 5 0x1105 I3 Current 0 Imax U2 UINT16 R 6 0x1106 kW L1 Pmax Pmax U3 INT16 R 7 0x110...

Page 25: ...40B 3 phase average L L voltage 0 Vmax U1 UINT32 R 12 0x140C 3 phase average current 0 Imax U2 UINT32 R 4928 4932 1 Second Auxiliary Values 0 0x1500 Not used UINT16 R 1 0x1501 In neutral Current 0 Ima...

Page 26: ...kVA sliding window demand 0 1 000 0 001 UINT16 R 22 0x1616 kW export block demand 0 Pmax U3 UINT16 R 23 0x1617 kvar export block demand 0 Pmax U3 UINT16 R 24 0x1618 kW export sliding window demand 0...

Page 27: ...nce current unbalance 0 300 0 0 1 UINT16 R 5184 5233 V1 V12 Harmonic Distortion 2 0 0x1900 H01 Harmonic distortion 0 100 00 0 01 UINT16 R 1 0x1901 H02 Harmonic distortion 0 100 00 0 01 UINT16 R 49 0x1...

Page 28: ...6 R 13 0x290D kVA L2 0 Pmax U3 UINT16 R 14 0x290E kVA L3 0 Pmax U3 UINT16 R 15 0x290F Power factor L1 1 000 1 000 0 001 INT16 R 16 0x2910 Power factor L2 1 000 1 000 0 001 INT16 R 17 0x2911 Power fact...

Page 29: ...2D03 Total PF 0 1 000 0 001 UINT16 R Absolute value 6528 6530 Minimum 1 Cycle Auxiliary Values 0 0x2E00 Not used U2 UINT16 R 1 0x2E01 In Current 0 Imax U2 UINT16 R 2 0x2E02 Frequency 0 Fmax 0 01Hz UIN...

Page 30: ...Not used UINT16 R 8 0x3708 Not used UINT16 R 9 0x3709 Maximum kW import sliding window demand 0 Pmax U3 UINT16 R 10 0x370A Maximum kvar import sliding window demand 0 Pmax U3 UINT16 R 11 0x370B Maxim...

Page 31: ...Energy Register 2 0 1 0x3E00 Tariff 1 register 0 999 999 999 1 kWh UINT32 R 2 3 0x3E01 Tariff 2 register 0 999 999 999 1 kWh UINT32 R R 14 15 0x3E07 Tariff 8 register 0 999 999 999 1 kWh UINT32 R 7616...

Page 32: ...illing Summary Block Demands 0 0x4580 Summary register 1 demand 0 Pmax U3 UINT16 R 1 0x4581 Summary register 2 demand 0 Pmax U3 UINT16 R R 7 0x4587 Summary register 8 demand 0 Pmax U3 UINT16 R 8064 80...

Page 33: ...emand Register 6 0 0x4A80 Tariff 1 maximum demand 0 Pmax U3 UINT16 R 1 0x4A81 Tariff 2 maximum demand 0 Pmax U3 UINT16 R R 7 0x4A87 Tariff 8 maximum demand 0 Pmax U3 UINT16 R 8896 8903 Billing TOU Max...

Page 34: ...50 Harmonic angle 180 0 180 0 0 1 INT16 R 10560 10581 10 Minute Volts and Symmetrical Components 0 0x6D00 V1 Voltage 0 Vmax U1 UINT16 R 2 1 0x6D01 V2 Voltage 0 Vmax U1 UINT16 R 2 2 0x6D02 V3 Voltage 0...

Page 35: ...hen the 4LN3 4LL3 3LN3 3LL3 3BLN3 or 3BLL3 wiring mode is selected the voltages will be line to neutral for any other wiring mode they will be line to line 2 When the 4LN3 3LN3 or 3BLN3 wiring mode is...

Page 36: ...ltage 0 Vmax U1 UINT32 R 1 2 3 0x0B81 V2 Voltage 0 Vmax U1 UINT32 R 1 4 5 0x0B82 V3 Voltage 0 Vmax U1 UINT32 R 1 6 7 0x0B83 Reserved 0 UINT32 R 8 9 0x0B84 V12 Voltage 0 Vmax U1 UINT32 R 10 11 0x0B85 V...

Page 37: ...NT32 R 5 60 61 0x0C1E V12 Voltage 0 Vmax U1 UINT32 R 62 63 0x0C1F V23 Voltage 0 Vmax U1 UINT32 R 64 65 0x0C20 V31 Voltage 0 Vmax U1 UINT32 R 13696 13703 1 Cycle Total Values 0 1 0x0F00 Total kW Pmax P...

Page 38: ...Voltage 0 Vmax U1 UINT32 R 1 6 7 0x1103 I1 Current 0 Imax U2 UINT32 R 8 9 0x1104 I2 Current 0 Imax U2 UINT32 R 10 11 0x1105 I3 Current 0 Imax U2 UINT32 R 12 13 0x1106 kW L1 Pmax Pmax U3 INT32 R 14 15...

Page 39: ...3 phase average L L voltage 0 Vmax U1 UINT32 R 24 25 0x140C 3 phase average current 0 Imax U2 UINT32 R 14464 14473 1 Second Auxiliary Values 0 1 0x1500 Not used UINT32 R 2 3 0x1501 In neutral Current...

Page 40: ...42 43 0x1615 PF import at Max kVA sliding window demand 0 1000 0 001 UINT32 R 44 45 0x1616 kW export block demand 0 Pmax U3 UINT32 R 46 47 0x1617 kvar export block demand 0 Pmax U3 UINT32 R 48 49 0x1...

Page 41: ...885 Positive sequence current 0 Imax U2 UINT32 R 12 13 0x1886 Negative sequence current 0 Imax U2 UINT32 R 14 15 0x1887 Zero sequence current 0 Imax U2 UINT32 R 16 17 0x1888 Negative sequence current...

Page 42: ...U3 INT32 R 14 15 0x2907 kW L2 Pmax Pmax U3 INT32 R 16 17 0x2908 kW L3 Pmax Pmax U3 INT32 R 18 19 0x2909 kvar L1 Pmax Pmax U3 INT32 R 20 21 0x290A kvar L2 Pmax Pmax U3 INT32 R 22 23 0x290B kvar L3 Pma...

Page 43: ...2C1B I1 Current TDD 0 1000 0 1 UINT32 R 5 56 57 0x2C1C I2 Current TDD 0 1000 0 1 UINT32 R 5 58 59 0x2C1D I3 Current TDD 0 1000 0 1 UINT32 R 5 17536 17543 Minimum 1 Cycle Total Values 0 1 0x2D00 Total...

Page 44: ...olt demand 0 Vmax U1 UINT32 R 2 4 5 0x3702 V3 V31 Maximum volt demand 0 Vmax U1 UINT32 R 2 6 7 0x3703 I1 Maximum ampere demand 0 Imax U2 UINT32 R 8 9 0x3704 I2 Maximum ampere demand 0 Imax U2 UINT32 R...

Page 45: ...1 0x3C80 Analog output AO1 0 4095 UINT32 R W 2 3 0x3C81 Analog output AO2 0 4095 UINT32 R W 19584 19599 Billing TOU Energy Register 1 0 1 0x3D00 Tariff 1 register 0 999 999 999 1 kWh UINT32 R 2 3 0x3D...

Page 46: ...h UINT32 R 2 3 0x4401 Tariff 2 register 0 999 999 999 1 kWh UINT32 R R 14 15 0x4407 Tariff 8 register 0 999 999 999 1 kWh UINT32 R 20608 20623 Billing Summary Accumulated Demands 0 1 0x4500 Summary re...

Page 47: ...mand 0 Pmax U3 UINT32 R 2 3 0x4881 Tariff 2 maximum demand 0 Pmax U3 UINT32 R R 14 15 0x4887 Tariff 8 maximum demand 0 Pmax U3 UINT32 R 21184 21199 Billing TOU Maximum Demand Register 5 0 1 0x4980 Tar...

Page 48: ...Harmonic angle 1800 1800 0 1 INT32 R 98 99 0x6831 H50 Harmonic angle 1800 1800 0 1 INT32 R 25216 25315 I2 Harmonic Angles 4 0 1 0x6900 H01 Harmonic angle 1800 1800 0 1 INT32 R 2 3 0x6901 H02 Harmonic...

Page 49: ...HD 0 9999 0 1 UINT32 R 30 31 0x6F0F Reserved 0 UINT32 R 32 33 0x6F10 I1 TDD 0 1000 0 1 UINT32 R 34 35 0x6F11 I2 TDD 0 1000 0 1 UINT32 R 36 37 0x6F12 I3 TDD 0 1000 0 1 UINT32 R Generic TOU Season Energ...

Page 50: ...UINT32 2 0x2983 V1 Plt 0 10000 0 01 UINT32 2 0x2984 V2 Plt 0 10000 0 01 UINT32 2 0x2985 V3 Plt 0 10000 0 01 UINT32 2 NOTES 1 When the 4LN3 4LL3 3LN3 3LL3 3BLN3 or 3BLL3 wiring mode is selected the vo...

Page 51: ...1 3 76 77 78 79 0x2C13 Min V2 V23 Voltage THD Timestamp 0 9999 0 1 sec UINT32 UINT32 R R 1 3 80 81 82 83 0x2C14 Min V3 V31 Voltage THD Timestamp 0 9999 0 1 sec UINT32 UINT32 R R 1 3 84 85 86 87 0x2C1...

Page 52: ...V23 Voltage Timestamp 0 Vmax U1 sec UINT32 UINT32 R R 1 8 9 10 11 0x3402 Max V3 V31 Voltage Timestamp 0 Vmax U1 sec UINT32 UINT32 R R 1 12 13 14 15 0x3403 Max I1 Current Timestamp 0 Imax U2 sec UINT32...

Page 53: ...32 UINT32 R R 12 13 14 15 0x3503 Max Total PF Timestamp 1000 1000 0 001 sec INT32 UINT32 R R 37376 37387 Maximum Auxiliary Values 0 1 2 3 0x3600 Not used UINT32 UINT32 R R 4 5 6 7 0x3601 Max In Curren...

Page 54: ...NT32 R R 52 53 54 55 0x370D Not used Timestamp UINT32 UINT32 R R 56 57 58 59 0x370E Not used Timestamp UINT32 UINT32 R R 60 61 62 63 0x370F Maximum kW export sliding window demand Timestamp 0 Pmax U3...

Page 55: ...UINT32 UINT32 R R 4 5 6 7 0x4901 Tariff 2 maximum demand Timestamp 0 Pmax U3 sec UINT32 UINT32 R R R 28 29 30 31 0x4907 Tariff 8 maximum demand Timestamp 0 Pmax U3 sec UINT32 UINT32 R R 38656 38687 B...

Page 56: ...Tariff 1 maximum demand Timestamp 0 Pmax U3 sec UINT32 UINT32 R R 4 5 6 7 0x5301 Tariff 2 maximum demand Timestamp 0 Pmax U3 sec UINT32 UINT32 R R R 28 29 30 31 0x5307 Tariff 8 maximum demand Timesta...

Page 57: ...6 W 44034 Event flags clear register 0 clear 1 no effect 0x0000 0x00FF UINT16 W 44036 Event flags status 0 cleared 1 set 0x0000 0x00FF UINT16 R Remote Relay Control Registers bit map 44038 44045 Reser...

Page 58: ...size bytes UINT32 R 44264 44265 Free memory bytes UINT32 R 44266 44277 Reserved UINT32 R Log Notification Registers bit map 44278 44279 Files 0 31 0 no new logs 1 new record logged 0x00000000 0xFFFFFF...

Page 59: ...tatus 44394 RSSI received signal strength 0 not known or not detectable 51 113 51 to 113 dBm UINT16 R 44395 GPRS status 0 not connected 1 not registered 2 registered UINT16 R 44396 44409 Reserved UINT...

Page 60: ...loader build number 1 99 UINT16 R 26 31 Reserved UINT16 R Factory Device Settings 46112 46178 0 V1 V3 input range 690 120 option U V UINT16 R Does not limit the 690V input range 1 V1 V3 input overloa...

Page 61: ...s RTU 1 Modbus ASCII 2 DNP3 0 5 Profibus DP COM2 0 Modbus RTU 1 Modbus ASCII 2 DNP3 0 UINT16 R W 1 Interface COM1 0 RS 232 1 RS 422 2 RS 485 4 Dial up Modem 6 Ethernet 7 Profibus 8 GSM GPRS COM2 1 RS...

Page 62: ...ee Section 3 3 UINT32 R W Scaled value 6 7 Condition 1 Release limit See Section 3 3 UINT32 R W Scaled value 8 Condition 2 Logical operator 0 OR 1 AND UINT16 R W 9 Condition 2 Trigger parameter ID F12...

Page 63: ...tpoint 2 440 483 Setpoint 3 484 527 Setpoint 4 528 571 Setpoint 5 572 615 Setpoint 6 616 659 Setpoint 7 660 703 Setpoint 8 704 747 Setpoint 9 748 791 Setpoint 10 792 835 Setpoint 11 836 879 Setpoint 1...

Page 64: ...T16 R W 7 DST end weekday 1 7 1 Sun 7 Sat UINT16 R W 8 Clock synchronization source 1 4 DI1 DI4 32767 meter clock UINT16 R W A DI input is considered a pulse or KYZ input The pulse edge adjusts the cl...

Page 65: ...00000 0xFFFFFFFF UINT32 R W Default 207 232 60 18 2 3 Expert Power server TCP service port 0 65535 UINT32 R W Default 5001 4 5 Expert Power client enabled 0 client disabled 1 client enabled UINT32 R W...

Page 66: ...Exchange 4 DNP Options Setup 51158 51183 0 Default Binary Input Static object variation F24 default 0 UINT16 R W 1 Default Binary Input Change object variation F24 default 1 UINT16 R W 2 Default Bina...

Page 67: ...T16 R W 3 Event scan control field bitmap Bits 0 1 DNP Object 0 none 1 AI 2 BI 3 BC Bit 2 Object change event scan 0 event disabled 1 enabled Bits 5 6 DNP event poll class 0 Class 1 1 Class 2 2 Class...

Page 68: ...Frequency variation 52438 52453 Harmonics 52454 52469 Inter harmonics 52470 52485 Flicker 52486 52597 Reserved Fault Log Triggers Setup 52150 52277 V24 3 1 and higher 0 Trigger 1 Threshold 0 2000 x 0...

Page 69: ...bitmap F3 UINT16 R W 2 Number of records in the file 0 65535 0 delete file UINT16 R W 3 Number of sections channels in the file 0 32 UINT16 R W 0 non partitioned file 4 Number of parameters per secti...

Page 70: ...ata Log Setup 54006 55541 0 Data log parameter 1 ID 0x0000 0xFFFF UINT16 R W 1 Data log parameter 2 ID 0x0000 0xFFFF UINT16 R W 2 Data log parameter 3 ID 0x0000 0xFFFF UINT16 R W 3 Data log parameter...

Page 71: ...ily profile 1 Season 1 Day type 1 55582 55589 Daily profile 2 Season 1 Day type 2 55590 55597 Daily profile 3 Season 1 Day type 3 55598 55605 Daily profile 4 Season 1 Day type 4 55606 55613 Daily prof...

Page 72: ...6022 56031 Calendar entry 32 56032 56191 Reserved Billing TOU Registers Setup 56672 56703 0 Not used UINT16 R W 1 Units of measurement 0 none 1 kWh 2 kvarh 3 kVAh 4 m3 5 CF cubic feet 6 CCF hundred cu...

Page 73: ...031 Timer 4 Setup 0 001 s UINT32 R W Digital Inputs Setup 61728 61743 0 Pulse mode 0 pulse 1 KYZ UINT16 R W 1 Polarity 0 normal 1 inverting UINT16 R W 2 De bounce time ms 1 1000 UINT16 R W Debounce ti...

Page 74: ...5 Full scale value 20 1 mA See Section 3 4 INT32 R W 62560 62565 AO1 Setup 62566 62571 AO2 Setup Analog Expander Setup 62752 62847 Analog expander outputs settings will not be in effect until the ana...

Page 75: ...number on the slot 0 3 UINT16 R 63008 63011 DI Slot Configuration 63012 63015 RO Slot Configuration 63016 63019 AI AO Slot Configuration 63020 63055 Reserved I O Type Info 63056 63119 0 Number of I O...

Page 76: ...quence number with function 11 does not change the file position see Note 2 5 Request variation function 11 0 UINT16 R W See file response headings 6 Find key N A UINT16 R W 7 Find key N A UINT16 R W...

Page 77: ...d If the record could not be found the device responds to the write request with the exception code 3 illegal data The status of the operation can be read through the file status word in the file info...

Page 78: ...R 64960 64997 File Info 0 File section status F4 UNT16 R 1 Number of records in the file 0 65535 UINT16 R 2 Number of records until the end of the file 0 65535 UINT16 R 3 Current record read position...

Page 79: ...Event point source ID F19 UINT16 R 8 Event effect F20 UINT16 R 9 Reserved 0 UINT16 R 10 11 Value triggered INT32 R 63160 63171 Record 1 63532 63543 Record 32 Data Log Response Block 63152 63159 Block...

Page 80: ...5535 UINT16 R 11 Record serial number in a series 0 65535 UINT16 R 12 Trigger event type F22 UINT16 R 13 Trigger event number 1 65535 UINT16 R 14 Source point ID generic See Generic Data in Section 3...

Page 81: ...k 63152 63159 Block Heading V24 3 1 and higher 0 Last file function 1 3 5 11 UINT16 R 1 File ID 27 UINT16 R 2 Section number 0 UINT16 R 3 Section channel ID 0 UINT16 R 4 Number of records in the block...

Page 82: ...imary Data Sampled NOTES 1 If a file is read through a TCP connection your assignments for the transfer will be effective only within the current connection socket Since the device cannot guarantee th...

Page 83: ...ff 4 energy reading 0 999 999 999 1 kWh UINT32 6 TRF5 0x7004 Tariff 5 energy reading 0 999 999 999 1 kWh UINT32 7 TRF6 0x7005 Tariff 6 energy reading 0 999 999 999 1 kWh UINT32 8 TRF7 0x7006 Tariff 7...

Page 84: ...for which a source input is selected in the Billing TOU Register setup and for which energy use profile is enabled A maximum demand profile section is allocated for registers for which maximum demand...

Page 85: ...AI zero scale AImax AI full scale AImin AImax 0 1mA AImin AI zero scale AImax AI full scale Data Units PT Ratio 1 0 1 V U1 PT Ratio 1 1 V U2 0 01 A PT Ratio 1 0 001 kW kvar kVA U3 PT Ratio 1 1 kW kva...

Page 86: ...ecord not found F4 Bit 15 1 Generic read error with one of the bits 8 14 File Record Status Word bitmap Bit 0 1 The last record of the file is being read Bit 8 1 File is empty Bit 9 1 Reading after EO...

Page 87: ...lag 2 ON 0x0302 Event flag 3 ON 0x0303 Event flag 4 ON 0x0304 Event flag 5 ON 0x0305 Event flag 6 ON 0x0306 Event flag 7 ON 0x0307 Event flag 8 ON 0x8300 Event flag 1 OFF 0x8301 Event flag 2 OFF 0x830...

Page 88: ...r 0x0B07 Minutes 0x0B08 Seconds 0x0B09 Minute interval 1 2 3 4 5 10 15 20 30 60 min 1 Cycle Phase Values 0x0C03 High I1 current 0x0C04 High I2 current 0x0C05 High I3 current 0x8C03 Low I1 current 0x8C...

Page 89: ...High predicted kW import demand 0x1613 High predicted kvar import demand 0x1614 High predicted kVA demand 0x1616 High block kW export demand 0x1617 High block kvar export demand 0x1618 High sliding w...

Page 90: ...1 0x73 0x00 Waveform log 2 Counter Source ID 0x0000 None F16 0x0001 0x0004 Pulse input DI1 DI4 Relay Output Pulse Source ID 0x0000 None 0x0400 kWh import pulse 0x0401 kWh export pulse 0x0403 kvarh imp...

Page 91: ...see F21 Front Panel Operations 0x5C00 0x5CFF Data point ID low byte see F21 Self Check Diagnostics Events 0x5D00 0x5DFF Data point ID low byte see F21 Self Update Events 0x5E08 RTC DST Standard time u...

Page 92: ...options 0x1F DNP 3 0 class 0 map 0x20 DNP 3 0 options setup 0x21 DNP 3 0 events setup 0x22 DNP 3 0 event setpoints 0x23 Calibration registers 0x24 Date Time Setup 0x25 Net setup 0x26 AI setup 0x27 Wav...

Page 93: ...1 32 bit Binary Counter Without Flag 2 16 bit Binary Counter 3 16 bit Binary Counter Without Flag Binary Counter Change Events 0 32 bit Counter Change Event Without Time 1 32 bit Counter Change Event...

Page 94: ...lement line to neutral voltage readings F26 9 3BLL3 3 wire broken delta using 2 PTs 2 1 2 element line to line voltage readings Instrument Options Bit 0 1 120V Option Bit 1 1 690V Option Bits 2 5 Rese...

Page 95: ...cale is ignored 2 Except for the signed power factor the setup scale is continuous within the entire value range For signed power factor the setup scale is broken at 1 000 in order to provide continuo...

Reviews: