Вы находитесь на странице: 1из 106

EMR-3000 Modbus Register Maps

IM02602007E

EMR-3000

Table of Contents
Modbus Parameters............................................................................................................................................................................................ 3
Notes for the SCADA-System..................................................................................................................................................................................................... 4

Specific Modbus Function Codes...................................................................................................................................................................... 5


Setting Date and Time................................................................................................................................................................................................................. 9
Supported Modbus - Error Messages........................................................................................................................................................................................ 10

Appendix Register Maps................................................................................................................................................................................ 11


Signals....................................................................................................................................................................................................................................... 11
Measuring Values...................................................................................................................................................................................................................... 78
Commands.............................................................................................................................................................................................................................. 101
Settings................................................................................................................................................................................................................................... 105

ad06dd90594cf7c67e2f745ed4579a87
dbd087cd01393c3254dac849b30a68b7
RMS Handoff: 0
File: C:\p4_data\deliverEMR-3000\generated\EMR-3000_modbus_registers_eaton_en.odt
This manual applies to devices (Modbus RTU and Modbus TCP):
Version 1.0.c
Build: 11385

www.eaton.com

EMR-3000

IM02602007E

Modbus Parameters
For the Modbus Protocol, several parameters have to be set that are relevant for the communication between the control system (SCADA) and the device. The
parameters and their setting possibilities or value ranges are shown in the tables that follow.
ATTENTION!
The parameters are described within the Appendix of the device manual (Modbus section).

www.eaton.com

IM02602007E

EMR-3000

Notes for the SCADA-System


When using Modbus RTU the following times have to be considered by the control system and are fixed within the device :
The dwell times (tD ) before start of a frame must at least be set to 3.5 characters.
Examples:
3.5 characters 9600 Baud = 4 ms
3.5 characters 19200 Baud = 2 ms
3.6 3.5 characters 38400 Baud = 1 ms
Start of a new message is expected when the dwell time (tD ) is > 3.5 characters.
The fact that the probability of disruptions during transmission of a message increases with its length has to be taken into consideration and thus a query to the
Slave should possibly be such that the message is not much longer than 32 bytes.

www.eaton.com

EMR-3000

IM02602007E

Specific Modbus Function Codes


For reading data from the device or to carry out commands, the services listed in the table, also called Function Codes, are supported.
Table 1.1.

Function Codes

Function-Code
3
4
5
8
16

Designation
Read Holding
Registers
Read Input
Registers
Write Single
Output (Bit)
Loopback Test
Load Multiple
Registers

Description
There are single or several data words read from a specific data word address. Only status addresses and parameter
addresses can be read.
There are single or several data words read from a specific data word address. Only measuring values can be read.
All other values are illegal and will not affect the output. Via this function code. acknowledgments can be executed as well
as counters reset or blockings set.
Test function for the communication system.
There are single or several data words written from a specific data word address.

www.eaton.com

IM02602007E

EMR-3000

On the following pages, the Modbus functions are described in detail:


Function-Code 3/4:
Query
Slave
address

3/4

Register address
HI

Register address
LO

Register number
HI

Register number
LO

Check-sum
HI

Check-sum
LO

Response
Slave
address

3/4

Byte
number

Register 0
HI

Register 0
LO

...

Check-sum
HI

Check-sum
LO

Register address (HI*256 + LO)


The data word address from where-reading should start.
Register number (HI*256 + LO)
Number of data words to be read. Valid range: 1..125
Byte number
Number of subsequent bytes containing data words.
Register
Data words read out of the device (Highbyte and Lowbyte).

www.eaton.com

IM02602007E

EMR-3000

Function Code 5:
Query
Slave
address

Register address
HI

Register address
LO

Register data
HI

Register data
LO

Check-sum
HI

Check-sum
LO

Response
Slave
address

Register address
HI

Register address
LO

Register data
HI

Register data
LO

Check-sum
HI

Check-sum
LO

Register address (HI*256 + LO)


Data word address to be written.
Register data
Value of the data word to be written (Highbyte and Lowbyte).
Permitted value range:
FF00 hex request for a single byte to be on: This often means to reset a counter, execute acknowledgments, or set blockings signals.
0000 hex request for a single byte to be off: This often means to deactivate blocking signals or to reset single bytes.
Function Code 8:
Query
Slave
address

Data Diag
Code HI
0x00

Data Diag
Code LO
0x00

Test data

Test data

Check-sum
HI

Check-sum
LO

Response
Slave
address

Data Diag
Code HI

Data Diag
Code LO

Test data

Test data

Check-sum
HI

Check-sum
LO

Data Diag Code HI (high), Data Diag Code LO ( low)


Diagnostic Code (sub-function code of function code 8) for testing the communication system. The Diagnostic Code Return Query Data (0x00, 0x00) is being
supported.
Test Data
By using the Diagnostic Code 0x00 0x00, the transmitted data are sent back to the Master unchanged.

www.eaton.com

IM02602007E

EMR-3000

Function Code 16:


Query
Slave
address
Response
Slave
address

16

Register
address
HI
16

Register
address
LO

Register
number
HI

Register address
HI

Register
number
LO

Register address
LO

Byte
number

Register number
HI

Register address (HI*256 + LO)


Data word address from where writing should start.
Register number (HI*256 + LO)
Query: Number of data words to be written. Valid range: 1..123
Response: Number of data words written.
Byte number
Number of subsequent bytes to contain data words.
Register
Data words read out of the device (Highbyte and Lowbyte).

Register 0
HI

www.eaton.com

Register 0
LO

Register number
LO

...

Check-sum
HI

Check-sum Check-sum
HI
LO

Check-sum
LO

EMR-3000

IM02602007E

Setting Date and Time


Date and time can be set by means of function code 16 and read with function code 3. If the device address 0 (broadcast address) is selected, the times of all
devices connected to this bus are simultaneously reset. The devices do not respond to a broadcast command.

www.eaton.com

IM02602007E

EMR-3000

Supported Modbus - Error Messages


Exception messages are described within the general Modbus Application Protocol Specification". An exception response table with examples is shown in that
specification. For the EMR-3000, Eaton wants to supply more information. The table below contains just the actually used codes. In case the EMR-3000 has
recognized an error, it can react in the following manner.
Exception
Code
1
2
3
4

Designation

Description

Illegal Function
Illegal Data Address
Illegal Data Value
Slave Device Failure

The message received includes a function code that is not supported by the Slave.
Access was sought on a data word address not included in the data module.
The received message contains an invalid data structure (e.g.: wrong number of data bytes).
An unrecoverable error occurred while the Server (or Slave) was attempting to perform the requested action.

The response given by the EMR-3000 in a failure case has the following format.
Slave
Address

0x80
+ Function Code

Exception
Code

Checksum HI

Checksum LO

In the second byte of the response, the Function Code is sent with the highest byte set to 1. This is equivalent to an addition by 0x80. The third byte holds the
Exception Code of the error message.

10

www.eaton.com

IM02602007E

EMR-3000

Appendix Register Maps


Signals
Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Struct

Bit

Bit Mask

Unit

Description

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Signal: Active

Signal: External
Blocking

Signal: General
Pickup Phase A

Signal: General
Pickup Phase B

Signal: General
Pickup Phase C

Signal: General
Pickup - Ground
Fault

Signal: General
Pickup

Signal: General
Trip Phase A

/ (Bit Position)

Functions
Prot
ExBlo1-I

0x1
(1)

ExBlo2-I

Bit

0x2
(2)

Active

Bit

0x4
(3)

ExBlo

Bit

0x8
(4)

Pickup Phase A 1

Bit

0x10
(5)

Pickup Phase B 1

Bit

0x20
(6)

Pickup Phase C 1

Bit

0x40
(7)

Pickup IX or IR

Bit

0x80
(8)

Pickup

Bit

0x100
(9)

Trip Phase A (*) 1

Bit

0x200
(10)

www.eaton.com

11

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

Signal: General
Trip Phase B

Signal: General
Trip Phase C

Signal: General
Trip Ground
Fault

Signal: General
Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

/ (Bit Position)

Functions
Trip Phase B (*) 1

Bit

0x400
(11)

Trip Phase C (*) 1

Bit

0x800
(12)

Trip IX or IR (*)

Bit

0x1000
(13)

Trip (*)

Bit

0x2000
(14)

TripCmd (*)

Bit

0x4000
(15)

50P[1]
ExBlo1-I

Struct

Bit

0x1
(1)

ExBlo2-I

Bit

0x2
(2)

ExBlo TripCmd- 3
I

Rvs Blo-I

Bit

0x4
(3)

Bit

0x8
(4)

Active

Bit

0x10
(5)

ExBlo

Bit

0x20
(6)

12

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IA

Signal: Pickup
IB

Signal: Pickup
IC

Signal: Pickup

Signal: General
Trip Phase A

Signal: General
Trip Phase B

Signal: General
Trip Phase C

Signal: Trip

Signal: Trip
Command

/ (Bit Position)

Functions
Rvs Blo

Bit

0x40
(7)

Blo TripCmd

Bit

0x80
(8)

ExBlo TripCmd

Bit

0x100
(9)

50P[1]
Pickup IA

Struct

Bit

0x1
(1)

Pickup IB

Bit

0x2
(2)

Pickup IC

Bit

0x4
(3)

Pickup

Bit

0x8
(4)

Trip Phase A (*) 4

Bit

0x10
(5)

Trip Phase B (*) 4

Bit

0x20
(6)

Trip Phase C (*) 4

Bit

0x40
(7)

Trip (*)

Bit

0x80
(8)

TripCmd (*)

Bit

0x100
(9)

www.eaton.com

13

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Struct

Bit

Bit Mask

Unit

Description

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IA

Signal: Pickup
IB

/ (Bit Position)

Functions
50P[2]
ExBlo1-I

0x1
(1)

ExBlo2-I

Bit

0x2
(2)

ExBlo TripCmd- 5
I

Rvs Blo-I

Bit

0x4
(3)

Bit

0x8
(4)

Active

Bit

0x10
(5)

ExBlo

Bit

0x20
(6)

Rvs Blo

Bit

0x40
(7)

Blo TripCmd

Bit

0x80
(8)

ExBlo TripCmd

Bit

0x100
(9)

50P[2]
Pickup IA

Struct

Bit

0x1
(1)

Pickup IB

Bit

0x2
(2)

14

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

Signal: Pickup
IC

Signal: Pickup

Signal: General
Trip Phase A

Signal: General
Trip Phase B

Signal: General
Trip Phase C

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

/ (Bit Position)

Functions
Pickup IC

Bit

0x4
(3)

Pickup

Bit

0x8
(4)

Trip Phase A (*) 6

Bit

0x10
(5)

Trip Phase B (*) 6

Bit

0x20
(6)

Trip Phase C (*) 6

Bit

0x40
(7)

Trip (*)

Bit

0x80
(8)

TripCmd (*)

Bit

0x100
(9)

50P[3]
ExBlo1-I

Struct

Bit

0x1
(1)

ExBlo2-I

Bit

0x2
(2)

ExBlo TripCmd- 7
I

Rvs Blo-I

Bit

0x4
(3)

Bit

0x8
(4)

www.eaton.com

15

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IA

Signal: Pickup
IB

Signal: Pickup
IC

Signal: Pickup

Signal: General
Trip Phase A

Signal: General
Trip Phase B

Signal: General
Trip Phase C

/ (Bit Position)

Functions
Active

Bit

