Sunteți pe pagina 1din 33

ELECTRONIC MULTI-MEASURING INSTRUMENT

ME96NSR-MB
Interface specifications

SPEC.NO.

LSPM-0075

MITSUBISHI ELECTRIC CORPORATION

CONTENTS

1.

Functions ................................................................................................................................................. 2

2.

System Configurations............................................................................................................................. 2

3.

Technical Characteristic .......................................................................................................................... 2

4.

Specification for Communication ............................................................................................................. 3


4 .1

Standard Communications Frame....................................................................................................... 3

4 .2

Bit Sequence....................................................................................................................................... 3

4 .3

ModBus Message RTU Framing ......................................................................................................... 3

5.

Framing of Query and Response............................................................................................................. 4


5 .1

Read Holding Registers (03H) ............................................................................................................ 4

5 .2

Preset Multiple Registers (10H) .......................................................................................................... 4

5 .3

Diagnostics (08H) (Sub function code 00H) ........................................................................................ 5

6.

ModBus Exception Responses ................................................................................................................ 5

7.

Data ......................................................................................................................................................... 6
7 .1

Data of Setup Registers (0200H to 020BH, 0600H to 0622H) ............................................................ 6


(1)
Phase Wiring................................................................................................................................ 6
(2)
Primary Voltage value (Phase to Phase) ..................................................................................... 6
(3)
Primary Voltage Value (Phase to Neutral).................................................................................... 6
(4)
Secondary Voltage Value (Phase to Neutral) ............................................................................... 6
(5)
Primary Current Value.................................................................................................................. 6
(6)
Time Constant for Current Demand ............................................................................................. 7
(7)
16 Bits Set/Reset Register ........................................................................................................... 7
(8)
16 Bits Register for Alarm Monitor 1 ............................................................................................ 7
(9)
16 Bits Register for Alarm Monitor 2 ............................................................................................ 8

7 .2

Multiplying Factor ................................................................................................................................ 9

7 .3

List of Parameters ............................................................................................................................. 10


(1)
Setup Register ........................................................................................................................... 10
(2)
Instantaneous Value Register .....................................................................................................11
(3)
Maximum Value Register ........................................................................................................... 12
(4)
Minimum Value Register ............................................................................................................ 13
(5)
Counting of Energy Register ...................................................................................................... 14
(6)
Alarm Value Register ................................................................................................................. 15
(7)
Harmonics Value Register.......................................................................................................... 16
(8)
Harmonics Maximum Value Register ......................................................................................... 19

8.

Test Fumction Mode .............................................................................................................................. 21


8 .1

How to Test ....................................................................................................................................... 21

8 .2

Reply Data ........................................................................................................................................ 21


(1)
Setup Register ........................................................................................................................... 22
(2)
Instantaneous Value Register .................................................................................................... 23
(3)
Maximum Value Register ........................................................................................................... 24
(4)
Minimum Value Register ............................................................................................................ 25
(5)
Counting of Energy Register ...................................................................................................... 26
(6)
Alarm Value Register ................................................................................................................. 27
(7)
Harmonics Value Register.......................................................................................................... 28
(8)
Harmonics Maximum Value Register ......................................................................................... 31

LSPM-0075
1

1. Functions
Mitsubishi Electronic Multi-Measuring Instrument ME96NSR-MB provides measurement values with ModBus
RTU protocol to a PLC or PC via an RS485 serial link (2 wires).

2. System Configurations
RS232
or
USB

ModBus(RS485)
120

120

OR
ME96NSR-MB
PLC

ME96NSR-MB

ME96NSR-MB

PC
Maximum 31 units

ME96NSR-MB performs a termination of 120 ohm resistance by short-circuiting the terminal of T/R- and Ter.

3. Technical Characteristic
Item
Physical interface
Protocol
Transmission wiring type
Baud rate
Data bit
Stop bit
Parity
Slave address
Response time
Distance
Max. number
Terminate
Recommended cable

Specifications
RS-485 2wires half duplex
ModBus RTU mode
Multi-point bus (either directly on the trunk cable, forming a daisy-chain)
2400, 4800, 9600, 19200, 38400bps (Default is 19200bps)
8
1 or 2
(Default is 1)
ODD,EVEN or NONE
(Default is EVEN)
1255(FFh)
(Default is 1)
1s or less
1000m
31
120 1/2W
Shielded twisted pair, AWG24 to 14 gauge

LSPM-0075
2

4. Specification for Communication


For details, please download and refer to ModBus over Serial Line Specification & Implementation guide
V1.02 posted on the following URL;
http://www.modbus.org/

4 .1 Standard Communications Frame


The standard communications frame consists of:

Slave

Function

address

code

Slave address
Function code
Data
CRC

Data

CRC(Lo)

CRC(Hi)

: 01FFH
When selecting slave address 0, a message is sent to all the instruments present on
the network. When the slave receives it, the slave does not make a response.
: 03H Read Holding Registers (maximum 250 bytes)
: 08H Diagnostics
: 10H Preset Multiple Registers
: 8 bit HEX data
: The Cyclical Redundancy Check (CRC) field is two bytes, containing a 16-bit binary value.

<NOTE>
Procedure for generating CRC:
1. Load a 16-bit register with FFFF hex (all 1s). This is called the CRC register.
2. Exclusive OR the first 8-bit byte of the message with the low-order byte of the 16-bit CRC register, putting the
result in the CRC register.
3. Shift the CRC register one bit to the right (toward the LSB), zero-filling the MSB. Extract and examine the LSB.
4. (If the LSB was 0): Repeat Step 3 (another shift).
(If the LSB was 1): Exclusive OR the CRC register with the polynomial value 0xa001 (1010 0000 0000 0001).
5. Repeat Steps 3 and 4 until 8 shifts have been performed. When this is done, a complete 8-bit byte will have been
processed.
6. Repeat Steps 2 through 5 for the next 8-bit byte of the message. Continue this until all bytes have been processed.
7. The final content of the CRC register is the CRC value.
8. When the CRC is placed into the message, its upper and lower bytes must be swapped as described above.

4 .2 Bit Sequence
With RTU character framing, the bit sequence is
<Example> With Parity Checking
Start
1
2
3
4
5
LSB

Par

Stop

MSB

4 .3 ModBus Message RTU Framing


A ModBus message is placed by transmitting device into a frame that has a known beginning and ending
point. This allows devices to receive a new frame to begin at the start of the message, and to know when
the message is completed. Partial messages must be detected and errors must be set as a result.
In RTU mode, message frames are separated by a silent interval of at least 3.5 character items.
at least 3.5 char

Response

at least 3.5 char


less than 1.5s

less than 1.5 char

Slave

Function

address

code

CRC(Lo)

LSPM-0075
3

CRC(Hi)

Response

5. Framing of Query and Response


5 .1 Read Holding Registers (03H)
Query framing
**H
03H
Hi
Slave
address

Lo

Hi

Slave address
Stating address
Quantity of registers
CRC

Lo

Lo

Quantity of
registers

Starting address

: 1 to FFH
: 2byte
: Maximum 125
: 2byte

Response framing (Maximum 255 bytes)


**H
03H
Hi
Lo
Hi
Slave
address

Byte
count

Data 1

Byte count

Hi
CRC

Lo

Lo

Data 2

Hi
CRC

: Byte count of response data (Maximum 250)

Example In case of monitoring from phase 1 current value (0300H) to neutral current value (0306H).
Slave address is 01H.
Query framing
01H 03H 03H 00H 00H 04H
Lo
Hi
Slave
address

Starting address

Response framing
01H 03H 08H
Slave
address

Byte
count

Hi

Quantity of
registers

Lo

phase 1
current value

Hi

CRC

Lo

Hi

phase 2
current value

Lo

phase 3
current value

Hi

Lo

Lo

Neutral
current value

Hi
CRC

5 .2 Preset Multiple Registers (10H)


Query framing (Maximum 255 bytes)
**H
10H
Hi
Lo
Hi
Lo
Slave
address

Starting address

Slave address
Starting address
Quantity of registers
Byte count
Data1
CRC

Quantity of
registers

Hi
Byte
count

Lo
Data1

Hi

Lo

Lo

Data2

: 0 to FFH, 0 means broadcasting.


: 2 bytes
: Maximum 123
: Maximum 246
: Preset data (Minimum 2 bytes)
: 2byte

Response framing (If the slave address is 0 (broadcast), a response is not made.)
**H
10H
Hi
Lo
Hi
Lo
Lo
Hi
Slave
address

Starting address

Quantity of
registers

CRC

