Measurement Registers (M850 3X and duplicated 3X)

Internally, the M850 3X registers are duplicated in the 4X register area from address 41001, (internal register offset 2001 (07D1h)).
This allows PLCs that can’t read floating point data in the 3X area to retrieve the measurements from the 4X area.

The registers are listed with their Modbus addresses.
The data held at these addresses are Read-Only.
3X registers are read using function 04h.
4X registers are read using function 03h.

A sample read packet using code 4 to access the 3X registers will look like this:-
[Node][04][start address][No. of Double Registers Requested][CRC(2 bytes)]
e.g. To read line to neutral voltages on node 23h:-
[23h][04h][0006h][0006h(3, 4 byte regs)] [CRC(2 bytes)]
The node’s return packet will look like:-
[23h][04h][0Ch][12 bytes of data = 3 floating point numbers] [CRC(2 bytes)]

A sample read packet using code 3 to access the 4X registers will look like this:-
[Node][03][start address][No. of Double Registers Requested][CRC(2 bytes)]
e.g. To read line to line voltages on node 23h using the duplicated measurements in the 4X area:-
[23h][03h][07D0h][0006h(3, 4 byte regs)] [CRC(2 bytes)]
The node’s return packet will look like:-
[23h][03h][0Ch][12 bytes of data = 3 floating point numbers] [CRC(2 bytes)]

The list below is the default order of the 3X registers in the M850.
The order can be altered using the System Monitor program, supplied on request or downloaded from our website www.multitek-ltd.com, or by a suitable SCADA program.

Sample Coding

3X Address

Register

4X Address

Register

Register Name

Order No

?

30001

(0x0000)

41001

(0x07D0)

V L1-2

1

30002

(0x0002)

41002

(0x07D2)

V L2-3

2

30003

(0x0004)

41003

(0x07D4)

V L3-1

3

30004

(0x0006)

41004

(0x07D6)

V 1

4

30005

(0x0008)

41005

(0x07D8)

V 2

5

30006

(0x000A)

41006

(0x07DA)

V 3

6

30007

(0x000C)

41007

(0x07DC)

I 1

7

30008

(0x000E)

41008

(0x07DE)

I 2

8

30009

(0x0010)

41009

(0x07E0)

I 3

9

30010

(0x0012)

41010

(0x07E2)

kW Sum

10

30011

(0x0014)

41011

(0x07E4)

kVA Sum

11

30012

(0x0016)

41012

(0x07E6)

kVAR Sum

12

30013

(0x0018)

41013

(0x07E8)

PF Avg

13

30014

(0x001A)

41014

(0x07EA)

kWHr (Import)

14

30015

(0x001C)

41015

(0x07EC)

kVArHr (Import)

15

30016

(0x001E)

41016

(0x07EE)

Hz

16

30017

(0x0020)

41017

(0x07F0)

N/A

17

30018

(0x0022)

41018

(0x07F2)

N/A

18

30019

(0x0024)

41019

(0x07F4)

N/A

19

30020

(0x0026)

41020

(0x07F6)

N/A

20

30021

(0x0028)

41021

(0x07F8)

N/A

21

30022

(0x002A)

41022

(0x07FA)

N/A

22

30023

(0x002C)

41023

(0x07FC)

kWd (Import)

23

30024

(0x002E)

41024

(0x07FE)

kVAd

24

30025

(0x0030)

41025

(0x0800)

Ad

25

30026

(0x0032)

41026

(0x0802)

Neutral Current

26

30027

(0x0034)

41027

(0x0804)

N/A

27

30028

(0x0036)

41028

(0x0806)

N/A

28

30029

(0x0038)

41029

(0x0808)

N/A

29

30030

(0x003A)

41030

(0x080A)

N/A

30

30031

(0x003C)

41031

(0x080C)

N/A

31

30032

(0x003E)

41032

(0x080E)

N/A

32

30033

(0x0040)

41033

(0x0810)

N/A

33

30034

(0x0042)

41034

(0x0812)

N/A

34

30035

(0x0044)

41035

(0x0814)

N/A

35

30036

(0x0046)

41036

(0x0816)

N/A

36

30037

(0x0048)

41037

(0x0818)

N/A

37

30038

(0x004A)

41038

(0x081A)

Max kWd (Import)

38

30039

(0x004C)

41039

(0x081C)

N/A

39

30040

(0x004E)

41040

(0x081E)

Max kVAd

40

30041

(0x0050)

41041

(0x0820)

Max Ad

41

N.B Any Register Name that appears as N/A will return the value 0xFFFFh