0x10
(5)

ExBlo

Bit

0x20
(6)

Rvs Blo

Bit

0x40
(7)

Blo TripCmd

Bit

0x80
(8)

ExBlo TripCmd

Bit

0x100
(9)

50P[3]
Pickup IA

Struct

Bit

0x1
(1)

Pickup IB

Bit

0x2
(2)

Pickup IC

Bit

0x4
(3)

Pickup

Bit

0x8
(4)

Trip Phase A (*) 8

Bit

0x10
(5)

Trip Phase B (*) 8

Bit

0x20
(6)

Trip Phase C (*) 8

Bit

0x40
(7)

16

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

/ (Bit Position)

Functions
Trip (*)

Bit

0x80
(8)

TripCmd (*)

Bit

0x100
(9)

51P[1]
ExBlo1-I

Struct

Bit

0x1
(1)

ExBlo2-I

Bit

0x2
(2)

ExBlo TripCmd- 9
I

Rvs Blo-I

Bit

0x4
(3)

Bit

0x8
(4)

Active

Bit

0x10
(5)

ExBlo

Bit

0x20
(6)

Rvs Blo

Bit

0x40
(7)

Blo TripCmd

Bit

0x80
(8)

ExBlo TripCmd

Bit

0x100
(9)

51P[1]

10

Struct
www.eaton.com

17

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

10

Format

Bit Mask

Unit

Description

Signal: Pickup
IA

Signal: Pickup
IB

Signal: Pickup
IC

Signal: Pickup

Signal: General
Trip Phase A

Signal: General
Trip Phase B

Signal: General
Trip Phase C

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

/ (Bit Position)

Functions
Pickup IA

Bit

0x1
(1)

Pickup IB

10

Bit

0x2
(2)

Pickup IC

10

Bit

0x4
(3)

Pickup

10

Bit

0x8
(4)

Trip Phase A (*) 10

Bit

0x10
(5)

Trip Phase B (*) 10

Bit

0x20
(6)

Trip Phase C (*) 10

Bit

0x40
(7)

Trip (*)

10

Bit

0x80
(8)

TripCmd (*)

10

Bit

0x100
(9)

51P[2]
ExBlo1-I

11

Struct

11

Bit

0x1
(1)

ExBlo2-I

11

Bit

0x2
(2)

18

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup

No. of Modbus
Registers

Function Code

ExBlo TripCmd- 11
I

Rvs Blo-I

Names

Start Register
Address

Format

Bit Mask

Unit

Description

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IA

Signal: Pickup
IB

Signal: Pickup
IC

Signal: Pickup

/ (Bit Position)

Functions

11

Bit

0x4
(3)

Bit

0x8
(4)

Active

11

Bit

0x10
(5)

ExBlo

11

Bit

0x20
(6)

Rvs Blo

11

Bit

0x40
(7)

Blo TripCmd

11

Bit

0x80
(8)

ExBlo TripCmd

11

Bit

0x100
(9)

51P[2]
Pickup IA

12

Struct

12

Bit

0x1
(1)

Pickup IB

12

Bit

0x2
(2)

Pickup IC

12

Bit

0x4
(3)

Pickup

12

Bit

0x8
(4)

www.eaton.com

19

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

Signal: General
Trip Phase A

Signal: General
Trip Phase B

Signal: General
Trip Phase C

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

/ (Bit Position)

Functions
Trip Phase A (*) 12

Bit

0x10
(5)

Trip Phase B (*) 12

Bit

0x20
(6)

Trip Phase C (*) 12

Bit

0x40
(7)

Trip (*)

12

Bit

0x80
(8)

TripCmd (*)

12

Bit

0x100
(9)

51P[3]
ExBlo1-I

13

Struct

13

Bit

0x1
(1)

ExBlo2-I

13

Bit

0x2
(2)

ExBlo TripCmd- 13
I

Rvs Blo-I

13

Bit

0x4
(3)

Bit

0x8
(4)

Active

13

Bit

0x10
(5)

ExBlo

13

Bit

0x20
(6)

20

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

13

Format

Bit Mask

Unit

Description

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IA

Signal: Pickup
IB

Signal: Pickup
IC

Signal: Pickup

Signal: General
Trip Phase A

Signal: General
Trip Phase B

Signal: General
Trip Phase C

Signal: Trip

Signal: Trip
Command

/ (Bit Position)

Functions
Rvs Blo

Bit

0x40
(7)

Blo TripCmd

13

Bit

0x80
(8)

ExBlo TripCmd

13

Bit

0x100
(9)

51P[3]
Pickup IA

14

Struct

14

Bit

0x1
(1)

Pickup IB

14

Bit

0x2
(2)

Pickup IC

14

Bit

0x4
(3)

Pickup

14

Bit

0x8
(4)

Trip Phase A (*) 14

Bit

0x10
(5)

Trip Phase B (*) 14

Bit

0x20
(6)

Trip Phase C (*) 14

Bit

0x40
(7)

Trip (*)

14

Bit

0x80
(8)

TripCmd (*)

14

Bit

0x100
(9)

www.eaton.com

21

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

15

Struct

15

Bit

Bit Mask

Unit

Description

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IX or IR

Signal: Trip

/ (Bit Position)

Functions
50X[1]
ExBlo1-I

0x1
(1)

ExBlo2-I

15

Bit

0x2
(2)

ExBlo TripCmd- 15
I

Rvs Blo-I

15

Bit

0x4
(3)

Bit

0x8
(4)

Active

15

Bit

0x10
(5)

ExBlo

15

Bit

0x20
(6)

Rvs Blo

15

Bit

0x40
(7)

Blo TripCmd

15

Bit

0x80
(8)

ExBlo TripCmd

15

Bit

0x100
(9)

Pickup

15

Bit

0x400
(11)

Trip (*)

15

Bit

0x800
(12)

22

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

15

Format

Bit Mask

Unit

Description

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IX or IR

/ (Bit Position)

Functions
TripCmd (*)

Bit

0x1000
(13)

50X[2]
ExBlo1-I

16

Struct

16

Bit

0x1
(1)

ExBlo2-I

16

Bit

0x2
(2)

ExBlo TripCmd- 16
I

Rvs Blo-I

16

Bit

0x4
(3)

Bit

0x8
(4)

Active

16

Bit

0x10
(5)

ExBlo

16

Bit

0x20
(6)

Rvs Blo

16

Bit

0x40
(7)

Blo TripCmd

16

Bit

0x80
(8)

ExBlo TripCmd

16

Bit

0x100
(9)

Pickup

16

Bit

0x400
(11)

www.eaton.com

23

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

16

Format

Bit Mask

Unit

Description

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

/ (Bit Position)

Functions
Trip (*)

Bit

0x800
(12)

TripCmd (*)

16

Bit

0x1000
(13)

51X[1]
ExBlo1-I

17

Struct

17

Bit

0x1
(1)

ExBlo2-I

17

Bit

0x2
(2)

ExBlo TripCmd- 17
I

Rvs Blo-I

17

Bit

0x4
(3)

Bit

0x8
(4)

Active

17

Bit

0x10
(5)

ExBlo

17

Bit

0x20
(6)

Rvs Blo

17

Bit

0x40
(7)

Blo TripCmd

17

Bit

0x80
(8)

ExBlo TripCmd

17

Bit

0x100
(9)

24

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

17

Format

Bit Mask

Unit

Description

Signal: Pickup
IX or IR

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

/ (Bit Position)

Functions
Pickup

Bit

0x400
(11)

Trip (*)

17

Bit

0x800
(12)

TripCmd (*)

17

Bit

0x1000
(13)

51X[2]
ExBlo1-I

18

Struct

18

Bit

0x1
(1)

ExBlo2-I

18

Bit

0x2
(2)

ExBlo TripCmd- 18
I

Rvs Blo-I

18

Bit

0x4
(3)

Bit

0x8
(4)

Active

18

Bit

0x10
(5)

ExBlo

18

Bit

0x20
(6)

Rvs Blo

18

Bit

0x40
(7)

Blo TripCmd

18

Bit

0x80
(8)

www.eaton.com

25

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

18

Format

Bit Mask

Unit

Description

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IX or IR

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Alarm

Module Input
State: Trip

Signal: Active

Signal: External
Blocking

/ (Bit Position)

Functions
ExBlo TripCmd

Bit

0x100
(9)

Pickup

18

Bit

0x400
(11)

Trip (*)

18

Bit

0x800
(12)

TripCmd (*)

18

Bit

0x1000
(13)

ExP[1]
ExBlo1-I

49

Struct

49

Bit

0x1
(1)

ExBlo2-I

49

Bit

0x2
(2)

ExBlo TripCmd- 49
I

Alarm-I

49

Bit

0x4
(3)

Bit

0x8
(4)

Trip-I

49

Bit

0x10
(5)

Active

49

Bit

0x20
(6)

ExBlo

49

Bit

0x40
(7)

26

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

49

Format

Bit Mask

Unit

Description

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Alarm

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Alarm

Module Input
State: Trip

Signal: Active

/ (Bit Position)

Functions
Blo TripCmd

Bit

0x80
(8)

ExBlo TripCmd

49

Bit

0x100
(9)

Alarm

49

Bit

0x200
(10)

Trip (*)

49

Bit

0x400
(11)

TripCmd (*)

49

Bit

0x800
(12)

ExP[2]
ExBlo1-I

50

Struct

50

Bit

0x1
(1)

ExBlo2-I

50

Bit

0x2
(2)

ExBlo TripCmd- 50
I

Alarm-I

50

Bit

0x4
(3)

Bit

0x8
(4)

Trip-I

50

Bit

0x10
(5)

Active

50

Bit

0x20
(6)

www.eaton.com

27

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

50

Format

Bit Mask

Unit

Description

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Alarm

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Alarm

Module Input
State: Trip

/ (Bit Position)

Functions
ExBlo

Bit

0x40
(7)

Blo TripCmd

50

Bit

0x80
(8)

ExBlo TripCmd

50

Bit

0x100
(9)

Alarm

50

Bit

0x200
(10)

Trip (*)

50

Bit

0x400
(11)

TripCmd (*)

50

Bit

0x800
(12)

ExP[3]
ExBlo1-I

51

Struct

51

Bit

0x1
(1)

ExBlo2-I

51

Bit

0x2
(2)

ExBlo TripCmd- 51
I

Alarm-I

51

Bit

0x4
(3)

Bit

0x8
(4)

Trip-I

51

Bit

0x10
(5)

28

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

51

Format

Bit Mask

Unit

Description

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Alarm

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Alarm

/ (Bit Position)

Functions
Active

Bit

0x20
(6)

ExBlo

51

Bit

0x40
(7)

Blo TripCmd

51

Bit

0x80
(8)

ExBlo TripCmd

51

Bit

0x100
(9)

Alarm

51

Bit

0x200
(10)

Trip (*)

51

Bit

0x400
(11)

TripCmd (*)

51

Bit

0x800
(12)

ExP[4]
ExBlo1-I

52

Struct

52

Bit

0x1
(1)

ExBlo2-I

52

Bit

0x2
(2)

ExBlo TripCmd- 52
I

Alarm-I

52

Bit

0x4
(3)

Bit

0x8
(4)

www.eaton.com

29

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

52

Format

Bit Mask

Unit

Description

Module Input
State: Trip

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Alarm

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Signal: Active

Signal: External
Blocking

/ (Bit Position)

Functions
Trip-I