Example In case of presetting a primary current value (0204H). Slave address is 01H.
Query framing
01H 10H 02H 04H 00H 02H 04H
HH
HL
LH
LL
Lo
Slave
address

Starting address

Response framing
01H 10H 02H
Slave
address

04H

Starting address

Quantity of
registers

00H

02H

Byte
count

Primary current
Hi

Lo

Quantity of
registers

Hi
CRC

LSPM-0075
4

Primary current
Lo

Hi
CRC

CRC

Hi

5 .3 Diagnostics (08H) (Sub function code 00H)


Query framing
**H
08H 00H
Slave
address

00H

Hi

Sub function code

Slave address
Sub function code
Data
CRC
Response framing
**H
08H 00H
Slave
address

Lo

Lo

Data

Hi
CRC

: 1 to FFH
: 00H, 00H fixed.
: 2 bytes (Any value)
: 2 bytes

00H

Hi

Sub function code

Lo

Lo

Data

Hi
CRC

: Same as the data of query

Data

6. ModBus Exception Responses


ERROR

Meaning

Framing error
Overrun error
Parity error
CRC error

Query framing is incorrect.


1 byte data length is incorrect.
No response is returned.
1 byte data is incorrect.
Framing data is incorrect.
The function code received in the
01H
query was except 03H, 08H and 10H.
The data address received in the
query is not an allowable address for
02H
the slave.
The data value received in the query is
not an allowable data value for the
03H
slave.

Illegal function
Illegal data address

Illegal data value

Exception code

Display
COM in the display
blinks
until
it
receives the correct
query.

Response framing
Address

Exception
code

Lo

Hi

CRC
1 Function code : In an exception response, the server sets the MSB of the function code to 1.

Slave address

Function code

Example
Function code in a query

Function code in an exception response

03h

83h

10h

90h

Example of illegal data address is shown as follows.


Example In case of monitoring from total apparent power (Min)(0380H) to undefined
address(0387H).Slave address is 01H.
Query framing
01H 03H 03H 80H 00H 08H
Lo
Hi
Slave
address

Starting address

Response framing
01H 83H 02H
Slave
address

Illigal data
address

Lo

Quantity of
registers

CRC

Hi
CRC

LSPM-0075
5

7. Data
7 .1

Data of Setup Registers (0200H to 020BH, 0600H to 0622H)


When a data in the preset multiple registers (10H) is 8000H or 80000000H, the data of the address is
not changed. In case of collective setting, use the unpreset address.

(1) Phase Wiring

Phase wiring
3P3W_2CT
3P4W
3P3W_3CT

Data
0003H
0004H
0006H

(2) Primary Voltage value (Phase to Phase)

The set value is the data in which the voltage value is converted into 4 bytes.
(When the setup voltage is 6600V, the set value is 6600(000019C8h).)

At 3P4W

It is corresponding only 190V, 415V, 440V. And it changed as follows by set value.
Using VT/
VT secondary
Set value
Direct voltage
Direct input
voltage
190V
Direct input
110V/190V

415V
Using VT

63.5V/110V
440V
Using VT

63.5V/110V

VT primary
voltage

240V/415V
254V/440V

At 3P3W_2CT, 3P3W_3CT

At set the range from 221V to 750000V.


It is set Using VT, and set the primary voltage which is transmitted.
From the most significant digit to 3 figures can be freely set up in the range of 221V to 750000V.

At set 110V or 220V.


It is set Direct input, and set the primary voltage which is transmitted as the direct input voltage.

(3) Primary Voltage Value (Phase to Neutral)

The set value is the data in which the 10 times voltage value is converted into 4 bytes.
(When the setup voltage is 63.5V, the set value is 635 (0000027Bh).)

At 3P4W

At set the range from 278V to 750000V


It is set Using VT, and set the primary voltage which is transmitted.
From the most significant digit to 3 figures can be freely set up in the range of 278V to 750000V.

At set the 63.5V, 100V, 110V, 220V, 240V, 254V or 277V


It is set Direct input, and set the primary voltage which is transmitted as the direct input voltage.
At 3P3W_2CT3P3W_3CT

The exception code of illegal data address is replied.

(4) Secondary Voltage Value (Phase to Neutral)

The set value is the data in which the 10 times voltage value is converted into 4 bytes.
(When the setup voltage is 63.5V, the set value is 635 (0000027Bh).)
Settable secondary voltage values are as follows.
3P4W
: 63.5V, 100V, 110V, 115V, 120V
3P3W_2CT,3P3W_3CT : 100V, 110V, 220V

(5) Primary Current Value

The set value is the data in which the 10 times current value is converted into 4 bytes.
(When the setup current is 7.5A, the set value is 75 (0000004Bh).)
From the most significant digit to 2 figures can be freely set up in the range of 5A to 30000A.

LSPM-0075
6

(6) Time Constant for Current Demand

The range of time constant is as follows.


0s, 10s, 20s, 30s, 40s, 50s, 1min, 2min, 3min, 4min, 5min, 6min, 7min, 8min, 9min, 10min, 15min, 20min, 25min,
30min.

The set value is the data in which the second unit value is converted into 2 bytes.
(When the setup time is 2min, the set value is 120 (0078h).)

(7) 16 Bits Set/Reset Register


Bit
b0
b1
b2
b3
b4
b5
b6
b7
b8
b9
b10
b11
b12
b13
b14
b15

Data
Content
Reset of all alarm
Reset of all max/min value and counting of all energy
Reset of all max/min value
Unusable
Set of digital output 1 (DO1) (Note1)
Set of digital output 2 (DO2) (Note1)
Unusable
Unusable
Reset of all digital input (DI) latch (Note1)
Unusable
Unusable
Unusable
Unusable
Unusable
Reset of counting of all energy
Unusable
Note1: Depending on the option used, it becomes Unusable.

ON(1)
executed
executed
executed

Set
Set

executed

executed

OFF(0)

Reset
Reset

ON(1)
ON
ON
ON
ON
ON
Alarm
Alarm

Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm

OFF(0)
OFF
OFF
OFF
OFF
OFF
Non-Alarm
Non-Alarm

Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm

(8) 16 Bits Register for Alarm Monitor 1


Bit
b0
b1
b2
b3
b4
b5
b6
b7
b8
b9
b10
b11
b12
b13
b14
b15

Data
Content
Digital input 1 (DI1)
Digital input 2 (DI2)
Digital input 3 (DI3)
Digital input 4 (DI4)
Digital input 5 (DI5)
Alarm (total)
Alarm of Demand current (Note1)
Unusable
Alarm of Voltage (Note1)
Alarm of Current (Note1)
Alarm of Active power (Note1)
Alarm of Reactive power (Note1)
Alarm of Frequency
Alarm of Power factor (Note1)
Alarm of T.H.D (Voltage) (Note1)
Alarm of Harmonics current (Note1)
Note1: For the alarm judging items, refer to next page.

LSPM-0075
7

(9) 16 Bits Register for Alarm Monitor 2


Data

Bit

Content
Upper limit alarm of current (phase 1)
b0
Upper limit alarm of current (phase 2)
b1
Upper limit alarm of current (phase 3)
b2
Upper limit alarm of current (phase N)
b3
Upper limit alarm of current (total) (Note1)
b4
Lower limit alarm of current (total) (Note1)
b5
Upper limit alarm of L-L Voltage (total)
b6
Lower limit alarm of L-L Voltage (total)
b7
Upper limit alarm of L-N Voltage (1-N)
b8
Upper limit alarm of L-N Voltage (2-N)
b9
b10 Upper limit alarm of L-N Voltage (3-N)
b11 Upper limit alarm of L-N Voltage (total) (Note1)
b12 Lower limit alarm of L-N Voltage (1-N)
b13 Lower limit alarm of L-N Voltage (2-N)
b14 Lower limit alarm of L-N Voltage (3-N)
b15 Lower limit alarm of L-N Voltage (total) (Note1)
Note1: For the alarm judging items, refer to below.

ON(1)
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm
Alarm

Alarm judging items of each phase wiring is shown as follows.


Alarm judging items for 3P3W
Demand current
Voltage
Current
Active power
Reactive power
Power factor
Harmonics voltage
Harmonics current

Upper limit
Phase 1, 2, 3
Phase 1-2, 2-3, 3-1
Phase 1, 2, 3
W
var
PF
Phase 1-2, 2-3
Phase 1, 2, 3

Lower limit
Phase 1, 2, 3
Phase 1-2, 2-3, 3-1
Phase 1, 2, 3
W
var
PF
-

Alarm judging items for 3P4W


Demand current
Voltage
Current
Active power
Reactive power
Power factor
Harmonics voltage
Harmonics current

Upper limit
Phase 1, 2, 3, N
Phase 1-2, 2-3, 3-1,
Phase 1-N, 2-N, 3-N
Phase 1, 2, 3, N
W
var
PF
Phase 1-N, 2-N, 3-N
Phase 1, 2, 3, N

Lower limit
Phase 1, 2, 3
Phase 1-2, 2-3, 3-1,
Phase 1-N, 2-N, 3-N
Phase 1, 2, 3
W
var
PF
-

LSPM-0075
8

OFF(0)
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm
Non-Alarm

7 .2

Multiplying Factor
Conditions of multiplying factor by setup of each element are shown below.
Element
Condition
0V to 440V less than
Voltage
Primary voltage
440V to 3300V less than
Harmonics voltage
(Note1) 3300V to 113.7kV less than
113.7kV or more
5A to 40A less than
Current
40A to 400A less than
Current demand
Primary current
400A to 4000A less than
Harmonics current
4000A or more
0kW to 1.2kW less than
1.2kW to 12kW less than
Active power
12kW to 120kW less than
Primary rated power
Reactive power
120kW to 1200kW less than
(Note2)
Apparent power
1200kW to 12000kW less than
12000kW to 120000kW less than
120000kW or more
0kW to 10kW less than
10kW to 100kW less than
Active energy
Primary rated power 100kW to 1000kW less than
Reactive energy
(Note2) 1000kW to 10000kW less than
10000kW to 100000kW less than
100000kW or more
0kW to 10kW less than
10kW to 100kW less than
Active energy
(extended)
Primary rated power 100kW to 1000kW less than
Reactive energy
(Note2) 1000kW to 10000kW less than
(extended)
10000kW to 100000kW less than
100000kW or more
Power factor

Frequency
Harmonics distortion
Note1: At 3P4W, it is phase to neutral voltage.
Note2: How to calculate primary rated power is the as follows.
Primary rated powerkW

Primary voltagePrimary current


1000


3 3P3W_2CT3P3W_3CT
3 3P4W (Primary voltage is phase to neutral voltage)

LSPM-0075
9

Multiplying factor
0.1
1
10
100
0.01
0.1
1
10
0.0001
0.001
0.01
0.1
1
10
100
0.01
0.1
1
10
100
1000
0.00001
0.0001
0.001
0.01
0.1
1
0.1

7 .3 List of Parameters
(1) Setup Register
Address
Dec.

Hex.

byte
count

R/W
1

Register Name

RANGE

Unit

3P4W

3P3W
_2CT

3P3W
_3CT

512

0200h

R/W

Phase Wiring

Refer to 7 .1(1)

513

0201h

R/W

Primary voltage (L-L)

Refer to 7 .1(2)

515

0203h

R/W

Primary voltage (L-N)

Refer to 7 .1(3)

0.1V

517

0205h

R/W

Secondary voltage (L-N)

Refer to 7 .1(4)

0.1V

519

0207h

R/W

Primary current

Refer to 7 .1(5)

0.1A

521

0209h

Reserved

522

020Ah

R/W

Time constant for DA

Refer to 7 .1(6)

523

020Bh

R/W

16 bits Set/Reset register

Refer to 7 .1(7)

524

020Ch

16 bits monitor 1

Refer to 7 .1(8)

594

0252h

16 bits monitor 2

Refer to 7 .1(9)

1 R/W : Reads and writes register.


When a data in the preset multiple registers (10H) is 8000h or 80000000h, the data of the
address is not changed.
R : Reads only register.
If it receives the preset multiple registers code for this register, exception code 02h is returned.
2 The data of the address which is not measured in the table is returned 0.
The data of negative number is expressed a twos complement.
Reviced data are convertible for measured value by the multiplying factor. (Refer to 7 .2)

LSPM-0075
10

(2) Instantaneous Value Register


Address
Dec.
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811

Hex.
0300h
0301h
0302h
0303h
0304h
0305h
0306h
0307h
0308h
0309h
030Ah
030Bh
030Ch
030Dh
030Eh
030Fh
0310h
0311h
0312h
0313h
0314h
0315h
0316h
0317h
0318h
0319h
031Ah
031Bh
031Ch
031Dh
031Eh
031Fh
0320h
0321h
0322h
0323h
0324h
0325h
0326h
0327h
0328h
0329h
032Ah
032Bh

byte
count

R/W
1

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name

RANGE

Phase 1 current
Phase 2 current
Phase 3 current
Neutral current
Average value current
Phase 1 current demand
Phase 2 current demand
Phase 3 current demand
Neutral current demand
Average value current demand
Voltage V12
Voltage V23
Voltage V31
Average value voltage (L-L)
Voltage V1N
Voltage V2N
Voltage V3N
Average value voltage (L-N)
Phase 1 power factor
Phase 2 power factor
Phase 3 power factor
Power factor
Frequency
Phase 1 active power
Phase 2 active power
Phase 3 active power
Active power
Reserved
Reserved
Reserved
Reserved
Phase 1 reactive power
Phase 2 reactive power
Phase 3 reactive power
Reactive power
Phase 1 apparent power
Phase 2 apparent power
Phase 3 apparent power
Apparent power
Reserved
Reserved
Reserved
Reserved
Reserved

0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
445 to 999
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0
0
0
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0
0
0
0

Unit

3P4W

A
A
A
A
A
A
A
A
A
A
V
V
V
V
V
V
V
V
0.1%
0.1%
0.1%
0.1%
0.1Hz
kW
kW
kW
kW

kvar
kvar
kvar
kvar
kVA
kVA
kVA
kVA

3P3W
_2CT

3P3W
_3CT

1 R/W : Reads and writes register.


When a data in the preset multiple registers (10H) is 8000h or 80000000h, the data of the
address is not changed.
R : Reads only register.
If it receives the preset multiple registers code for this register, exception code 02h is returned.
2 The data of the address which is not measured in the table is returned 0.
The data of negative number is expressed a twos complement.
Reviced data are convertible for measured value by the multiplying factor. (Refer to 7 .2)

LSPM-0075
11

(3) Maximum Value Register


Address
Dec.
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857

Hex.
032Ch
032Dh
032Eh
032Fh
0330h
0331h
0332h
0333h
0334h
0335h
0336h
0337h
0338h
0339h
033Ah
033Bh
033Ch
033Dh
033Eh
033Fh
0340h
0341h
0342h
0343h
0344h
0345h
0346h
0347h
0348h
0349h
034Ah
034Bh
034Ch
034Dh
034Eh
034Fh
0350h
0351h
0352h
0353h
0354h
0355h
0356h
0357h
0358h
0359h

byte
count

R/W
1

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name
Phase 1 current
Phase 2 current
Phase 3 current
Neutral current
Average value current
Phase 1 current demand
Phase 2 current demand
Phase 3 current demand
Neutral current demand
Average value current demand
Reserved
Voltage V12
Voltage V23
Voltage V31
Average value voltage(L-L)
Reserved
Voltage V1N
Voltage V2N
Voltage V3N
Average value voltage(L-N)
Reserved
Phase 1 power factor
Phase 2 power factor
Phase 3 power factor
Power factor
Frequency
Phase 1 active power
Phase 2 active power
Phase 3 active power
Active power
Reserved
Reserved
Reserved
Reserved
Phase 1 reactive power
Phase 2 reactive power
Phase 3 reactive power
Reactive power
Phase 1 apparent power
Phase 2 apparent power
Phase 3 apparent power
Apparent power
Reserved
Reserved
Reserved
Reserved

RANGE
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.

Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.

0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
445 to 999
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0
0
0
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0
0
0

Unit

3P4W

A
A
A
A
A
A
A
A
A
A

V
V
V
V

V
V
V
V

0.1%
0.1%
0.1%
0.1%
0.1Hz
kW
kW
kW
kW

kvar
kvar
kvar
kvar
kVA
kVA
kVA
kVA

3P3W
_2CT

3P3W
_3CT

1 R/W : Reads and writes register.


When a data in the preset multiple registers (10H) is 8000h or 80000000h, the data of the
address is not changed.
R : Reads only register.
If it receives the preset multiple registers code for this register, exception code 02h is returned.
2 The data of the address which is not measured in the table is returned 0.
The data of negative number is expressed a twos complement.
Reviced data are convertible for measured value by the multiplying factor. (Refer to 7 .2)

LSPM-0075
12

(4) Minimum Value Register


Address
Dec.
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898