Bit

0x10
(5)

Active

52

Bit

0x20
(6)

ExBlo

52

Bit

0x40
(7)

Blo TripCmd

52

Bit

0x80
(8)

ExBlo TripCmd

52

Bit

0x100
(9)

Alarm

52

Bit

0x200
(10)

Trip (*)

52

Bit

0x400
(11)

TripCmd (*)

52

Bit

0x800
(12)

BF
ExBlo1-I

53

Struct

53

Bit

0x1
(1)

ExBlo2-I

53

Bit

0x2
(2)

Active

53

Bit

0x4
(3)

ExBlo

53

Bit

0x8
(4)

30

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

53

Format

Bit Mask

Unit

Description

Module Input:
Trigger that will
start the BF

Module Input:
Trigger that will
start the BF

Module Input:
Trigger that will
start the BF

Signal: BFModule Started


(Pickup)

Signal: Breaker
Failure Trip

Disturbance No.

Number of grid
faults: A grid
fault, e.g. a
short circuit,
might cause
several faults
with trip and
autoreclosing,
each fault being
identified by an
increased fault
number. In this
case, the grid
fault number
remains the
same.

/ (Bit Position)

Functions
Trigger1

Bit

0x10
(5)

Trigger2

53

Bit

0x20
(6)

Trigger3

53

Bit

0x40
(7)

Pickup

53

Bit

0x80
(8)

Trip (*)

53

Bit

0x100
(9)

Prot
FaultNo

57

Struct

57

Bit

0xffff
(1)

Prot

58

Struct

No of grid faults 58

Bit

0xffff
(1)

www.eaton.com

31

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

59

Struct

59

Bit

Bit Mask

Unit

Description

Signal:
Parameter Set 1

Signal:
Parameter Set 2

Signal:
Parameter Set 3

Signal:
Parameter Set 4

Signal: Manual
switch over of a
Parameter Set

Signal:
Parameter Set
Switch via
Communication

Signal:
Parameter Set
Switch via Input
Function

State of the
module input,
respectively of
the signal, that
should activate
this Parameter
Setting Group.

/ (Bit Position)

Functions
PSet-Switch
PS 1

0x1
(1)

PS 2

59

Bit

0x2
(2)

PS 3

59

Bit

0x4
(3)

PS 4

59

Bit

0x8
(4)

PSS manual

59

Bit

0x10
(5)

PSS via Comm

59

Bit

0x20
(6)

PSS via Inp fct

59

Bit

0x40
(7)

PS1-I

59

Bit

0x80
(8)

32

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

59

Format

Bit Mask

Unit

Description

State of the
module input,
respectively of
the signal, that
should activate
this Parameter
Setting Group.

State of the
module input,
respectively of
the signal, that
should activate
this Parameter
Setting Group.

State of the
module input,
respectively of
the signal, that
should activate
this Parameter
Setting Group.

Signal: At least
one parameter
has been
changed

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

/ (Bit Position)

Functions
PS2-I

Bit

0x100
(9)

PS3-I

59

Bit

0x200
(10)

PS4-I

59

Bit

0x400
(11)

Min. 1 param
changed (*)

50R[1]
ExBlo1-I

59

Bit

0x800
(12)

61

Struct

61

Bit

0x1
(1)

ExBlo2-I

61

Bit

0x2
(2)

ExBlo TripCmd- 61
I

Bit

0x4
(3)

www.eaton.com

33

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

61

Format

Bit Mask

Unit

Description

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IX or IR

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

/ (Bit Position)

Functions
Rvs Blo-I

Bit

0x8
(4)

Active

61

Bit

0x10
(5)

ExBlo

61

Bit

0x20
(6)

Rvs Blo

61

Bit

0x40
(7)

Blo TripCmd

61

Bit

0x80
(8)

ExBlo TripCmd

61

Bit

0x100
(9)

Pickup

61

Bit

0x400
(11)

Trip (*)

61

Bit

0x800
(12)

TripCmd (*)

61

Bit

0x1000
(13)

50R[2]
ExBlo1-I

62

Struct

62

Bit

0x1
(1)

ExBlo2-I

62

Bit

0x2
(2)

34

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup

No. of Modbus
Registers

Function Code

ExBlo TripCmd- 62
I

Rvs Blo-I

Names

Start Register
Address

Format

Bit Mask

Unit

Description

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IX or IR

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

/ (Bit Position)

Functions

62

Bit

0x4
(3)

Bit

0x8
(4)

Active

62

Bit

0x10
(5)

ExBlo

62

Bit

0x20
(6)

Rvs Blo

62

Bit

0x40
(7)

Blo TripCmd

62

Bit

0x80
(8)

ExBlo TripCmd

62

Bit

0x100
(9)

Pickup

62

Bit

0x400
(11)

Trip (*)

62

Bit

0x800
(12)

TripCmd (*)

62

Bit

0x1000
(13)

51R[1]
ExBlo1-I

63

Struct

63

Bit

0x1
(1)

www.eaton.com

35

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

63

Format

Bit Mask

Unit

Description

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IX or IR

Signal: Trip

Signal: Trip
Command

/ (Bit Position)

Functions
ExBlo2-I

Bit

0x2
(2)

ExBlo TripCmd- 63
I

Rvs Blo-I

63

Bit

0x4
(3)

Bit

0x8
(4)

Active

63

Bit

0x10
(5)

ExBlo

63

Bit

0x20
(6)

Rvs Blo

63

Bit

0x40
(7)

Blo TripCmd

63

Bit

0x80
(8)

ExBlo TripCmd

63

Bit

0x100
(9)

Pickup

63

Bit

0x400
(11)

Trip (*)

63

Bit

0x800
(12)

TripCmd (*)

63

Bit

0x1000
(13)

51R[2]

36

64

Struct

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

64

Format

Bit Mask

Unit

Description

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Module Input
State: Reverse
Blocking

Signal: Active

Signal: External
Blocking

Signal: Reverse
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
IX or IR

Signal: Trip

Signal: Trip
Command

/ (Bit Position)

Functions
ExBlo1-I

Bit

0x1
(1)

ExBlo2-I

64

Bit

0x2
(2)

ExBlo TripCmd- 64
I

Rvs Blo-I

64

Bit

0x4
(3)

Bit

0x8
(4)

Active

64

Bit

0x10
(5)

ExBlo

64

Bit

0x20
(6)

Rvs Blo

64

Bit

0x40
(7)

Blo TripCmd

64

Bit

0x80
(8)

ExBlo TripCmd

64

Bit

0x100
(9)

Pickup

64

Bit

0x400
(11)

Trip (*)

64

Bit

0x800
(12)

TripCmd (*)

64

Bit

0x1000
(13)

www.eaton.com

37

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

82

Struct

82

Bit

Bit Mask

Unit

Description

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
Negative
Sequence

Signal: Trip

Signal: Trip
Command

/ (Bit Position)

Functions
46[1]
ExBlo1-I

0x1
(1)

ExBlo2-I

82

Bit

0x2
(2)

ExBlo TripCmd- 82
I

Active

82

Bit

0x4
(3)

Bit

0x8
(4)

ExBlo

82

Bit

0x10
(5)

Blo TripCmd

82

Bit

0x20
(6)

ExBlo TripCmd

82

Bit

0x40
(7)

Pickup

82

Bit

0x80
(8)

Trip (*)

82

Bit

0x100
(9)

TripCmd (*)

82

Bit

0x200
(10)

46[2]

38

83

Struct

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

83

Format

Bit Mask

Unit

Description

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup
Negative
Sequence

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

/ (Bit Position)

Functions
ExBlo1-I

Bit

0x1
(1)

ExBlo2-I

83

Bit

0x2
(2)

ExBlo TripCmd- 83
I

Active

83

Bit

0x4
(3)

Bit

0x8
(4)

ExBlo

83

Bit

0x10
(5)

Blo TripCmd

83

Bit

0x20
(6)

ExBlo TripCmd

83

Bit

0x40
(7)

Pickup

83

Bit

0x80
(8)

Trip (*)

83

Bit

0x100
(9)

TripCmd (*)

83

Bit

0x200
(10)

BWear
ExBlo1-I

123

Struct

123

Bit

0x1
(1)

www.eaton.com

39

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

123

Format

Bit Mask

Unit

Description

Module Input
State: External
Blocking2

Signal: Active

Signal: External
Blocking

Signal:
Maximum
permissible
Summation of
the interrupting
(tripping)
currents
exceeded in at
least one phase.

Signal:
Maximum
permissible
Summation of
the interrupting
(tripping)
currents
exceeded: IA

Signal:
Maximum
permissible
Summation of
the interrupting
(tripping)
currents
exceeded: IB

/ (Bit Position)

Functions
ExBlo2-I

Bit

0x2
(2)

Active

123

Bit

0x4
(3)

ExBlo

123

Bit

0x8
(4)

Isum Intr trip

123

Bit

0x10
(5)

40

Isum Intr trip:


IA

123

Isum Intr trip:


IB

123

Bit

0x20
(6)

Bit

0x40
(7)

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup

Start Register
Address

No. of Modbus
Registers

Function Code

Isum Intr trip:


IC

123

Operations
Alarm

123

Names

Format

Bit Mask

Unit

Description

Signal:
Maximum
permissible
Summation of
the interrupting
(tripping)
currents
exceeded: IC

Signal: Service
Alarm, too many
Operations

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Signal: Active

Signal: External
Blocking

Signal: Pickup
Current
Transformer
Measuring
Circuit
Supervision

Signal: Blocked
by Breaker
Failure

/ (Bit Position)

Functions

CTS
ExBlo1-I

Bit

0x80
(8)

Bit

0x100
(9)

137

Struct

137

Bit

0x1
(1)

ExBlo2-I

137

Bit

0x2
(2)

Active

137

Bit

0x4
(3)

ExBlo

137

Bit

0x8
(4)

Pickup

137

Bit

0x10
(5)

RO-ZI X2
Bkr Blo-I

139

Struct

139

Bit

0x1
(1)

www.eaton.com

41

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

139

Format

Bit Mask

Unit

Description

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Signal: Blocked
by Breaker
Failure

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Zone
Interlocking
Ground OUT

Signal: Zone
Interlocking
Ground Pickup

Signal: Zone
Interlocking
Ground Trip

/ (Bit Position)

Functions
ExBlo1-I

Bit

0x2
(2)

ExBlo2-I

139

Bit

0x4
(3)

ExBlo TripCmd- 139


I

Bkr Blo

139

Bit

0x8
(4)

Bit

0x10
(5)

Active

139

Bit

0x20
(6)

ExBlo

139

Bit

0x40
(7)

Blo TripCmd

139

Bit

0x80
(8)

ExBlo TripCmd

139

Bit

0x100
(9)

Ground OUT

139

Bit

0x200
(10)

Ground Pickup

139

Bit

0x400
(11)

Ground Trip (*)

139

Bit

0x800
(12)

42

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

139

Format

Bit Mask

Unit

Description

Signal: Zone
Interlocking
Phase OUT

Signal: Zone
Interlocking
Phase Pickup

Signal: Zone
Interlocking
Phase Trip

Signal: Zone
Interlocking IN

Signal: Zone
Interlocking
OUT

Signal: Pickup
Zone
Interlocking

Signal: Zone
Interlocking Trip

Signal: Zone
Interlocking Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

/ (Bit Position)

Functions
Phase OUT

Bit

0x1000
(13)

Phase Pickup