Hex.
035Ah
035Bh
035Ch
035Dh
035Eh
035Fh
0360h
0361h
0362h
0363h
0364h
0365h
0366h
0367h
0368h
0369h
036Ah
036Bh
036Ch
036Dh
036Eh
036Fh
0370h
0371h
0372h
0373h
0374h
0375h
0376h
0377h
0378h
0379h
037Ah
037Bh
037Ch
037Dh
037Eh
037Fh
0380h
0381h
0382h

byte
count

R/W
1

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name
Phase 1 current
Phase 2 current
Phase 3 current
Neutral current
Average value current
Phase 1 current demand
Phase 2 current demand
Phase 3 current demand
Neutral current demand
Average value curret demand
Voltage V12
Voltage V23
Voltage V31
Average value voltage(L-L)
Voltage V1N
Voltage V2N
Voltage V3N
Average value voltage(L-N)
Phase 1 power factor
Phase 2 power factor
Phase 3 power factor
Power factor
Frequency
Phase 1 active power
Phase 2 active power
Phase 3 active power
Active power
Reserved
Reserved
Reserved
Reserved
Phase 1 reactive power
Phase 2 reactive power
Phase 3 reactive power
Reactive power
Phase 1 apparent power
Phase 2 apparent power
Phase 3 apparent power
Apparent power
Reserved
Reserved

RANGE
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.

Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.

0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
445 to 999
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0
0
0
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0

Unit

3P4W

A
A
A
A
A
A
A
A
A
A
V
V
V
V
V
V
V
V
0.1%
0.1%
0.1%
0.1%
0.1Hz
kW
kW
kW
kW

kvar
kvar
kvar
kvar
kVA
kVA
kVA
kVA

3P3W
_2CT

3P3W
_3CT

1 R/W : Reads and writes register.


When a data in the preset multiple registers (10H) is 8000h or 80000000h, the data of the
address is not changed.
R : Reads only register.
If it receives the preset multiple registers code for this register, exception code 02h is returned.
2 The data of the address which is not measured in the table is returned 0.
The data of negative number is expressed a twos complement.
Reviced data are convertible for measured value by the multiplying factor. (Refer to 7 .2)

LSPM-0075
13

(5) Counting of Energy Register


Address
Dec.
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1306
1308
1310
1312
1314
1316
1318
1320
1322
1324
1326

Hex.
0500h
0501h
0502h
0503h
0504h
0505h
0506h
0507h
0508h
0509h
050Ah
050Bh
050Ch
050Dh
050Eh
050Fh
0510h
0511h
0512h
0513h
0514h
0515h
0516h
0517h
0518h
051Ah
051Ch
051Eh
0520h
0522h
0524h
0526h
0528h
052Ah
052Ch
052Eh

byte
count

R/W
1

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
4
4
4
4
4
4
4
4
4
4
4
4

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R/W
R/W
R/W
R/W
R/W
R/W
R
R
R
R
R
R

Register Name

RANGE

Active energy

import

Active energy

export

Reactive energy

import LAG

Reactive energy

export LAG

Reactive energy

import LEAD

Reactive energy

export LEAD

Extended active energy

import

Extended active energy

export

Extended reactive energy

import LAG

Extended reactive energy

export LAG

Extended reactive energy

import LEAD

Extended reactive energy

export LEAD

Active energy
Active energy
Reactive energy
Reactive energy
Reactive energy
Reactive energy
Extended active energy
Extended active energy
Extended reactive energy
Extended reactive energy
Extended reactive energy
Extended reactive energy

3
3
3
3
3
3
3
3
3
3
3
3

import
export
import LAG
export LAG
import LEAD
export LEAD
import
export
import LAG
export LAG
import LEAD
export LEAD

less than 1000


1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999

Unit
kWh
kWh
kvarh
kvarh
kvarh
kvarh
kWh
kWh
kvarh
kvarh
kvarh
kvarh
kWh
kWh
kvarh
kvarh
kvarh
kvarh
kWh
kWh
kvarh
kvarh
kvarh
kvarh

3P4W

3P3W
_2CT

3P3W
_3CT

1 R/W : Reads and writes register.


When a data in the preset multiple registers (10H) is 8000h or 80000000h, the data of the
address is not changed.
R : Reads only register.
If it receives the preset multiple registers code for this register, exception code 02h is returned.
2 The data of the address which is not measured in the table is returned 0.
The data of negative number is expressed a twos complement.
Reviced data are convertible for measured value by the multiplying factor. (Refer to 7 .2)
3 Addresses from 0518h to 0522h can be accessed only from the even number address.
If the byte count of start address 0518h and 051Ah etc. is 2, 3, 5 or 6-byte, the exception code 02h is
returned.

LSPM-0075
14

(6) Alarm Value Register


Address
Dec.
1536
1538
1540
1542
1544
1546
1548
1550
1552
1554
1556
1558
1560
1562
1564
1566
1568
1570
1572
1574
1576
1578
1580

Hex.
0600h
0602h
0604h
0606h
0608h
060Ah
060Ch
060Eh
0610h
0612h
0614h
0616h
0618h
061Ah
061Ch
061Eh
0620h
0622h
0624h
0626h
0628h
062Ah
062Ch

byte
count

R/W
1

4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4

R/W
R/W
R/W
R/W
R/W
R/W
R/W
R
R/W
R/W
R/W
R/W
R/W
R/W
R/W
R
R/W
R/W
R/W
R/W
R/W
R/W
R/W

Register Name

RANGE

Current demand upper limit


Voltage(L-N) upper limit
Current upper limit
Power factor upper limit
Frequency upper limit
Harmonics current upper limit
THD voltage upper limit
Reserved
Active power upper limit
4
Reactive power upper limit
4
Current demand lower limit
Voltage(L-N) lower limit
Current lower limit
Power factor lower limit
Frequency lower limit
Reserved
Active power lower limit
4
Reactive power lower limit
4
Neutral current demand lower limit
Neutral current lower limit
Neutral harmonics current lower limit
Voltage(L-L) upper limit
Voltage(L-L) lower limit

Unit

3P4W

0.01A
0.01V
0.01A
0.1%
0.1Hz
0.1%
0.1%

W
var
0.01A
0.01V
0.01A
0.1%
0.1Hz

W
var
0.01A
0.01A
0.1%
0.01V
0.01V

0 to 4000000
0 to 75000000
0 to 4000000
-500 to +1000 to 500
445 to 665
0 to 1000
0 to 200
0
-1638300000 to 1638300000
-1638300000 to 1638300000
0 to 4000000
0 to 75000000
0 to 4000000
-500 to +1000 to 500
445 to 665
0
-1638300000 to 1638300000
-1638300000 to 1638300000
0 to 4000000
0 to 4000000
0 to 1000
0 to 75000000
0 to 75000000

3P3W
_2CT

3P3W
_3CT

1 R/W : Reads and writes register.


When a data in the preset multiple registers (10H) is 8000h or 80000000h, the data of the
address is not changed.
R : Reads only register.
If it receives the preset multiple registers code for this register, exception code 02h is returned.
2 The data of the address which is not measured in the table is returned 0.
The data of negative number is expressed a twos complement.
Reviced data are convertible for measured value by the multiplying factor. (Refer to 7 .2)
3 Access to address from 0600h to 0622h needs a setup of the basic device.
If it is not set, exception code is returned.
4 As a read data of upper (lower) limit value at W and var, a maximum (minimum) value becomes
1638300000W(var).

LSPM-0075
15

(7) Harmonics Value Register


Address
Dec.
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071

Hex.
0700h
0701h
0702h
0703h
0704h
0705h
0706h
0707h
0708h
0709h
070Ah
070Bh
070Ch
070Dh
070Eh
070Fh
0710h
0711h
0712h
0713h
0714h
0715h
0716h
0717h
0800h
0801h
0802h
0803h
0804h
0805h
0806h
0807h
0808h
0809h
080Ah
080Bh
080Ch
080Dh
080Eh
080Fh
0810h
0811h
0812h
0813h
0814h
0815h
0816h
0817h

byte
count

R/W
1

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved

RANGE
Total
Total
Total
1st
1st
1st
3rd
3rd
3rd
5th
5th
5th
7th
7th
7th
9th
9th
9th
11th
11th
11th
13th
13th
13th
Total
Total
1st
1st
3rd
3rd
5th
5th
7th
7th
9th
9th
11th
11th
13th
13th

0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0

3P3W
_2CT

3P3W
_3CT

V
V

V
V

V
V

V
V

V
V

V
V

V
V

Unit

3P4W

V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V

1 R/W : Reads and writes register.


When a data in the preset multiple registers (10H) is 8000h or 80000000h, the data of the
address is not changed.
R : Reads only register.
If it receives the preset multiple registers code for this register, exception code 02h is returned.
2 The data of the address which is not measured in the table is returned 0.
The data of negative number is expressed a twos complement.
Reviced data are convertible for measured value by the multiplying factor. (Refer to 7 .2)
LSPM-0075
16

Harmonics Value Register


Address
Dec.
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580

Hex.
0900h
0901h
0902h
0903h
0904h
0905h
0906h
0907h
0908h
0909h
090Ah
090Bh
090Ch
090Dh
090Eh
090Fh
0910h
0911h
0912h
0913h
0914h
0915h
0916h
0917h
0918h
0919h
091Ah
091Bh
091Ch
091Dh
091Eh
091Fh
0A00h
0A01h
0A02h
0A03h
0A04h
0A05h
0A06h
0A07h
0A08h
0A09h
0A0Ah
0A0Bh
0A0Ch
0A0Dh
0A0Eh
0A0Fh
0A10h
0A11h
0A12h
0A13h
0A14h

1 R

byte
count

R/W
1

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
THD V1N
THD V2N
THD V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N

RANGE
Total
Total
Total
Total
1st
1st
1st
1st
3rd
3rd
3rd
3rd
5th
5th
5th
5th
7th
7th
7th
7th
9th
9th
9th
9th
11th
11th
11th
11th
13th
13th
13th
13th
Total
Total
Total
3rd
3rd
3rd
5th
5th
5th
7th
7th
7th
9th
9th
9th
11th
11th
11th
13th
13th
13th

0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000

Unit

3P4W

A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%

3P3W
_2CT

3P3W
_3CT

: Reads only register.


If it receives the preset multiple registers code for this register, exception code 02h is returned.

2 The data of the address which is not measured in the table is returned 0.
The data of negative number is expressed a twos complement.
Reviced data are convertible for measured value by the multiplying factor. (Refer to 7 .2)
LSPM-0075
17

Harmonics Value Register


Address
Dec.
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099

Hex.
0B00h
0B01h
0B02h
0B03h
0B04h
0B05h
0B06h
0B07h
0B08h
0B09h
0B0Ah
0B0Bh
0B0Ch
0B0Dh
0B0Eh
0B0Fh
0B10h
0B11h
0B12h
0B13h
0B14h
0C00h
0C01h
0C02h
0C03h
0C04h
0C05h
0C06h
0C07h
0C08h
0C09h
0C0Ah
0C0Bh
0C0Ch
0C0Dh
0C0Eh
0C0Fh
0C10h
0C11h
0C12h
0C13h
0C14h
0C15h
0C16h
0C17h
0C18h
0C19h
0C1Ah
0C1Bh

1 R

byte
count

R/W
1

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name
THD V12
THD V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
THD I1
THD I2
THD I3
THD IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN

RANGE
Total
Total
3rd
3rd
5th
5th
7th
7th
9th
9th
11th
11th
13th
13th
Total
Total
Total
Total
3rd
3rd
3rd
3rd
5th
5th
5th
5th
7th
7th
7th
7th
9th
9th
9th
9th
11th
11th
11th
11th
13th
13th
13th
13th

0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000

3P3W
_2CT

3P3W
_3CT

0.1%
0.1%

0.1%
0.1%

0.1%
0.1%

0.1%
0.1%

0.1%
0.1%

0.1%
0.1%

0.1%
0.1%

Unit

0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%

3P4W

: Reads only register.


If it receives the preset multiple registers code for this register, exception code 02h is returned.

2 The data of the address which is not measured in the table is returned 0.
The data of negative number is expressed a twos complement.
Reviced data are convertible for measured value by the multiplying factor. (Refer to 7 .2)

LSPM-0075
18

(8) Harmonics Maximum Value Register


Address
Dec.
3328
3329
3330
3331
3332
3333
3334
3335
3584
3585
3586
3587
3588
3589
3590
3591
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883

Hex.
0D00h
0D01h
0D02h
0D03h
0D04h
0D05h
0D06h
0D07h
0E00h
0E01h
0E02h
0E03h
0E04h
0E05h
0E06h
0E07h
0F00h
0F01h
0F02h
0F03h
0F04h
0F05h
0F06h
0F07h
0F08h
0F09h
0F0Ah
0F0Bh
0F0Ch
0F0Dh
0F0Eh
0F0Fh
0F10h
0F11h
0F12h
0F13h
0F14h
0F15h
0F16h
0F17h
0F18h
0F19h
0F1Ah
0F1Bh
0F1Ch
0F1Dh
0F1Eh
0F1Fh
0F20h
0F21h
0F22h
0F23h
0F24h
0F25h
0F26h
0F27h
0F28h
0F29h
0F2Ah
0F2Bh

byte
count

R/W
1

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name

RANGE

Reserved
Harmonics value V(L-N)
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Harmonics value V(L-L)
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Harmonics value current
Harmonics value current
Harmonics value current
Harmonics value current
Harmonics value current
Harmonics value current
Harmonics value current
Harmonics value current
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current

1st

Max.

1st

Max.

Total
1st
3rd
5th
7th
9th
11th
13th

Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.

Total

Max.

1st

Max.

3rd

Max.

5th

Max.

7th

Max.

9th

Max.

11th

Max.

13th

Max.

LSPM-0075
19

0
0 to 32767
0
0
0
0
0
0
0
0 to 32767
0
0
0
0
0
0
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0
0
0
0
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767

Unit

3P4W

A
A
A
A
A
A
A
A

3P3W
_2CT

3P3W
_3CT

Harmonics Maximum Value Register


Address
Dec.
4096
4097
4098
4099
4100
4101
4102
4352
4353
4354
4355
4356
4357
4358
4608
4609
4610
4611
4612
4613
4614

Hex.
1000h
1001h
1002h
1003h
1004h
1005h
1006h
1100h
1101h
1102h
1103h
1104h
1105h
1106h
1200h
1201h
1202h
1203h
1204h
1205h
1206h

1 R

byte
count

R/W
1

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name

RANGE

THD voltage
Harmonics ratio voltage(L-N)
Harmonics ratio voltage(L-N)
Harmonics ratio voltage(L-N)
Harmonics ratio voltage(L-N)
Harmonics ratio voltage(L-N)
Harmonics ratio voltage(L-N)
THD voltage
Harmonics ratio voltage(L-L)
Harmonics ratio voltage(L-L)
Harmonics ratio voltage(L-L)
Harmonics ratio voltage(L-L)
Harmonics ratio voltage(L-L)
Harmonics ratio voltage(L-L)
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved

Total
3rd
5th
7th
9th
11th
13th
Total
3rd
5th
7th
9th
11th
13th

Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.

0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0
0
0
0
0
0
0

Unit

3P4W

0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%

3P3W
_2CT

3P3W
_3CT

: Reads only register.


If it receives the preset multiple registers code for this register, exception code 02h is returned.

2 The data of the address which is not measured in the table is returned 0.
The data of negative number is expressed a twos complement.
Reviced data are convertible for measured value by the multiplying factor. (Refer to 7 .2)

LSPM-0075
20

8. Test Fumction Mode


ME96NSR has the test function mode which the fixed values are replied if there is no input. It is effective to
check the communication to PLC.

8 .1 How to Test
To test, it is necessary to operate the basic device.
Operate as follows.
At the state of power failure, turn on the power supply while pressing the DISPLAY of basic device.
After display on the right is shown, operate the normal communication.
Data shown in the next section is replied.
When the test is finished, turn off the power supply.

8 .2 Reply Data
The reply data at test function mode is shown in next page and on.
The reply data takes the value of primary side, but the data of table 8.1 describes the secondary side.
It is necessary to convert to the value of primary side using the VT ratio and CT ratio.
(Example)At three phase 3-wire, VT: 6600V/110V CT: 100A/5A
Phase 1 current (Inst.)
reply data(secondary side)CT ratio.
4.11A 100A/5A 82.2A
1-2 voltage (Inst.)
reply data(secondary side)VT ratio.
101.1V 6600V/110V 6066V
Total active power (Inst.)
reply data(secondary side)VT ratioCT ratio.
1041W 6600V/110V 100A/5A 1249.2W

LSPM-0075
21

Table 8.1 Reply Data


(1) Setup Register
Address
Dec.
512
513
515
517
519
521
522
523
524
594

Hex.
0200h
0201h
0203h
0205h
0207h
0209h
020Ah
020Bh
020Ch
0252h

Reply data(secondary side)