139

Bit

0x2000
(14)

Phase Trip (*)

139

Bit

0x4000
(15)

IN

139

Bit

0x8000
(16)

RO-ZI X2
OUT

140

Struct

140

Bit

0x1
(1)

Pickup

140

Bit

0x2
(2)

Trip (*)

140

Bit

0x4
(3)

TripCmd (*)

140

Bit

0x8
(4)

RTD
ExBlo1-I

143

Struct

143

Bit

0x1
(1)

ExBlo2-I

143

Bit

0x2
(2)

www.eaton.com

43

IM02602007E

Module

EMR-3000

Subgroup

No. of Modbus
Registers

Function Code

ExBlo TripCmd- 143


I

Active

Names

Start Register
Address

Format

Bit Mask

Unit

Description

Module Input
State: External
Blocking of the
Trip Command

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Alarm RTD
Temperature
Protection

Signal: Trip

Signal: Trip
Command

Winding 1
Alarm RTD
Temperature
Protection

Winding 1
Timeout Alarm

Winding 1
Signal: Trip

/ (Bit Position)

Functions

143

Bit

0x4
(3)

Bit

0x8
(4)

ExBlo

143

Bit

0x10
(5)

Blo TripCmd

143

Bit

0x20
(6)

ExBlo TripCmd

143

Bit

0x40
(7)

Alarm

143

Bit

0x80
(8)

Trip (*)

143

Bit

0x100
(9)

TripCmd (*)

143

Bit

0x200
(10)

RTD
WD 1 Alarm

144

Struct

144

Bit

0x1
(1)

WD 1 Timeout
Alarm

144

WD 1 Trip (*)

144

Bit

0x2
(2)

Bit

0x4
(3)

44

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

144

Format

Bit Mask

Unit

Description

Winding 1
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

Winding 2
Alarm RTD
Temperature
Protection

Winding 2
Timeout Alarm

Winding 2
Signal: Trip

Winding 2
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

Winding 3
Alarm RTD
Temperature
Protection

Winding 3
Timeout Alarm

Winding 3
Signal: Trip

/ (Bit Position)

Functions
WD 1 Invalid

Bit

0x8
(4)

WD 2 Alarm

144

Bit

0x10
(5)

WD 2 Timeout
Alarm

144

WD 2 Trip (*)

144

Bit

0x20
(6)

Bit

0x40
(7)

WD 2 Invalid

144

Bit

0x80
(8)

WD 3 Alarm

144

Bit

0x100
(9)

WD 3 Timeout
Alarm

144

WD 3 Trip (*)

144

Bit

0x200
(10)

Bit

0x400
(11)

www.eaton.com

45

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

144

Format

Bit Mask

Unit

Description

Winding 3
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

Winding 4
Alarm RTD
Temperature
Protection

Winding 4
Timeout Alarm

Winding 4
Signal: Trip

Winding 4
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

Winding 5
Alarm RTD
Temperature
Protection

Winding 5
Timeout Alarm

/ (Bit Position)

Functions
WD 3 Invalid

Bit

0x800
(12)

WD 4 Alarm

144

Bit

0x1000
(13)

WD 4 Timeout
Alarm

144

WD 4 Trip (*)

144

Bit

0x2000
(14)

Bit

0x4000
(15)

WD 4 Invalid

144

Bit

0x8000
(16)

RTD
WD 5 Alarm

145

Struct

145

Bit

0x1
(1)

WD 5 Timeout
Alarm

46

145

Bit

0x2
(2)

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

145

Format

Bit Mask

Unit

Description

Winding 5
Signal: Trip

Winding 5
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

Winding 6
Alarm RTD
Temperature
Protection

Winding 6
Timeout Alarm

Winding 6
Signal: Trip

Winding 6
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

Motor Bearing 1
Alarm RTD
Temperature
Protection

Motor Bearing 1
Timeout Alarm

/ (Bit Position)

Functions
WD 5 Trip (*)

Bit

0x4
(3)

WD 5 Invalid

145

Bit

0x8
(4)

WD 6 Alarm

145

Bit

0x10
(5)

WD 6 Timeout
Alarm

145

WD 6 Trip (*)

145

Bit

0x20
(6)

Bit

0x40
(7)

WD 6 Invalid

145

Bit

0x80
(8)

MB 1 Alarm

145

Bit

0x100
(9)

MB 1 Timeout
Alarm

145

Bit

0x200
(10)

www.eaton.com

47

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

145

Format

Bit Mask

Unit

Description

Motor Bearing 1
Signal: Trip

Motor Bearing 1
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

MB 2 Alarm
RTD
Temperature
Protection

Motor Bearing 2
Timeout Alarm

Motor Bearing 2
Signal: Trip

Motor Bearing 2
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

LB 1 Alarm RTD
Temperature
Protection

/ (Bit Position)

Functions
MB 1 Trip (*)

Bit

0x400
(11)

MB 1 Invalid

145

Bit

0x800
(12)

MB 2 Alarm

145

Bit

0x1000
(13)

MB 2 Timeout
Alarm

145

MB 2 Trip (*)

145

Bit

0x2000
(14)

Bit

0x4000
(15)

MB 2 Invalid

145

Bit

0x8000
(16)

RTD
LB 1 Alarm

146

Struct

146

Bit

0x1
(1)

48

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup

Start Register
Address

No. of Modbus
Registers

Function Code

LB 1 Timeout
Alarm

146

LB 1 Trip (*)

146

Names

Format

Bit Mask

Unit

Description

Load Bearing 1
Timeout Alarm

Load Bearing 1
Signal: Trip

Load Bearing 1
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

LB 2 Alarm RTD
Temperature
Protection

Load Bearing 2
Timeout Alarm

Load Bearing 2
Signal: Trip

Load Bearing 2
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

Auxiliary Alarm
RTD
Temperature
Protection

/ (Bit Position)

Functions
Bit

0x2
(2)

Bit

0x4
(3)

LB 1 Invalid

146

Bit

0x8
(4)

LB 2 Alarm

146

Bit

0x10
(5)

LB 2 Timeout
Alarm

146

LB 2 Trip (*)

146

Bit

0x20
(6)

Bit

0x40
(7)

LB 2 Invalid

146

Bit

0x80
(8)

Aux Alarm

146

Bit

0x100
(9)

www.eaton.com

49

IM02602007E

Module

EMR-3000

Subgroup

Start Register
Address

No. of Modbus
Registers

Function Code

Aux Timeout
Alarm

146

Aux Trip (*)

146

Names

Format

Bit Mask

Unit

Description

Auxiliary
Timeout Alarm

Auxiliary Signal:
Trip

Auxiliary Signal:
Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

Winding Signal:
Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

Motor Bearing
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

Alarm timeout
expired

/ (Bit Position)

Functions
Bit

0x200
(10)

Bit

0x400
(11)

Aux Invalid

146

Bit

0x800
(12)

WD Invalid

146

Bit

0x1000
(13)

MB Invalid

146

Bit

0x2000
(14)

Timeout Alarm
(*)
RTD

50

146

Bit

0x4000
(15)

147

Struct

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

147

Format

Bit Mask

Unit

Description

Load Bearing
Signal: Invalid
Temperature
Measurement
Value (e.g
caused by an
defective or
interrupted RTD
Measurement)

Alarm all Load


Bearings

Timeout Alarm
all Load
Bearings

Trip all Load


Bearings

Alarm all Motor


Bearings

Timeout Alarm
all Motor
Bearings

Trip all Motor


Bearings

Alarm all
Windings

Timeout Alarm
all WD

Trip all
Windings

/ (Bit Position)

Functions
LB Invalid

Bit

0x1
(1)

Alarm all LB

147

Bit

0x2
(2)

Timeout Alarm
all LB

147

Trip all LB (*)

147

Bit

0x4
(3)

Bit

0x8
(4)

Alarm all MB

147

Bit

0x10
(5)

Timeout Alarm
all MB

147

Trip all MB (*)

147

Bit

0x20
(6)

Bit

0x40
(7)

Alarm all WD

147

Bit

0x80
(8)

Timeout Alarm
all WD

147

Trip all WD (*)

147

Bit

0x100
(9)

Bit

0x200
(10)

www.eaton.com

51

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

147

Format

Bit Mask

Unit

Description

Alarm Any
Group

Timeout Alarm
Any Group

Trip Any Group

Voting Trip Grp


1

Voting Trip Grp


2

Signal: Active

Signal: IRIG-B
inverted

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

/ (Bit Position)

Functions
Alarm Any
Group

Trip Any Group


(*)

147

Voting Trip Grp


1 (*)

147

Voting Trip Grp


2 (*)

147

Active

0x400
(11)

TimeoutAlmAny 147
Grp

IRIG-B

Bit

Bit

0x800
(12)

Bit

0x1000
(13)

Bit

0x2000
(14)

Bit

0x4000
(15)

148

Struct

148

Bit

0x1
(1)

Inverted

148

Bit

0x2
(2)

Control Signal1

148

Bit

0x4
(3)

Control Signal2

148

Bit

0x8
(4)

Control Signal4

148

Bit

0x10
(5)

Control Signal5

148

Bit

0x20
(6)

Control Signal6

148

Bit

0x40
(7)

52

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

148

Format

Bit Mask

Unit

Description

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

Signal: IRIG-B
Control Signal

/ (Bit Position)

Functions
Control Signal7

Bit

0x80
(8)

Control Signal8

148

Bit

0x100
(9)

Control Signal9

148

Bit

0x200
(10)

Control
Signal10

148

Control
Signal11

148

Control
Signal12

148

Control
Signal13

148

Control
Signal14

148

Control
Signal15

148

IRIG-B

TCM

Bit

0x400
(11)

Bit

0x800
(12)

Bit

0x1000
(13)

Bit

0x2000
(14)

Bit

0x4000
(15)

Bit

0x8000
(16)

149

Struct

Control
Signal16

149

Bit

Control
Signal17

149

Control
Signal18

149

0x1
(1)

Bit

0x2
(2)

Bit

0x4
(3)

150

Struct

www.eaton.com

53

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

150

Format

Bit Mask

Unit

Description

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Signal: Active

Signal: External
Blocking

Signal: Pickup
Trip Circuit
Supervision

Not possible
because no
state indicator
assigned to the
breaker.

Module Input
State: Criterion
by which the
Breaker Switch
Position is to be
detected.

Feed-back
signal of the Bkr
(52a)

Module Input
State: Feedback signal of
the Bkr. (52b)

/ (Bit Position)

Functions
ExBlo1-I

Bit

0x1
(1)

ExBlo2-I

150

Bit

0x2
(2)

Active

150

Bit

0x4
(3)

ExBlo

150

Bit

0x8
(4)

Pickup

150

Bit

0x10
(5)

Not Possible

150

Bit

0x20
(6)

Bkr Pos Detect-I 150

Bit

0xc0
(7)

CinBkr-52a

150

Bit

0x100
(9)

CinBkr-52b

150

Bit

0x200
(10)

Sys

54

154

Struct

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup

Start Register
Address

No. of Modbus
Registers

Function Code

Maint Mode
Active

154

Maint Mode
Manually

154

Maint Mode DI

154

Names

Format

Bit Mask

Unit

Description

Signal: Arc
Flash Reduction
Maintenance
Active

Signal: Arc
Flash Reduction
Maintenance
Manual Mode

Signal: Arc
Flash Reduction
Maintenance
Digital Input
Mode

Signal: Arc
Flash Reduction
Maintenance
Comm Mode

Signal: Arc
Flash Reduction
Maintenance
Inactive

Module Input
State: Arc Flash
Reduction
Maintenance
Switch

/ (Bit Position)

Functions
Bit

0x1
(1)

Bit

0x2
(2)

Bit

0x4
(3)

Maint Mode
Comm

154

Maint Mode
Inactive

154

Maint Mode-I

154

Bit

0x8
(4)

Bit

0x10
(5)

Bit

0x20
(6)

RO-ZI X2

155

Struct

www.eaton.com

55

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

155

Format

Bit Mask

Unit

Description

Signal:
CAUTION!
RELAYS
DISARMED in
order to safely
perform
maintenance
while eliminating
the risk of taking
an entire
process off-line.
(Note: Zone
Interlocking and
Supervision
Contact cannot
be disarmed).
YOU MUST
ENSURE that
the relays are
ARMED AGAIN
after
maintenance

Signal: The
State of at least
one Relay
Output has
been set by
force. That
means that the
state of at least
one Relay is
forced and
hence does not
show the state
of the assigned
signals.

/ (Bit Position)

Functions
DISARMED!

Bit

0x1
(1)

Outs forced

155

Bit

0x2
(2)

56

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

155

Format

Bit Mask

Unit

Description

Signal: Zone
Interlocking
OUT

Signal: Relay
Output

Signal: Relay
Output

Signal: Relay
Output

Signal: Trip
Command
blocked

Signal: Motor is
blocked for
starting or
transition to Run
mode

Signal: Thermal
block

/ (Bit Position)

Functions
ZI OUT

Bit

0x4
(3)

RO 1

155

Bit

0x8
(4)

RO 2

155

Bit

0x10
(5)

RO 3

155

Bit

0x20
(6)

MStart
Blo TripCmd

160

Struct

160

Bit

0x10
(5)

Blo

160

Bit

0x40
(7)

ThermalBlock

160

Bit

0x80
(8)

www.eaton.com

57

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

160

Format

Bit Mask

Unit

Description

State of the
module input:
Emergency
Override. Signal
has to be active
in order to
release the
thermal capacity
of the motor.
Please notice
that by doing
this you run the
risk of
damaging the
motor.
EMGOVR has
to be set to DI
or DI or UI for
this input to take
effect

State of the
module input:
INcomplete
SeQuence

State of the
module input:
Remote Close.
User can tie a
digital input to
this input. You
will see this
signal in the
recorder

/ (Bit Position)

Functions
EmgOvr-I

Bit

0x100
(9)

INSQ-I

160

Bit

0x200
(10)

Remote Close-I 160

Bit

0x400
(11)

58

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

160

Format

Bit Mask

Unit

Description

State of the
module input:
Remote Open.
User can tie a
digital input to
this input. You
will see this
signals in the
recorder

State of the
module input:
Remote Reset

State of the
module input:
Motor Start
Signal. User can
tie a digital input
to this Input. If
"Start-I"
becomes true,
"StartMotorCom
mand" becomes
true for at least
500ms.

State of the
module input:
Start Motor
Signal

State of the
module input:
Stop Motor
Signal

State of the
module input:
Therm Switch

/ (Bit Position)

Functions
Remote Open-I

Bit

0x800
(12)

RemoteReset-I

160

Bit

0x1000
(13)

Motor Start
Signal-I

MStart
StartBlock-I

160

Bit

0x4000
(15)

161

Struct

161

Bit

0x2
(2)

Stop-I

161

Bit

0x4
(3)

ThermSwitch-I

161

Bit

0x8
(4)

www.eaton.com

59

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

161

Format

Bit Mask

Unit

Description

State of the
module input:
Zero Speed
Switch

Signal: Active

Signal: Trip

Signal: Trip
Command

Signal: Fail to
transit from start
to run based on
reported back
time

Signal: Fail to
transit from stop
to start based
on reported
back time

Signal: Long
acceleration
timer enforced

Signal: Relay
tripped because
of phase
reverse
detection

/ (Bit Position)

Functions
ZSS-I

Bit

0x10
(5)

Active

161

Bit

0x80
(8)

Trip (*)

161

Bit

0x400
(11)

TripCmd (*)

161

Bit

0x800
(12)

INSQSt2RunFai 161
l

INSQSP2STFail 161
l

LATBlock

161

Bit

0x1000
(13)

Bit

0x2000
(14)

Bit

0x4000
(15)

MStart

60

TripPhaseRever 161
se (*)

162

Bit

0x8000
(16)

Struct

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

162

Format

Bit Mask

Unit

Description

Signal: Motor is
prohibited to
start due to
number of cold
start limits

Signal: Motor is
prohibited to
start due to
external
blocking
through digital
input DI

Signal: Motor is
in run mode

Signal: Motor is
in start mode

Signal: Motor is
prohibited to
start due to
starts per hour
limits, would
come active in
the next stop

Signal: Motor is
prohibited to
start due to
starts per hour
limits

Signal: Motor is
in stop mode

/ (Bit Position)

Functions
NOCSBlocked

Bit

0x1
(1)

RemBlockStart

162

Bit

0x2
(2)

Run

162

Bit

0x4
(3)

Start

162

Bit

0x8
(4)

SPHBlockAlarm 162

Bit

0x10
(5)

SPHBlocked

162

Bit

0x20
(6)

Stop

162

Bit

0x40
(7)

www.eaton.com

61

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

162

Format

Bit Mask

Unit

Description

Signal: Motor is
prohibited to
start due to time
between starts
limits

Signal: Start
transition fail trip

Signal: Zero
speed trip
(possible locked
rotor)

Signal: Antibackspin is
active. For
certain
applications,
such as
pumping a fluid
up a pipe, the
motor may be
driven backward
for a period of
time after it
stops. The antibackspin timer
prevents
starting the
motor while it is
spinning in the
reverse
direction.

Signal:
Emergency
override start
blocking
through digital
input DI

/ (Bit Position)

Functions
TBSBlocked

Bit

0x80
(8)

TransitionTrip
(*)

162

ZSSTrip (*)

162

Bit

0x100
(9)

Bit

0x200
(10)

ABKActive

162

Bit

0x400
(11)

EmergOverride
DI

62

162

Bit

0x800
(12)

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup

Start Register
Address

No. of Modbus
Registers

Function Code

EmergOverride
UI

162

ForcedStart

162

Names

Format

Bit Mask

Unit

Description

Signal:
Emergency
override start
blocking
through front
panel

Signal: Motor
being forced to
start

Signal: Ground
Instantaneous
Overcurrent
Start Delay.
GOC
(Instantaneous
Overcurrent)
elements are
blocked for the
time
programmed
under this
parameter

Signal: Phase
Instantaneous
Overcurrent
Start Delay. IOC
(Instantaneous
Overcurrent)
elements are
blocked for the
time
programmed
under this
parameter

/ (Bit Position)

Functions
Bit

0x1000
(13)

Bit

0x2000
(14)

GOCStartBlock

162

Bit

0x4000
(15)

IOCStartBlock

162

Bit

0x8000
(16)

MStart

163

Struct

www.eaton.com

63

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

163

Format

Bit Mask

Unit

Description

Signal: JAM
Start Delay.
JAM(Instantane
ous
Overcurrent)
elements are
blocked for the
time
programmed
under this
parameter

Signal:
Underload Start
Delay.
Underload(Insta
ntaneous
Overcurrent)
elements are
blocked for the
time
programmed
under this
parameter

Signal: Motor
start block
current
unbalance
signal

Signal: Motor
cold start
sequence flag

Signal: Start
motor command

/ (Bit Position)

Functions
JamStartBlock

Bit

0x1
(1)

ULoadStartBloc 163
k

UnbalStartBlock 163

Bit

0x2
(2)

Bit

0x4
(3)

ColdStartSeq

163

Bit

0x8
(4)

StartMotorCmd

163

Bit

0x10
(5)

64

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

163

Format

Bit Mask

Unit

Description

Signal: Motor
stop block other
protection
functions

Generic Start
Delay. This
value can be
used to block
any protective
element.1

Generic Start
Delay. This
value can be
used to block
any protective
element.2

Generic Start
Delay. This
value can be
used to block
any protective
element.3

Generic Start
Delay. This
value can be
used to block
any protective
element.4

Generic Start
Delay. This
value can be
used to block
any protective
element.5

Signal: Current
transition signal

/ (Bit Position)

Functions
MotorStopBlo

Bit

0x20
(6)

Blo-Generic1

163

Bit

0x40
(7)

Blo-Generic2

163

Bit

0x80
(8)

Blo-Generic3

163

Bit

0x100
(9)

Blo-Generic4

163

Bit

0x200
(10)

Blo-Generic5

163

Bit

0x400
(11)

I_Transit

163

Bit

0x800
(12)

www.eaton.com

65

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

163

Format

Bit Mask

Unit

Description

Signal: Time
transition signal

Module Input
State: External
Blocking

Module Input
State: External
Blocking

Module Input
State: External
Blocking of the
Trip Command

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup

Signal: Trip

Signal: Trip
Command

/ (Bit Position)

Functions
T_Transit

Bit

0x1000
(13)

49
ExBlo1

164

Struct

164

Bit

0x1
(1)

ExBlo2

164

Bit

0x2
(2)

ExBlo TripCmd

164

Bit

0x4
(3)

Active

164

Bit

0x8
(4)

ExBlo

164

Bit

0x10
(5)

Blo TripCmd

164

Bit

0x20
(6)

ExBlo TripCmd

164

Bit

0x40
(7)

Pickup

164

Bit

0x80
(8)

Trip (*)

164

Bit

0x100
(9)

TripCmd (*)

164

Bit

0x200
(10)

66

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

164

Format

Bit Mask

Unit

Description

Signal: Alarm
Pickup

Signal: Alarm
Timeout

Load above
Service Factor

RTD effective

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

/ (Bit Position)

Functions
Alarm Pickup

Bit

0x400
(11)

Alarm Timeout

164

Bit

0x800
(12)

Load above SF

164

Bit

0x1000
(13)

RTD effective

164

Bit

0x2000
(14)

50J[1]
ExBlo1-I

165

Struct

165

Bit

0x1
(1)

ExBlo2-I

165

Bit

0x2
(2)

ExBlo TripCmd- 165


I

Active

165

Bit

0x4
(3)

Bit

0x10
(5)

ExBlo

165

Bit

0x20
(6)

Blo TripCmd

165

Bit

0x40
(7)

ExBlo TripCmd

165

Bit

0x80
(8)

www.eaton.com

67

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

165

Format

Bit Mask

Unit

Description

Signal: Pickup

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup

/ (Bit Position)

Functions
Pickup

Bit

0x200
(10)

Trip (*)

165

Bit

0x400
(11)

TripCmd (*)

165

Bit

0x800
(12)

50J[2]
ExBlo1-I

166

Struct

166

Bit

0x1
(1)

ExBlo2-I

166

Bit

0x2
(2)

ExBlo TripCmd- 166


I

Active

166

Bit

0x4
(3)

Bit

0x10
(5)

ExBlo

166

Bit

0x20
(6)

Blo TripCmd

166

Bit

0x40
(7)

ExBlo TripCmd

166

Bit

0x80
(8)

Pickup

166

Bit

0x200
(10)

68

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

166

Format

Bit Mask

Unit

Description

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup

Signal: Trip

/ (Bit Position)