byte
count

R/W

2
4
4
4
4
2
2
2
2
2

R/W
R/W
R/W
R/W
R/W
R
R/W
R/W
R
R

Register Name

RANGE

Phase Wiring
Primary voltage (L-L)
Primary voltage (L-N)
Secondary voltage (L-N)
Primary current
Reserved
Time constant for DA
16 bits Set/Reset register
16 bits monitor 1
16 bits monitor 2

Refer to 7 .1(1)
Refer to 7 .1(2)
Refer to 7 .1(3)
Refer to 7 .1(4)
Refer to 7 .1(5)
0
Refer to 7 .1(6)
Refer to 7 .1(7)
Refer to 7 .1(8)
Refer to 7 .1(9)

Unit

V
0.1V
0.1V
0.1A
s

3P4W

3P3W
_2CT

3P3W
_3CT

Note1
Note2

Note1
Note2

Note1
Note2

Note1: b5 and b8 become ON(1). And, b0 to b4 of digital inputs are reflected to the present state.
Note2: b7, b12 to b15 become ON(1).

LSPM-0075
22

(2) Instantaneous Value Register


Address
Dec.
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811

Hex.
0300h
0301h
0302h
0303h
0304h
0305h
0306h
0307h
0308h
0309h
030Ah
030Bh
030Ch
030Dh
030Eh
030Fh
0310h
0311h
0312h
0313h
0314h
0315h
0316h
0317h
0318h
0319h
031Ah
031Bh
031Ch
031Dh
031Eh
031Fh
0320h
0321h
0322h
0323h
0324h
0325h
0326h
0327h
0328h
0329h
032Ah
032Bh

byte
count

R/W

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name

RANGE

Phase 1 current
Phase 2 current
Phase 3 current
Neutral current
Average value current
Phase 1 current demand
Phase 2 current demand
Phase 3 current demand
Neutral current demand
Average value current demand
Voltage V12
Voltage V23
Voltage V31
Average value voltage (L-L)
Voltage V1N
Voltage V2N
Voltage V3N
Average value voltage (L-N)
Phase 1 power factor
Phase 2 power factor
Phase 3 power factor
Power factor
Frequency
Phase 1 active power
Phase 2 active power
Phase 3 active power
Active power
Reserved
Reserved
Reserved
Reserved
Phase 1 reactive power
Phase 2 reactive power
Phase 3 reactive power
Reactive power
Phase 1 apparent power
Phase 2 apparent power
Phase 3 apparent power
Apparent power
Reserved
Reserved
Reserved
Reserved
Reserved

0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
445 to 999
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0
0
0
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0
0
0
0

LSPM-0075
23

Unit
A
A
A
A
A
A
A
A
A
A
V
V
V
V
V
V
V
V
0.1%
0.1%
0.1%
0.1%
0.1Hz
kW
kW
kW
kW

kvar
kvar
kvar
kvar
kVA
kVA
kVA
kVA

Reply data(secondary side)


3P4W

3P3W
_2CT

3P3W
_3CT

4.11A
4.21A
4.61A
4.51A
4.31A
4.11A
4.21A
4.61A
4.51A
4.31A
171.1V
172.1V
176.1V
173.1V
101.1V
102.1V
106.1V
103.1V
81.1%
82.1%
83.1%
84.1%
50.0Hz
1011W
1021W
1031W
1041W
711var
721var
731var
741var
1211VA
1221VA
1231VA
1241VA
-

4.11A
4.51A
4.61A
4.41A
4.11A
4.51A
4.61A
4.41A
101.1V
106.1V
176.1V
127.8V
84.1%
50.0Hz
1041W
741var
-

4.11A
4.21A
4.61A
4.31A
4.11A
4.21A
4.61A
4.31A
101.1V
106.1V
176.1V
127.8V
84.1%
50.0Hz
1041W
741var
-

(3) Maximum Value Register


Address
Dec.
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857

Hex.
032Ch
032Dh
032Eh
032Fh
0330h
0331h
0332h
0333h
0334h
0335h
0336h
0337h
0338h
0339h
033Ah
033Bh
033Ch
033Dh
033Eh
033Fh
0340h
0341h
0342h
0343h
0344h
0345h
0346h
0347h
0348h
0349h
034Ah
034Bh
034Ch
034Dh
034Eh
034Fh
0350h
0351h
0352h
0353h
0354h
0355h
0356h
0357h
0358h
0359h

byte
count

R/W

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name
Phase 1 current
Phase 2 current
Phase 3 current
Neutral current
Average value current
Phase 1 current demand
Phase 2 current demand
Phase 3 current demand
Neutral current demand
Average value current demand
Reserved
Voltage V12
Voltage V23
Voltage V31
Average value voltage(L-L)
Reserved
Voltage V1N
Voltage V2N
Voltage V3N
Average value voltage(L-N)
Reserved
Phase 1 power factor
Phase 2 power factor
Phase 3 power factor
Power factor
Frequency
Phase 1 active power
Phase 2 active power
Phase 3 active power
Active power
Reserved
Reserved
Reserved
Reserved
Phase 1 reactive power
Phase 2 reactive power
Phase 3 reactive power
Reactive power
Phase 1 apparent power
Phase 2 apparent power
Phase 3 apparent power
Apparent power
Reserved
Reserved
Reserved
Reserved

Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.

Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.

LSPM-0075
24

RANGE

Unit

0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
445 to 999
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0
0
0
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0
0
0

A
A
A
A
A
A
A
A
A
A
V
V
V
V
V
V
V
V
0.1%
0.1%
0.1%
0.1%
0.1Hz
kW
kW
kW
kW

kvar
kvar
kvar
kvar
kVA
kVA
kVA
kVA

Reply data(secondary side)


3P4W

3P3W
_2CT

3P3W
_3CT

4.12A
4.22A
4.62A
4.52A
4.32A
4.12A
4.22A
4.62A
4.52A
4.32A
171.2V
172.2V
176.2V
173.2V
101.2V
102.2V
106.2V
103.2V
81.0%
81.9%
83.0%
84.0%
51.0Hz
1012W
1022W
1032W
1042W
721var
722var
732var
742var
1212VA
1222VA
1232VA
1242VA
-

4.12A
4.52A
4.62A
4.42A
4.12A
4.52A
4.62A
4.42A
101.2V
106.2V
176.2V
127.9V
84.0%
51.0Hz
1042W
742var
-

4.12A
4.22A
4.62A
4.32A
4.12A
4.22A
4.62A
4.32A
101.2V
106.2V
176.2V
127.9V
84.0%
51.0Hz
1042W
742var
-

(4) Minimum Value Register


Address
Dec.
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898

Hex.
035Ah
035Bh
035Ch
035Dh
035Eh
035Fh
0360h
0361h
0362h
0363h
0364h
0365h
0366h
0367h
0368h
0369h
036Ah
036Bh
036Ch
036Dh
036Eh
036Fh
0370h
0371h
0372h
0373h
0374h
0375h
0376h
0377h
0378h
0379h
037Ah
037Bh
037Ch
037Dh
037Eh
037Fh
0380h
0381h
0382h

byte
count

R/W

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name
Phase 1 current
Phase 2 current
Phase 3 current
Neutral current
Average value current
Phase 1 current demand
Phase 2 current demand
Phase 3 current demand
Neutral current demand
Average value curret demand
Voltage V12
Voltage V23
Voltage V31
Average value voltage(L-L)
Voltage V1N
Voltage V2N
Voltage V3N
Average value voltage(L-N)
Phase 1 power factor
Phase 2 power factor
Phase 3 power factor
Power factor
Frequency
Phase 1 active power
Phase 2 active power
Phase 3 active power
Active power
Reserved
Reserved
Reserved
Reserved
Phase 1 reactive power
Phase 2 reactive power
Phase 3 reactive power
Reactive power
Phase 1 apparent power
Phase 2 apparent power
Phase 3 apparent power
Apparent power
Reserved
Reserved

RANGE
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.

Min.
Min.
Min.
Min.
Min.
Min.
Min.
Min.

LSPM-0075
25

0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
-500 to +1000 to 500
445 to 999
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0
0
0
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
-16383 to 16383
0
0

Unit
A
A
A
A
A
A
A
A
A
A
V
V
V
V
V
V
V
V
0.1%
0.1%
0.1%
0.1%
0.1Hz
kW
kW
kW
kW

kvar
kvar
kvar
kvar
kVA
kVA
kVA
kVA

Reply data(secondary side)


3P4W

3P3W
_2CT

3P3W
_3CT

4.10A
4.20A
4.60A
4.50A
4.30A
4.10A
4.20A
4.60A
4.50A
4.30A
171.0V
172.0V
176.0V
173.0V
101.0V
102.0V
106.0V
103.0V
81.2%
82.2%
83.2%
84.2%
49.0Hz
1010W
1020W
1030W
1040W
710var
720var
730var
740var
1210VA
1220VA
1230VA
1240VA
-

4.10A
4.50A
4.60A
4.40A
4.10A
4.50A
4.60A
4.40A
101.0V
106.0V
176.0V
127.7V
84.2%
49.0Hz
1040W
740var
-

4.10A
4.20A
4.60A
4.30A
4.10A
4.20A
4.60A
4.30A
101.0V
106.0V
176.0V
127.7V
84.2%
49.0Hz
1040W
740var
-

(5) Counting of Energy Register


Address
Dec.
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1306
1308
1310
1312
1314
1316
1318
1320
1322
1324
1326

Hex.
0500h
0501h
0502h
0503h
0504h
0505h
0506h
0507h
0508h
0509h
050Ah
050Bh
050Ch
050Dh
050Eh
050Fh
0510h
0511h
0512h
0513h
0514h
0515h
0516h
0517h
0518h
051Ah
051Ch
051Eh
0520h
0522h
0524h
0526h
0528h
052Ah
052Ch
052Eh

byte
count

R/W

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
4
4
4
4
4
4
4
4
4
4
4
4

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R/W
R/W
R/W
R/W
R/W
R/W
R
R
R
R
R
R

Register Name

RANGE

Active energy

import

Active energy

export

Reactive energy

import LAG

Reactive energy

export LAG

Reactive energy

import LEAD

Reactive energy

export LEAD

Extended active energy

import

Extended active energy

export

Extended reactive energy

import LAG

Extended reactive energy

export LAG

Extended reactive energy

import LEAD

Extended reactive energy

export LEAD

Active energy
Active energy
Reactive energy
Reactive energy
Reactive energy
Reactive energy
Extended active energy
Extended active energy
Extended reactive energy
Extended reactive energy
Extended reactive energy
Extended reactive energy

import
export
import LAG
export LAG
import LEAD
export LEAD
import
export
import LAG
export LAG
import LEAD
export LEAD

Note1. Counting values reply values of primary side.

LSPM-0075
26

less than 1000


1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
less than 1000
1000 or more
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999
0 to 999999

Unit
kWh
kWh
kvarh
kvarh
kvarh
kvarh
kWh
kWh
kvarh
kvarh
kvarh
kvarh
kWh
kWh
kvarh
kvarh
kvarh
kvarh
kWh
kWh
kvarh
kvarh
kvarh
kvarh

Reply data(Note1)
3P4W

3P3W
_2CT

3P3W
_3CT

666
666
555
555
444
444
333
333
222
222
111
111
666
666
555
555
444
444
333
333
222
222
111
111
666666
555555
444444
333333
222222
111111
666666
555555
444444
333333
222222
111111

666
666
555
555
444
444
333
333
222
222
111
111
666
666
555
555
444
444
333
333
222
222
111
111
666666
555555
444444
333333
222222
111111
666666
555555
444444
333333
222222
111111

666
666
555
555
444
444
333
333
222
222
111
111
666
666
555
555
444
444
333
333
222
222
111
111
666666
555555
444444
333333
222222
111111
666666
555555
444444
333333
222222
111111

(6) Alarm Value Register


Address
Dec.
1536
1538
1540
1542
1544
1546
1548
1550
1552
1554
1556
1558
1560
1562
1564
1566
1568
1570
1572
1574
1576
1578
1580

Hex.
0600h
0602h
0604h
0606h
0608h
060Ah
060Ch
060Eh
0610h
0612h
0614h
0616h
0618h
061Ah
061Ch
061Eh
0620h
0622h
0624h
0626h
0628h
062Ah
062Ch

byte
count

R/W

Register Name

4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4

R/W
R/W
R/W
R/W
R/W
R/W
R/W
R
R/W
R/W
R/W
R/W
R/W
R/W
R/W
R
R/W
R/W
R/W
R/W
R/W
R/W
R/W

Current demand upper limit


Voltage(L-N) upper limit
Current upper limit
Power factor upper limit
Frequency upper limit
Harmonics current upper limit
THD voltage upper limit
Reserved
Active power upper limit
Reactive power upper limit
Current demand lower limit
Voltage(L-N) lower limit
Current lower limit
Power factor lower limit
Frequency lower limit
Reserved
Active power lower limit
Reactive power lower limit
Neutral current demand lower limit
Neutral current lower limit
Neutral harmonics current lower limit
Voltage(L-L) upper limit
Voltage(L-L) lower limit

RANGE

0 to 4000000
0 to 75000000
0 to 4000000
-500 to +1000 to 500
445 to 665
0 to 1000
0 to 200
0
-1638300000 to 1638300000
-1638300000 to 1638300000
0 to 4000000
0 to 75000000
0 to 4000000
-500 to +1000 to 500
445 to 665
0
-1638300000 to 1638300000
-1638300000 to 1638300000
0 to 4000000
0 to 4000000
0 to 1000
0 to 75000000
0 to 75000000

LSPM-0075
27

Unit
0.01A
0.01V
0.01A
0.1%
0.1Hz
0.1%
0.1%
W
var
0.01A
0.01V
0.01A
0.1%
0.1Hz
W
var
0.01A
0.01A
0.1%
0.01V
0.01V

Reply data(secondary side)


3P4W

3P3W
_2CT

3P3W
_3CT

(7) Harmonics Value Register


Address
Dec.
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071

Hex.
0700h
0701h
0702h
0703h
0704h
0705h
0706h
0707h
0708h
0709h
070Ah
070Bh
070Ch
070Dh
070Eh
070Fh
0710h
0711h
0712h
0713h
0714h
0715h
0716h
0717h
0800h
0801h
0802h
0803h
0804h
0805h
0806h
0807h
0808h
0809h
080Ah
080Bh
080Ch
080Dh
080Eh
080Fh
0810h
0811h
0812h
0813h
0814h
0815h
0816h
0817h

byte
count

R/W

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V1N
Harmonics value V2N
Harmonics value V3N
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved
Harmonics value V12
Harmonics value V23
Reserved

RANGE
Total
Total
Total
1st
1st
1st
3rd
3rd
3rd
5th
5th
5th
7th
7th
7th
9th
9th
9th
11th
11th
11th
13th
13th
13th
Total
Total
1st
1st
3rd
3rd
5th
5th
7th
7th
9th
9th
11th
11th
13th
13th

0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0
0 to 32767
0 to 32767
0

LSPM-0075
28

Unit
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V
V

Reply data(secondary side)


3P4W

3P3W
_2CT

3P3W
_3CT

78.9V
73.1V
79.3V
91.1V
91.2V
91.3V
36.1V
36.2V
35.9V
35.1V
16.8V
34.9V
34.1V
34.2V
34.3V
33.1V
33.2V
33.3V
32.1V
32.2V
32.3V
20.1V
21.2V
21.3V
-

78.9V
79.3V
91.1V
91.3V
36.1V
35.9V
35.1V
34.9V
34.1V
34.3V
33.1V
33.3V
32.1V
32.3V
20.1V
21.3V
-

78.9V
79.3V
91.1V
91.3V
36.1V
35.9V
35.1V
34.9V
34.1V
34.3V
33.1V
33.3V
32.1V
32.3V
20.1V
21.3V
-

Harmonics Value Register


Address
Dec.
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580

Hex.
0900h
0901h
0902h
0903h
0904h
0905h
0906h
0907h
0908h
0909h
090Ah
090Bh
090Ch
090Dh
090Eh
090Fh
0910h
0911h
0912h
0913h
0914h
0915h
0916h
0917h
0918h
0919h
091Ah
091Bh
091Ch
091Dh
091Eh
091Fh
0A00h
0A01h
0A02h
0A03h
0A04h
0A05h
0A06h
0A07h
0A08h
0A09h
0A0Ah
0A0Bh
0A0Ch
0A0Dh
0A0Eh
0A0Fh
0A10h
0A11h
0A12h
0A13h
0A14h

byte
count

R/W

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
Harmonics value I1
Harmonics value I2
Harmonics value I3
Harmonics value IN
THD V1N
THD V2N
THD V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N
Harmonics ratio V1N
Harmonics ratio V2N
Harmonics ratio V3N