Functions
Trip (*)

Bit

0x400
(11)

TripCmd (*)

166

Bit

0x800
(12)

37[1]
ExBlo1-I

167

Struct

167

Bit

0x1
(1)

ExBlo2-I

167

Bit

0x2
(2)

ExBlo TripCmd- 167


I

Active

167

Bit

0x4
(3)

Bit

0x10
(5)

ExBlo

167

Bit

0x20
(6)

Blo TripCmd

167

Bit

0x40
(7)

ExBlo TripCmd

167

Bit

0x80
(8)

Pickup

167

Bit

0x200
(10)

Trip (*)

167

Bit

0x400
(11)

www.eaton.com

69

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

167

Format

Bit Mask

Unit

Description

Signal: Trip
Command

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup

Signal: Trip

Signal: Trip
Command

/ (Bit Position)

Functions
TripCmd (*)

Bit

0x800
(12)

37[2]
ExBlo1-I

168

Struct

168

Bit

0x1
(1)

ExBlo2-I

168

Bit

0x2
(2)

ExBlo TripCmd- 168


I

Active

168

Bit

0x4
(3)

Bit

0x10
(5)

ExBlo

168

Bit

0x20
(6)

Blo TripCmd

168

Bit

0x40
(7)

ExBlo TripCmd

168

Bit

0x80
(8)

Pickup

168

Bit

0x200
(10)

Trip (*)

168

Bit

0x400
(11)

TripCmd (*)

168

Bit

0x800
(12)

37[3]
70

169

Struct
www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

169

Format

Bit Mask

Unit

Description

Module Input
State: External
Blocking1

Module Input
State: External
Blocking2

Module Input
State: External
Blocking of the
Trip Command

Signal: Active

Signal: External
Blocking

Signal: Trip
Command
blocked

Signal: External
Blocking of the
Trip Command

Signal: Pickup

Signal: Trip

Signal: Trip
Command

Module Input
State: External
Blocking1

/ (Bit Position)

Functions
ExBlo1-I

Bit

0x1
(1)

ExBlo2-I

169

Bit

0x2
(2)

ExBlo TripCmd- 169


I

Active

169

Bit

0x4
(3)

Bit

0x10
(5)

ExBlo

169

Bit

0x20
(6)

Blo TripCmd

169

Bit

0x40
(7)

ExBlo TripCmd

169

Bit

0x80
(8)

Pickup

169

Bit

0x200
(10)

Trip (*)

169

Bit

0x400
(11)

TripCmd (*)

169

Bit

0x800
(12)

MLS
ExBlo1-I

170

Struct

170

Bit

0x1
(1)

www.eaton.com

71

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

170

Format

Bit Mask

Unit

Description

Module Input
State: External
Blocking2

Signal: Active

Signal: External
Blocking

Signal: Pickup

Signal: Trip

Signal: Digital
Input

Signal: Digital
Input

Signal: Digital
Input

Signal: Digital
Input

Signal: Relay
Output

Signal: Relay
Output

Signal: Relay
Output

/ (Bit Position)

Functions
ExBlo2-I

Bit

0x2
(2)

Active

170

Bit

0x4
(3)

ExBlo

170

Bit

0x8
(4)

Pickup

170

Bit

0x10
(5)

Trip

170

Bit

0x20
(6)

DI Slot X1
DI 1

1000

Struct

1000

Bit

0x10
(5)

DI 2

1000

Bit

0x20
(6)

DI 3

1000

Bit

0x40
(7)

DI 4

1000

Bit

0x80
(8)

RO-3 X2
RO 1

1003

Struct

1003

Bit

0x4
(3)

RO 2

1003

Bit

0x8
(4)

RO 3

1003

Bit

0x10
(5)

72

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

1003

Format

Bit Mask

Unit

Description

Signal:
CAUTION!
RELAYS
DISARMED in
order to safely
perform
maintenance
while eliminating
the risk of taking
an entire
process off-line.
(Note: Zone
Interlocking and
Supervision
Contact cannot
be disarmed).
YOU MUST
ENSURE that
the relays are
ARMED AGAIN
after
maintenance

Signal: The
State of at least
one Relay
Output has
been set by
force. That
means that the
state of at least
one Relay is
forced and
hence does not
show the state
of the assigned
signals.

/ (Bit Position)

Functions
DISARMED!

Bit

0x40
(7)

Outs forced

1003

Bit

0x80
(8)

Modbus

1005

Struct

www.eaton.com

73

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

1005

Format

Bit Mask

Unit

Description

Communication
Command

Communication
Command

Communication
Command

Communication
Command

Communication
Command

Communication
Command

Communication
Command

Communication
Command

Communication
Command

Communication
Command

Communication
Command

Communication
Command

Communication
Command

/ (Bit Position)

Functions
Comm Cmd 1

Bit

0x1
(1)

Comm Cmd 2

1005

Bit

0x2
(2)

Comm Cmd 3

1005

Bit

0x4
(3)

Comm Cmd 4

1005

Bit

0x8
(4)

Comm Cmd 5

1005

Bit

0x10
(5)

Comm Cmd 6

1005

Bit

0x20
(6)

Comm Cmd 7

1005

Bit

0x40
(7)

Comm Cmd 8

1005

Bit

0x80
(8)

Comm Cmd 9

1005

Bit

0x100
(9)

Comm Cmd 10

1005

Bit

0x200
(10)

Comm Cmd 11

1005

Bit

0x400
(11)

Comm Cmd 12

1005

Bit

0x800
(12)

Comm Cmd 13

1005

Bit

0x1000
(13)

74

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

1005

Format

Bit Mask

Unit

Description

Communication
Command

Communication
Command

Communication
Command

Signal:
Communication
Active

Signal:
Supervision
Channel WD1

Signal:
Supervision
Channel WD2

Signal:
Supervision
Channel WD3

Signal:
Supervision
Channel WD4

Signal:
Supervision
Channel WD5

Signal:
Supervision
Channel WD6

Signal:
Supervision
Channel MB1

/ (Bit Position)

Functions
Comm Cmd 14

Bit

0x2000
(14)

Comm Cmd 15

1005

Bit

0x4000
(15)

Comm Cmd 16

1005

Bit

0x8000
(16)

Modbus
Transmission

1006

Struct

1006

Bit

0x1
(1)

Modbus
WD1 Superv

1007

Struct

1007

Bit

0x1
(1)

WD2 Superv

1007

Bit

0x2
(2)

WD3 Superv

1007

Bit

0x4
(3)

WD4 Superv

1007

Bit

0x8
(4)

WD5 Superv

1007

Bit

0x10
(5)

WD6 Superv

1007

Bit

0x20
(6)

MB1 Superv

1007

Bit

0x40
(7)

www.eaton.com

75

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

1007

Format

Bit Mask

Unit

Description

Signal:
Supervision
Channel MB2

Signal:
Supervision
Channel LB1

Signal:
Supervision
Channel LB2

Signal:
Supervision
Channel Aux

Signal: URTD
Supervision
Channel

Signal: Breaker
is ready for
operation.

Signal: Breaker
Position (0 =
Indeterminate, 1
= OPEN, 2 =
CLOSE, 3 =
Disturbed)

Signal: Breaker
is in
Indeterminate
Position

Signal: Breaker
is in OPENPosition

/ (Bit Position)

Functions
MB2 Superv

Bit

0x80
(8)

LB1 Superv

1007

Bit

0x100
(9)

LB2 Superv

1007

Bit

0x200
(10)

Aux Superv

1007

Bit

0x400
(11)

Superv

1007

Bit

0x800
(12)

Bkr
Ready

1010

Struct

1010

Bit

0x1
(1)

State

1010

Bit

0x6
(2)

Pos Indeterm

1010

Bit

0x8
(4)

Pos OPEN

1010

Bit

0x10
(5)

76

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

1010

Format

Bit Mask

Unit

Description

Signal: Breaker
is in CLOSEPosition

Signal: Breaker
Disturbed Undefined
Breaker
Position. The
feed-back
signals (Position
Indicators)
contradict
themselves.
After expiring of
a supervision
timer this signal
becomes true.

/ (Bit Position)

Functions
Pos CLOSE

Bit

0x20
(6)

Pos Disturb

1010

Bit

0x40
(7)

Legend * = These Signals have to be acknowledged by the Scada System.

www.eaton.com

77

IM02602007E

EMR-3000

Measuring Values
Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

20000

Struct

20000

Short

Bit Mask

Unit

Description

Year

Month

Days

Hours

Minute

Milliseconds

/ (Bit Position)

Functions
Date and Time
y

Word 0
(1)

20000

Short

Word 1
(17)

20000

Short

Word 2
(33)

20000

Short

Word 3
(49)

min

20000

Short

Word 4
(65)

ms

20000

Short

Word 5
(81)

BWear

TripCmd Cr

20006

Float IEE754

Counter: Total
number of trips
of the
switchgear
(breaker, load
break
switch)..

Values

Build

20008

Float IEE754

Build

Current

I0 Fund.

20114

Float IEE754

Measured value
(calculated):
Zero current
(Fundamental)

78

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
Current

I1 Fund.

20116

Float IEE754

Measured value
(calculated):
Positive phase
sequence
current
(Fundamental)

Current

I2 Fund.

20118

Float IEE754

Measured value
(calculated):
Unbalanced
load current
(Fundamental)

BWear

Isum trip IA

20182

Float IEE754

Summation of
the tripping
currents
phase1.

BWear

Isum trip IB

20184

Float IEE754

Summation of
the tripping
currents
phase2.

BWear

Isum trip IC

20186

Float IEE754

Summation of
the tripping
currents
phase3.

Current

%IA THD

20216

Float IEE754

Measured Value
(Calculated): IA
Total Harmonic
Distortion

Current

%IB THD

20218

Float IEE754

Measured Value
(Calculated): IB
Total Harmonic
Distortion

Current

%IC THD

20220

Float IEE754

Measured Value
(Calculated): IC
Total Harmonic
Distortion

www.eaton.com

79

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
IRIG-B

Edges

20298

Float IEE754

Edges

IRIG-B

NoOfFrameErro 20300
rs

Float IEE754

Total Number of
Frame Errors.
Physically
corrupted
Frame.

IRIG-B

NoOfFramesOK 20302

Float IEE754

Total number
valid Frames.

Current

IA RMS

20316

Float IEE754

Measured
value: Phase
current (RMS)

Current

IB RMS

20318

Float IEE754

Measured
value: Phase
current (RMS)

Current

IC RMS

20320

Float IEE754

Measured
value: Phase
current (RMS)

Current

IX meas RMS

20322

Float IEE754

Measured value
(measured): IX
(RMS)

Current

IR calc RMS

20324

Float IEE754

Measured value
(calculated): IR
(RMS)

URTD

WD1

20330

Float IEE754

Winding 1

URTD

WD2

20332

Float IEE754

Winding 2

URTD

WD3

20334

Float IEE754

Winding 3

80

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
URTD

WD4

20336

Float IEE754

Winding 4

URTD

WD5

20338

Float IEE754

Winding 5

URTD

WD6

20340

Float IEE754

Winding 6

URTD

MB1

20342

Float IEE754

Motor Bearing 1

URTD

MB2

20344

Float IEE754

Motor Bearing 2

URTD

LB1

20346

Float IEE754

Load Bearing 1

URTD

LB2

20348

Float IEE754

LB 2

URTD

Aux

20350

Float IEE754