RANGE
Total
Total
Total
Total
1st
1st
1st
1st
3rd
3rd
3rd
3rd
5th
5th
5th
5th
7th
7th
7th
7th
9th
9th
9th
9th
11th
11th
11th
11th
13th
13th
13th
13th
Total
Total
Total
3rd
3rd
3rd
5th
5th
5th
7th
7th
7th
9th
9th
9th
11th
11th
11th
13th
13th
13th

0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000

LSPM-0075
29

Unit
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%

Reply data(secondary side)


3P4W

3P3W
_2CT

3P3W
_3CT

3.15A
3.07A
2.99A
2.92A
3.71A
3.72A
3.73A
3.75A
1.63A
1.60A
1.57A
1.54A
1.48A
1.45A
1.42A
1.39A
1.34A
1.30A
1.27A
1.24A
1.19A
1.15A
1.12A
1.09A
1.04A
1.00A
0.97A
0.94A
0.89A
0.86A
0.82A
0.79A
86.6%
80.2%
86.9%
39.6%
39.7%
39.3%
38.5%
18.4%
38.2%
37.4%
37.5%
37.6%
36.3%
38.4%
36.5%
35.2%
35.3%
35.4%
22.1%
23.2%
23.3%

3.15A
2.92A
2.99A
3.71A
3.75A
3.73A
1.63A
1.54A
1.57A
1.48A
1.39A
1.42A
1.34A
1.24A
1.27A
1.19A
1.09A
1.12A
1.04A
0.94A
0.97A
0.89A
0.79A
0.82A
-

3.15A
3.07A
2.99A
3.71A
3.72A
3.73A
1.63A
1.60A
1.57A
1.48A
1.45A
1.42A
1.34A
1.30A
1.27A
1.19A
1.15A
1.12A
1.04A
1.00A
0.97A
0.89A
0.86A
0.82A
-

Harmonics Value Register


Address
Dec.
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099

Hex.
0B00h
0B01h
0B02h
0B03h
0B04h
0B05h
0B06h
0B07h
0B08h
0B09h
0B0Ah
0B0Bh
0B0Ch
0B0Dh
0B0Eh
0B0Fh
0B10h
0B11h
0B12h
0B13h
0B14h
0C00h
0C01h
0C02h
0C03h
0C04h
0C05h
0C06h
0C07h
0C08h
0C09h
0C0Ah
0C0Bh
0C0Ch
0C0Dh
0C0Eh
0C0Fh
0C10h
0C11h
0C12h
0C13h
0C14h
0C15h
0C16h
0C17h
0C18h
0C19h
0C1Ah
0C1Bh

byte
count

R/W

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name
THD V12
THD V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
Harmonics ratio V12
Harmonics ratio V23
Reserved
THD I1
THD I2
THD I3
THD IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN
Harmonics ratio I1
Harmonics ratio I2
Harmonics ratio I3
Harmonics ratio IN

RANGE
Total
Total
3rd
3rd
5th
5th
7th
7th
9th
9th
11th
11th
13th
13th
Total
Total
Total
Total
3rd
3rd
3rd
3rd
5th
5th
5th
5th
7th
7th
7th
7th
9th
9th
9th
9th
11th
11th
11th
11th
13th
13th
13th
13th

0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000

LSPM-0075
30

Unit
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%

Reply data(secondary side)


3P4W

3P3W
_2CT

3P3W
_3CT

85.0%
82.0%
80.0%
78.0%
44.0%
43.0%
42.0%
41.0%
40.0%
39.0%
38.0%
37.0%
36.0%
35.0%
34.0%
33.0%
32.0%
31.0%
30.0%
29.0%
28.0%
27.0%
26.0%
25.0%
24.0%
23.0%
22.0%
21.0%

86.6%
86.9%
39.6%
39.3%
38.5%
38.2%
37.4%
37.6%
36.3%
36.5%
35.2%
35.4%
22.1%
23.3%
85.0%
78.0%
80.0%
44.0%
41.0%
42.0%
40.0%
37.0%
38.0%
36.0%
33.0%
34.0%
32.0%
29.0%
30.0%
28.0%
25.0%
26.0%
24.0%
21.0%
22.0%
-

86.6%
86.9%
39.6%
39.3%
38.5%
38.2%
37.4%
37.6%
36.3%
36.5%
35.2%
35.4%
22.1%
23.3%
85.0%
82.0%
80.0%
44.0%
43.0%
42.0%
40.0%
39.0%
38.0%
36.0%
35.0%
34.0%
32.0%
31.0%
30.0%
28.0%
27.0%
26.0%
24.0%
23.0%
22.0%
-

(8) Harmonics Maximum Value Register


Address
Dec.
3328
3329
3330
3331
3332
3333
3334
3335
3584
3585
3586
3587
3588
3589
3590
3591
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883

Hex.
0D00h
0D01h
0D02h
0D03h
0D04h
0D05h
0D06h
0D07h
0E00h
0E01h
0E02h
0E03h
0E04h
0E05h
0E06h
0E07h
0F00h
0F01h
0F02h
0F03h
0F04h
0F05h
0F06h
0F07h
0F08h
0F09h
0F0Ah
0F0Bh
0F0Ch
0F0Dh
0F0Eh
0F0Fh
0F10h
0F11h
0F12h
0F13h
0F14h
0F15h
0F16h
0F17h
0F18h
0F19h
0F1Ah
0F1Bh
0F1Ch
0F1Dh
0F1Eh
0F1Fh
0F20h
0F21h
0F22h
0F23h
0F24h
0F25h
0F26h
0F27h
0F28h
0F29h
0F2Ah
0F2Bh

byte
count

R/W

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name

RANGE

Reserved
Harmonics value V(L-N)
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Harmonics value V(L-L)
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Harmonics value current
Harmonics value current
Harmonics value current
Harmonics value current
Harmonics value current
Harmonics value current
Harmonics value current
Harmonics value current
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current
Reserved
Reserved
Reserved
Harmonics value neutral current

1st

Max.

1st

Max.

Total
1st
3rd
5th
7th
9th
11th
13th

Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.

Total

Max.

1st

Max.

3rd

Max.

5th

Max.

7th

Max.

9th

Max.

11th

Max.

13th

Max.

LSPM-0075
31

0
0 to 32767
0
0
0
0
0
0
0
0 to 32767
0
0
0
0
0
0
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0 to 32767
0
0
0
0
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767
0
0
0
0 to 32767

Unit

A
A
A
A
A
A
A
A

Reply data(secondary side)


3P4W

3P3W
_2CT

3P3W
_3CT

91.8V
3.48A
3.76A
1.66A
1.56A
1.46A
1.36A
1.26A
1.16A
3.51A
3.77A
1.67A
1.58A
1.47A
1.37A
1.28A
1.17A

91.8V
3.48A
3.76A
1.66A
1.56A
1.46A
1.36A
1.26A
1.16A
-

91.8V
3.48A
3.76A
1.66A
1.56A
1.46A
1.36A
1.26A
1.16A
-

Harmonics Maximum Value Register


Address
Dec.
4096
4097
4098
4099
4100
4101
4102
4352
4353
4354
4355
4356
4357
4358
4608
4609
4610
4611
4612
4613
4614

Hex.
1000h
1001h
1002h
1003h
1004h
1005h
1006h
1100h
1101h
1102h
1103h
1104h
1105h
1106h
1200h
1201h
1202h
1203h
1204h
1205h
1206h

byte
count

R/W

2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2

R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R
R

Register Name

RANGE

THD voltage
Harmonics ratio voltage(L-N)
Harmonics ratio voltage(L-N)
Harmonics ratio voltage(L-N)
Harmonics ratio voltage(L-N)
Harmonics ratio voltage(L-N)
Harmonics ratio voltage(L-N)
THD voltage
Harmonics ratio voltage(L-L)
Harmonics ratio voltage(L-L)
Harmonics ratio voltage(L-L)
Harmonics ratio voltage(L-L)
Harmonics ratio voltage(L-L)
Harmonics ratio voltage(L-L)
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved

Total
3rd
5th
7th
9th
11th
13th
Total
3rd
5th
7th
9th
11th
13th

LSPM-0075
32

Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.
Max.

0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0 to 1000
0
0
0
0
0
0
0

Unit
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%
0.1%

Reply data(secondary side)


3P4W

3P3W
_2CT

3P3W
_3CT

91.7%
40.1%
39.1%
37.9%
36.8%
35.7%
34.6%
-

91.7%
40.1%
39.1%
37.9%
36.8%
35.7%
34.8%
-

91.7%
40.1%
39.1%
37.9%
36.8%
35.7%
34.8%
-

S-ar putea să vă placă și