Auxiliary

Current

%(I2/I1)

20376

Float IEE754

Measured value
(calculated):
I2/I1 if ABC,
I1/I2 if CBA

MStart

AntiBackSpin

20466

Float IEE754

AntiBackspinTimer

MStart

IA FLA

20468

Float IEE754

FLA

Measured
value: Phase
current as
percentage of
FLA

www.eaton.com

81

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
MStart

IB FLA

20470

Float IEE754

FLA

Measured
value: Phase
current as
percentage of
FLA

MStart

IC FLA

20472

Float IEE754

FLA

Measured
value: Phase
current as
percentage of
FLA

MStart

ColdStartPermit 20474

Float IEE754

Number of cold
starts remaining

MStart

StartPerHour

20476

Float IEE754

StartPerHour

MStart

WaitTimeStarts 20478

Float IEE754

Wait time
between starts
remained

49

I2T Used

20482

Float IEE754

Thermal
capacity used.

49

I2T Remained

20484

Float IEE754

Thermal
capacity
remained.

URTD

RTD Max

20486

Float IEE754

maximum
temperature of
all channels_

Current

IG H2 calc

20500

Float IEE754

Measured value
(calculated):
Ratio of 2nd
harmonic over
fundamental of
IG (calculated)

82

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
/PowEnMease

Hottest WD

20504

Float IEE754

Hottest motor
winding
temperature in
degrees C.

/PowEnMease

Hottest MB

20506

Float IEE754

Hottest motor
bearing
temperature in
degrees C.
Resettable with
"Sys Res
OperationsCr"
or "All".

/PowEnMease

Hottest LB

20508

Float IEE754

Hottest load
bearing
temperature in
degrees C.
Resettable with
"Sys Res
OperationsCr"
or "All".

MStart

I3PhaseAvg

20510

Float IEE754

Average RMS
current of all 3
phases as per
unit

MStart

I3PFla avg

20512

Float IEE754

FLA

Average RMS
current of all 3
phases as
percentages of
FLA

Current

I1 avg Fund.

21072

Float IEE754

Average value
positive phase
sequence
current
(Fundamental)

www.eaton.com

83

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
Current

I1 max Fund.

21074

Float IEE754

Maximum value
positive phase
sequence
current
(Fundamental)

Current

I1 min Fund.

21076

Float IEE754

Minimum value
positive phase
sequence
current
(Fundamental)

Current

I2 avg Fund.

21078

Float IEE754

Average value
unbalanced load
current
(Fundamental)

Current

I2 max Fund.

21080

Float IEE754

Maximum value
unbalanced load
current
(Fundamental)

Current

I2 min Fund.

21082

Float IEE754

Minimum value
unbalanced load
current
(Fundamental)

Statistics

MeasPointNo

21114

Float IEE754

Each measuring
point that is
taken over by
the statistics
increments this
counter. By
means of this
counter, the
User can check
whether the
statistics are
alive and if data
are being
acquired.

84

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
Current

IA avg RMS

21130

Float IEE754

IA average
value (RMS)

Current

IB avg RMS

21132

Float IEE754

IB average
value (RMS)

Current

IC avg RMS

21134

Float IEE754

IC average
value (RMS)

Current

IA max RMS

21136

Float IEE754

IA maximum
value (RMS)

Current

IB max RMS

21138

Float IEE754

IB maximum
value (RMS)

Current

IC max RMS

21140

Float IEE754

IC maximum
value (RMS)

Current

IA min RMS

21142

Float IEE754

IA minimum
value (RMS)

Current

IB min RMS

21144

Float IEE754

IB minimum
value (RMS)

Current

IC min RMS

21146

Float IEE754

IC minimum
value (RMS)

URTD

WD1 avg

21148

Float IEE754

Winding1
Average Value

URTD

WD2 avg

21150

Float IEE754

Winding2
Average Value

URTD

WD3 avg

21152

Float IEE754

Winding3
Average Value

URTD

WD4 avg

21154

Float IEE754

Winding4
Average Value

www.eaton.com

85

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
URTD

WD5 avg

21156

Float IEE754

Winding5
Average Value

URTD

WD6 avg

21158

Float IEE754

Winding6
Average Value

URTD

MB1 avg

21160

Float IEE754

Motor Bearing1
Average Value

URTD

MB2 avg

21162

Float IEE754

Motor Bearing2
Average Value

URTD

LB1 avg

21164

Float IEE754

Load Bearing1
Average Value

URTD

LB2 avg

21166

Float IEE754

Load Bearing2
Average Value

URTD

Aux avg

21168

Float IEE754

Auxiliary
Average Value

URTD

WD1 min

21170

Float IEE754

Winding1
Minimum Value

URTD

WD2 min

21172

Float IEE754

Winding2
Minimum Value

URTD

WD3 min

21174

Float IEE754

Winding3
Minimum Value

URTD

WD4 min

21178

Float IEE754

Winding4
Minimum Value

URTD

WD5 min

21180

Float IEE754

Winding5
Minimum Value

URTD

WD6 min

21182

Float IEE754

Winding6
Minimum Value

86

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
URTD

MB1 min

21184

Float IEE754

Motor Bearing1
Minimum Value

URTD

MB2 min

21186

Float IEE754

Motor Bearing2
Minimum Value

URTD

LB1 min

21188

Float IEE754

Load Bearing1
Minimum Value

URTD

LB2 min

21190

Float IEE754

Load Bearing2
Minimum Value

URTD

Aux min

21192

Float IEE754

Auxiliary
Minimum Value

URTD

WD1 max

21194

Float IEE754

Winding1
Maximum Value

URTD

WD2 max

21196

Float IEE754

Winding2
Maximum Value

URTD

WD3 max

21198

Float IEE754

Winding3(blank
_k)Maximum
Value

URTD

WD4 max

21200

Float IEE754

Winding4
Maximum Value

URTD

WD5 max

21202

Float IEE754

Winding5
Maximum Value

URTD

WD6 max

21204

Float IEE754

Winding6
Maximum Value

URTD

MB1 max

21206

Float IEE754

Motor Bearing1
Maximum Value

URTD

MB2 max

21208

Float IEE754

Motor Bearing2
Maximum Value

www.eaton.com

87

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
URTD

LB1 max

21210

Float IEE754

Load Bearing1
Maximum Value

URTD

LB2 max

21212

Float IEE754

Load Bearing2
Maximum Value

URTD

Aux max

21214

Float IEE754

Auxiliary
Maximum Value

Current

%IA THD max

21250

Float IEE754

IATotal
Harmonic
Distortion
maximum
value /
fundamental

Current

%IB THD max

21252

Float IEE754

IBTotal
Harmonic
Distortion
maximum
value /
fundamental

Current

%IC THD max

21254

Float IEE754

ICTotal
Harmonic
Distortion
maximum
value /
fundamental

Current

IR calc avg
RMS

21454

Float IEE754

Measured value
(calculated): IR
average value
(RMS)

Current

IR calc max
RMS

21456

Float IEE754

Measured value
(calculated): IR
maximum value
(RMS)

88

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
Current

IR calc min
RMS

21458

Float IEE754

Measured value
(calculated): IR
minimum value
(RMS)

Current

IX meas avg
RMS

21460

Float IEE754

Measured
value: IX
average value
(RMS)

Current

IX meas max
RMS

21462

Float IEE754

Measured
value: IX
maximum value
(RMS)

Current

IX meas min
RMS

21464

Float IEE754

Measured
value: IX
minimum value
(RMS)

Current

%(I2/I1) avg

21466

Float IEE754

Measured value
(calculated):
I2/I1 maximum
value if ABC,
I1/I2 if CBA

Current

%(I2/I1) max

21468

Float IEE754

Measured value
(calculated):
I2/I1 maximum
value if ABC,
I1/I2 if CBA

Current

%(I2/I1) min

21470

Float IEE754

%(I2/I1) min

50J[1]

nTrips

21580

Float IEE754

Number of trips
since last reset.

50J[2]

nTrips

21582

Float IEE754

Number of trips
since last reset.

www.eaton.com

89

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
MStart

HighestRunI

21584

Float IEE754

Highest running
phase current.
Resettable with
"Sys. Res
Operations Cr"
or "All".

MStart

HighestStartI

21586

Float IEE754

Highest starting
phase current.
Resettable with
"Sys. Res
Operations Cr"
or "All".

MStart

OCNT

21588

Float IEE754

Motor Operation
count since last
reset.
Resettable with
"Sys Res
Operations Cr"
or "All".

MStart

RunTime

21590

Float IEE754

Motor Operation
time since last
reset.
Resettable with
"Sys. Res
Operations Cr"
or "All".

MStart

TOCS

21592

Float IEE754

Total Motor
Operation count
since last reset.
Resettable with
"Sys. Res
TotalCr" or "All".

90

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
MStart

TRunTime

21594

Float IEE754

Motor Operation
(Motor run time)
time since last
reset.
Resettable with
"Sys. Res
TotalCr" or "All".

MStart

nEmrgOvr

21596

Float IEE754

Number of
emergency
overrides since
last reset.
Resettable with
"Sys. Res
Operations Cr"
or "All".

MStart

nISQT

21598

Float IEE754

Number of
incomplete
sequence trips
since last reset.
Resettable with
"Sys. Res
TripCr" or "All".

MStart

nTRNTrips

21606

Float IEE754

Number of
transition trips
since last reset.
Resettable with
"Sys. Res
TripCr" or "All".

MStart

nZSWTrips

21608

Float IEE754

Number of zero
speed switch
trips since last
reset.
Resettable with
"Sys. Res
TripCr" or "All".

www.eaton.com

91

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
46[1]

nRevTrips

21614

Float IEE754

Number of
reverse spinning
trips since last
reset.
Resettable with
"Sys. Res
TripCr" or "All".

RTD

HighestLbTemp 21618

Float IEE754

Highest load
bearing
temperature in
degrees.
Resettable with
"Sys Res
OperationsCr"
or "All".

RTD

HighestMbTem
p

21620

Float IEE754

Highest motor
bearing
temperature in
degrees.
Resettable with
"Sys Res
OperationsCr"
or "All".

RTD

HighestWdTem 21622
p

Float IEE754

Highest motor
winding
temperature in
degrees.
Resettable with
"Sys Res
OperationsCr"
or "All".

92

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
RTD

nAuxAlarms

21624

Float IEE754

Number of
auilary
temperature
alarms since
last reset.
Resettable with
"Sys Res Alarm"
or "All".

RTD

nAuxTrips

21626

Float IEE754

Number of
auilary
temperature
trips since last
reset.
Resettable with
"Sys Res
TripCr" or "All".

RTD

nChannelFails

21628

Float IEE754

Number of RTD
channel failures.

RTD

nLbAlarms

21630

Float IEE754

Number of load
bearing
temperature
alarms since
last reset.
Resettable with
"Sys Res Alarm"
or "All".

RTD

nLbTrips

21632

Float IEE754

Number of load
bearing
temperature
trips since last
reset.
Resettable with
"Sys Res
TripCr" or "All".

www.eaton.com

93

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
RTD

nMbAlarms

21634

Float IEE754

Number of
motor bearing
temperature
alarms since
last reset.
Resettable with
"Sys Res Alarm"
or "All".

RTD

nMbTrips

21636

Float IEE754

Number of
motor bearing
temperature
trips since last
reset.
Resettable with
"Sys Res
TripCr" or "All".

RTD

nWdAlarms

21638

Float IEE754

Number of
winding
temperature
alarms since
last reset.
Resettable with
"Sys Res Alarm"
or "All".

RTD

nWdTrips

21640

Float IEE754

Number of
winding
temperature
trips since last
reset.
Resettable with
"Sys Res
TripCr" or "All".

37[1]

nTrips

21642

Float IEE754

Number of trips
since last reset.

37[2]

nTrips

21644

Float IEE754

Number of trips
since last reset.

94

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
37[3]

nTrips

21646

Float IEE754

Number of trips
since last reset.

37[1]

nAlarms

21648

Float IEE754

Number of
alarms since
last reset.

37[2]

nAlarms

21650

Float IEE754

Number of
alarms since
last reset.

37[3]

nAlarms

21652

Float IEE754

Number of
alarms since
last reset.

MStart

nSPHBlocks

21654

Float IEE754

Number of start
per hour blocks
since last reset.
Resettable with
"Sys. Res
Operations Cr"
or "All".

MStart

nTBSBlocks

21656

Float IEE754

Number of time
between start
blocks since last
reset.
Resettable with
"Sys. Res
Operations Cr"
or "All".

49

nAlarms

21658

Float IEE754

Number of
alarms since
last reset.

49

nTrips

21660

Float IEE754

Number of trips
since last reset.

50J[1]

nAlarms

21662

Float IEE754

Number of
alarms since
last reset.

www.eaton.com

95

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
50J[2]

nAlarms

21664

Float IEE754

Number of
alarms since
last reset.

50P[1]

nAlarms

21666

Float IEE754

Number of
alarms since
last reset.

50P[1]

nTrips

21668

Float IEE754

Number of trips
since last reset.

50P[2]

nAlarms

21670

Float IEE754

Number of
alarms since
last reset.

50P[2]

nTrips

21672

Float IEE754

Number of trips
since last reset.

50P[3]

nAlarms

21674

Float IEE754

Number of
alarms since
last reset.

50P[3]

nTrips

21676

Float IEE754

Number of trips
since last reset.

51P[1]

nAlarms

21678

Float IEE754

Number of
alarms since
last reset.

51P[1]

nTrips

21680

Float IEE754

Number of trips
since last reset.

51P[2]

nAlarms

21682

Float IEE754

Number of
alarms since
last reset.

51P[2]

nTrips

21684

Float IEE754

Number of trips
since last reset.

51P[3]

nAlarms

21686

Float IEE754

Number of
alarms since
last reset.

96

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
51P[3]

nTrips

21688

Float IEE754

Number of trips
since last reset.

50X[1]

nAlarms

21690

Float IEE754

Number of
alarms since
last reset.

50X[1]

nTrips

21692

Float IEE754

Number of trips
since last reset.

50X[2]

nAlarms

21694

Float IEE754

Number of
alarms since
last reset.

50X[2]

nTrips

21696

Float IEE754

Number of trips
since last reset.

51X[1]

nAlarms

21698

Float IEE754

Number of
alarms since
last reset.

51X[1]

nTrips

21700

Float IEE754

Number of trips
since last reset.

51X[2]

nAlarms

21702

Float IEE754

Number of
alarms since
last reset.

51X[2]

nTrips

21704

Float IEE754

Number of trips
since last reset.

50R[1]

nAlarms

21706

Float IEE754

Number of
alarms since
last reset.

50R[1]

nTrips

21708

Float IEE754

Number of trips
since last reset.

50R[2]

nAlarms

21710

Float IEE754

Number of
alarms since
last reset.

www.eaton.com

97

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
50R[2]

nTrips

21712

Float IEE754

Number of trips
since last reset.

51R[1]

nAlarms

21714

Float IEE754

Number of
alarms since
last reset.

51R[1]

nTrips

21716

Float IEE754

Number of trips
since last reset.

51R[2]

nAlarms

21718

Float IEE754

Number of
alarms since
last reset.

51R[2]

nTrips

21720

Float IEE754

Number of trips
since last reset.

MStart

Highest%I2/I1

21722

Float IEE754

Highest %I2/I1
value since last
reset.
Resettable with
"Sys. Res
Operations Cr"
or "All".

46[1]

nAlarms

21724

Float IEE754

Number of
alarms since
last reset.

46[1]

nTrips

21726

Float IEE754

Number of trips
since last reset.

46[2]

nAlarms

21730

Float IEE754

Number of
alarms since
last reset.

46[2]

nTrips

21732

Float IEE754

Number of trips
since last reset.

98

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
MStart

I3P Fla Demand 21734

Float IEE754

FLA

RMS current of
all 3 phases
calculated in a
fixed demand
window as
percentages of
FLA

MStart

IA avg FLA

21736

Float IEE754

FLA

IA average
value as
percentage of
FLA

MStart

IA max FLA

21738

Float IEE754

FLA

IA maximum
value as
percentage of
FLA

MStart

IA min FLA

21740

Float IEE754

FLA

IA minimum
value as
percentage of
FLA

MStart

IB avg FLA

21742

Float IEE754

FLA

IB average
value as
percentage of
FLA

MStart

IB max FLA

21744

Float IEE754

FLA

IB maximum
value as
percentage of
FLA

MStart

IC min FLA

21746

Float IEE754

FLA

IB minimum
value as
percentage of
FLA

MStart

IC avg FLA

21748

Float IEE754

FLA

IC average
value as
percentage of
FLA

www.eaton.com

99

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
MStart

IC max FLA

21750

Float IEE754

FLA

IC maximum
value as
percentage of
FLA

MStart

IC min FLA

21752

Float IEE754

FLA

IC minimum
value as
percentage of
FLA

Current

IG H2 calc avg

21772

Float IEE754

Measured value
(calculated):
Average ratio of
2nd harmonic
over
fundamental of
IG (calculated)

Current

IG H2 calc max

21774

Float IEE754

Measured value
(calculated):
Maximum ratio
of 2nd harmonic
over
fundamental of
IG (calculated)

Current

IG H2 calc min

21776

Float IEE754

IG H2 calc min

100

www.eaton.com

IM02602007E

EMR-3000

Commands
Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
Acknowledge

LEDs

22000

0xFF00

LEDs

Acknowledge

Relay Outputs

22001

0xFF00

Relay Outputs

Acknowledge

Comm

22002

0xFF00

Communication

Acknowledge

Device

22003

0xFF00

Device

Acknowledge

Ack TripCmd

22005

0xFF00

Signal:
Acknowledge
Trip Command

Reset

Modbus
diagnosis
counter

22006

0xFF00

Modbus
diagnosis
counter

Comm Cmd

Assbl Comm
Cmd 1

22020

0xFF00=On

Assignable
Communication
Command

Assignable
Communication
Command

Assignable
Communication
Command

Assignable
Communication
Command

0x0000=Off
Comm Cmd

Assbl Comm
Cmd 2

22021

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 3

22022

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 4

22023

0xFF00=On
0x0000=Off
www.eaton.com

101

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

22024

Format

Bit Mask

Unit

Description

Assignable
Communication
Command

Assignable
Communication
Command

Assignable
Communication
Command

Assignable
Communication
Command

Assignable
Communication
Command

Assignable
Communication
Command

Assignable
Communication
Command

Assignable
Communication
Command

/ (Bit Position)

Functions
Comm Cmd

Assbl Comm
Cmd 5

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 6

22025

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 7

22026

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 8

22027

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 9

22028

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 10

22029

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 11

22030

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 12

22031

0xFF00=On
0x0000=Off

102

www.eaton.com

IM02602007E

EMR-3000

Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

22032

Format

Bit Mask

Unit

Description

Assignable
Communication
Command

Assignable
Communication
Command

Assignable
Communication
Command

Assignable
Communication
Command

/ (Bit Position)

Functions
Comm Cmd

Assbl Comm
Cmd 13

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 14

22033

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 15

22034

0xFF00=On
0x0000=Off

Comm Cmd

Assbl Comm
Cmd 16

22035

0xFF00=On
0x0000=Off

PSet-Switch

Comm PS1

22050

0xFF00

Communication
Setting Group1

PSet-Switch

Comm PS2

22051

0xFF00

Communication
Setting Group2

PSet-Switch

Comm PS3

22052

0xFF00

Communication
Setting Group3

PSet-Switch

Comm PS4

22053

0xFF00

Communication
Setting Group4

Maint Mode

Maint Mode
Comm

22054

0xFF00

Signal: Arc
Flash Reduction
Maintenance
Comm Mode

Reset I2T Used Reset I2T Used 22055

Short

Reset thermal
capacity used.

www.eaton.com

103

IM02602007E

Module

EMR-3000

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

Bit Mask

Unit

Description

/ (Bit Position)

Functions
Res
OperationsCr

Res
OperationsCr

22056

Short

Reset all
counters in
history group
operations

Res AlarmCr

Res AlarmCr

22057

Short

Reset all
counters in
history group
alarms

Res TripCr

Res TripCr

22058

Short

Reset all
counters in
history group
trips

Res TotalCr

Res TotalCr

22059

Short

Reset all
counters in
history group
total

Res All

Res All

22060

Short

Reset of all
Counters

104

www.eaton.com

IM02602007E

EMR-3000

Settings
Module

Subgroup
Names

Start Register
Address

No. of Modbus
Registers

Function Code

Format

32500

3 16

Struct

32500

3 16

Short

Bit Mask

Unit

Description

Year

Month

Days

Hours

Minute

Milliseconds

/ (Bit Position)

Functions
Date and Time
y

Word 0
(1)

32500

3 16

Short

Word 1
(17)

32500

3 16

Short

Word 2
(33)

32500

3 16

Short

Word 3
(49)

min

32500

3 16

Short

Word 4
(65)

ms

32500

3 16

Short

Word 5
(81)

www.eaton.com

105

IM02602007E

EMR-3000

This instruction leaflet is published solely for information purposes and should not be considered all-inclusive. If
further information is required, you should consult an authorized Eaton sales representative. The sale of the product
shown in this literature is subject to the terms and conditions outlined in appropriate Eaton selling policies or other
contractual agreement between the parties. This literature is not intended to and does not enlarge or add to any
such contract. The sole source governing the rights and remedies of any purchaser of this equipment is the contract
between the purchaser and Eaton.
NO WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING WARRANTIES OF FITNESS FOR A PARTICULAR
PURPOSE OR MERCHANTABILITY, OR WARRANTIES ARISING FROM COURSE OF DEALING OR USAGE
OF TRADE, ARE MADE REGARDING THE INFORMATION, RECOMMENDATIONS, AND DESCRIPTIONS
CONTAINED HEREIN. In no event will Eaton be responsible to the purchaser or user in contract, in tort (including
negligence), strict liability or otherwise for any special, indirect, incidental or consequential damage or loss
whatsoever, including but not limited to damage or loss of use of equipment, plant or power system, cost of capital,
loss of power, additional expenses in the use of existing power facilities, or claims against the purchaser or user by
its customers resulting from the use of the information, recommendations and description contained herein.

Eaton Corporation
Electrical Group
1000 Cherrington Parkway
Moon Township, PA 15108
United States
877-ETN-CARE (877-386-2273)
Eaton.com
2009 Eaton Corporation
All Rights Reserved
Printed in USA
Publication No. IL02602007E/ 66A2413

106

PowerChain Management is a registered


trademark of Eaton Corporation.
All other trademarks are property of their
respective owners.

www.eaton.com

Вам также может понравиться