GEK-106491L


Add to my manuals
150 Pages

advertisement

GEK-106491L | Manualzz

GE

Grid Solutions

469 Motor Management Relay

Software revision: 5.2x

GE part number: 1601-0152-AC

GE publication code: GEK-106491L

GE Grid Solutions

650 Markland Street

Markham, Ontario

Canada L6C 0M1

Tel: +1 905 927 7070 Fax: +1 905 927 5098

Internet: http://www.gegridsolutions.com

*1601-0152-AC*

Communications Guide

© 2016 GE Multilin Incorporated. All rights reserved.

GE Multilin — 750/760 Feeder Management Relay instruction manual for revision 5.2x

750/760 Feeder Management Relay, is a registered trademark of GE Multilin Inc.

The contents of this manual are the property of GE Multilin Inc. This documentation is furnished on license and may not be reproduced in whole or in part without the permission of GE Multilin Inc. The content of this manual is for informational use only and is subject to change without notice.

Part numbers contained in this manual are subject to change without notice, and should therefore be verified by GE Multilin Inc. before ordering.

Part number: 1601-0152-AC (February 2016)

Table of Contents

MODBUS PROTOCOL

MODBUS FUNCTIONS

MODBUS MEMORY

MAP

DEVICENET

PROTOCOL

Electrical Interface...........................................................................................................................................2

Modbus RTU Protocol .....................................................................................................................................2

Data Frame Format and Data Rate.........................................................................................................2

Data Packet Format........................................................................................................................................2

CRC-16 Algorithm.............................................................................................................................................4

Timing ....................................................................................................................................................................4

Supported Functions ......................................................................................................................................5

Read Relay Coil / Digital Input Status .....................................................................................................5

Read Setpoints and Actual Values ...........................................................................................................7

Execute Operation ...........................................................................................................................................8

Store Single Setpoint.......................................................................................................................................8

Read Device Status..........................................................................................................................................9

Loopback Test.................................................................................................................................................10

Store Multiple Setpoints..............................................................................................................................10

Performing Commands ..............................................................................................................................11

Error Responses .............................................................................................................................................12

Memory Map Information .........................................................................................................................13

User-Definable Memory Map Area .......................................................................................................13

Event Recorder ...............................................................................................................................................15

Waveform Capture.......................................................................................................................................15

469 Memory Map ..........................................................................................................................................19

Format Codes............................................................................................................................................... 109

Overview......................................................................................................................................................... 124

Poll Data.......................................................................................................................................................... 124

Change of State (COS) .............................................................................................................................. 124

DeviceNet Objects...................................................................................................................................... 125

469 Specific Objects.................................................................................................................................. 131

DeviceNet Data Formats ........................................................................................................................ 140

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE TOC-2

TOC-2 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

GE

Grid Solutions

469 Motor Management Relay

Communications Guide

Communications Guide

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 1

2

MODBUS PROTOCOL COMMUNICATIONS GUIDE

Modbus Protocol

Electrical Interface

The hardware or electrical interface is one of the following: one of two 2-wire RS485 ports from the rear terminal connector or the RS232 from the front panel connector. In a 2-wire

RS485 link, data flow is bidirectional. Data flow is half duplex for both the RS485 and the

RS232 ports. That is, data is never transmitted and received at the same time. RS485 lines should be connected in a daisy chain configuration (avoid star connections) with a terminating network installed at each end of the link, i.e. at the master end and at the slave farthest from the master. The terminating network should consist of a 120 Ω resistor in series with a 1 nF ceramic capacitor when used with Belden 9841 RS485 wire. The value of the terminating resistors should be equal to the characteristic impedance of the line. This is approximately 120

Ω for standard #22 AWG twisted pair wire. Shielded wire should always be used to minimize noise. Polarity is important in RS485 communications. Each ‘+’ terminal of every 469 must be connected together for the system to operate. See Chapter

2 of the 469 manual for details on correct serial port wiring.

Modbus RTU Protocol

The 469 implements a subset of the AEG Modicon Modbus RTU serial communication standard. Many popular programmable controllers support this protocol directly with a suitable interface card allowing direct connection of relays. Although the Modbus protocol is hardware independent, the 469 interfaces include two 2-wire RS485 ports and one

RS232 port. Modbus is a single master, multiple slave protocol suitable for a multi-drop configuration as provided by RS485 hardware. In this configuration up to 32 slaves can be daisy-chained together on a single communication channel.

The 469 is always a slave. It cannot be programmed as a master. Computers or PLCs are commonly programmed as masters. The Modbus protocol exists in two versions: Remote

Terminal Unit (RTU, binary) and ASCII. Only the RTU version is supported by the 469.

Monitoring, programming and control functions are possible using read and write register commands.

Data Frame Format and Data Rate

One data frame of an asynchronous transmission to or from an 469 is default to 1 start bit,

8 data bits, and 1 stop bit. This produces a 10 bit data frame. This is important for transmission through modems at high bit rates (11-bit data frames are not supported by

Hayes modems at bit rates of greater than 300 bps). The parity bit is optional as odd or even. If it is programmed as odd or even, the data frame consists of 1 start bit, 8 data bits,

1 parity bit, and 1 stop bit.

Modbus protocol can be implemented at any standard communication speed. The 469

RS485/RS232 ports support operation at 1200, 2400, 4800, 9600, and 19200 baud.

Data Packet Format

A complete request/response sequence consists of the following bytes (transmitted as separate data frames):

MASTER QUERY MESSAGE:

SLAVE ADDRESS: (1 byte)

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS PROTOCOL

FUNCTION CODE:

DATA:

CRC:

SLAVE ADDRESS:

FUNCTION CODE:

DATA:

CRC:

(1 byte)

(variable number of bytes depending on FUNCTION CODE)

(2 bytes)

SLAVE RESPONSE MESSAGE:

(1 byte)

(1 byte)

(variable number of bytes depending on FUNCTION CODE)

(2 bytes)

SLAVE ADDRESS: This is the first byte of every transmission. This byte represents the

user-assigned address of the slave device that receives the message sent by the master. Each slave device must be assigned a unique address and only the addressed slave responds to a transmission that starts with its address. In a master request transmission the Slave Address represents the address of the slave to which the request is being sent. In a slave response transmission the Slave Address represents the address of the slave that is sending the response. Note that a master transmission with a Slave Address of 0 indicates a broadcast command. Broadcast commands can be used for specific functions.

FUNCTION CODE: This is the second byte of every transmission. Modbus defines

function codes of 1 to 127. The 469 implements some of these functions. In a master request transmission the Function Code tells the slave what action to perform. In a slave response transmission if the Function Code sent from the slave is the same as the Function Code sent from the master indicating the slave performed the function as requested. If the high order bit of the Function Code sent from the slave is a 1 (i.e. if the Function Code is > 127) then the slave did not perform the function as requested and is sending an error or exception response.

DATA: A variable number of bytes depending on the Function Code. This may be actual

values, setpoints, or addresses sent by the master to the slave or vice versa. Data is sent MSByte first followed by the LSByte.

CRC: This is a two byte error checking code. CRC is sent LSByte first followed by the

MSByte. The RTU version of Modbus includes a two byte CRC-16 (16-bit cyclic redundancy check) with every transmission. The CRC-16 algorithm essentially treats the entire data stream (data bits only; start, stop and parity ignored) as one continuous binary number. This number is first shifted left 16 bits and then divided by a characteristic polynomial (11000000000000101B). The 16-bit remainder of the division is appended to the end of the transmission, LSByte first. The resulting message including CRC, when divided by the same polynomial at the receiver will give a zero remainder if no transmission errors have occurred.

If an 469 Modbus slave device receives a transmission in which an error is indicated by the CRC-16 calculation, the slave device will not respond to the transmission. A CRC-

16 error indicates than one or more bytes of the transmission were received incorrectly and thus the entire transmission should be ignored in order to avoid the

469 performing any incorrect operation. The CRC-16 calculation is an industry standard method used for error detection. An algorithm is included here to assist programmers in situations where no standard CRC-16 calculation routines are available.

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 3

MODBUS PROTOCOL COMMUNICATIONS GUIDE

CRC-16 Algorithm

Once the following algorithm is complete, the working register “A” will contain the CRC value to be transmitted. Note that this algorithm requires the characteristic polynomial to be reverse bit ordered. The MSbit of the characteristic polynomial is dropped since it does not affect the value of the remainder.

The symbols used in the algorithm are shown below:

-->

data transfer

A

;

A

low

; A

high

16-bit working register; low and high order bytes of A (the 16-bit working register)

D

i

G

CRC i, j

(+)

N

16 bit CRC-16 result loop counters logical EXCLUSIVE-OR operator total number of data bytes i-th data byte (i = 0 to N – 1)

16 bit characteristic polynomial = 1010000000000001 (binary) with

MSbit dropped and bit order reversed

shr (x)

right shift operator (the LSbit of x is shifted into a carry flag, a '0' is shifted into the MSbit of x, all other bits are shifted right one location)

The CRC algorithm is shown below:

1. FFFF (hex) --> A

2. 0 --> i

3. 0 --> j

4. D i

(+) A low

--> A low

5. j + 1 --> j

6. shr (A)

7. Is there a carry?No: go to step 8.

Yes: G (+) A --> A and continue.

8. Is j = 8?

No: go to 5.

Yes: continue.

9. i + 1 --> i

10. Is i = N?

No: go to 3.

Yes: continue.

11. A --> CRC

Timing

Data packet synchronization is maintained by timing constraints. The receiving device must measure the time between the reception of characters. If three and one half character times elapse without a new character or completion of the packet, then the communication link must be reset (i.e. all slaves start listening for a new transmission from the master). Thus at 9600 baud a delay of greater than 3.5

× 1 / 9600 × 10 = 3.65 ms will cause the communication link to be reset.

4 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS FUNCTIONS

Modbus Functions

Supported Functions

The following functions are supported by the 469:

Modbus Function Code 01: Read Relay Coil

Modbus Function Code 02: Read Digital Input Status

Modbus Function Code 03: Read Setpoints and Actual Values

Modbus Function Code 04: Read Setpoints and Actual Values

Modbus Function Code 05: Execute Operation

Modbus Function Code 06: Store Single Setpoint

Modbus Function Code 07: Read Device Status

Modbus Function Code 08: Loopback Test

Modbus Function Code 16: Store Multiple Setpoints

Read Relay Coil / Digital Input Status

Modbus implementation: Read Coil and Input Status

469 Implementation: Read Relay Coil and Digital Input Status

For the 469 implementation of Modbus, these commands can be used to read Relay Coil

Status or Digital Input Status.

MESSAGE FORMAT AND EXAMPLE, FUNCTION 01:

The standard implementation requires the following: slave address (one byte), function code (one byte), starting relay coil (two bytes), number of coils to read (two bytes), and CRC

(two bytes). The slave response is the slave address (one byte), function code (one byte), relay coil mask byte count (one byte; always 01 since only six relay coils), bit mask indicating the status of requested relay coils (one byte), and CRC (two bytes).

Request slave 11 to respond with status of relay coil 3 to 5:

Relay Status

1 TRIP Energized

2 AUXILIARY

3 AUXILIARY

4 ALARM

5 BLOCK START

6 SERVCE

Bit Mask

De-energized

De-energized

De-energized

Energized

Energized

0011 0001 (0 × 31)

Master Transmission

Slave Address

Function Code

Starting Relay Coil

Number of Relays

CRC

Slave Response

Slave Address

2

2

1

2

1

Bytes Example

0B

01

00 03

00 03

8C A1

1

Bytes

0B

Example

Description

message for slave 11 read relay coil status starting relay coil 3

3 relay coils (relays 3 AUXILIARY,

4 AUXILIARY, and 5 BLOCK START) computed CRC error code

Description

message from slave 11

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 5

MODBUS FUNCTIONS

Note

Note

COMMUNICATIONS GUIDE

NOTE

NOTE

Slave Response

Function Code

Byte Count

Bit Mask

CRC (low, high)

1

2

1

1

Bytes Example

01

01

10

53 93

Description

read relay coil status

1 byte bit mask bit mask 0001 0000 computed CRC error code

If a Starting Relay Coil (Starting Digital Input) of “0” is entered, the 469 will default it to “1”. If the Number of Relays (Number of Digital Inputs) requested exceeds the number of relays available, the user is prompted with an

ILLEGAL DATA

message.

MESSAGE FORMAT AND EXAMPLE, FUNCTION 02:

The standard implementation requires the following: slave address (one byte), function code (one byte), starting digital input (two byte), number of digital inputs to read (two bytes), and CRC (two bytes). The slave response is the slave address (one byte), function code (one byte), byte count of digital input mask (one byte), bit mask indicating the status of requested digital inputs (one or two bytes), and CRC (two bytes).

The CRC is sent as a two byte number with the low order byte sent first.

Example 1: Request slave 11 to respond with status of digital inputs 5 to 9:

Digital Input

D1: Access

D2: Test

D3: Starter Status

D4: Emergency Restart

D5: Remote Reset

D6: Assignable Input 1

Status

Closed

Open

Open

Open

Closed

Closed

Digital Input

D7: Assignable Input 2

D8: Assignable Input 3

D9: Assignable Input 4

Bit Mask (LSB)

Bit Mask (MSB)

Status

Closed

Closed

Closed

1111 0001

0000 0001

Master Transmission

Slave Address

Function Code

Starting Digital Input

Number of Digital Inputs

CRC (low, high)

2

2

1

2

1

Bytes Example

0B

02

00 05

00 05

A8 A2

Description

message for slave 11 read digital input status starting at digital input 5

5 digital inputs (inputs 5 to 9) computed CRC error code

Slave Response

Slave Address

Function Code

Byte Count

Bit Mask

CRC (low, high)

1

2

1

1

2

Bytes Example

0B

02

02

01 F0

C5 B9

Description

message from slave 11 read digital input status

2 byte bit mask bit mask of requested input computed CRC error code

Example 2: Request slave 11 to respond with status of digital inputs 1 to 4:

Digital Input

D1: Access

D2: Test

Status

Closed

Open

Digital Input

D6: Assignable Input 1

D7: Assignable Input 2

Status

Closed

Closed

6 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS FUNCTIONS

D3: Starter Status

D4: Emergency Restart

D5: Remote Reset

Open

Open

Closed

D8: Assignable Input 3

D9: Assignable Input 4

Bit Mask (LSB)

Open

Closed

0111 0001

Master Transmission

Slave Address

Function Code

Starting Digital Input

Number of Digital Inputs

CRC (low, high)

Slave Response

Slave Address

Function Code

Byte Count

Bit Mask

CRC (low, high)

2

2

1

2

1

Bytes Example

0B

02

00 01

00 04

28 A3

1

1

1

1

2

Bytes Example

0B

02

01

01

63 90

Description

message for slave 11 read digital input status starting at digital input 1

4 digital inputs (inputs 1 to 4) computed CRC error code

Description

message from slave 11 read digital input status

1 byte bit mask bit mask of requested input computed CRC error code

Read Setpoints and Actual Values

Modbus implementation: Read Input and Holding Registers

469 Implementation: Read Setpoints and Actual Values

For the 469 implementation of Modbus, these commands can be used to read any setpoint

(“holding registers”) or actual value (“input registers”). Holding and input registers are 16 bit

(two byte) values transmitted high order byte first. Thus all 469 setpoints and actual values are sent as two bytes. The maximum number of registers that can be read in one transmission is 125. Function codes 03 and 04 are configured to read setpoints or actual values interchangeably because some PLCs do not support both function codes.

The slave response to these function codes is the slave address, function code, a count of the number of data bytes to follow, the data itself and the CRC. Each data item is sent as a two byte number with the high order byte sent first. The CRC is sent as a two byte number with the low order byte sent first.

MESSAGE FORMAT AND EXAMPLE:

Request slave 11 to respond with 2 registers starting at address 0308. For this example the register data in these addresses is:

0308

0309

Address

0064

000A

Data

Master Transmission

Slave Address

Function Code

Data Starting Address

Number of Registers

CRC (low, high)

2

2

1

1

2

Bytes Example

0B

03

03 08

00 02

45 27

Description

message for slave 11 read register values data starting at 0308h

2 registers = 4 bytes total computed CRC error code

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 7

MODBUS FUNCTIONS COMMUNICATIONS GUIDE

Slave Response

Slave Address

Function Code

Byte Count

Data #1 (high, low)

Data #2 (high, low)

CRC (low, high)

1

2

1

1

2

2

Bytes Example

0B

03

04

00 64

00 0A

EB 91

Description

message from slave 11 read register values

2 registers = 4 bytes total value in address 0308h value in address 0309h computed CRC error code

Execute Operation

Modbus Implementation: Force Single Coil

469 Implementation: Execute Operation

This function code allows the master to request an 469 to perform specific command operations. The command numbers listed in the Commands area of the memory map correspond to operation code for function code 05. The operation commands can also be initiated by writing to the Commands area of the memory map using function code 16.

Refer to Store Multiple Setpoints on page TOC–10 for complete details.

Supported Operations: Reset 469 (operation code 1), Motor Start (operation code 2), Motor

Stop (operation code 3), Waveform Trigger (operation code 4).

MESSAGE FORMAT AND EXAMPLE:

Reset 469 (operation code 1).

Master Transmission

Slave Address

Function Code

Operation Code

Code Value

CRC (low, high)

Slave Response

Slave Address

Function Code

Operation Code

Code Value

CRC (low, high)

2

2

1

1

2

Bytes Example

0B

05

00 01

FF 00

DD 50

2

2

1

2

1

Bytes Example

0B

05

00 01

FF 00

DD 50

Description

message for slave 11 execute operation remote reset command perform operation computed CRC error code

Description

message from slave 11 execute operation remote reset command operation performed computed CRC error code

Store Single Setpoint

Modbus Implementation: Preset Single Register

469 Implementation: Store Single Setpoint

This command allows the master to store a single setpoint into the memory of an 469. The slave response to this function code is to echo the entire master transmission.

MESSAGE FORMAT AND EXAMPLE:

Request slave 11 to store the value 01F4 in Setpoint address 1180. After the transmission in this example is complete, setpoints address 1180 will contain the value 01F4.

8 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS FUNCTIONS

Master Transmission

Slave Address

Function Code

Data Starting Address

Data

CRC (low, high)

Slave Response

Slave Address

Function Code

Data Starting Address

Data

CRC (low, high)

2

2

1

2

1

Bytes Example

0B

06

11 80

01 F4

8D A3

2

2

1

1

2

Bytes Example

0B

06

11 80

01 F4

8D A3

Description

message for slave 11 store single setpoint data starting at 1180h data for address 1180h computed CRC error code

Description

message from slave 11 store single setpoint value data starting at 1180h data from address 1180h computed CRC error code

Read Device Status

Modbus Implementation: Read Exception Status

469 Implementation: Read Device Status

This is a function used to quickly read the status of a selected device. A short message length allows for rapid reading of status. The status byte returned will have individual bits set to 1 or 0 depending on the status of the slave device.

469 General Status Byte:

Bit

B0

B1

B2

B3

Description

1 TRIP relay operated = 1

2 AUXILIARY relay operated = 1

3 AUXILIARY relay operated = 1

4 ALARM relay operated = 1

Bit

B4

B5

B6

B7

Description

5 BLOCK START relay operated = 1

6 SERVICE relay operated = 1

Stopped = 1

Running = 1

If status is neither stopped or running, the motor is starting or has been tripped.

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 9

MODBUS FUNCTIONS COMMUNICATIONS GUIDE

MESSAGE FORMAT AND EXAMPLE:

Request status from slave 11.

Master Transmission

Slave Address

Function Code

CRC (low, high)

Slave Response

Slave Address

Function Code

Device Status

CRC (low, high)

1

2

1

Bytes Example

0B

07

47 42

1

2

1

1

Bytes Example

0B

07

59

C2 08

Description

message for slave 11 read device status computed CRC error code

Description

message from slave 11 read device status status = 01011001b computed CRC error code

Loopback Test

Modbus Implementation: Loopback Test

469 Implementation: Loopback Test

This function is used to test the integrity of the communication link. The 469 will echo the request.

MESSAGE FORMAT AND EXAMPLE:

Loopback test from slave 11.

Master Transmission

Slave Address

Function Code

Diagnostic Code

Data

CRC (low, high)

Slave Response

Slave Address

Function Code

Diagnostic Code

Data

CRC (low, high)

2

2

1

1

2

Bytes Example

0B

08

00 00

00 00

E0 A1

2

2

1

2

1

Bytes Example

0B

08

00 00

00 00

E0 A1

Description

message for slave 11 loopback test must be 00 00 must be 00 00 computed CRC error code

Description

message from slave 11 loopback test must be 00 00 must be 00 00 computed CRC error code

Store Multiple Setpoints

Modbus Implementation: Preset Multiple Registers

469 Implementation: Store Multiple Setpoints

This function code allows multiple setpoints to be stored into the 469 memory. Modbus

“registers” are 16-bit (two byte) values transmitted high order byte first. Thus all 469 setpoints are sent as two byte values. The maximum number of setpoints that can be stored in one transmission is dependent on the slave device. Modbus allows up to a maximum of 60 holding registers to be stored. The 469 response to this function code is to echo the slave address, function code, starting address, the number of Setpoints stored, and the CRC.

10 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS FUNCTIONS

MESSAGE FORMAT AND EXAMPLE:

Request slave 11 to store the value 01F4 to setpoint address 1180 and the value 01DE to setpoint address 1181. After the transmission in this example is complete, 469 slave 11 will have the following Setpoints information stored:

1180

1181

Address

01F4

01DE

Data

Master Transmission

Slave Address

Function Code

Data Starting Address

Number of Setpoints

Byte Count

Data #1

Data #2

CRC (low, high)

Slave Response

Slave Address

Function Code

Data Starting Address

Number of Setpoints

CRC (low, high)

2

2

1

2

2

2

1

1

Bytes Example

0B

10

11 80

00 02

04

01 F4

01 DE

DB B1

2

2

1

1

2

Bytes Example

0B

10

11 80

00 02

45 B6

Description

message for slave 11 store multiple setpoint value data starting at 1180h

2 setpoints = 4 bytes total

4 bytes of data data for address 1180h data for address 1181h computed CRC error code

Description

message from slave 11 store multiple setpoint value data starting at 1180h

2 setpoints = 4 bytes total computed CRC error code

Performing Commands

Some PLCs may not support execution of commands using function code 5 but do support storing multiple setpoints using function code 16. To perform this operation using function code 16 (10H), a certain sequence of commands must be written at the same time to the

469. The sequence consists of: command function register, command operation register and command data (if required). The command function register must be written with the value of 5 indicating an execute operation is requested. The command operation register must then be written with a valid command operation number from the list of commands shown in the memory map. The command data registers must be written with valid data if the command operation requires data. The selected command will execute immediately upon receipt of a valid transmission.

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 11

MODBUS FUNCTIONS COMMUNICATIONS GUIDE

MESSAGE FORMAT AND EXAMPLE:

Perform a reset on 469 (operation code 1).

Master Transmission

Slave Address

Function Code

Data Starting Address

Number of Setpoints

Byte Count

Command Function

Command Operation

CRC (low, high)

Slave Response

Slave Address

Function Code

Data Starting Address

Number of Setpoints

CRC (low, high)

2

2

2

2

1

1

2

1

Bytes Example

0B

10

00 80

00 02

04

00 05

00 01

0B D6

2

2

1

2

1

Bytes Example

0B

10

00 80

00 02

40 8A

Description

message for slave 11 store multiple setpoint value data starting at 0080h

2 setpoints = 4 bytes total

4 bytes of data data for address 0080h data for address 0081h computed CRC error code

Description

message from slave 11 store multiple setpoint value data starting at 0080h

2 setpoints = 4 bytes total computed CRC error code

Error Responses

When an 469 detects an error other than a CRC error, a response will be sent to the master.

The MSbit of the Function Code byte will be set to 1 (i.e. the function code sent from the slave will be equal to the function code sent from the master plus 128). The following byte will be an exception code indicating the type of error that occurred.

Transmissions received from the master with CRC errors will be ignored by the 469.

The slave response to an error (other than CRC error) will be:

SLAVE ADDRESS: 1 byte

FUNCTION CODE: 1 byte (with MSbit set to 1)

EXCEPTION CODE: 1 byte

CRC: 2 bytes

The 469 implements the following exception response codes.

01: ILLEGAL FUNCTION

The function code transmitted is not one of the functions supported by the 469.

02: ILLEGAL DATA ADDRESS

The address referenced in the data field transmitted by the master is not an allowable address for the 469.

03: ILLEGAL DATA VALUE

The value referenced in the data field transmitted by the master is not within range for the selected data address.

12 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

Note

Modbus Memory Map

Memory Map Information

The data stored in the 469 is grouped as setpoints and actual values. Setpoints can be read and written by a master computer. Actual Values are read only. All Setpoints and actual values are stored as two-byte values. That is, each register address is the address of a twobyte value. Addresses are listed in hexadecimal. Data values (setpoint ranges, increments, factory values) are in decimal.

NOTE

Many Modbus communications drivers add 40001d to the actual address of the register addresses. For example: if address 0h was to be read, 40001d would be the address required by the Modbus communications driver; if address 320h (800d) was to be read,

40801d would be the address required by the Modbus communications driver.

User-Definable Memory Map Area

The 469 has a powerful feature, called the User Definable Memory Map, which allows a computer to read up to 125 non-consecutive data registers (setpoints or actual values) by using one Modbus packet. It is often necessary for a master computer to continuously poll various values in each of the connected slave relays. If these values are scattered throughout the memory map, reading them would require numerous transmissions and would burden the communication link. The User Definable Memory Map can be programmed to join any memory map address to one in the block of consecutive User Map locations, so that they can be accessed by reading these consecutive locations.

The User Definable area has two sections:

1.

User-Definable Addresses 1 to 125 (memory map registers 0180h to 01FCh) that contain 125 actual values or setpoints register addresses.

2.

User-Definable Values 1 to 125 (memory map registers 0100h to 017Ch) that contains the data in the corresponding user-definable addresses.

Register data that is separated in the rest of the memory map may be remapped to adjacent register addresses in the values area. This is accomplished by writing to register addresses in the user-definable address area. This improves data throughput and can eliminate the need for multiple read command sequences.

For example, if the values of Average Phase Current (register address 0306h) and Hottest

Stator RTD Temperature (register address 0320h) are required to be read from an 469, their addresses may be remapped as follows:

1.

Write 0306h to address 0180h (User Definable Address #1) using function code 06 or

16.

2.

Write 0307h to address 0181h (User Definable Address #2) using function code 06 or

16 (Average Phase Current is a double register number).

3.

Write 0320h to address 0182h (User Definable Address #3) using function code 06 or

16.

A read (function code 03 or 04) of registers 0100h (User Definable Address #1) and 0101h

(User Definable Address #2) will return the Phase A Current and register 0102h (User

Definable Address #3) will return Hottest Stator RTD Temperature.

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 13

MODBUS MEMORY MAP

14

COMMUNICATIONS GUIDE

The 469 provides default assignments for user map addresses #1 to #55, as shown below.

The User can change the user assigned addresses as per their requirement. To return to these default assignments, use Enervista 469 Setup to set Modbus User Map – User Map –

Default.

Table 1: Default assignments for User-Definable Memory Map Area

USER MAP ADDRESS #

User Map Address #1

User Map Address #2

User Map Address #3

User Map Address #4

User Map Address #5

User Map Address #6

User Map Address #7

User Map Address #8

User Map Address #9

User Map Address #10

User Map Address #11

User Map Address #12

User Map Address #13

User Map Address #14

User Map Address #15

User Map Address #16

User Map Address #17

User Map Address #18

User Map Address #19

User Map Address #20

User Map Address #21

User Map Address #22

User Map Address #23

User Map Address #24

User Map Address #25

User Map Address #26

User Map Address #27

User Map Address #28

User Map Address #29

User Map Address #30

User Map Address #31

User Map Address #32

User Map Address #33

User Map Address #34

User Map Address #35

MODBUS

REGISTER

ADDRESS (HEX)

0100

0101

0102

0103

0104

0105

0106

0107

0108

0109

010A

010B

010C

010D

010E

010F

0110

0111

0112

0113

0114

0115

0116

0117

0118

0119

011A

011B

011C

011D

011E

011F

0120

0121

0122

USER ASSIGNED

ADDRESS (HEX)

0200

0210

0211

0227

0228

0229

022A

022B

022C

02D0

02D1

02D2

02D3

02D4

02D9

0300

0301

0302

0303

0304

0305

0306

0307

030B

030C

0321

0322

0323

0324

0325

0326

0327

0328

0329

032A

DESCRIPTION

Motor status

General status

Output relay status

Phase A pre-trip current (1st word)

Phase A pre-trip current (2nd word)

Phase B pre-trip current (1st word)

Phase B pre-trip current (2nd word)

Phase C pre-trip current (1st word)

Phase C pre-trip current (2nd word)

Access switch status

Test switch status

Starter switch status

Emergency restart switch status

Remote reset switch status

Trip coil supervision

Phase A current (1st word)

Phase A current (2nd word)

Phase B current (1st word)

Phase B current (2nd word)

Phase C current (1st word)

Phase C current (2nd word)

Average phase current (1st word)

Average phase current (2nd word)

Ground current (1st word)

Ground current (2nd word)

RTD #1 temperature

RTD #2 temperature

RTD #3 temperature

RTD #4 temperature

RTD #5 temperature

RTD #6 temperature

RTD #7 temperature

RTD #8 temperature

RTD #9 temperature

RTD #10 temperature

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

Table 1: Default assignments for User-Definable Memory Map Area

USER MAP ADDRESS #

User Map Address #36

User Map Address #37

User Map Address #38

User Map Address #39

User Map Address #40

User Map Address #41

User Map Address #42

User Map Address #43

User Map Address #44

User Map Address #45

User Map Address #46

User Map Address #47

User Map Address #48

User Map Address #49

User Map Address #50

User Map Address #51

User Map Address #52

User Map Address #53

User Map Address #54

User Map Address #55

MODBUS

REGISTER

ADDRESS (HEX)

012B

012C

012D

012E

012F

0130

0131

0132

0123

0124

0125

0126

0127

0128

0129

012A

0133

0134

0135

0136

USER ASSIGNED

ADDRESS (HEX)

0371

0372

0374

0375

0376

030D

030E

030F

032B

032C

0340

0341

0342

0343

0348

0370

02D5

02D6

02D7

02D8

DESCRIPTION

RTD #11 temperature

RTD #12 temperature

Vab

Vbc

Vca

Average line voltage

System frequency

Power factor

Real power (1st word)

Real power (2nd word)

Reactive power (1st word)

Reactive power (2nd word)

Apparent power

Phase A differential current

Phase B differential current

Phase C differential current

Assignable switch #1 status

Assignable switch #2 status

Assignable switch #3 status

Assignable switch #4 status

Event Recorder

The 469 event recorder data starts at address 3000h. Address 3003h is a pointer to the event of interest (1 representing the latest event and 256 representing the oldest event). To retrieve Event 1, write ‘1’ to the Event Record Selector (3003h) and read the data from

3004h to 3035h. To retrieve Event 2, write ‘2’ to the Event Record Selector (3003h) and read the data from 3004h to 3035h. All 256 events may be retrieved in this manner. The time and date stamp of each event may be used to ensure that all events have been retrieved in order without new events corrupting the sequence of events (Event 1 should be more recent than Event 2, Event 2 should be more recent than Event 3, etc.).

Each communications port can individually select an Event ID number by writing address to 3003h. This allows the front port, rear port, and auxiliary port to read different events from the event recorder simultaneously.

Waveform Capture

The 469 stores a number of cycles of A/D samples each time a trip occurs in a trace buffer.

The trace buffer is partitioned according to the

S1 PREFERENCES  TRACE MEMORY BUFFERS setpoint. The Trace Memory Trigger is set up with the

S1 PREFERENCES  TRACE MEMORY

TRIGGER

setpoint and this determines how many pre-trip and post-trip cycles are stored.

The trace buffer is time and date stamped and may be correlated to a trip in the event record. 10 waveforms are captured this way when a trip occurs. These are the 3 phase currents, 3 differential currents, ground current and 3 voltage waveforms. This information is stored in volatile memory and will be lost if power is cycled to the relay.

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 15

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

To access the captured waveforms, select the waveform of interest by writing its trace memory channel (see following table) to the Trace Memory Channel Selector (address

30F1h). Then read the trace memory data from address 3100h to 3700h. There are 720 samples per second when the nominal system frequency (modbus address 11C0) has been set to 60 Hz or set to Variable. There are 600 samples per second when the nominal system frequency has been set to 50 Hz. Sample rate may vary within 5% when 469 is tracking the frequency of the input voltage. The actual sample rate for a trace is 12 x Trace Memory

Sampling Frequency, modbus address 30F9. The values read are in actual amperes or volts.

6

7

4

5

2

3

0

1

8

9

10

TRACE MEMORY

CHANNEL

WAVEFORM

Phase A current

Phase B current

Phase C current

Differential phase A current

Differential phase B current

Differential phase C current

Ground current

Phase A voltage

Phase B voltage

Phase C voltage

Relay output states

Address 30F8h shows the number of traces taken. To access the latest use the value at address 30F0h. To access more than 1 trace, reduce this value to access the older traces.

INTERNAL UNITS SCALE

SR 469 presents modbus values for trace data in internal units. The scale of internal units for currents is 1 x CT = 500. The scale of internal units for voltage is 1 x VT = 2500.

Let SF current

represent scale factor for phase current or ground current.

Let SF voltage

represent scale factor for phase voltage.

SF current

= (CT primary )/ (500 )

SF voltage

= (120 V )* (VT ratio) / (2500 )

To calculate a value in units of Ampere from a waveform trace sample for Current:

Phase current [ Ampere ] = (trace sample value) * SF current

To calculate a value in units of Volt from a waveform trace sample for Voltage:

Phase voltage [ Volt ] = (trace sample value) * SF voltage

Table 2:

Modbus registers related to trace value scale factor

Setpoint

1180

1182

1183

CT primary

Description

Ground CT Type

Ground CT primary

Units of measure

Current [Ampere]

Current [Ampere]

Current [Ampere]

16 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

Channel number

0

1185

11A1

Differential CT primary

Voltage ratio

Current [Ampere]

Ratio [n:1]

Phase CT

The setpoint in modbus register 1180 provides an external factor for calculating phase current.

Let A represent external scale, where A = value of register 1180.

Let B represent internal scale, where B = 500 for Phase current on SR469.

SF current

= A/B.

Ground CT (type 1A Secondary or type 5A Secondary)

The setpoint in modbus register 1183 provides an external factor for calculating ground current.

The setpoint in modbus register 1182 has value 1 or value 2, indicating 1A or 5A secondary.

Let A represent external scale, where A = value of register 1183.

Let B represent internal scale, where B = 500 for Ground current on SR469.

SF current

= A/B.

Ground CT (type Multilin CT 50/0.025)

The setpoint in modbus register 1182 has value 3, indicating Ground CT type Multilin CT.

Let A represent external scale, where A = 1 Ampere.

Let B represent internal scale, where B = 500 for Ground current on SR469.

SF current

= A/B = 0.002 Ampere

Phase Differential CT

The setpoint in modbus register 1185 provides an external factor for calculating phase differential current.

Let A represent external scale, where A = value of register 1185.

Let B represent internal scale, where B = 500 for Phase Differential current on SR469.

SF current

= A/B.

Phase VT

The setpoint in modbus register 11A1 provides an external factor for calculating phase voltage. The scale factor is:

Let A represent external scale, where A = (120 Volts) * (value of register 11A1).

Let B represent internal scale, where B = 2500 for Phase voltage on SR469.

SF voltage

= A/B.

Input wiring

Phase A current

Table 3: SR469 Internal Units per Channel

Internal units scale

500

Nominal

Unit

1 x CT

External Scale factor

SF current

or SF voltage

CT primary /500

Modbus register

1180

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 17

MODBUS MEMORY MAP

1

2

3

4

5

6

6

7

8

9

10

COMMUNICATIONS GUIDE

Phase B current

Phase C current

Differential phase A current

Differential phase B current

Differential phase C current

Ground current ,

CT type = 1A or 5A secondary

Ground current ,

CT type = Multlin CT 50/0.025

Phase A voltage

Phase B voltage

Phase C voltage

Relay output states

500

500

500

500

500

500

500

2500

2500

2500

N/A

1 x CT

1 x CT

1 x CT

1 x CT

1 x CT

1 x CT

1 x CT

1 x VT

1 x VT

1 x VT

N/A

CT primary /500

CT primary /500

Differential CT primary /500

Differential CT primary /500

Differential CT primary /500

Ground CT primary/500

1 Ampere/500

120 V * ( Phase VT ratio)/2500

120 V * ( Phase VT ratio)/2500

120 V * ( Phase VT ratio)/2500

N/A

11A1

11A1

11A1

1180

1180

1185

1185

1185

1183

1182

EXAMPLE CASES

Ia

Ia

Ia

Table 4: Example cases to demonstrate scaling factor in Phase current

Channel

Let A represent

Modbus value

At register 1180,

CT PRIMARY

1500 A

1000 A

500 A

Actual

Primary

Current

1000 A

1000 A

1000 A

Value in waveform capture trace data register

3100 to 36FF

333

500

1000

SF

Scale factor current

= A / B

A/B = 3

A/B = 2

A/B = 1

Table 5: Example case to demonstrate scaling factor in Ground Current, CT type 1A secondary or CT type 5A secondary.

Ig

Channel

Let A represent

Modbus value

At register 1183,

Ground CT PRIMARY

10 A

Actual

Primary

Current

10 A

Value in waveform capture trace data register

3100 to 36FF

500

SF

Scale factor current

= A / B

A/B=0.02

Table 6: Example case to demonstrate scaling factor in Ground Current, Multilin CT

Ig

Channel

Let A represent

Ground CT Type

Multilin.

Modbus register

1182 has value 3.

1 A

Actual

Primary

Current

1 A

Value in waveform capture trace data register

3100 to 36FF

500

SF

Scale factor current

= A / B

A/B=0.002

18 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

469 Memory Map

The 469 memory map is shown in the following table.

Table 7: 469 MEMORY MAP (Sheet 1 of 90)

GROUP

ADDR

(HEX)

PRODUCT ID (Addresses 0000 to 007F)

PRODUCT ID 0000

DESCRIPTION

Product device code

0001

0002

0003

0004

0005

...

Product hardware revision

Product software revision

Product modification number

Reserved

Reserved

...

000F

0010

0011

0012

0013

Reserved

Boot program revision

Boot program modification number

Reserved

Reserved

...

007F

...

Reserved

Commands (Addresses 0080 to 00FF)

COMMANDS 0080 Command function code

0081 Reserved

0088

00F0

00F2

00F4

00F5

Communications port passcode

Time (broadcast)

Date (broadcast)

Reserved

Reserved

...

00FF

...

Reserved

User Map (Addresses 0100 to 017F)

USER MAP

VALUES

0100 User map value #1

0101 User map value #2

0102

0103

0104

0105

0106

0107

0108

0109

010A

010B

010C

User map value #3

User map value #4

User map value #5

User map value #6

User map value #7

User map value #8

User map value #9

User map value #10

User map value #11

User map value #12

User map value #13

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

1

--

0

0

--

--

--

0

--

MIN.

MAX.

--

26

--

999

--

999

99999999 1

---

---

--

--

1

--

1

--

1

--

STEP

VALUE

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

--

--

--

--

--

--

--

--

--

--

--

--

--

FORMAT

CODE

DEFAULT

F1

F15

F16

F1

F16

F1

F12

F24

F18

--

--

30

--

0

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 19

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ADDR

(HEX)

010D

010E

012E

012F

0130

0131

0132

0129

012A

012B

012C

012D

0124

0125

0126

0127

0128

011F

0120

0121

0122

0123

0133

0134

0135

0136

011A

011B

011C

011D

011E

0115

0116

0117

0118

0119

010F

0110

0111

0112

0113

0114

Table 7: 469 MEMORY MAP (Sheet 2 of 90)

DESCRIPTION

User map value #32

User map value #33

User map value #34

User map value #35

User map value #36

User map value #37

User map value #38

User map value #39

User map value #40

User map value #41

User map value #42

User map value #43

User map value #44

User map value #45

User map value #46

User map value #47

User map value #48

User map value #49

User map value #50

User map value #51

User map value #52

User map value #53

User map value #54

User map value #55

User map value #14

User map value #15

User map value #16

User map value #17

User map value #18

User map value #19

User map value #20

User map value #21

User map value #22

User map value #23

User map value #24

User map value #25

User map value #26

User map value #27

User map value #28

User map value #29

User map value #30

User map value #31

MIN.

MAX.

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

STEP

VALUE

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

FORMAT

CODE

--

--

DEFAULT

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

20 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

ADDR

(HEX)

0137

0138

0158

0159

015A

015B

015C

0153

0154

0155

0156

0157

014E

014F

0150

0151

0152

0149

014A

014B

014C

014D

015D

015E

015F

0160

0144

0145

0146

0147

0148

013F

0140

0141

0142

0143

0139

013A

013B

013C

013D

013E

Table 7: 469 MEMORY MAP (Sheet 3 of 90)

DESCRIPTION

User map value #74

User map value #75

User map value #76

User map value #77

User map value #78

User map value #79

User map value #80

User map value #81

User map value #82

User map value #83

User map value #84

User map value #85

User map value #86

User map value #87

User map value #88

User map value #89

User map value #90

User map value #91

User map value #92

User map value #93

User map value #94

User map value #95

User map value #96

User map value #97

User map value #56

User map value #57

User map value #58

User map value #59

User map value #60

User map value #61

User map value #62

User map value #63

User map value #64

User map value #65

User map value #66

User map value #67

User map value #68

User map value #69

User map value #70

User map value #71

User map value #72

User map value #73

MIN.

MAX.

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

STEP

VALUE

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

FORMAT

CODE

--

--

DEFAULT

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 21

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

USER MAP

ADDRESSES

0180

0181

0182

0183

0184

0185

0186

0187

0188

0189

018A

ADDR

(HEX)

0161

0162

0178

0179

017A

017B

017C

0173

0174

0175

0176

0177

017D

017E

017F

016E

016F

0170

0171

0172

0169

016A

016B

016C

016D

0163

0164

0165

0166

0167

0168

Table 7: 469 MEMORY MAP (Sheet 4 of 90)

DESCRIPTION

User map value #98

User map value #99

User map value #100

User map value #101

User map value #102

User map value #103

User map value #104

User map value #105

User map value #106

User map value #107

User map value #108

User map value #109

User map value #110

User map value #111

User map value #112

User map value #113

User map value #114

User map value #115

User map value #116

User map value #117

User map value #118

User map value #119

User map value #120

User map value #121

User map value #122

User map value #123

User map value #124

User map value #125

Reserved

Reserved

Reserved

User map address #1

User map address #2

User map address #3

User map address #4

User map address #5

User map address #6

User map address #7

User map address #8

User map address #9

User map address #10

User map address #11

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

0

0

0

0

0

0

0

0

0

0

0

MIN.

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

MAX.

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

1

1

1

1

1

1

1

1

1

1

1

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

STEP

VALUE

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

FORMAT

CODE

--

--

DEFAULT

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1 hex hex hex hex hex hex hex hex hex hex hex

200

229

22A

22B

22C

210

211

227

228

2D0

2D1

22 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

ADDR

(HEX)

018B

018C

01AC

01AD

01AE

01AF

01B0

01A7

01A8

01A9

01AA

01AB

01A2

01A3

01A4

01A5

01A6

019D

019E

019F

01A0

01A1

01B1

01B2

01B3

01B4

0198

0199

019A

019B

019C

0193

0194

0195

0196

0197

018D

018E

018F

0190

0191

0192

Table 7: 469 MEMORY MAP (Sheet 5 of 90)

DESCRIPTION

User map address #30

User map address #31

User map address #32

User map address #33

User map address #34

User map address #35

User map address #36

User map address #37

User map address #38

User map address #39

User map address #40

User map address #41

User map address #42

User map address #43

User map address #44

User map address #45

User map address #46

User map address #47

User map address #48

User map address #49

User map address #50

User map address #51

User map address #52

User map address #53

User map address #12

User map address #13

User map address #14

User map address #15

User map address #16

User map address #17

User map address #18

User map address #19

User map address #20

User map address #21

User map address #22

User map address #23

User map address #24

User map address #25

User map address #26

User map address #27

User map address #28

User map address #29

MIN.

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

MAX.

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

UNITS

hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

FORMAT

CODE

F1

F1

DEFAULT

372

374

375

376

30D

342

343

348

370

371

30E

30F

2D5

2D6

32A

32B

32C

340

341

325

326

327

328

329

30C

321

322

323

324

304

305

306

307

30B

2D2

2D3

2D4

2D9

300

301

302

303

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 23

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ADDR

(HEX)

01B5

01B6

01D6

01D7

01D8

01D9

01DA

01D1

01D2

01D3

01D4

01D5

01CC

01CD

01CE

01CF

01D0

01C7

01C8

01C9

01CA

01CB

01DB

01DC

01DD

01DE

01C2

01C3

01C4

01C5

01C6

01BD

01BE

01BF

01C0

01C1

01B7

01B8

01B9

01BA

01BB

01BC

Table 7: 469 MEMORY MAP (Sheet 6 of 90)

DESCRIPTION

User map address #72

User map address #73

User map address #74

User map address #75

User map address #76

User map address #77

User map address #78

User map address #79

User map address #80

User map address #81

User map address #82

User map address #83

User map address #84

User map address #85

User map address #86

User map address #87

User map address #88

User map address #89

User map address #90

User map address #91

User map address #92

User map address #93

User map address #94

User map address #95

User map address #54

User map address #55

User map address #56

User map address #57

User map address #58

User map address #59

User map address #60

User map address #61

User map address #62

User map address #63

User map address #64

User map address #65

User map address #66

User map address #67

User map address #68

User map address #69

User map address #70

User map address #71

MIN.

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

MAX.

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

UNITS

hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

FORMAT

CODE

F1

F1

DEFAULT

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

2D7

2D8

000

000

000

000

000

000

24 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

Table 7: 469 MEMORY MAP (Sheet 7 of 90)

GROUP

ADDR

(HEX)

01DF

01E0

01EC

01ED

01EE

01EF

01F0

01E7

01E8

01E9

01EA

01EB

01E1

01E2

01E3

01E4

01E5

01E6

DESCRIPTION

User map address #96

User map address #97

User map address #98

User map address #99

User map address #100

User map address #101

User map address #102

User map address #103

User map address #104

User map address #105

User map address #106

User map address #107

User map address #108

User map address #109

User map address #110

User map address #111

User map address #112

User map address #113

01F6

01F7

01F8

01F9

01FA

01F1

01F2

01F3

01F4

01F5

User map address #114

User map address #115

User map address #116

User map address #117

User map address #118

User map address #119

User map address #120

User map address #121

User map address #122

User map address #123

01FB

01FC

01FD

01FE

User map address #124

User Map Address #125

Reserved

Reserved

01FF Reserved

Actual Values (Addresses 0200 to 0FFF)

MOTOR

STATUS

0200 Motor status

0201 Motor thermal capacity used

0202

0204

0205

0206

0207

...

Estimated time to trip on overload

Motor speed

Communication setpoint access

Reserved

Reserved

...

0

0

–1

0

0

MIN.

4

MAX.

100

99999

1

1

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

3FFF

1

1

1

1

--

UNITS

hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

FORMAT

CODE

F1

F1

DEFAULT

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

000

--

% s

--

--

F133

F1

F20

F135

F126

0

0

–1

0

--

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 25

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

SYSTEM

STATUS

LAST TRIP

DATA ALARM

ADDR

(HEX)

020F

0210

0211

0212

0213

...

021F

0220

0241

0242

0243

0245

0247

0248

0249

0239

023A

023B

023C

023D

023E

023F

0240

0234

0235

0236

0237

0238

022E

022F

0231

0232

0233

0221

0223

0225

0226

0227

0229

022B

022D

Table 7: 469 MEMORY MAP (Sheet 8 of 90)

DESCRIPTION MIN.

Reserved

General status

Output relay status

Reserved

Reserved

...

Reserved

Cause of last trip

0

0

0

Time of last trip (2 words)

Date of last trip (2 words)

Motor speed during trip

Pre-trip tachometer RPM

Phase A pre-trip current

Phase B pre-trip current

Phase C pre-trip current

Pre-trip motor load

Pre-trip current unbalance

Pre-trip ground current

Phase A pre-trip differential current

Phase B pre-trip differential current

Phase C pre-trip differential current

Hottest stator RTD during trip

Pre-trip temperature of hottest stator RTD

0

–50

Hottest bearing RTD during trip 0

Pre-trip temperature of hottest bearing RTD –50

Hottest other RTD during trip 0

0

0

0

0

0

0

0

0

0

0

--

--

0

Pre-trip temperature of hottest other RTD

Hottest ambient RTD during trip

Pre-trip ambient RTD temperature

Pre-trip voltage Vab

Pre-trip voltage Vbc

Pre-trip voltage Vca

Pre-trip voltage Van

Pre-trip voltage Vbn

Pre-trip voltage Vcn

Pre-trip system frequency

Pre-trip real power

Pre-trip reactive power

Pre-trip apparent power

Pre-trip power factor

Analog input #1 pre-trip power

0

0

–50000

–50000

0

–99

–50000

0

0

0

–50

0

–50

0

0

MAX.

65535

63

49

20000

12000

50000

50000

50000

100

50000

250

12

250

20000

20000

20000

20000

20000

12

250

12

250

12

100

5000

5000

5000

5000

--

--

1

3600

100000

100000

100000

2000

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

--

--

1

STEP

VALUE

--

--

UNITS

FORMAT

CODE

DEFAULT

--

--

--

V

Hz kW kvar kVA

V

V

V

°C

--

°C

V

V

--

°C

--

°C

--

A

A

%

A

A

--

--

--

A

A

RPM

A

FLA

F140

F141

0

0

F134

F1

F3

F12

F12

F1

F21

F12

F1

F1

F1

F4

F1

F4

F1

F1

F1

F4

F1

F4

F1

F1

F11

F1

F1

F1

F1

F9

F9

F9

F3

F19

F18

F135

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

--

--

0

26 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

STATUS

ADDR

(HEX)

024B

024D

0276

0277

0278

0279

027A

0271

0272

0273

0274

0275

026C

026D

026E

026F

0270

0267

0268

0269

026A

026B

027B

027C

027D

027E

0262

0263

0264

0265

0266

025D

025E

025F

0260

0261

024F

0251

0252

...

025B

025C

Table 7: 469 MEMORY MAP (Sheet 9 of 90)

DESCRIPTION MIN.

Analog input #2 pre-trip power

Analog input #3 pre-trip power

Analog input #4 pre-trip power

–50000

–50000

–50000

Reserved

Reserved

...

Reserved

Pre-trip temperature of hottest stator RTD –58

Pre-trip temperature of hottest bearing RTD –58

Pre-trip temperature of hottest other RTD –58

Pre-trip temperature of hottest ambient RTD –58

Reserved

Reserved

Reserved

Reserved

Reserved

Remote alarm status

Pressure switch alarm status

0

0

Vibration switch alarm status

Digital counter alarm status

Tachometer alarm status

General switch A alarm status

General switch B alarm status

General switch C alarm status

General switch D alarm status

Thermal capacity alarm

Overload alarm status

Undercurrent alarm status

Current unbalance alarm status

Ground fault alarm status

RTD #1 alarm status

RTD #2 alarm status

RTD #3 alarm status

RTD #4 alarm status

RTD #5 alarm status

RTD #6 alarm status

RTD #7 alarm status

RTD #8 alarm status

RTD #9 alarm status

RTD #10 alarm status

RTD #11 alarm status

RTD #12 alarm status

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

482

482

482

482

MAX.

50000

50000

50000

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

1

--

--

--

UNITS

FORMAT

CODE

F12

F12

F12

DEFAULT

0

0

0

°F

°F

°F

°F

F4

F4

F4

F4

32

32

32

32

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 27

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

START

BLOCKS

02AE

02AF

02B0

02B1

02B2

ADDR

(HEX)

027F

0280

029B

029C

029D

029E

029F

02A0

02A1

02A2

0296

0297

0298

0299

029A

0291

0292

0293

0294

0295

028C

028D

028E

028F

0290

0287

0288

0289

028A

028B

0281

0282

0283

0284

0285

0286

Table 7: 469 MEMORY MAP (Sheet 10 of 90)

DESCRIPTION

Open RTD sensor alarm status 0

Short sensor / low temperature alarm status 0

Undervoltage alarm status 0

Overvoltage alarm status

System frequency alarm status

Power factor alarm status

Reactive power alarm status

Underpower alarm status

0

0

0

0

0

Trip counter alarm status

Starter failure alarm

Current demand alarm status kW demand alarm status kvar demand alarm status kVA demand alarm status

Analog input 1 alarm status

Analog input 2 alarm status

Analog input 3 alarm status

Analog input 4 alarm status

0

0

0

0

0

0

0

0

0

0

Reverse power alarm status

RTD #1 high alarm status

RTD #2 high alarm status

RTD #3 high alarm status

RTD #4 high alarm status

RTD #5 high alarm status

RTD #6 high alarm status

RTD #7 high alarm status

RTD #8 high alarm status

RTD #9 high alarm status

RTD #10 high alarm status

RTD #11 high alarm status

RTD #12 high alarm status

Analog difference 1-2 alarm status

Analog difference 3-4 alarm status

Overtorque alarm status

Reserved

Reserved

...

Loss of Comms Alarm Status

Self test alarm

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

Overload lockout block

Start inhibit block lockout time

Starts/hour block lockout time

0

0

0

MIN.

MAX.

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

4

FFFF

500

500

60

1

1

1

1

1

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

FORMAT

CODE

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

F123

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

--

--

F123

-minutes F1 minutes F1 minutes F1

0

0

0

0

0

28 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

DIGITAL

INPUTS

LOSS OF

COMMS

REAL TIME

CLOCK

CURRENT

METERING

ADDR

(HEX)

02B3

02B4

02B5

--

02CF

02D0

02E0

02E1

--

02FB

02D6

02D7

02D8

02D9

02DA

02D1

02D2

02D3

02D4

02D5

--

02DF

02FC

02FE

0300

030D

030E

030F

0310

0311

--

031F

0302

0304

0306

0308

0309

030A

030B

Table 7: 469 MEMORY MAP (Sheet 11 of 90)

DESCRIPTION

Time between starts lockout time

Restart block lockout

Reserved

--

Reserved

Access switch status

Test switch status

Starter switch status

Emergency restart switch status

Remote reset switch status

Assignable switch #1 status

Assignable switch #2 status

Assignable switch #3 status

Assignable switch #4 status

Trip coil supervision

Reserved

--

Reserved

Loss of Comms Port

Reserved

--

Reserved

Date (read only)

Time (read only)

Phase A current

Phase B current

Phase C current

Average phase current

Motor load

Current unbalance

Equivalent motor load

Ground current

Phase A differential current

Phase B differential current

Phase C differential current

Reserved

Reserved

--

Reserved

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

--

--

0

0

MIN.

MAX.

500

50000

1

--

--

100000

100000

100000

100000

2000

100

2000

5000

5000

5000

5000

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

--

--

--

--

--

--

--

--

--

--

F131

F131

F131

F131

F131

F131

F131

F131

F131

F132

0

0

0

0

0

0

0

0

0

0

0

--

--

--

--

F9

F1

F1

F1

F9

F9

F9

F3

F1

F3

F11

--

--

A

A

A

A

A

A

A

FLA

%

FLA

A

1

1

1

1

1

1

1

1

1

1

1

--

--

1

STEP

VALUE

1

UNITS

FORMAT

CODE

minutes F1 s F1

DEFAULT

0

0

-F167 0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 29

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

TEMPER-

ATURE

VOLTAGE

METERING

ADDR

(HEX)

0320

0340

0341

0342

0343

0344

0345

0346

0347

0348

0330

0331

0332

0333

0334

032B

032C

032D

032E

032F

0326

0327

0328

0329

032A

0321

0322

0323

0324

0325

0335

0336

0337

0338

0339

033A

033B

033C

033D

033E

033F

Table 7: 469 MEMORY MAP (Sheet 12 of 90)

DESCRIPTION MIN.

MAX.

Hottest stator RTD

RTD #1 temperature

RTD #2 temperature

RTD #3 temperature

RTD #4 temperature

RTD #5 temperature

RTD #6 temperature

RTD #7 temperature

RTD #8 temperature

RTD #9 temperature

RTD #10 temperature

RTD #11 temperature

RTD #12 temperature

Reserved

Reserved

Reserved

Hottest stator RTD (in Fahrenheit)

RTD #1 temperature (in Fahrenheit)

RTD #2 temperature (in Fahrenheit)

RTD #3 temperature (in Fahrenheit)

RTD #4 temperature (in Fahrenheit)

RTD #5 temperature (in Fahrenheit)

RTD #6 temperature (in Fahrenheit)

RTD #7 temperature (in Fahrenheit)

RTD #8 temperature (in Fahrenheit)

RTD #9 temperature (in Fahrenheit)

RTD #10 temperature (in Fahrenheit)

RTD #11 temperature (in Fahrenheit)

RTD #12 temperature (in Fahrenheit)

Reserved

Reserved

Reserved

Vab

Vbc

Vca

Average line voltage

Van

Vbn

Vcn

Average phase voltage

System frequency

0

0

0

0

0

0

0

0

0

–58

–58

–58

–58

–58

–58

–58

–58

–58

–58

–58

–58

–58

–50

–50

–50

–50

–50

–50

–50

–50

–50

–50

–50

–50

–50

20000

20000

20000

20000

20000

20000

20000

20000

12000

1

1

1

1

1

1

1

1

1

V

V

V

V

V

V

V

V

Hz

F1

F1

F1

F1

F1

F1

F1

F1

F3

32

32

32

32

32

32

32

32

32

32

32

32

32

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

1

1

1

1

1

1

1

1

1

1

1

1

1

482

482

482

482

482

482

482

482

482

482

482

482

482

250

250

250

250

250

250

250

250

250

250

250

250

250

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

UNITS

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

FORMAT

CODE

F4

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

30 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

SPEED

POWER

METERING

DEMAND

METERING

ANALOG

INPUTS

037B

0392

0394

0396

0397

0399

039B

039D

039E

039F

...

03AF

03B0

037D

037F

0380

...

038F

0390

03B2

03B4

03B6

03B8

03BA

0370

0371

0373

0374

0376

0377

ADDR

(HEX)

0349

034A

...

035F

0360

0361

0362

...

036F

0379

Table 7: 469 MEMORY MAP (Sheet 13 of 90)

DESCRIPTION

Reserved

Reserved

...

Reserved

Tachometer RPM

Reserved

Reserved

...

Reserved

Power factor

Real power

Real power (HP)

Reactive power

Apparent power

MWh consumption

0

MIN.

–99

–99999

0

–99999

0

0

MAX.

7200

Mvarh consumption 0

0

0

1

100 1

99999

65535

99999

65535

99999999

9

99999999

9

99999999

9

1

1

1

1

9999999 1

1

1

1

STEP

VALUE

Mvarh generation

Torque

Reserved

Reserved

...

Reserved

Current demand

Real power demand

Reactive power demand

Apparent power demand

Peak current demand

Peak real power demand

Peak reactive power demand

Peak apparent power demand

Reserved

Reserved

...

Reserved

Analog input 1

Analog input 2

Analog input 3

Analog input 4

Analog input 1-2 difference

Analog input 3-4 difference

0

0

0

0

0

0

0

0

–50000 50000

–50000

–50000

50000

50000

–50000 50000

–100000 100000

–100000 100000

100000

99999

99999

65535

100000

99999

99999

65535

1

1

1

1

1

1

1

1

1

1

1

1

1

1

--

--

--

--

--

--

UNITS

RPM

kW hp kvar kVA

MWh

Mvarh

FORMAT

CODE

DEFAULT

F1

F21

F12

F1

F12

F1

F17

F17

Mvarh F17

Nm/ftlb F10

A kW kvar kVA

A kW kvar kVA

F12

F12

F12

F12

F12

F12

F9

F12

F12

F1

F9

F12

F12

F1

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 31

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ADDR

(HEX)

03BC

03BD

03EF

03F0

03F1

03F2

03F3

03F4

03F5

03EA

03EB

03EC

03ED

03EE

03E5

03E6

03E7

03E8

03E9

03BE

03BF

MOTOR

STARTING

03C0

03C9

...

03CF

AVERAGE

MOTOR LOAD 03D0

03D1

03D2

...

03DF

RTD

MAXIMUMS

03E0

03E1

03E2

03E3

03E4

03C1

03C3

03C4

03C5

03C7

03C8

Table 7: 469 MEMORY MAP (Sheet 14 of 90)

DESCRIPTION

Reserved

Reserved

Reserved

Reserved

Learned acceleration time

Learned starting current

Learned starting capacity

Last acceleration time

Last starting current

Last starting capacity

Reserved

Reserved

...

Reserved

Average motor load learned

Reserved

Reserved

...

Reserved

RTD #1 maximum temperature (in °C)

RTD #2 maximum temperature (in °C)

RTD #3 maximum temperature (in °C)

RTD #4 maximum temperature (in °C)

RTD #5 maximum temperature (in °C)

RTD #6 maximum temperature (in °C)

RTD #7 maximum temperature (in °C)

RTD #8 maximum temperature (in °C)

RTD #9 maximum temperature (in °C)

RTD #10 maximum temperature (in °C)

RTD #11 maximum temperature (in °C)

RTD #12 maximum temperature (in °C)

Reserved

Reserved

Reserved

Reserved

RTD #1 maximum temperature (in °F)

RTD #2 maximum temperature (in °F)

RTD #3 maximum temperature (in °F)

RTD #4 maximum temperature (in °F)

RTD #5 maximum temperature (in °F)

RTD #6 maximum temperature (in °F)

–50

–50

–50

–50

–50

–50

–50

–50

–50

–50

–50

–50

0

0

0

0

0

0

0

–58

–58

–58

–58

–58

–58

MIN.

MAX.

2000

50000

100

2000

50000

100

2000

482

482

482

482

482

482

250

250

250

250

250

250

250

250

250

250

250

250

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

UNITS

× FLA

°F

°F

°F

°F

°F

°F s

A

% s

A

%

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

FORMAT

CODE

DEFAULT

F2

F9

F1

F2

F9

F1

F3

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

0

0

0

0

0

0

5

32

32

32

32

32

32

0

0

0

0

0

0

0

0

0

0

0

0

32 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

ADDR

(HEX)

03F6

03F7

ANALOG

INPUTS

MINIMUM /

MAXIMUM

0400

041F

CALIBRATION 0420

0422

0424

0425

...

042F

TRIP

COUNTERS

0430

0431

0432

040C

040E

0410

0411

...

0402

0404

0406

0408

040A

03F8

03F9

03FA

03FB

03FC

03FD

03FE

03FF

0433

0434

0435

0436

0437

0438

0439

043A

043B

Table 7: 469 MEMORY MAP (Sheet 15 of 90)

DESCRIPTION

RTD #7 maximum temperature (in °F)

RTD #8 maximum temperature (in °F)

RTD #9 maximum temperature (in °F)

RTD #10 maximum temperature (in °F)

RTD #11 maximum temperature (in °F)

RTD #12 maximum temperature (in °F)

Reserved

Reserved

Reserved

Reserved

Analog input 1 minimum

Analog input 1 maximum

Analog input 2 minimum

Analog input 2 maximum

Analog input 3 minimum

Analog input 3 maximum

Analog input 4 minimum

Analog input 4 maximum

Reserved

Reserved

Reserved

Original Calibration Date

Last Calibration Date

Reserved

Reserved

...

Reserved

Total number of trips

Incomplete sequence trips

Input switch trips

Tachometer trips

Overload trips

Short circuit trips

Mechanical jam trips

Undercurrent trips

Current unbalance trips

Ground fault trips

Phase differential trips

Motor acceleration trips

–50000

--

--

–58

–58

–58

–58

–58

–58

MIN.

0

0

0

0

0

0

0

0

0

0

0

0

–50000

–50000

–50000

–50000

–50000

–50000

–50000

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

--

--

--

--

--

--

--

--

--

--

--

--

1

1

1

1

1

1

1

1

1

1

1

1

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

MAX.

482

482

482

482

482

482

50000

--

--

50000

50000

50000

50000

50000

50000

50000

1

1

1

1

1

1

1

--

--

1

1

1

1

1

STEP

VALUE

1

°F

°F

°F

°F

°F

°F

UNITS

F4

F4

F4

F4

FORMAT

CODE

F4

F4

DEFAULT

32

32

32

32

32

32

1 --

--

--

--

--

--

--

--

--

--

F12

F12

F12

F12

F12

F12

F12

F12

F18

F18

0

0

0

0

0

0

0

0

--

--

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 33

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

GENERAL

COUNTERS

TIMERS

0470

0471

0472

0473

04A5

04A6

04A7

04A8

04A9

...

04BF

0475

0475

...

049F

04A0

04A2

04A3

04A4

ADDR

(HEX)

043C

043D

0449

044A

044B

044C

044D

0444

0445

0446

0447

0448

043E

043F

0440

0441

0442

0443

044E

044F

...

046F

DESCRIPTION

Stator RTD trips

Bearing RTD trips

Other RTD trips

Ambient RTD trips

Undervoltage trips

Overvoltage trips

Voltage phase reversal trips

Voltage frequency trips

Power factor trips

Reactive power trips

Underpower trips

Analog input 1 trips

Analog input 2 trips

Analog input 3 trips

Analog input 4 trips

Reverse power trips

Analog inputs difference 1-2 trips

Analog inputs difference 3-4 trips

Loss of Comms Trips

Reserved

...

Reserved

Number of motor starts

Number of emergency restarts

Number of starter operations

Digital counter

Reserved

Reserved

...

Reserved

Motor running hours

Time between starts timer

Start timer 1

Start timer 2

Start timer 3

Start timer 4

Start timer 5

Reserved

Reserved

...

Reserved

Table 7: 469 MEMORY MAP (Sheet 16 of 90)

MIN.

MAX.

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

50000

0

0

0

0

0

0

0

1

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

50000

50000

50000

10000000

00

1

1

1

1

60

60

60

100000

500

60

60

1

1

1

1

1

1

1

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

FORMAT

CODE

F1

F1

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

--

--

--

-hours F9 minutes F1 minutes F1 minutes F1 minutes F1 minutes F1 minutes F1

F1

F1

F1

F9

0

0

0

0

0

0

0

0

0

0

0

34 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

ADDR

(HEX)

469 MODEL

INFORMATION 04C0

04C1

04C5

04C6

...

04DF

CALIBRATION

INFO.

04E0

PHASORS

0502

0503

0504

0505

0507

0506

...

0FFF

04E2

04E4

04E5

...

04FF

0500

0501

COMMUNICAT

IONS

0600

0601

0602

0603

0604

0605

060A

060B

060C

060D

060E

0610

0624

0638

0639

063A

Order code

Table 7: 469 MEMORY MAP (Sheet 17 of 90)

DESCRIPTION MIN.

MAX.

0

--

65535

--

1

STEP

VALUE

--

UNITS

1 --

FORMAT

CODE

F136

DEFAULT

--

F22

A300000

0

Relay serial number (read only)

Reserved

Reserved

...

Reserved

Original calibration date

Last calibration date

Reserved

Reserved

...

Reserved

Va angle

Vb angle

Vc angle

Ia angle

Ib angle

Ic angle

Reserved

Reserved

...

Reserved

DeviceNet explicit connection status

DeviceNet polled I/O connection status

DeviceNet COS connection status

DeviceNet port status

DeviceNet link status

DeviceNet serial number

0

0

0

0

0

--

--

--

0

0

0

0

0

0

--

5

5

5

4

4

--

--

--

359

359

359

359

359

359

--

1

1

1

1

1

--

--

--

1

1

1

1

1

1

--

-

-

-

-

-

--

--

--

°

°

°

°

°

°

--

F1

F1

F1

F1

F1

F1

F18

F19

F151

F151

F151

F153

F154

F22

F22

--

--

--

--

--

--

--

--

0

0

0

0

0

“Unknow n”

“Unknow n”

DeviceNet firmware version

Reserved

Reserved

Reserved

Reserved

CoBox serial number ----F22

CoBox MAC address

CoBox firmware version

Reserved

Reserved

--

--

--

--

--

--

--

--

F22

F22

“Unknow n”

“Unknow n”

“Unknow n”

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 35

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

Table 7: 469 MEMORY MAP (Sheet 18 of 90)

GROUP

...

ADDR

(HEX)

064B

064C

064D

064E

...

Reserved

Ethernet status

Reserved

Reserved

...

0FFF

...

Reserved

SETPOINTS (Addresses 1000 to 1FFF)

DESCRIPTION

PREFERENCES 1000

1001

1002

1003

1004

1005

1006

1007

1008

1009

SERIAL PORTS 1010

1011

1012

1013

1014

100B

100C

100D

100E

100F

DEVICENET

ETHERNET

....

101F

1020

1022

1024

1015

1016

1017

1018

1019

1025

1026

...

102F

Default message cycle time

Default message timeout

Reserved

Average motor load calculation period

Temperature display units

Trace memory trigger position

Trace memory buffers

Display update interval

Cyclic load filter interval

Passcode (write only)

Encrypted passcode (read only)

Reserved

Reserved

Reserved

Reserved

Slave address

Computer RS485 baud rate

Computer RS485 parity

Auxiliary RS485 baud rate

Auxiliary RS485 parity

Front RS232 baud rate

DeviceNet MAC ID

DeviceNet baud rate

Reserved

Reserved

...

Reserved

Ethernet IP address

Ethernet subnet mask

Ethernet gateway address

Reserved

Reserved

...

Reserved

--

0

0

0

0

0

1

0

0

1

0

1

1

1

0

0

--

--

--

--

5

10

MIN.

--

--

--

--

MAX.

100

900

5

63

2

2

5

254

5

2

--

90

1

100

16

60

32

99999999 1

---

1

1

1

1

1

1

5

1

--

--

--

STEP

VALUE

1

1

1

1

1

1

1

1

-s s

--

--

--

--

--

--

--

--

--

--

--

UNITS

FORMAT

CODE

DEFAULT

F152

F2

F1

--

-minutes F1

-F100

% cycles s cycles

F1

F1

F2

F1

F12

F12

F1

F101

F102

F101

F102

F101

F1

F149

F150

F150

F150

--

20

300

5

32

2

0

4

254

4

0

0

--

15

0

4

0

25

8

0

FFFFFF00

0

36 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

REAL TIME

CLOCK

DEFAULT

MESSAGES

MESSAGE

SCRATCHPAD

ADDR

(HEX)

1030

1032

1034

1035

...

103F

1040

1041

...

105F

1060

106E

106F

1070

1071

1072

1069

106A

106B

106C

106D

1061

1062

1063

1064

1065

1066

1067

1068

1080

1081

1082

1083

1084

1073

1074

1075

...

107F

1085

1086

Table 7: 469 MEMORY MAP (Sheet 19 of 90)

DESCRIPTION MIN.

MAX.

Date

Time

Reserved

Reserved

...

Reserved

Reserved

Reserved

...

Reserved

--

--

Scratchpad message 1 characters 1 and 2 32

Scratchpad message 1 characters 3 and 4

Scratchpad message 1 characters 5 and 6

Scratchpad message 1 characters 7 and 8

Scratchpad message 1 characters 9 and 10 32

Scratchpad message 1 characters 11 and 12 32

Scratchpad message 1 characters 13 and 14 32

Scratchpad message 1 characters 15 and 16 32

Scratchpad message 1 characters 17 and 18 32

32

32

32

Scratchpad message 1 characters 19 and 20 32

Scratchpad message 1 characters 21 and 22 32

Scratchpad message 1 characters 23 and 24 32

Scratchpad message 1 characters 25 and 26 32

Scratchpad message 1 characters 27 and 28 32

Scratchpad message 1 characters 29 and 30 32

Scratchpad message 1 characters 31 and 32 32

Scratchpad message 1 characters 33 and 34 32

Scratchpad message 1 characters 35 and 36 32

Scratchpad message 1 characters 37 and 38 32

Scratchpad message 1 characters 39 and 40 32

Reserved

Reserved

...

Reserved

Scratchpad message 2 characters 1 and 2

Scratchpad message 2 characters 3 and 4

Scratchpad message 2 characters 5 and 6

Scratchpad message 2 characters 7 and 8

32

32

32

32

Scratchpad message 2 characters 9 and 10 32

Scratchpad message 2 characters 11 and 12 32

Scratchpad message 2 characters 13 and 14 32

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

1

1

1

1

1

1

1

--

STEP

VALUE

--

--

--

UNITS

FORMAT

CODE

F18

DEFAULT

--

F19 --

--

--

--

--

--

--

--

F1

F1

F1

F1

F1

F1

F1

‘ ’

‘ ’

‘Te’

‘xt’

‘ 2’

‘ ’

‘ ’

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

‘Te’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘xt’

‘ 1’

‘ ’

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 37

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ADDR

(HEX)

1087

1088

10B0

10B1

10B2

10B3

10B4

10AB

10AC

10AD

10AE

10AF

10A6

10A7

10A8

10A9

10AA

10A1

10A2

10A3

10A4

10A5

10B5

...

10BF

10C0

1094

1095

...

109F

10A0

108F

1090

1091

1092

1093

1089

108A

108B

108C

108D

108E

Table 7: 469 MEMORY MAP (Sheet 20 of 90)

DESCRIPTION

Scratchpad message 2 characters 15 and 16 32

Scratchpad message 2 characters 17 and 18 32

Scratchpad message 2 characters 19 and 20 32

Scratchpad message 2 characters 21 and 22 32

Scratchpad message 2 characters 23 and 24 32

Scratchpad message 2 characters 25 and 26 32

Scratchpad message 2 characters 27 and 28 32

Scratchpad message 2 characters 29 and 30 32

Scratchpad message 2 characters 31 and 32 32

Scratchpad message 2 characters 33 and 34 32

Scratchpad message 2 characters 35 and 36 32

Scratchpad message 2 characters 37 and 38 32

Scratchpad message 2 characters 39 and 40 32

Reserved

Reserved

...

Reserved

Scratchpad message 3 characters 1 and 2

Scratchpad message 3 characters 3 and 4

Scratchpad message 3 characters 5 and 6

Scratchpad message 3 characters 7 and 8 32

Scratchpad message 3 characters 9 and 10 32

Scratchpad message 3 characters 11 and 12 32

32

32

32

Scratchpad message 3 characters 13 and 14 32

Scratchpad message 3 characters 15 and 16 32

Scratchpad message 3 characters 17 and 18 32

Scratchpad message 3 characters 19 and 20 32

Scratchpad message 3 characters 21 and 22 32

Scratchpad message 3 characters 23 and 24 32

Scratchpad message 3 characters 25 and 26 32

Scratchpad message 3 characters 27 and 28 32

Scratchpad message 3 characters 29 and 30 32

Scratchpad message 3 characters 31 and 32 32

Scratchpad message 3 characters 33 and 34 32

Scratchpad message 3 characters 35 and 36 32

Scratchpad message 3 characters 37 and 38 32

Scratchpad message 3 characters 39 and 40 32

Reserved

Reserved

...

Reserved

Scratchpad message 4 characters 1 and 2 32

MIN.

MAX.

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

FORMAT

CODE

F1

F1

DEFAULT

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

1 -F1 ‘Te’

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘Te’

‘xt’

‘ 3’

38 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

ADDR

(HEX)

10C1

10C2

10EA

10EB

10EC

10ED

10EE

10E5

10E6

10E7

10E8

10E9

10E0

10E1

10E2

10E3

10E4

10D3

10D4

10D5

...

10DF

10EF

10F0

10F1

10F2

10CE

10CF

10D0

10D1

10D2

10C9

10CA

10CB

10CC

10CD

10C3

10C4

10C5

10C6

10C7

10C8

Table 7: 469 MEMORY MAP (Sheet 21 of 90)

DESCRIPTION

Scratchpad message 4 characters 3 and 4

Scratchpad message 4 characters 5 and 6

Scratchpad message 4 characters 7 and 8

Scratchpad message 4 characters 9 and 10 32

Scratchpad message 4 characters 11 and 12 32

Scratchpad message 4 characters 13 and 14 32

Scratchpad message 4 characters 15 and 16 32

Scratchpad message 4 characters 17 and 18 32

32

32

32

Scratchpad message 4 characters 19 and 20 32

Scratchpad message 4 characters 21 and 22 32

Scratchpad message 4 characters 23 and 24 32

Scratchpad message 4 characters 25 and 26 32

Scratchpad message 4 characters 27 and 28 32

Scratchpad message 4 characters 29 and 30 32

Scratchpad message 4 characters 31 and 32 32

Scratchpad message 4 characters 33 and 34 32

Scratchpad message 4 characters 35 and 36 32

Scratchpad message 4 characters 37 and 38 32

Scratchpad message 4 characters 39 and 40 32

Reserved

Reserved

...

Reserved

Scratchpad message 5 characters 1 and 2

Scratchpad message 5 characters 3 and 4

Scratchpad message 5 characters 5 and 6

Scratchpad message 5 characters 7 and 8

32

32

32

32

Scratchpad message 5 characters 9 and 10 32

Scratchpad message 5 characters 11 and 12 32

Scratchpad message 5 characters 13 and 14 32

Scratchpad message 5 characters 15 and 16 32

Scratchpad message 5 characters 17 and 18 32

Scratchpad message 5 characters 19 and 20 32

Scratchpad message 5 characters 21 and 22 32

Scratchpad message 5 characters 23 and 24 32

Scratchpad message 5 characters 25 and 26 32

Scratchpad message 5 characters 27 and 28 32

Scratchpad message 5 characters 29 and 30 32

Scratchpad message 5 characters 31 and 32 32

Scratchpad message 5 characters 33 and 34 32

Scratchpad message 5 characters 35 and 36 32

Scratchpad message 5 characters 37 and 38 32

MIN.

MAX.

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

127

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

FORMAT

CODE

F1

F1

DEFAULT

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘xt’

‘ 4’

‘ ’

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

F1

‘RE’

‘LA’

‘Y ’

‘ ’

‘46’

‘9 ’

‘MO’

‘TO’

‘R ’

‘ ’

‘ ’

‘N ’

‘ ’

‘ ’

‘GE’

‘ M’

‘UL’

‘TI’

‘LI’

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 39

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ADDR

(HEX)

10F3

10F4

10F4

...

112F

CLEAR DATA 1130

1131

1132

1133

1134

1135

1136

1137

1138

1139

...

113F

INSTAL-

LATION

1140

1141

1142

1143

...

117F

CURRENT

SENSING

1180

1181

1182

1183

1184

1185

1186

1187

1188

1189

1190

...

119F

VOLTAGE

SENSING

11A0

11A1

11A2

11A3

11A4

Table 7: 469 MEMORY MAP (Sheet 22 of 90)

DESCRIPTION

Scratchpad message 5 characters 39 and 40 32

Reserved

Reserved

...

Reserved

Clear last trip data prompt

Reset MWh and Mvarh meters

Clear peak demand data

0

0

0

Clear RTD maximums 0

Clear analog input minimum/maximum data 0

Clear trip counters

Preset digital counter

Clear event records 0

0

0

Reserved

Reserved

...

Reserved

0

0

Reset motor information

Reset starter information

Reserved

Reserved

...

Reserved

Phase CT primary

Motor full load amps

Ground CT type

Ground CT primary

Phase differential CT type

Phase differential CT primary

Enable two speed motor option

Speed two phase CT primary

Speed two motor full load current

Reserved

Reserved

...

Reserved

Voltage transformer connection type

Voltage transformer ratio

Motor nameplate voltage

Enable single VT connection

Reserved

0

100

100

0

1

1

0

1

0

1

0

1

1

MIN.

1

1

1

1

1

1

1

1

1

1

MAX.

127

2

30000

36000

1

5001

5001

3

5000

2

5000

1

5000

5000

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

--

UNITS

FORMAT

CODE

F1

DEFAULT

‘ ’

A

A

--

A

--

A

--

A

A

--

--

V

--

--

--

--

--

--

--

--

--

--

--

F103

F103

F1

F1

F104

F1

F105

F1

F103

F1

F1

F106

F3

F1

F143

F103

F103

F103

F103

F103

F103

F103

F103

0

0

0

3500

4000

0

0

0

0

0

0

0

0

0

5001

5001

3

100

0

100

0

100

1

40 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

POWER

SYSTEM

SERIAL COM.

CONTROL

REDUCED

VOLTAGE

STARTER

STATUS

ASSIGNABLE

INPUTS

1231

1232

...

123F

1240

1241

1242

1243

1244

1245

...

1259

11D1

11D2

11D3

11D4

11D5

11D6

11D6

...

122F

1230

11C9

11CA

11CB

...

11CF

11D0

11C0

11C1

11C2

11C3

11C3

...

11C7

11C8

ADDR

(HEX)

11A5

...

11BF

Table 7: 469 MEMORY MAP (Sheet 23 of 90)

DESCRIPTION

Reserved

...

Reserved

Nominal system frequency

System phase sequence

Speed 2 phase sequence

Reserved

Reserved

...

Reserved

Serial communication control

Assign start control relays

Reserved

Reserved

...

Reserved

Reduced voltage starting

Control relays for reduced voltage starting

Transition on

Reduced voltage start level

Reduced voltage start timer

Incomplete sequence trip relays

Reserved

Reserved

...

Reserved

Starter Status Switch

Reserved

Reserved

...

Reserved

Assignable Input 1 Function

Assignable Input 2 Function

Assignable Input 3 Function

Assignable Input 4 Function

Reserved

Reserved

...

Reserved

0

0

0

0

0

25

1

0

0

0

0

0

0

0

0

0

MIN.

1

2

1

2

2

300

600

3

18

18

18

18

2

1

1

1

MAX.

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

-

--

--

--

--

--

--

--

--

--

UNITS

--

--

--

%FLA s

--

FORMAT

CODE

DEFAULT

F107

F124

F124

F103

F137

F103

F137

F108

F1

F1

F111

F109

F110

F110

F110

F110

0

0

0

2

0

100

200

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 41

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ADDR

(HEX)

REMOTE

ALARM

125A

1279

REMOTE TRIP 127A

127B

127C

127D

1265

1266

1267

1268

...

1260

1261

1262

1263

1264

125B

125C

125D

125E

125F

127E

127F

1280

1281

1282

1283

1284

1285

1286

...

128F

SPEED

SWITCH TRIP

1290

1291

1292

1293

...

129F

LOAD SHED

TRIP

12A0

12A1

12A2

Table 7: 469 MEMORY MAP (Sheet 24 of 90)

DESCRIPTION MIN.

MAX.

Remote alarm name characters 1 and 2

Remote alarm name characters 3 and 4

Remote alarm name characters 5 and 6

Remote alarm name characters 7 and 8

Remote alarm name characters 9 and 10

Remote alarm name characters 11 and 12

Remote alarm name characters 13 and 14

Remote alarm name characters 15 and 16

Remote alarm name characters 17 and 18

Remote alarm name characters 19 and 20

Remote alarm function

Remote alarm relays

Remote alarm events

Reserved

Reserved

...

Reserved

Remote trip name characters 1 and 2

Remote trip name characters 3 and 4

Remote trip name characters 5 and 6

Remote trip name characters 7 and 8

Remote trip name characters 9 and 10

Remote trip name characters 11 and 12

Remote trip name characters 13 and 14

Remote trip name characters 15 and 16

Remote trip name characters 17 and 18

Remote trip name characters 19 and 20

Remote trip relays

Reserved

Reserved

...

Reserved

Speed switch trip relays

Speed switch trip delay

Reserved

Reserved

...

Reserved

Load shed trip relays

Reserved

Reserved

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

1

0

0

0

0

0

0

0

0

10

0

65535

65535

65535

65535

65535

65535

65535

65535

65535

65535

3

65535

6

1

65535

65535

65535

65535

65535

65535

65535

65535

65535

2

3

2500

3

1

1

1

1

1

1

1

1

1

1

1

1

1

1

--

--

--

--

--

--

--

--

--

--

--

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

FORMAT

CODE

F22

DEFAULT

‘Re’

F22

F22

F22

F22

F115

F22

F22

F22

F22

F22

F113

F103

‘ ’

‘ ’

‘ ’

‘ ’

2

0

0

‘mo’

‘te’

‘ A’

‘la’

‘rm’

-s

--

F22

F22

F22

F22

F22

F22

F22

F22

F22

F22

F111

F111

F2

F111

‘ ’

0

‘ ’

‘ ’

‘ri’

‘p ’

‘ ’

‘Re’

‘mo’

‘te’

‘ T’

0

50

0

42 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

...

ADDR

(HEX)

12AF

...

Reserved

PRESSURE

SWITCH

ALARM

VIBRATION

SWITCH

ALARM

12B0

PRESSURE

SWITCH TRIP

12B1

12B2

12B3

12B4

12B5

12B6

...

12BF

12C0

12C1

12C2

12C3

12CD

12CE

12CF

12D0

VIBRATION

SWITCH TRIP

DIGITAL

COUNTERS

12F3

12F4

12F5

12F6

12E1

12E2

12E3

...

12F2

12F8

12F9

12D1

12D2

12D3

12D4

12D5

...

12DF

12E0

Table 7: 469 MEMORY MAP (Sheet 25 of 90)

DESCRIPTION

Block pressure switch alarm from start

Pressure switch alarm function

Pressure switch alarm relays

Pressure switch alarm delay

Pressure switch alarm events

Reserved

Reserved

...

Reserved

Block pressure switch trip from start

Pressure switch trip relays

Pressure switch trip delay

Reserved

Reserved

Reserved

Reserved

Vibration switch alarm function

0

Vibration switch alarm relays

Vibration switch alarm delay

Vibration switch alarm events

Reserved

Reserved

...

Reserved

Vibration switch trip relays 0

Vibration switch trip delay

Reserved

Reserved

...

Reserved

1

1st and 2nd character of counter units name 0

3rd and 4th character of counter units name 0

5th and 6th character of counter units name 0

Digital counter preset value 0

Digital counter type

Digital counter alarm

0

0

0

1

0

1

0

1

0

0

0

1

1

MIN.

MAX.

5000

2

6

1000

1

5000

3

1000

2

6

1000

1

3

1000

1

1

65535

65535

65535

10000000

00

1

2

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

s

--

-s

-s

--

--

-s

-s

--

--

--

--

--

--

-s

UNITS

FORMAT

CODE

DEFAULT

F1

F115

F113

F2

F103

F1

F111

F2

F115

F113

F2

F103

F111

F2

F22

F22

F22

F9

F114

F115

0

0

0

50

0

50

0

0

‘Un’

‘it’

‘s ’

0

2

0

50

0

2

0

50

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 43

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ADDR

(HEX)

12FA

12FB

12FD

12FE

12FF

1300

...

130F

TACHOMETER 1310

1311

1312

1313

1314

1315

1316

1317

1318

1319

131A

131A

...

1335

GENERAL

SWITCH A

1336

1337

1338

1339

133A

133B

133C

133D

133E

133F

1340

1341

1342

1343

1344

1345

1346

...

1365

Table 7: 469 MEMORY MAP (Sheet 26 of 90)

DESCRIPTION

Digital counter alarm relays

Digital counter alarm level

0

0

Digital counter alarm pickup

Digital counter alarm events

Reserved

Reserved

...

Reserved

Rated speed

Tachometer alarm

Tachometer alarm relays

Tachometer alarm speed

Tachometer alarm delay

Tachometer alarm events

Tachometer trip

Tachometer trip relays

Tachometer trip speed

Tachometer trip delay

Reserved

Reserved

...

Reserved

General switch A name, characters 1 and 2 0

General switch A name, characters 3 and 4

General switch A name, characters 5 and 6

General switch A name, characters 7 and 8

General switch A name, characters 9 and 10 0

General switch A name, characters 11 and 12 0

General switch A normal state

General switch A block input from start

General switch A alarm 0

0

0

0

0

0

General switch A alarm relays

General switch A alarm delay

General switch A alarm events

General switch A trip

General switch A trip relays

General switch A trip delay

Reserved

Reserved

...

Reserved

0

0

1

0

1

0

0

0

0

0

5

1

0

5

1

100

0

0

MIN.

65535

6

50000

1

2

3

50000

65535

65535

65535

65535

65535

1

5000

2

7200

2

6

1

2

100

250

3

95

250

MAX.

6

10000000

00

1

1

1

1

1

1

STEP

VALUE

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

--

--

--

--

UNITS

FORMAT

CODE

F113

DEFAULT

0

F9

F130

F103

100

0

0

F22

F113

F2

F103

F115

F111

F2

F22

F22

F22

F22

F22

F116

F1

F115

--

--

-s

-s

--

-s

--

--

--

--

--

--

RPM

--

--

F1

F115

F113

--

--

%Rated F1 s F1

--

F103

F115

F111

%Rated F1 s F1

0

0

10

1

0

3600

0

0

10

1

‘Ge’

0

0

50

0

50

0

‘ne’

‘ra’

‘l ’

0

0

‘Sw’

‘ A’

0

44 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

GENERAL

SWITCH B

GENERAL

SWITCH C

GENERAL

SWITCH D

ADDR

(HEX)

1366

139D

139E

139F

13A0

13A1

13A2

13A3

13A4

1397

1398

1399

139A

139B

139C

13A5

13A6

...

13C5

13C6

1371

1372

1373

1374

1375

1376

...

1395

136C

136D

136E

136F

1370

1367

1368

1369

136A

136B

1396

13C7

13C8

Table 7: 469 MEMORY MAP (Sheet 27 of 90)

DESCRIPTION MIN.

MAX.

General switch B name, characters 1 and 2 0

General switch B name, characters 3 and 4

General switch B name, characters 5 and 6

General switch B name, characters 7 and 8 0

General switch B name, characters 9 and 10 0

0

0

General switch B name, characters 11 and 12 0

General switch B normal state

General switch B block input from start

General switch B alarm

General switch B alarm relays

General switch B alarm delay

0

0

0

0

1

General switch B alarm events

General switch B trip

General switch B trip relays

General switch B trip delay

Reserved

Reserved

...

Reserved

0

1

0

0

General switch C name, characters 1 and 2 0

General switch C name, characters 3 and 4

General switch C name, characters 5 and 6

General switch C name, characters 7 and 8

General switch C name, characters 9 and 10 0

General switch C name, characters 11 & 12 0

General switch C normal state 0

0

0

0

General switch C block input from start

General switch C alarm

General switch C alarm relays

General switch C alarm delay

General switch C alarm events

General switch C trip

General switch C trip relays

General switch C trip delay

Reserved

Reserved

...

Reserved

0

0

1

0

1

0

0

0

General switch D name, characters 1 and 2 0

General switch D name, characters 3 and 4 0

General switch D name, characters 5 and 6 0

65535

65535

65535

1

1

1

--

--

--

F22

F22

F22

‘Ge’

‘ne’

‘ra’

‘Ge’

0

0

50

0

0

0

50

0

‘ne’

‘ra’

‘l ’

‘Sw’

‘ C’

0

F22

F1

F115

F113

F2

F103

F115

F111

F2

F22

F22

F22

F22

F22

F116

--

--

-s

-s s

--

--

--

--

--

--

--

--

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

65535

5000

2

6

50000

1

2

3

50000

65535

65535

65535

65535

65535

1

65535

65535

65535

65535

65535

65535

2

6

1

5000

50000

1

2

3

50000

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

--

--

--

-s s

--

--

--

--

--

-s

--

--

UNITS

FORMAT

CODE

F22

DEFAULT

‘Ge’

F116

F1

F115

F113

F2

F22

F22

F22

F22

F22

F103

F115

F111

F2

0

0

0

0

50

‘ne’

‘ra’

‘l ’

‘Sw’

‘ B’

0

0

0

50

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 45

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

RELAY RESET

MODE

1500

1501

1502

1503

1504

1505

ADDR

(HEX)

13C9

13CA

13D1

13D2

13D3

13D4

13D5

13D6

...

14FF

13CB

13CC

13CD

13CE

13CF

13D0

FORCE

OUTPUT

RELAY

1506

THERMAL

MODEL

1580

1581

1582

1583

150D

150E

150F

1510

1511

...

157F

1507

1508

1509

150A

150B

150C

DESCRIPTION

General switch D name, characters 7 and 8 0

General switch D name, characters 9 and 10 0

General switch D name, characters 11 & 12 0

General switch D normal state

General switch D block input from start

General switch D alarm

General switch D alarm relays

General switch D alarm delay

0

0

0

0

1

General switch D alarm events

General switch D trip

General switch D trip relays

General switch D trip delay

Reserved

Reserved

...

Reserved

0

1

0

0

Reset mode 1 TRIP

Reset mode 2 AUXILIARY

Reset mode 3 AUXILIARY

Reset mode 4 ALARM

Reserved

Reset mode 6 SERVICE

0

0

0

0

0

Force 1 TRIP relay

Table 7: 469 MEMORY MAP (Sheet 28 of 90)

Force 1 TRIP relay duration

Force 2 AUXILIARY relay

Force 2 AUXILIARY relay duration

Force 3 AUXILIARY relay

Force 3 AUXILIARY duration

Force 4 ALARM relay

Force 4 ALARM relay duration

Force 5 BLOCK START relay

Force 5 BLOCK START relay duration

Reserved

Reserved

...

Reserved

Curve style

Overload pickup level

Unbalance k factor

Cool time constant running

0

0

101

0

1

0

0

0

0

0

0

0

0

0

MIN.

2

2

2

2

MAX.

65535

65535

65535

2

6

1

5000

50000

1

2

3

50000

2

1

2

125

12

1000

300

1

300

1

300

1

300

1

300

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

--

--

-s s

--

--

--

-s

--

--

UNITS

FORMAT

CODE

F22

F22

F22

F116

F1

F115

F113

F2

F103

F115

F111

F2

DEFAULT

0

0

0

0

50

‘l ’

‘Sw’

‘ D’

0

0

0

50

--

--

--

--

--

--

-s

-s

-s s

-s

F117

F117

F117

F117

F117

F126

-F128

× FLA

--

F3

F1 minutes F1

F1

F126

F1

F126

F1

F126

F1

F126

F1

0

101

0

15

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

46 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

ADDR

(HEX)

1584

1585

...

15AE

OVERLOAD

CURVE SETUP 15AF

15B0

15B2

158C

158D

158E

158F

1590

1586

1587

1588

1589

158A

158B

15CE

15D0

15D2

15D4

15D6

15C4

15C6

15C8

15CA

15CC

15B4

15B6

15B8

15BA

15BC

15BE

15C0

15C2

15D8

15DA

15DC

15DE

15E0

15E2

DESCRIPTION

Cool time constant stopped

Hot/cold safe stall ratio

RTD biasing

RTD bias minimum

RTD bias center point

RTD bias maximum

Thermal capacity alarm

Thermal capacity alarm relays

Thermal capacity alarm level

Thermal capacity alarm events

Overload trip relays

Reserved

Reserved

...

Reserved

Standard overload curve number

Time to trip at 1.01 x FLA

Time to trip at 1.05 x FLA

Time to trip at 1.10 x FLA

Time to trip at 1.20 x FLA

Time to trip at 1.30 x FLA

Time to trip at 1.40 x FLA

Time to trip at 1.50 x FLA

Time to trip at 1.75 x FLA

Time to trip at 2.00 x FLA

Time to trip at 2.25 x FLA

Time to trip at 2.50 x FLA

Time to trip at 2.75 x FLA

Time to trip at 3.00 x FLA

Time to trip at 3.25 x FLA

Time to trip at 3.50 x FLA

Time to trip at 3.75 x FLA

Time to trip at 4.00 x FLA

Time to trip at 4.25 x FLA

Time to trip at 4.50 x FLA

Time to trip at 4.75 x FLA

Time to trip at 5.00 x FLA

Time to trip at 5.50 x FLA

Time to trip at 6.00 x FLA

Time to trip at 6.50 x FLA

Time to trip at 7.00 x FLA

Time to trip at 7.50 x FLA

Table 7: 469 MEMORY MAP (Sheet 29 of 90)

0

0

0

0

0

1

1

0

10

0

0

MIN.

MAX.

1000

100

1

250

250

250

2

6

100

1

3

1

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

15

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

UNITS

FORMAT

CODE

minutes F1

-F3

°C

--

--

--

°C

°C

%used F1

-F103

-F111

F103

F1

F1

F1

F115

F113

DEFAULT

75

0

0

30

100

0

40

130

155

0

0

-s s s s s s s s s s s s s s s s s s s s s s s s s s

F1

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

4

146

120

100

85

73

63

268

233

205

182

162

666

533

437

366

311

3646

2800

1697

1166

861

174145

34149

16667

7954

5072

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 47

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

SHORT

CIRCUIT TRIP

OVERLOAD

ALARM

MECHANICAL

JAM

1650

1651

1652

1653

1654

1655

...

165F

1660

1661

1640

1641

1642

1643

1644

1645

1646

1647

1648

1649

---

164F

ADDR

(HEX)

15E4

15E6

1600

1601

1602

1603

1604

1605

1606

1607

1608

163F

15E8

15EA

15EC

15ED

...

15FF

Table 7: 469 MEMORY MAP (Sheet 30 of 90)

DESCRIPTION

Time to trip at 8.00 x FLA

Time to trip at 10.0 x FLA

Time to trip at 15.0 x FLA

Time to trip at 20.0 x FLA

Reserved

Reserved

...

Reserved

Minimum allowable line voltage

Stall current at minimum Vline

Safe stall time at minimum Vline

Acceleration intersect at minimum Vline

Stall current at 100% Vline

Safe stall time at 100% Vline

Acceleration intersect at 100% Vline

Reserved

Reserved

Reserved

Short circuit trip

Overreach filter

Short circuit trip relays

Short circuit trip pickup

Intentional short circuit trip delay

Short circuit trip backup

Short circuit backup relays

Short circuit trip backup delay

Reserved

Reserved

---

Reserved

Overload alarm

Overload alarm relays

Overload alarm events

Overload alarm delay

Reserved

Reserved

...

Reserved

Mechanical jam trip

Mechanical jam trip relays

0

0

0

0

0

0

10

0

0

20

0

0

0

1

70

200

5

200

200

5

200

5

5

5

5

MIN.

2

3

2

1

6

200

1000

1

2

2000

2

6

1

600

95

1500

9999

1500

1500

9999

1500

MAX.

999999

999999

999999

999999

1

1

1

1

1

1

1

1

1

1

1

1

1

1

10

1

1

10

1

1

1

1

1

1

STEP

VALUE

1 s s s s

UNITS

FORMAT

CODE

F10

F10

F10

F10

DEFAULT

56

56

56

56

--

--

--

--

--

× CT ms

--

-ms

--

--

-s

%Rated F1

× FLA s

F3

F2

F3 × FLA

× FLA s

× FLA

F3

F2

F3

F115

F103

F118

F2

F1

F103

F119

F1

F115

F113

F103

F2

F115

F111

0

0

0

0

0

0

80

480

200

380

600

100

500

0

0

0

100

0

0

0

200

48 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

UNDER-

CURRENT

CURRENT

UNBALANCE

GROUND

FAULT

16A0

16A1

16A2

16A3

16A4

16A5

1681

1682

1683

1684

1685

1686

1687

1688

1689

1690

...

169F

1670

167A

167B

167C

167D

167E

167F

1671

1672

1673

1674

1675

1676

1677

1678

1679

1680

ADDR

(HEX)

1662

1663

1664

1665

...

166F

Table 7: 469 MEMORY MAP (Sheet 31 of 90)

DESCRIPTION

Mechanical jam pickup

Mechanical jam delay

Reserved

Reserved

...

Reserved

Block undercurrent from start

Undercurrent alarm

Undercurrent alarm relays

Undercurrent alarm pickup

Undercurrent alarm delay

Undercurrent alarm events

Undercurrent trip

Undercurrent trip relays

Undercurrent trip pickup

Undercurrent trip delay

Reserved

Reserved

Reserved

Reserved

Reserved

Reserved

Current unbalance alarm

Current unbalance alarm relays

Current unbalance alarm pickup

Current unbalance alarm delay

Current unbalance alarm events

Current unbalance trip

Current unbalance trip relays

Current unbalance trip pickup

Current unbalance trip delay

Reserved

Reserved

...

Reserved

Reserved

Ground fault alarm

Ground fault alarm relays

Ground fault alarm pickup

Alarm pickup for 50/0.025 CT

Intentional ground fault alarm delay

0

0

4

0

0

1

0

4

1

0

0

0

0

10

1

0

0

10

1

0

0

10

25

0

101

1

MIN.

MAX.

300

30

2

6

100

2500

1000

15000

1

2

3

99

60

2

6

95

60

2

1

2

3

40

60

6

40

60

1

1

1

1

10

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

UNITS

× FLA s

FORMAT

CODE

F3

F1

DEFAULT

150

1 s

--

--

--

--

× FLA s

--

× FLA s

--

--

%

--

-s

--

% s

--

--

× CT

A ms

F115

F113

F1

F1

F103

F115

F111

F1

F1

F1

F115

F113

F3

F1

F103

F115

F111

F3

F1

F115

F113

F3

F3

F1

0

0

0

0

20

1

0

15

1

0

0

0

0

70

1

0

0

70

1

0

0

10

100

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 49

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ADDR

(HEX)

16A6

16A7

PHASE

DIFFER-

ENTIAL

16C0

ACCELER-

ATION TIMER

16D0

16DF

START INHIBIT 16E0

16E1

16E2

16E3

16D1

16D2

16D3

16D4

...

...

16EF

JOGGING

BLOCK

16F0

16F1

16F2

16F3

16C1

16C2

16C3

16C4

16C5

16C4

16C5

...

16CF

16AE

16AF

16B0

...

16BF

16A8

16A9

16AA

16AB

16AC

16AD

Table 7: 469 MEMORY MAP (Sheet 32 of 90)

DESCRIPTION

Ground fault alarm events

Ground fault trip

Ground fault trip relays

Ground fault trip pickup

Trip pickup for 50/0.025 CT

Intentional ground fault trip delay

Ground fault trip backup

Ground fault trip backup relays

Ground fault trip backup delay

Reserved

Reserved

...

Reserved

Phase differential trip

Phase differential trip relays

Differential trip pickup while starting

Differential trip delay while starting

Differential trip pickup while running

Differential trip delay while running

Reserved

Reserved

...

Reserved

Acceleration timer trip

Acceleration timer trip relays

Acceleration timer from start

Reserved

Reserved

...

Reserved

Start inhibit block

Thermal capacity used margin

Reserved

Reserved

...

Reserved

Jogging block

Maximum starts/hour permissible

Time between starts

Reserved

0

0

10

25

0

0

0

0

10

0

0

0

0

0

10

0

1

0

0

5

0

0

5

MIN.

MAX.

1

2

6

100

2500

1000

1

2

2000

2

6

100

60000

100

1000

2

3

2500

1

25

1

5

500

1

1

1

1

1

1

1

1

1

1

10

1

10

10

1

1

10

1

1

1

1

STEP

VALUE

1

UNITS

--

--

--

× CT

A ms

--

-ms

FORMAT

CODE

F103

F115

F118

F3

F3

F1

F103

F119

F1

DEFAULT

0

0

0

0

0

20

100

0

200

1 --

--

-s

--

%

--

× CT ms

× CT ms

F115

F118

F3

F1

F3

F1

F115

F111

F2

F103

F1

-F103

-F1 minutes F1

0

0

3

10

0

10

0

10

0

0

0

100

0

25

50 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

RESTART

BLOCK

RTD TYPES

RTD #1

RTD #2

1700

179E

...

17AD

17AE

17AF

17B0

17B1

17B2

17B3

17B4

17B5

1799

1799

1799

179C

179D

1794

1795

1796

1797

1798

178F

1790

1791

1792

1793

1782

1783

1784

1785

...

1701

1702

1703

...

177F

1780

1781

ADDR

(HEX)

16F4

...

16FF

Table 7: 469 MEMORY MAP (Sheet 33 of 90)

DESCRIPTION

Reserved

...

Reserved

Restart block

Restart block time

Reserved

Reserved

...

Reserved

Stator RTD type

Bearing RTD type

Ambient RTD type

Other RTD type

Reserved

Reserved

...

Reserved

RTD #1 application

RTD #1 alarm

RTD #1 alarm relays

RTD #1 alarm temperature

RTD #1 alarm events

RTD #1 trip

RTD #1 trip voting

RTD #1 trip relays

RTD #1 trip temperature

1st and 2nd characters of RTD #1 name

3rd and 4th characters of RTD #1 name

5th and 6th characters of RTD #1 name

7th and 8th characters of RTD #1 name

Reserved

Reserved

...

Reserved

RTD #1 alarm temperature (in Fahrenheit)

RTD #1 trip temperature (in Fahrenheit)

RTD #2 application

RTD #2 alarm

RTD #2 alarm relays

RTD #2 alarm temperature

RTD #2 alarm events

RTD #2 trip

0

1

1

0

0

0

1

0

0

0

1

0

0

0

0

0

1

0

0

0

0

34

34

0

0

0

0

MIN.

1

50000

1

2

12

3

250

4

2

6

250

65535

65535

65535

65535

1

2

482

482

4

2

6

250

3

3

3

3

MAX.

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

--

--

--

--

UNITS

°F

°F

--

--

--

--

--

°C

--

--

--

--

°C

--

--

--

°C

--

--

--

--

-s

FORMAT

CODE

DEFAULT

F103

F1

F120

F120

F120

F120

F1

F1

F121

F115

F113

F1

F103

F115

0

1

1

0

0

0

155

1

0

0

130

‘ ’

‘ ’

‘ ’

‘ ’

F22

F22

F22

F22

F121

F115

F113

F1

F103

F115

F122

F111

F1

0

0

266

311

1

0

0

130

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 51

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

RTD #3

RTD #4

ADDR

(HEX)

17B6

17B7

17F1

17F2

17F3

17F4

17F5

...

17ED

17EE

17EF

17F0

17DA

17DB

17DC

17DD

17DE

17D5

17D6

17D7

17D8

17D9

17F6

17F7

17F8

17F9

17D0

17D1

17D2

17D3

17D4

17BE

...

17CD

17CE

17CF

17B8

17B9

17BA

17BB

17BC

17BD

Table 7: 469 MEMORY MAP (Sheet 34 of 90)

DESCRIPTION

RTD #2 trip voting

RTD #2 trip relays

RTD #2 trip temperature

1st and 2nd characters of RTD #2 name

3rd and 4th characters of RTD #2 name

5th and 6th characters of RTD #2 name

7th and 8th characters of RTD #2 name

Reserved

Reserved

...

Reserved

RTD #2 alarm temperature (in Fahrenheit)

RTD #2 trip temperature (in Fahrenheit)

RTD #3 application

RTD #3 alarm

RTD #3 alarm relays

RTD #3 alarm temperature

RTD #3 alarm events

RTD #3 trip

RTD #3 trip voting

RTD #3 trip relays

RTD #3 trip temperature

1st and 2nd characters of RTD #3 name

3rd and 4th characters of RTD #3 name

5th and 6th characters of RTD #3 name

7th and 8th characters of RTD #3 name

Reserved

Reserved

...

Reserved

RTD #3 alarm temperature (in Fahrenheit)

RTD #3 trip temperature (in Fahrenheit)

RTD #4 application

RTD #4 alarm

RTD #4 alarm relays

RTD #4 alarm temperature

RTD #4 alarm events

RTD #4 trip

RTD #4 trip voting

RTD #4 trip relays

RTD #4 trip temperature

1st and 2nd characters of RTD #4 name

1

0

0

0

0

34

34

0

1

0

1

0

0

0

0

0

1

0

1

0

0

1

0

0

0

34

34

0

0

0

0

1

0

1

MIN.

2

12

3

250

65535

65535

65535

65535

482

482

4

2

6

250

1

MAX.

12

3

250

65535

65535

65535

65535

482

482

4

2

6

250

1

2

12

3

250

65535

--

--

°C

--

--

°F

°F

--

--

--

°C

--

F1

F1

F121

F115

F113

F1

F103

F115

F122

F111

F1

F22

‘ ’

‘ ’

‘ ’

0

3

0

155

‘ ’

266

311

1

0

0

130

0

F115

F122

F111

F1

F22

F22

F22

F22

F1

F1

F121

F115

F113

F1

F103

--

--

--

--

--

--

°C

--

°F

°F

--

--

--

°C

--

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

UNITS

--

--

--

--

--

--

°C F1

F22

F22

F22

F22

FORMAT

CODE

F122

F111

DEFAULT

‘ ’

‘ ’

‘ ’

‘ ’

2

0

155

266

311

1

0

0

130

0

0

4

0

155

‘ ’

52 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

RTD #5

RTD #6

ADDR

(HEX)

17FA

17FB

1835

1836

1837

1838

1839

1830

1831

1832

1833

1834

181E

...

182D

182E

182F

1819

181A

181B

181C

181D

183A

183B

183C

183D

1814

1815

1816

1817

1818

180F

1810

1811

1812

1813

17FC

17FD

17FE

...

180D

180E

Table 7: 469 MEMORY MAP (Sheet 35 of 90)

DESCRIPTION

3rd and 4th characters of RTD #4 name

5th and 6th characters of RTD #4 name

7th and 8th characters of RTD #4 name

Reserved

Reserved

...

Reserved

RTD #4 alarm temperature (in Fahrenheit)

RTD #4 trip temperature (in Fahrenheit)

RTD #5 application

RTD #5 alarm

RTD #5 alarm relays

RTD #5 alarm temperature

RTD #5 alarm events

RTD #5 trip

RTD #5 trip voting

RTD #5 trip relays

RTD #5 trip temperature

1st and 2nd characters of RTD #5 name

3rd and 4th characters of RTD #5 name

5th and 6th characters of RTD #5 name

7th and 8th characters of RTD #5 name

Reserved

Reserved

...

Reserved

RTD #5 alarm temperature (in Fahrenheit)

RTD #5 trip temperature (in Fahrenheit)

RTD #6 application

RTD #6 alarm

RTD #6 alarm relays

RTD #6 alarm temperature

RTD #6 alarm events

RTD #6 trip

RTD #6 trip voting

RTD #6 trip relays

RTD #6 trip temperature

1st and 2nd characters of RTD #6 name

3rd and 4th characters of RTD #6 name

5th and 6th characters of RTD #6 name

7th and 8th characters of RTD #6 name

Reserved

0

0

0

0

1

0

1

0

0

1

0

0

0

34

34

0

0

0

0

1

0

0

0

1

0

0

1

34

34

0

0

0

0

MIN.

MAX.

65535

65535

65535

1

2

12

3

250

65535

65535

65535

65535

482

482

4

2

6

250

2

12

3

250

65535

65535

65535

65535

482

482

4

2

6

250

1

F115

F122

F111

F1

F22

F22

F22

F22

F1

F1

F121

F115

F113

F1

F103

--

--

--

--

--

--

°C

--

°F

°F

--

--

--

°C

--

‘ ’

‘ ’

‘ ’

‘ ’

5

0

0

0

155

266

311

1

0

0

130

F22

F22

F22

F22

F103

F115

F122

F111

F1

F1

F1

F121

F115

F113

F1

--

--

--

--

--

--

--

--

°C

--

--

°C

°F

°F

--

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

1

--

--

--

UNITS

FORMAT

CODE

F22

F22

F22

DEFAULT

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

0

6

0

155

‘ ’

266

311

1

0

0

130

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 53

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

RTD #7

RTD #8

ADDR

(HEX)

183E

...

1879

187A

187B

187C

187D

1874

1875

1876

1877

1878

186F

1870

1871

1872

1873

185D

185E

...

186D

186E

187E

...

188D

188E

1858

1859

185A

185B

185C

1853

1854

1855

1856

1857

184D

184E

184F

1850

1851

1852

Table 7: 469 MEMORY MAP (Sheet 36 of 90)

DESCRIPTION

Reserved

...

Reserved

RTD #6 alarm temperature (in Fahrenheit)

RTD #6 trip temperature (in Fahrenheit)

RTD #7 application

RTD #7 alarm

RTD #7 alarm relays

RTD #7 alarm temperature

RTD #7 alarm events

RTD #7 trip

RTD #7 trip voting

RTD #7 trip relays

RTD #7 trip temperature

1st and 2nd characters of RTD #7 name

3rd and 4th characters of RTD #7 name

5th and 6th characters of RTD #7 name

7th and 8th characters of RTD #7 name

Reserved

Reserved

...

Reserved

RTD #7 alarm temperature (in Fahrenheit)

RTD #7 trip temperature (in Fahrenheit)

RTD #8 application

RTD #8 alarm

RTD #8 alarm relays

RTD #8 alarm temperature

RTD #8 alarm events

RTD #8 trip

RTD #8 trip voting

RTD #8 trip relays

RTD #8 trip temperature

1st and 2nd characters of RTD #8 name

3rd and 4th characters of RTD #8 name

5th and 6th characters of RTD #8 name

7th and 8th characters of RTD #8 name

Reserved

Reserved

...

Reserved

RTD #8 alarm temperature (in Fahrenheit)

0

0

0

0

1

0

0

0

1

0

0

1

34

34

0

0

1

1

0

0

0

0

34

34

0

0

0

1

0

0

34

MIN.

MAX.

250

1

2

12

3

4

2

482

482

6

250

65535

65535

65535

65535

482

1

2

12

3

250

65535

65535

65535

65535

482

482

4

2

6

250

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

UNITS

--

--

°C

--

--

--

--

°F

°F

--

--

--

°C

--

--

--

--

--

--

--

--

--

--

°C

--

--

°C

°F

°F

--

°F

FORMAT

CODE

DEFAULT

F1

F103

F115

F122

F111

F1

F1

F121

F115

F113

F1

F22

F22

F22

F22

F22

F22

F22

F22

F103

F115

F122

F111

F1

F1

F1

F121

F115

F113

F1

F1 176

0

7

80

0

0

2

0

266

311

0

‘ ’

‘ ’

90

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

‘ ’

8

0

0

0

90

0

0

80

176

194

2

54 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

RTD #9

RTD #10

RTD #11

ADDR

(HEX)

188F

1890

18BD

18BE

...

18CD

18CE

18B8

18B9

18BA

18BB

18BC

18B3

18B4

18B5

18B6

18B7

18AE

18AF

18B0

18B1

18B2

18CF

18D0

18D1

18D2

189C

189D

189E

...

18AD

1897

1898

1899

189A

189B

1891

1892

1893

1894

1895

1896

Table 7: 469 MEMORY MAP (Sheet 37 of 90)

DESCRIPTION

RTD #8 trip temperature (in Fahrenheit)

RTD #9 application

RTD #9 alarm

RTD #9 alarm relays

RTD #9 alarm temperature

RTD #9 alarm events

RTD #9 trip

RTD #9 trip voting

RTD #9 trip relays

RTD #9 trip temperature

1st and 2nd characters of RTD #9 name

3rd and 4th characters of RTD #9 name

5th and 6th characters of RTD #9 name

7th and 8th characters of RTD #9 name

Reserved

Reserved

...

Reserved

RTD #9 alarm temperature (in Fahrenheit)

RTD #9 trip temperature (in Fahrenheit)

RTD #10 application

RTD #10 alarm

RTD #10 alarm relays

RTD #10 alarm temperature

RTD #10 alarm events

RTD #10 trip

RTD #10 trip voting

RTD #10 trip relays

RTD #10 trip temperature

1st and 2nd characters of RTD #10 name

3rd and 4th characters of RTD #10 name

5th and 6th characters of RTD #10 name

7th and 8th characters of RTD #10 name

Reserved

Reserved

...

Reserved

RTD #10 alarm temperature (in Fahrenheit)

RTD #10 trip temperature (in Fahrenheit)

RTD #11 application

RTD #11 alarm

RTD #11 alarm relays

0

1

1

0

0

0

0

34

34

0

0

0

1

0

0

0

0

34

34

0

0

0

0

1

0

0

0

0

0

1

1

34

0

0

MIN.

2

6

482

482

4

MAX.

3

250

65535

65535

65535

65535

482

4

2

1

2

6

250

12

250

1

2

12

3

4

2

482

482

6

250

65535

65535

65535

65535

1

1

1

1

1

F1

F103

F115

F122

F111

F1

F1

F121

F115

F113

F1

F22

F22

F22

F22

--

--

°C

--

--

--

--

°F

°F

--

--

--

°C

--

--

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

UNITS

--

--

--

--

--

°C

--

--

--

°C

--

°F

--

--

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

FORMAT

CODE

F1

F121

F111

F1

F22

F22

F22

F22

F115

F113

F1

F103

F115

F122

DEFAULT

‘ ’

‘ ’

‘ ’

‘ ’

0

90

0

0

0

80

9

194

2

0

°F

°F

--

--

--

F1

F1

F121

F115

F113

0

0

176

194

4

80

0

0

10

0

2

0

176

194

0

‘ ’

‘ ’

90

‘ ’

‘ ’

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 55

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

RTD #12

OPEN RTD

SENSOR

1911

1912

1913

1914

...

191F

ADDR

(HEX)

18D3

18D4

18FC

18FD

18FE

...

190D

190E

190F

18F7

18F8

18F9

18FA

18FB

18F2

18F3

18F4

18F5

18F6

18ED

18EE

18EF

18F0

18F1

18DB

18DC

18DD

18DE

...

18D5

18D6

18D7

18D8

18D9

18DA

1910

Table 7: 469 MEMORY MAP (Sheet 38 of 90)

DESCRIPTION

RTD #11 alarm temperature

RTD #11 alarm events

RTD #11 trip

RTD #11 trip voting

RTD #11 trip relays

RTD #11 trip temperature

1st and 2nd characters of RTD #11 name

3rd and 4th characters of RTD #11 name

5th and 6th characters of RTD #11 name

7th and 8th characters of RTD #11 name

Reserved

Reserved

...

Reserved

RTD #11 alarm temperature (in Fahrenheit)

RTD #11 trip temperature (in Fahrenheit)

RTD #12 application

RTD #12 alarm

RTD #12 alarm relays

RTD #12 alarm temperature

RTD #12 alarm events

RTD #12 trip

RTD #12 trip voting

RTD #12 trip relays

RTD #12 trip temperature

1st and 2nd characters of RTD #12 name

3rd and 4th characters of RTD #12 name

5th and 6th characters of RTD #12 name

7th and 8th characters of RTD #12 name

Reserved

Reserved

...

Reserved

RTD #12 alarm temperature (in Fahrenheit)

RTD #12 trip temperature (in Fahrenheit)

Open RTD Sensor Alarm

Open RTD Sensor Alarm Relays

Open RTD Sensor Alarm Events

Reserved

Reserved

...

Reserved

0

0

34

34

0

0

0

0

1

0

0

0

0

0

1

1

34

34

0

0

1

0

1

0

0

0

0

1

0

0

MIN.

6

1

482

482

2

3

250

65535

65535

65535

65535

1

2

6

250

12

482

482

4

2

MAX.

250

1

2

12

3

250

65535

65535

65535

65535

°F

°F

--

--

--

F1

F1

F115

F113

F103

0

0

140

176

0

‘ ’

‘ ’

‘ ’

‘ ’

0

80

0

0

0

60

12

176

194

3

0

F111

F1

F22

F22

F22

F22

F1

F1

F121

F115

F113

F1

F103

F115

F122

--

--

--

--

--

°C

--

--

--

°C

--

°F

°F

--

--

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

UNITS

--

--

--

--

°C

--

--

°C

--

--

FORMAT

CODE

F1

F103

F115

F122

F111

F1

F22

F22

F22

F22

DEFAULT

‘ ’

‘ ’

11

0

90

‘ ’

‘ ’

80

0

0

56 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

RTD SHORT/

LOW TEMP

RTD HIGH

ALARMS

ADDR

(HEX)

1920

1921

1922

1923

1924

...

192F

1930

194B

194C

194D

194E

194F

1950

1951

1943

1944

1945

1946

1947

1948

1949

194A

193E

193F

1940

1941

1942

1939

193A

193B

193C

193D

1931

1932

1933

1934

1935

1936

1937

1938

Table 7: 469 MEMORY MAP (Sheet 39 of 90)

DESCRIPTION MIN.

MAX.

RTD Short / Low Temp Alarm

RTD Short / Low Temp Alarm Relays

RTD Short / Low Temp Alarm Events

Reserved

Reserved

...

Reserved

RTD #1 high alarm

RTD #1 high alarm relays

RTD #1 high alarm level

Reserved

RTD #2 high alarm

RTD #2 high alarm relays

RTD #2 high alarm level

Reserved

RTD #3 high alarm

RTD #3 high alarm relays

RTD #3 high alarm level

Reserved

RTD #4 high alarm

RTD #4 high alarm relays

RTD #4 high alarm level

Reserved

RTD #5 high alarm

RTD #5 high alarm relays

RTD #5 high alarm level

Reserved

RTD #6 high alarm

RTD #6 high alarm relays

RTD #6 high alarm level

Reserved

RTD #7 high alarm

RTD #7 high alarm relays

RTD #7 high alarm level

Reserved

RTD #8 high alarm

RTD #8 high alarm relays

RTD #8 high alarm level

Reserved

RTD #9 high alarm

RTD #9 high alarm relays

0

0

1

0

0

1

0

0

1

0

0

1

0

0

1

0

0

1

0

0

1

0

0

1

0

0

0

0

0

2

6

2

6

1

2

6

250

2

6

250

2

6

250

2

6

250

2

6

250

2

6

250

2

6

250

2

6

250

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

--

--

--

UNITS

FORMAT

CODE

F115

DEFAULT

0

F113

F103

0

0

--

--

-

--

°C

--

--

°C

--

--

°C

--

--

°C

--

--

°C

--

--

°C

--

--

°C

--

--

°C

F115

F113

F1

F115

F113

F1

F115

F113

F1

F115

F113

F1

F115

F113

F1

F115

F113

F1

F115

F113

F1

F115

F113

F1

F115

F113

0

0

0

0

80

0

0

80

0

0

130

0

0

130

0

0

130

0

0

130

0

0

130

0

0

130

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 57

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

UNDER

VOLTAGE

OVER

VOLTAGE

1960

1968

1969

196A

196B

196C

196D

196E

...

197F

1961

1962

1963

1964

1965

1966

1967

1980

1981

1982

1983

1984

1985

1986

1987

1988

1989

ADDR

(HEX)

1952

1953

195A

195B

195C

195D

195E

195F

1954

1955

1956

1957

1958

1959

Table 7: 469 MEMORY MAP (Sheet 40 of 90)

DESCRIPTION

RTD #9 high alarm level

Reserved

RTD #10 high Alarm

RTD #10 high alarm relays

RTD #10 high alarm level

Reserved

RTD #11 high alarm

RTD #11 high alarm relays

RTD #11 high alarm level

Reserved

RTD #12 high alarm

RTD #12 high alarm relays

RTD #12 high alarm level

Reserved

Undervoltage active only if bus energized

Undervoltage alarm

Undervoltage alarm relays

Undervoltage alarm pickup

Starting undervoltage alarm pickup

Undervoltage alarm delay

Undervoltage alarm events

Undervoltage trip

Undervoltage trip relays

Undervoltage trip pickup

Starting undervoltage trip pickup

Undervoltage trip delay

Undervoltage trip mode

Reserved

Reserved

...

Reserved

Overvoltage alarm

Overvoltage relays

Overvoltage alarm pickup

Overvoltage alarm delay

Overvoltage alarm events

Overvoltage trip

Overvoltage trip relays

Overvoltage trip pickup

Overvoltage trip delay

Reserved

1

0

0

0

0

60

60

0

0

0

0

0

60

60

0

0

1

0

0

1

0

0

1

0

0

0

0

0

101

5

101

5

MIN.

MAX.

250

2

6

250

2

6

250

2

6

250

2

1

2

3

6

120

600

120

600

1

2

6

99

100

1

600

1

2

3

99

100

1

600

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

UNITS

°C

FORMAT

CODE

F1

DEFAULT

80

--

--

°C

--

--

°C

--

--

°C

F115

F113

F1

F115

F113

F1

F115

F113

F1

-F103

-F115

-F113

× Rated F3

× Rated F3 s F2

-F103

-F115

-F111

× Rated F3

× Rated F3 s F2

-F149

-F115

--

--

-F113

× Rated F3 s F2

F103

F115

-F111

× Rated F3 s F2

0

0

80

0

0

60

0

0

80

0

0

0

0

0

105

30

110

30

0

0

80

80

30

0

30

0

0

0

0

85

85

58 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

PHASE

REVERSAL

VOLTAGE

FREQUENCY

POWER

FACTOR

ADDR

(HEX)

198A

...

199F

19B7

19B8

19B9

19BA

19BB

19BC

...

19CF

19B1

19B2

19B3

19B4

19B5

19B6

19D0

19DA

19DB

19DC

19DD

...

19EF

19D1

19D2

19D3

19D4

19D5

19D6

19D7

19D8

19D9

19A0

19A1

19A2

19A3

...

19AF

19B0

Table 7: 469 MEMORY MAP (Sheet 41 of 90)

DESCRIPTION

Reserved

...

Reserved

Voltage phase reversal trip

Voltage phase reversal trip relays

Reserved

Reserved

...

Reserved

Voltage frequency alarm

Voltage frequency alarm relays

Overfrequency alarm level

Underfrequency alarm level

Voltage frequency alarm delay

Voltage frequency alarm events

Voltage frequency trip

Voltage frequency trip relays

Overfrequency trip level

Underfrequency trip level

Voltage Frequency trip delay

Reserved

Reserved

...

Reserved

Block power factor element from start

Power factor alarm

Power factor alarm relays

Power factor lead alarm level

Power factor lag alarm level

Power factor alarm delay

Power factor alarm events

Power factor trip

Power factor trip relays

Power factor lead trip level

Power factor lag trip level

Power factor trip delay

Reserved

Reserved

...

Reserved

0

0

MIN.

0

0

0

0

0

2501

2000

0

2501

2000

0

0

0

0

2

0

5

5

2

0

0

5

5

2

3

MAX.

5000

2

3

300

1

100

2

6

100

100

100

300

2

6

7000

6000

600

1

2

3

7000

6000

600

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

--

-s

--

-s

--

--

-s

--

--

--

--

UNITS

-s

--

--

--

Hz

Hz

--

Hz

Hz s

FORMAT

CODE

DEFAULT

F115

F111

F1

F115

F113

F3

F3

F1

F103

F115

F111

F3

F3

F1

F115

F113

F3

F3

F2

F103

F115

F111

F3

F3

F2

0

0

1

0

0

10

0

100

0

0

100

100

100

10

0

10

0

0

0

6050

5950

0

6050

5950

10

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 59

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

REACTIVE

POWER

UNDER-

POWER

REVERSE

POWER

ADDR

(HEX)

19F0

19F6

19F7

19F8

19F9

19FA

19F1

19F2

19F3

19F4

19F5

19FB

19FC

19FD

...

1A0F

1A10

1A11

1A12

1A13

1A14

1A15

1A16

1A17

1A18

1A19

1A1A

1A1B

...

1A1F

1A20

1A21

1A22

1A23

1A24

1A25

1A26

1A27

1A28

1A29

1A2A

Table 7: 469 MEMORY MAP (Sheet 42 of 90)

DESCRIPTION

Block kvar element from start

Reactive power alarm

Reactive power alarm relays

Positive reactive power alarm level

Negative reactive power alarm level

Reactive power alarm delay

Reactive power alarm events

Reactive power trip

Reactive power trip relays

Positive reactive power trip level

Negative reactive power trip level

Reactive power trip delay

Reserved

Reserved

Reserved

Block underpower from start

Underpower alarm

Underpower alarm relays

Underpower alarm level

Underpower alarm delay

Underpower alarm events

Underpower trip

Underpower trip relays

Underpower trip level

Underpower trip delay

Reserved

Reserved

...

Reserved

Block reverse power from start

Reverse power alarm

Reverse power alarm relays

Reverse power alarm level

Reverse power alarm delay

Reverse power alarm events

Reverse power trip

Reverse power trip relays

Reverse power trip level

Reverse power trip delay

Reserved

0

0

0

2

0

1

2

0

0

1

0

0

1

0

0

1

0

0

1

1

0

0

1

0

0

1

2

1

1

0

0

2

MIN.

MAX.

5000

2

6

25000

2

3

300

1

25000

300

15000

2

6

25000

30

1

2

3

25000

30

5000

2

6

25000

25000

300

1

2

3

25000

25000

300

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

UNITS

s

--

--

-kvar

--

-kvar kvar s kvar s

FORMAT

CODE

F1

DEFAULT

1

F115

F113

F1

F1

F2

F103

F115

F111

F1

F1

F2

0

0

0

25

0

0

10

10

10

25

10 s

--

-s

--

--

-kW kW s s

--

--

-kW s

--

-kW s

F1

F115

F113

F1

F1

F103

F115

F111

F1

F1

F1

F115

F113

F1

F1

F103

F115

F111

F1

F1

0

0

1

0

0

1

0

0

2

1

0

0

0

10

0

0

0

1

1

10

60 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

TORQUE

SETUP

OVER-

TORQUE

SETUP

TRIP

COUNTER

STARTER

FAILURE

1A40

1A41

1A42

1A44

1A45

1A46

1A47

...

1A7F

1A80

1A81

1A82

1A83

1A84

1A85

...

1A8F

1A90

1A91

1A92

1A93

1A94

1A95

1A96

1A97

...

1ACF

1A30

1A31

1A32

1A33

1A34

1A35

1A3F

ADDR

(HEX)

1A2B

1A2F

Table 7: 469 MEMORY MAP (Sheet 43 of 90)

DESCRIPTION

Reserved

Reserved

Torque metering

Stator resistance

Pole pairs

Torque unit

Reserved

Reserved

Reserved

0

1

2

0

MIN.

MAX.

1

50000

128

1

1

1

1

1

STEP

VALUE

UNITS

-m Ω

--

--

FORMAT

CODE

DEFAULT

F126

F26

F1

F148

0

4

2

0

0

2

0

0

10

2

6

9999999

300

1

1

1

1

1

1

-F115 s

--

-F113

Nm/ftlb F10

F2

F103

0

0

40000

10

0

Overtorque alarm

Overtorque alarm relays

Torque alarm level

Torque alarm delay

Torque alarm events

Reserved

Reserved

...

Reserved

Trip counter alarm

Trip counter alarm relays

Trip counter alarm level

Trip counter alarm events

Reserved

Reserved

...

Reserved

Starter failure alarm

Starter type

Starter failure alarm relays

Starter failure alarm delay

Supervision of trip coil

Starter failure alarm events

Reserved

Reserved

...

Reserved

0

0

0

0

0

10

0

0

1

0

2

6

50000

1

2

2

1

1

6

1000

1

1

1

1

1

10

1

1

1

1

--

--

--

--

-ms

--

--

--

--

F115

F113

F1

F103

F115

F125

F113

F1

F142

F103

0

0

0

0

0

100

0

0

25

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 61

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ADDR

(HEX)

CURRENT

DEMAND

1AD0

1AD7

...

1ADF kW DEMAND 1AE0

1AE1

1AD1

1AD2

1AD3

1AD5

1AD6

...

1AEF kvar DEMAND 1AF0

1AF1

1AF2

1AE2

1AE3

1AE4

1AE5

1AE6

1AFF kVA DEMAND 1B00

1B01

1B02

1B03

1AF3

1AF4

1AF5

1AF6

...

1B04

1B05

1B06

...

1B0F

PULSE

OUTPUT

1B10

1B11

1B12

1B13

1B14

Table 7: 469 MEMORY MAP (Sheet 44 of 90)

DESCRIPTION MIN.

MAX.

Current demand period

Current demand alarm

Current demand alarm relays

Current demand alarm level

Current demand alarm events

Reserved

Reserved

...

Reserved kW demand period kW demand alarm kW demand alarm relays kW demand alarm level kW demand alarm events

Reserved

Reserved

...

Reserved kvar demand period kvar demand alarm kvar demand alarm relays kvar demand alarm level kvar demand alarm events

Reserved

Reserved

...

Reserved kVA demand period kVA demand alarm kVA demand alarm relays kVA demand alarm level kVA demand alarm events

Reserved

Reserved

...

Reserved

Positive kWh pulse output relay

Positive kWh pulse output interval

Positive kvarh pulse output relay

Positive kvarh pulse output interval

Negative kvarh pulse output relay

0

1

0

1

0

5

0

0

1

0

5

0

0

1

0

0

1

0

5

0

5

0

0

10

0

90

2

6

100000

1

90

2

6

50000

1

90

2

6

50000

1

90

2

6

50000

1

3

50000

3

50000

3

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

UNITS

min

A

--

--

--

FORMAT

CODE

F1

DEFAULT

15

F115

F113

F9

F103

0

0

100

0

-kWh

-kvarh

-min

--

-kVA

-min

--

-kvar

-min

--

-kW

--

F144

F1

F144

F1

F144

F1

F115

F113

F1

F103

F1

F115

F113

F1

F103

F1

F115

F113

F1

F103

0

1

0

1

0

15

0

0

100

0

15

0

0

100

0

15

0

0

100

0

62 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

LOSS OF

COMMS

ANALOG

OUTPUTS

1B23

1B24

1B25

1B26

1B27

,,,

1B3F

1B40

1B54

1B55

1B56

1B57

1B58

1B4A

1B4C

1B4E

1B50

1B52

1B41

1B42

1B43

1B44

1B46

1B48

1B59

1B5A

1B5B

1B5C

1B5D

1B5E

ADDR

(HEX)

1B15

1B16

1B17

1B18

1B19

...

1B1F

1B20

1B21

1B22

Table 7: 469 MEMORY MAP (Sheet 45 of 90)

DESCRIPTION

Negative kvarh pulse output interval

Running time pulse relay

Running time pulse interval

Reserved

Reserved

...

Reserved

Loss of Comms Function

Loss of Comms Function Type

0

0

1

0

1

MIN.

2

1

MAX.

50000

3

50000

1

1

1

STEP

VALUE

1

1

UNITS

kvarh

-s

FORMAT

CODE

F1

F144

F1

DEFAULT

1

0

0

--

--

F115

F165

Loss of Comms Port 0

0

0

1

0

3

7

3

30

1

1

1

1

1

1

--

--

-s

--

F166

F113

F111

F1

F103

0 (Off)

0 (Alarm)

0

(COMP_R

S485)

0 (Alarm)

0 (Trip)

1

0 (NO)

Assign Loss of Comms Alarm Relay

Assign Loss of Comms Trip Relay

Loss of Comms Delay

Loss of Comms Alarm Event

Reserved

,,,

Reserved

Analog output 1 selection

Analog output 2 selection

Analog output 3 selection

Analog output 4 selection

Phase A current minimum

Phase A current maximum

Phase B current minimum

Phase B current maximum

Phase C current minimum

Phase C current maximum

Average phase current minimum

Average phase current maximum

AB line voltage minimum

AB line voltage maximum

BC line voltage minimum

BC line voltage maximum

CA line voltage minimum

CA line voltage maximum

Average line voltage minimum

Average line voltage maximum

Phase AN voltage minimum

Phase AN voltage maximum

Phase BN voltage minimum

--

V

V

V

V

V

A

A

A

A

A

A

A

A

--

--

--

V

V

V

V

V

V

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

46

20000

20000

20000

20000

20000

20000

46

46

46

100000

100000

100000

100000

100000

100000

100000

100000

20000

20000

20000

20000

20000

0

50

50

50

50

50

0

0

0

0

0

0

0

0

0

0

0

50

50

50

50

50

50

F127

F1

F1

F1

F1

F1

F9

F9

F9

F9

F9

F9

F9

F9

F127

F127

F127

F1

F1

F1

F1

F1

F1

0

3200

4500

3200

4500

3200

100

0

100

0

100

0

0

0

0

100

0

4500

3200

4500

1900

2500

1900

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 63

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ADDR

(HEX)

1B5F

1B60

1B80

1B81

1B82

1B83

1B84

1B7B

1B7C

1B7D

1B7E

1B7F

1B76

1B77

1B78

1B79

1B7A

1B71

1B72

1B73

1B74

1B75

1B86

1B88

1B8A

1B8C

1B6C

1B6D

1B6E

1B6F

1B70

1B67

1B68

1B69

1B6A

1B6B

1B61

1B62

1B63

1B64

1B65

1B66

Table 7: 469 MEMORY MAP (Sheet 46 of 90)

DESCRIPTION

Phase BN voltage maximum

Phase CN voltage minimum

Phase CN voltage maximum

Average phase voltage minimum

Average phase voltage maximum

Hottest stator RTD minimum

Hottest stator RTD maximum

Hottest bearing RTD minimum

Hottest bearing RTD maximum

Hottest ambient RTD minimum

Hottest ambient RTD maximum

RTD #1 minimum

RTD #1 maximum

RTD #2 minimum

RTD #2 maximum

RTD #3 minimum

RTD #3 maximum

RTD #4 minimum

RTD #4 maximum

RTD #5 minimum

RTD #5 maximum

RTD #6 minimum

RTD #6 maximum

RTD #7 minimum

RTD #7 maximum

RTD #8 minimum

RTD #8 maximum

RTD #9 minimum

RTD #9 maximum

RTD #10 minimum

RTD #10 maximum

RTD #11 minimum

RTD #11 maximum

RTD #12 minimum

RTD #12 maximum

Power factor minimum

Power factor maximum

Reactive power minimum

Reactive power maximum

Real power minimum

Real power maximum

Apparent power minimum

MIN.

–50

–50

–50

–50

–50

–50

–50

–99

–99

–50000

–50

–50

–50

–50

–50

–50

–50

–50

–50

–50

–50000

–50000

–50000

0

–50

–50

–50

–50

–50

–50

–50

–50

–50

–50

50

50

50

50

50

–50

–50

–50

MAX.

250

250

250

250

250

250

250

100

100

50000

250

250

250

250

250

250

250

250

250

250

50000

50000

50000

50000

250

250

250

250

250

250

250

250

250

250

20000

20000

20000

20000

20000

250

250

250

DEFAULT

250

–50

250

–50

250

–50

250

0.8 lag

0.8 lead

0

–50

250

–50

250

–50

250

–50

250

–50

250

750

0

1000

0

–50

250

–50

250

–50

200

–50

60

–50

250

2500

1900

2500

1900

2500

0

200

0

UNITS

kvar kW kW kVA

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

F4

F4 lead/lag F21 lead/lag F21 kvar F12

F4

F4

F4

F4

F4

F12

F12

F12

F1

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

°C

°C

°C

°C

°C

°C

°C

°C

°C

°C

V

V

°C

°C

°C

V

V

V

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F1

F1

F1

FORMAT

CODE

F1

F1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

64 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

1BB2

1BC5

1BD3

1BD4

1BD5

1BD6

1BC7

1BB4

1BB5

...

1BBF

1BC0

1BC2

1BC4

ADDR

(HEX)

1B8D

1B8E

1B9C

1B9D

1B9E

1BA0

1BA2

1B97

1B98

1B99

1B9A

1B9B

1B8F

1B90

1B91

1B92

1B94

1B96

1BA4

1BA6

1BA8

1BAA

1BAC

1BAE

1BAF

1BB0

Table 7: 469 MEMORY MAP (Sheet 47 of 90)

DESCRIPTION

Apparent power maximum

Thermal capacity used minimum

Thermal capacity used maximum

Relay lockout time minimum

Relay lockout time maximum

Current demand minimum

Current demand maximum kvar demand minimum kvar demand maximum kW demand minimum kW demand maximum kVA demand minimum kVA demand maximum

Motor load minimum

Motor load maximum

Analog input 1 minimum

Analog input 1 maximum

Analog input 2 minimum

Analog input 2 maximum

Analog input 3 minimum

Analog input 3 maximum

Analog input 4 minimum

Analog input 4 maximum

Tachometer minimum

Tachometer maximum

MWh minimum

MWh maximum

Reserved

Reserved

...

Reserved

Torque minimum

Torque maximum

Reserved

Reserved

Reserved

Hottest stator RTD minimum (in °F)

Hottest stator RTD maximum (in °F)

Hottest bearing RTD minimum (in °F)

Hottest bearing RTD maximum (in °F)

MIN.

0

0

0

0

0

0

0

–50000

–50000

–50000

0

0

0

0

0

0

0

0

–50000

–50000

–50000

–50000

–50000

100

100

0

0

0

0

–57

–57

–57

–57

9999999 1

9999999 1

482

482

482

482

MAX.

50000

50000

50000

50000

50000

2000

2000

50000

50000

50000

50000

100

100

500

500

100000

100000

50000

50000

50000

50000

50000

50000

7200

7200

99999999

9

99999999

9

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

1

UNITS

kVA

FORMAT

CODE

F1

%used F1

--

--

--

--

--

--

RPM

RPM kvar kW kW kVA kVA

× FLA

× FLA

--

--

%used F1 min min

F1

F1

A

A kvar

F9

F9

F1

F3

F3

F12

F12

F12

F1

F1

F1

F1

F1

F12

F12

F12

F12

F12

F1

F1

DEFAULT

1000

0

1250

0

1500

0

125

0

50000

0

1250

0

100

0

150

0

700

0

50000

0

50000

0

50000

3500

3700

MWh F17 50000

MWh F17 100000

1

1

1

1

°F

°F

°F

°F

Nm/ftlb F10

Nm/ftlb F10

F4

F4

F4

F4

0

0

32

392

32

392

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 65

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ANALOG

INPUT 1

ADDR

(HEX)

1BD8

1BD9

1BFE

1C00

1C01

...

1C0A

...

1BF7

1BF8

1BFA

1BFC

1BEF

1BF0

1BF1

1BF2

1BF3

1BEA

1BEB

1BEC

1BED

1BEE

1BE5

1BE6

1BE7

1BE8

1BE9

1BE0

1BE1

1BE2

1BE3

1BE4

1BDA

1BDB

1BDC

1BDD

1BDE

1BDF

1C0B

1C0C

1C0D

1C0E

DESCRIPTION

Hottest ambient RTD minimum (in °F)

Hottest ambient RTD maximum (in °F)

RTD #1 minimum (in Fahrenheit)

RTD #1 maximum (in Fahrenheit)

RTD #2 minimum (in Fahrenheit)

RTD #2 maximum (in Fahrenheit)

RTD #3 minimum (in Fahrenheit)

RTD #3 maximum (in Fahrenheit)

RTD #4 minimum (in Fahrenheit)

RTD #4 maximum (in Fahrenheit)

RTD #5 minimum (in Fahrenheit)

RTD #5 maximum (in Fahrenheit)

RTD #6 minimum (in Fahrenheit)

RTD #6 maximum (in Fahrenheit)

RTD #7 minimum (in Fahrenheit)

RTD #7 maximum (in Fahrenheit)

RTD #8 minimum (in Fahrenheit)

RTD #8 maximum (in Fahrenheit)

RTD #9 minimum (in Fahrenheit)

RTD #9 maximum (in Fahrenheit)

RTD #10 minimum (in Fahrenheit)

RTD #10 maximum (in Fahrenheit)

RTD #11 minimum (in Fahrenheit)

RTD #11 maximum (in Fahrenheit)

RTD #12 minimum (in Fahrenheit)

RTD #12 maximum (in Fahrenheit)

Reserved

Reserved

...

Reserved

Analog input difference 1-2 minimum

Analog input difference 1-2 maximum

Analog input difference 3-4 minimum

Analog input difference 3-4 maximum

Reserved

Reserved

...

Reserved

Analog input 1 setup

Reserved

Reserved

Reserved

Table 7: 469 MEMORY MAP (Sheet 48 of 90)

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

–57

MIN.

–50000

–50000

–50000

–50000

0

MAX.

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

482

50000

50000

50000

50000

3

1

1

1

1

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

°F

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

FORMAT

CODE

F4

F4

DEFAULT

482

–57

482

–57

482

–57

482

–57

482

–57

–57

140

–57

482

–57

482

–57

482

–57

482

–57

482

–57

482

–57

482

1

--

--

--

--

--

F12

F12

F12

F12

F129

0

100

0

100

0

66 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

ANALOG

INPUT 2

1C4B

1C53

1C55

1C57

1C58

1C59

1C5A

1C4C

1C4D

1C4E

1C4F

1C50

15C1

1C52

ADDR

(HEX)

1C0F

1C10

1C1F

1C20

1C21

1C23

1C24

1C19

1C1A

1C1C

1C1D

1C1E

1C11

1C12

1C13

1C15

1C17

1C18

1C2A

1C2B

1C2C

...

1C4A

1C25

1C26

1C27

1C28

1C29

Table 7: 469 MEMORY MAP (Sheet 49 of 90)

DESCRIPTION MIN.

Reserved

Analog input 1 units, characters 1 and 2

Analog input 1 units, characters 3 and 4

Analog input 1 units, characters 5 and 6

Analog input 1 minimum

Analog input 1 maximum

Block analog input 1 from start

Analog input 1 alarm

Analog input 1 alarm relays

Analog input 1 alarm level

Analog input 1 alarm pickup

Analog input 1 alarm delay

Analog input 1 alarm events

Analog input 1 trip

Analog input 1 trip relays

Analog input 1 trip level

Analog input 1 trip pickup

Analog input 1 trip delay

Analog input 1 name, characters 1 and 2

Analog input 1 name, characters 3 and 4

Analog input 1 name, characters 5 and 6

Analog input 1 name, characters 7 and 8

Analog input 1 name, characters 9 and 10

Analog input 1 name, characters 11 and 12 0

Reserved

Reserved

...

Reserved

0

0

0

0

0

0

1

0

–50000

0

0

0

–50000

0

1

0

0

0

–50000

–50000

0

0

0 Analog input 2 setup

Reserved

Reserved

Reserved

Reserved

Analog input 2 units, characters 1 and 2

Analog input 2 units, characters 3 and 4

Analog input 2 units, characters 5 and 6

Analog Input 2 minimum

Analog Input 2 maximum

Block analog input 2 from start

Analog input 2 alarm

Analog input 2 alarm relays

Analog input 2 alarm level

0

0

0

0

0

–50000

–50000

0

–50000

3

MAX.

65535

65535

65535

50000

50000

5000

2

6

50000

6

50000

1

3000

1

2

3

50000

1

3000

65535

65535

65535

50000

50000

5000

2

65535

65535

65535

65535

65535

65535

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

-s

--

--

--

--

--

--

--

--

--

--

--

-s

-s

--

--

--

-s

--

--

--

--

--

--

--

--

--

--

--

UNITS

FORMAT

CODE

DEFAULT

F115

F111

F12

F130

F2

F113

F12

F130

F2

F103

F22

F22

F22

F12

F12

F1

F115

F22

F22

F22

F22

F22

F22

F129

F22

F22

F22

F12

F12

F1

F115

F113

F12

0

‘Un’

‘it’

‘ ’

0

0

0

100

0

10

0

0

20

0

1

0

1

0

10

0

‘Un’

‘it’

‘ ’

0

100

0

0

‘An’

‘al’

‘og’

‘ I’

‘p1’

‘ ’

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 67

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

ANALOG

INPUT 3

1C8B

1C9A

1C9C

1C9D

1C9E

1C9F

1C93

1C95

1C97

1C98

1C99

1C8C

1C8D

1C8E

1C8F

1C90

1C91

1C92

1CA0

1CA1

1CA3

1CA4

1CA5

1CA6

ADDR

(HEX)

1C5C

1C5D

1C6A

1C6B

1C6C

...

1C8A

1C65

1C66

1C67

1C68

1C69

1C5E

1C5F

1C60

1C61

1C63

1C64

Table 7: 469 MEMORY MAP (Sheet 50 of 90)

DESCRIPTION MIN.

Analog input 2 alarm pickup

Analog input 2 alarm delay

Analog input 2 alarm events

Analog input 2 trip

Analog input 2 trip relays

Analog input 2 trip level

Analog input 2 trip pickup

Analog input 2 trip delay

Analog input 2 name, characters 1 and 2

Analog input 2 name, characters 3 and 4

Analog input 2 name, characters 5 and 6

Analog input 2 name, characters 7 and 8

Analog input 2 name, characters 9 and 10

Analog input 2 name, characters 11 and 12 0

Reserved

Reserved

...

Reserved

0

0

0

0

0

0

1

0

0

0

–50000

0

1

Analog input 3 setup 0

Reserved

Reserved

Reserved

Reserved

Analog input 3 units, characters 1 and 2

Analog input 3 units, characters 3 and 4

Analog input 3 units, characters 5 and 6

Analog input 3 minimum

Analog input 3 maximum

Block analog input 3 from start

Analog input 3 alarm

Analog input 3 alarm relays

Analog input 3 alarm level

Analog input 3 alarm pickup

Analog input 3 alarm delay

Analog input 3 alarm events

Analog input 3 trip

Analog input 3 trip relays

Analog input 3 trip level

Analog input 3 trip pickup

Analog input 3 trip delay

Analog input 3 name, characters 1 and 2

Analog input 3 name, characters 3 and 4

0

0

1

0

–50000

0

0

0

1

0

–50000

0

0

0

0

0

–50000

–50000

0

MAX.

65535

65535

65535

65535

65535

65535

1

3000

1

2

3

50000

1

3000

3

50000

1

3000

1

2

3

50000

1

3000

65535

65535

65535

65535

65535

50000

50000

5000

2

6

1

-s

--

--

--

-s

--

--

--

-s

--

--

--

--

--

--

--

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

--

--

--

--

--

--

--

--

--

-s

-s

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

FORMAT

CODE

F130

F2

F22

F22

F22

F22

F22

F22

F103

F115

F111

F12

F130

F2

DEFAULT

‘An’

‘al’

‘og’

‘ I’

‘p2’

‘ ’

0

0

20

0

1

0

1

0

F129 0

F12

F130

F2

F103

F115

F111

F12

F130

F2

F22

F22

F22

F22

F22

F12

F12

F1

F115

F113

0

1

0

20

1

0

10

0

0

‘An’

‘al’

‘Un’

‘it’

‘ ’

0

0

0

100

0

68 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

ANALOG

INPUT 4

1CCB

1CE6

1CE7

1CE8

1CE9

1CEA

1CE0

1CE1

1CE3

1CE4

1CE5

1CEB

1CEC

...

1CFF

1CDA

1CDC

1CDD

1CDE

1CDF

1CD3

1CD5

1CD7

1CD8

1CD9

1CCC

1CCD

1CCE

1CCF

1CD0

1CD1

1CD2

ADDR

(HEX)

1CA8

1CA8

1CA9

1CAA

1CAB

1CAC

...

1CCA

Table 7: 469 MEMORY MAP (Sheet 51 of 90)

DESCRIPTION MIN.

Analog input 3 name, characters 5 and 6

Analog input 3 name, characters 7 and 8

Analog input 3 name, characters 9 and 10

Analog input 3 name, characters 11 and 12

Reserved

Reserved

...

Reserved

Analog input 4 setup

0

0

0

0

0

Reserved

Reserved

Reserved

Reserved

Analog input 4 units, characters 1 and 2

Analog input 4 units, characters 3 and 4

Analog input 4 units, characters 5 and 6

Analog input 4 minimum

Analog input 4 maximum

Block analog input 4 from start

Analog input 4 alarm

Analog input 4 alarm relays

Analog input 4 alarm level

Analog input 4 alarm pickup

Analog input 4 alarm delay

Analog input 4 alarm events

Analog input 4 trip

Analog input 4 trip relays

Analog input 4 trip level

Analog input 4 trip pickup

Analog input 4 trip delay

Analog input 3 name, characters 1 and 2

Analog input 3 name, characters 3 and 4

Analog input 3 name, characters 5 and 6

Analog input 3 name, characters 7 and 8

Analog input 3 name, characters 9 and 10

Analog input 3 name, characters 11 and 12 0

0

0

0

0

1

0

–50000

0

0

0

1

0

–50000

0

0

0

0

0

0

–50000

–50000

0

Reserved

Reserved

...

Reserved

MAX.

65535

65535

65535

65535

3

50000

1

3000

1

2

3

50000

1

3000

65535

65535

65535

65535

50000

50000

5000

2

6

65535

65535

65535

65535

65535

1

-s

--

--

-s

--

--

--

--

--

--

--

--

-s

--

--

--

--

--

--

--

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

--

--

--

--

UNITS

FORMAT

CODE

F22

F22

F22

F22

DEFAULT

‘og’

‘ I’

‘p3’

‘ ’

-F129 0

F111

F12

F130

F2

F22

F12

F130

F2

F103

F115

F22

F22

F22

F22

F22

F22

F22

F22

F12

F12

F1

F115

F113

0

1

0

20

‘An’

1

0

10

0

0

‘al’

‘og’

‘ I’

‘p4’

‘ ’

‘Un’

‘it’

‘ ’

0

0

0

100

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 69

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

SIMULATION

MODE

PRE-FAULT

VALUES

FAULT

VALUES

ADDR

(HEX)

1D00

1D01

1D02

1D03

...

1D0F

1D10

1D1F

1D20

1D21

...

1D3B

1D1A

1D1B

1D1C

1D1D

1D1E

1D11

1D12

1D13

1D14

1D15

1D16

1D17

1D18

1D19

1D3C

1D3D

1D3E

1D3F

1D40

1D41

1D42

1D43

1D44

1D45

1D46

1D47

1D48

1D49

1D4A

Table 7: 469 MEMORY MAP (Sheet 52 of 90)

DESCRIPTION MIN.

MAX.

Simulation mode

Pre-fault to fault time delay

Reserved

Reserved

...

Reserved

Pre-fault current phase A

Pre-fault current phase B

Pre-fault current phase C

Pre-fault ground current

Pre-fault line voltages

Pre-fault current lags voltage

Stator RTD pre-fault temperature

Bearing RTD pre-fault temperature

Other RTD pre-fault temperature

Ambient RTD pre-fault temperature

Pre-fault system frequency

Pre-fault analog input 1

Pre-fault analog input 2

Pre-fault analog input 3

Pre-fault analog input 4

Pre-fault differential current

Reserved

Reserved

...

Reserved

Pre-fault stator RTD temperature (in °F)

Pre-fault bearing RTD temperature (in °F)

Pre-fault other RTD temperature (in °F)

Pre-fault ambient RTD temperature (in °F)

Fault current phase A

Fault current phase B

Fault current phase C

Fault ground current

Fault line voltages

Fault current lags voltage

Stator RTD fault temperature

Bearing RTD fault temperature

Other RTD fault temperature

Ambient RTD fault temperature

Fault system frequency

0

0

1

1

1

1

1

1

30

1

1

1

1

1

1

1

1

482

482

482

482

2000

2000

2000

50000

110

120

250

250

250

250

700

0

0

0

0

0

0

–50

–50

–50

–50

450

–58

–58

–58

–58

0

0

0

0

0

450

0

0

–50

–50

–50

–50

0

0

0

0

3

300

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

2000

700

100

100

100

100

110

359

250

250

250

250

2000

2000

50000

110

1

STEP

VALUE

1

s

UNITS

FORMAT

CODE

F138

DEFAULT

0

F1 15

°F

°F

°F

°F

× CT

F3

°C

°C

°C

× CT

× CT

A

F3

F3

F2

× Rated F3

0 F1

°C

Hz

F4

F2

F4

F4

F4

F4

F4

F4

F4

× CT F3

× CT

× CT

A

× Rated F3

0 F1

°C F4

F3

F3

F2

°C

°C

°C

Hz F2

%range F1

%range F1

%range F1

F4

F4

F4

%range F1

× CT

F3

0

0

0

0

0

600

0

0

40

40

40

40

0

0

0

100

0

0

0

0

100

0

40

40

40

40

600

104

104

104

104

70 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

TEST

OUTPUT

RELAYS

TEST

ANALOG

OUTPUTS

SPEED 2

O/L SETUP

1D80

1D81

1D82

...

1D8F

1D90

1D91

1D92

1D93

1D94

1D95

1D96

...

1DFE

1DFF

1E0C

1E0E

1E10

1E12

1E14

1E16

1E00

1E02

1E04

1E06

1E08

1E0A

ADDR

(HEX)

1D4B

1D4C

1D4D

1D4E

1D4F

1D50

1D51

...

1D7B

1D7C

1D7D

1D7E

1D7F

Table 7: 469 MEMORY MAP (Sheet 53 of 90)

DESCRIPTION

Fault analog input 1

Fault analog input 2

Fault analog input 3

Fault analog input 4

Fault differential current

Reserved

Reserved

...

Reserved

Fault stator RTD temperature (in °F)

Fault bearing RTD temperature (in °F)

Fault other RTD temperature (in °F)

Fault ambient RTD temperature (in °F)

–58

–58

–58

–58

0

0

0

0

0

MIN.

482

482

482

482

MAX.

100

100

100

100

110

1

1

1

1

1

1

1

1

STEP

VALUE

1

UNITS

FORMAT

CODE

%range F1

%range F1

%range F1

%range F1

× CT F3

DEFAULT

0

0

0

0

0

°F

°F

°F

°F

F4

F4

F4

F4

104

104

104

104

0 8 1 -F139 0 Force operation of relays

Reserved

Reserved

...

Reserved

Force analog outputs

Analog output 1 forced value

Analog output 2 forced value

Analog output 3 forced value

Analog output 4 forced value

Reserved

Reserved

...

Reserved

Speed 2 standard overload curve number

Speed 2 time to trip at 1.01 x FLA

Speed 2 time to trip at 1.05 x FLA

Speed 2 time to trip at 1.10 x FLA

Speed 2 time to trip at 1.20 x FLA

Speed 2 time to trip at 1.30 x FLA

Speed 2 time to trip at 1.40 x FLA

Speed 2 time to trip at 1.50 x FLA

Speed 2 time to trip at 1.75 x FLA

Speed 2 time to trip at 2.00 x FLA

Speed 2 time to trip at 2.25 x FLA

Speed 2 time to trip at 2.50 x FLA

Speed 2 time to trip at 2.75 x FLA

0

0

0

0

0

1

5

5

5

5

5

5

5

5

5

5

5

5

1

100

100

100

100

15

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

-s s s s s s s s s s s s

-F126

%range F1

%range F1

%range F1

%range F1

F1

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

0

0

0

0

0

4

2800

1697

1166

861

666

533

174145

34149

16667

7954

5072

3646

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 71

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

SPEED 2

UNDER

CURRENT

1E90

1E91

1E92

1E93

1E94

1E95

1E96

1E97

ADDR

(HEX)

1E18

1E1A

1E51

1E52

1E53

1E54

1E55

1E3C

1E3D

...

1E4F

1E50

1E56

1E57

1E58

...

1E8F

1E32

1E34

1E36

1E38

1E3A

1E28

1E2A

1E2C

1E2E

1E30

1E1C

1E1E

1E20

1E22

1E24

1E26

Table 7: 469 MEMORY MAP (Sheet 54 of 90)

DESCRIPTION

Speed 2 time to trip at 3.00 x FLA

Speed 2 time to trip at 3.25 x FLA

Speed 2 time to trip at 3.50 x FLA

Speed 2 time to trip at 3.75 x FLA

Speed 2 time to trip at 4.00 x FLA

Speed 2 time to trip at 4.25 x FLA

Speed 2 time to trip at 4.50 x FLA

Speed 2 time to trip at 4.75 x FLA

Speed 2 time to trip at 5.00 x FLA

Speed 2 time to trip at 5.50 x FLA

Speed 2 time to trip at 6.00 x FLA

Speed 2 time to trip at 6.50 x FLA

Speed 2 time to trip at 7.00 x FLA

Speed 2 time to trip at 7.50 x FLA

Speed 2 time to trip at 8.00 x FLA

Speed 2 time to trip at 10.0 x FLA

Speed 2 time to trip at 15.0 x FLA

Speed 2 time to trip at 20.0 x FLA

Reserved

Reserved

...

Reserved

Speed 2 minimum allowable line voltage

Speed 2 stall current at minimum Vline

Speed 2 safe stall time at minimum Vline

Speed 2 acceleration intersect at min. Vline

Speed 2 stall current at 100% Vline

Speed 2 safe stall time at 100% Vline

Speed 2 acceleration intersect at 100% Vline 200

Reserved

Reserved

...

Reserved

70

200

5

200

200

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

5

MIN.

95

1500

9999

1500

1500

9999

1500

MAX.

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

999999

1

1

1

1

1

1

1 s s s s s s s s s s s s s s s s s s

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

F10

FORMAT

CODE

F10

F10

DEFAULT

63

56

56

56

56

146

120

100

85

73

437

366

311

268

233

205

182

162

%Rated F1

× FLA s

F3

F2

× FLA

× FLA s

× FLA

F3

F3

F2

F3

80

480

200

380

600

100

500

0

0

15000

2

1

1 s

--

F1

F115

0

0

Block speed 2 undercurrent from start

Speed 2 undercurrent alarm

Reserved

Speed 2 undercurrent alarm pickup

Speed 2 undercurrent alarm delay

Speed 2 undercurrent alarm events

Speed 2 undercurrent trip

Reserved

0

0

10

1

1

2

95

60

1

1

1

1

--

--

× FLA s

F3

F1

F103

F115

0

0

70

1

72 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

SPEED 2

ACCELERA-

TION

ANALOG

INPUT 1-2

DIFF.

1EB0

1EB1

1EB2

1EB3

1EB4

1EB5

...

1EFF

1F00

1F0C

1F0D

1F0E

1F0F

1F10

1F07

1F08

1F09

1F0A

1F0B

1F01

1F02

1F03

1F04

1F05

1F06

1F11

1F12

1F13

1F14

1F15

1F16

1F17

...

1F1F

ADDR

(HEX)

1E98

1E99

1E9A

1E9B

...

1EAF

Table 7: 469 MEMORY MAP (Sheet 55 of 90)

DESCRIPTION

Speed 2 undercurrent trip pickup

Speed 2 undercurrent trip delay

Reserved

Reserved

...

Reserved

10

1

MIN.

99

60

MAX.

1

STEP

VALUE

1

UNITS

× FLA s

FORMAT

CODE

F3

F1

DEFAULT

70

1

Speed 2 acceleration timer from start

Acceleration timer from speed one to two

Speed switch trip speed 2 delay

Speed 2 rated speed

Reserved

Reserved

...

Reserved

Analog In Differential 1-2 Enable 0

1st & 2nd chars. of analog in diff 1-2 name

3rd & 4th chars. of analog in diff 1-2 name

5th & 6th chars. of analog in diff 1-2 name

7th & 8th chars. of analog in diff 1-2 name 0

9th & 10th chars. of analog in diff 1-2 name 0

11th & 12th char of analog in diff 1-2 name 0

0

0

0

Analog input differential 1-2 comparison

Analog input differential 1-2 logic

Analog input differential 1-2 active when 0

Analog input differential 1-2 block from start 0

Analog input differential 1-2 alarm

0

0

0

Analog input differential 1-2 alarm relays

Analog input differential 1-2 percent alarm

Analog input differential 1-2 absolute alarm 0

Analog input differential 1-2 alarm delay 1

Analog input differential 1-2 alarm events

0

0

0

Analog input differential 1-2 trip

Analog input differential 1-2 trip relays

Analog input differential 1-2 percent trip

Analog input differential 1-2 absolute trip

Analog input differential 1-2 trip delay

Reserved

Reserved

...

Reserved

0

0

0

0

1

10

10

10

100

2500

2500

2500

7200

--

--

%

Units s

--

-s

--

--

--

--

--

%

Units s

--

--

--

--

--

--

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

2

1

5000

2

6

500

50000

3000

1

65535

65535

65535

65535

65535

65535

2

6

500

50000

3000

1

1

1

1 s s s

RPM

F2

F2

F2

F1

100

100

50

3600

F126

F113

F1

F1

F2

F103

F145

F146

F147

F1

F115

F115

F111

F1

F1

F2

F22

F22

F22

F22

F22

F22

0

0

10

10

1

0

0

0

0

0

0

0

0

10

10

1

‘ 1’

‘-2’

‘ ’

‘An’

‘al’

‘og’

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 73

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

Table 7: 469 MEMORY MAP (Sheet 56 of 90)

GROUP

ADDR

(HEX)

DESCRIPTION

ANALOG

INPUT 3-4

DIFF.

1F20 Analog In Differential 3-4 Enable 0

1F26

1F27

1F28

1F29

1F2A

1F21

1F21

1F21

1F21

1F21

1st & 2nd chars. of analog in diff 3-4 name

3rd & 4th chars. of analog in diff 3-4 name

5th & 6th chars. of analog in diff 3-4 name

7th & 8th chars. of analog in diff 3-4 name

9th & 10th chars. of analog in diff 3-4 name 0

0

0

0

0

11th & 12th char of analog in diff 3-4 name 0

Analog input differential 3-4 comparison 0

Analog input differential 3-4 logic

Analog input differential 3-4 active when

Analog input differential 3-4 block from start 0

0

0

1F2B

1F2C

1F2D

1F2E

1F2F

1F30

1F31

1F32

1F33

1F34

1F35

1F36

1F36

...

2FFF Reserved

Event Recorder / Trace Memory (Addresses 3000 -3FFF)

EVENT

RECORDER

3000 Event recorder last reset (2 words)

3002 Total number of events since last clear

3003

3004

3005

3007

3009

Analog input differential 3-4 alarm

Analog input differential 3-4 alarm relays

Analog input differential 3-4 percent alarm 0

Analog input differential 3-4 absolute alarm 0

Analog input differential 3-4 alarm delay

0

0

1

Analog input differential 3-4 alarm events

Analog input differential 3-4 trip

Analog input differential 3-4 trip relays

Analog input differential 3-4 percent trip

Analog input differential 3-4 absolute trip

Analog input differential 3-4 trip delay

Reserved

Reserved

...

Event record select (1=newest, 256=oldest)

Cause of event

Time of event (2 words)

Date of event (2 words)

Motor speed during event

0

1

0

0

1

0

0

0

0

--

--

--

0

MIN.

300A

300B

300D

300F

3011

3012

3013

Event tachometer RPM

Event phase A current

Event phase B current

Event phase C current

Event motor load

Event current unbalance

Event ground current

0

0

0

0

0

0

0

1

--

MAX.

1

2

3

500

2

6

500

50000

3000

50000

3000

65535

65535

65535

65535

65535

2

1

65535

1

5000

--

--

1

65535

256

143

7200

100000

100000

100000

2000

100

5000

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

--

1

1

1

1

1

1

1

--

--

1

1

1

1

STEP

VALUE

--

UNITS

--

%

--

--

--

--

%

Units s

Units s

--

--

--

-s

--

--

--

--

--

--

%

A

A

A

RPM

A

FLA

-

--

--

--

-

--

FORMAT

CODE

DEFAULT

F126

F115

F113

F1

F1

F2

F103

F115

F111

F1

F1

F2

F22

F145

F146

F147

F1

F22

F22

F22

F22

F22

F18

F1

F9

F9

F9

F3

F1

F11

F1

F1

F134

F19

F18

F135

0

0

0

0

10

0

0

10

10

1

10

1

0

0

‘ ’

0

0

‘An’

‘al’

‘og’

‘ 3’

‘-4’

--

0

0

0

0

0

0

0

--

--

0

0

1

0

74 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

TRACE

MEMORY

30EF

30F0

30F1

30F2

30F4

ADDR

(HEX)

3015

3016

3038

30E0

30E1

30E2

30E3

30E4

30E5

302F

3031

3033

3035

3037

3027

3029

302B

302C

302D

3022

3023

3024

3025

3026

301D

301E

301F

3020

3021

3017

3018

3019

301A

301B

301C

Table 7: 469 MEMORY MAP (Sheet 57 of 90)

DESCRIPTION MIN.

Event phase A differential current

Event phase B differential current

Event phase C differential current

Event hottest stator RTD

Event temperature of hottest stator RTD

Event hottest bearing RTD

Event temperature of hottest bearing RTD

Event hottest other RTD

Event temperature of hottest other RTD

Event hottest ambient RTD

Event ambient RTD temperature

Event voltage Vab

Event voltage Vbc

Event voltage Vca

Event voltage Van

Event voltage Vbn

Event voltage Vcn

Event system frequency

Event real power

Event reactive power

Event apparent power

Event power factor

Event analog input #1

Event analog input #2

Event analog input #3

Event analog input #4

Event torque

Reserved

Reserved

Event temperature of hottest stator RTD (°F) –58

Event temp. of hottest bearing RTD (°F) –58

Event temperature of hottest other RTD (°F)

Event ambient RTD temperature (in °F)

Reserved

–58

–58

Reserved

...

Reserved

–50000

–50000

0

–99

–50000

–50000

–50000

–50000

0

0

0

0

0

0

–50

0

–50

0

0

0

0

0

0

–50

0

–50

0

482

482

482

482

MAX.

250

12

250

20000

20000

20000

20000

20000

20000

12000

5000

5000

5000

12

250

12

250

12

50000

50000

50000

100

50000

50000

50000

50000 1

9999999 1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

1

1

1

1

1

Trace number selector

Trace memory channel selector

Trace memory date

Trace memory time

1

0

--

--

65535

10

--

--

1

1

--

--

°F

°F

°F

°F

-

-

--

--

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

UNITS

V

V

V

V

Hz

°C

--

°C

V

V

--

°C

--

°C

--

A

A

A kW kvar kVA

--

--

--

--

F12

F12

-F12

Nm/ftlb F2

F12

F12

F1

F21

F12

F1

F1

F1

F1

F3

F4

F1

F4

F1

F1

F1

F4

F1

F1

F1

F4

FORMAT

CODE

F1

F1

F1

F1

F18

F19

F4

F4

F4

F4

0

0

--

--

32

32

32

32

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 75

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

30FB

30FC

30FD

30FE

30FF

3117

3118

3119

311A

311B

311C

311D

311E

310F

3110

3111

3112

3113

3114

3115

3116

311F

3120

3121

3122

3107

3108

3109

310A

310B

310C

310D

310E

3100

3101

3102

3103

3104

3105

3106

ADDR

(HEX)

30F6

30F7

30F8

30F9

30FA

Table 7: 469 MEMORY MAP (Sheet 58 of 90)

DESCRIPTION

Trace trigger cause

Number of samples per trace

Number of traces taken

Trace memory sampling frequency

Trace memory trigger index

0

--

0

1

1

MIN.

MAX.

131

1536

65535

--

Number of samples per trace

1

1

1

1

STEP

VALUE

1

Reserved

Reserved

Reserved

Reserved

Reserved

Trace memory sample #1

Trace memory sample #2

Trace memory sample #3

Trace memory sample #4

Trace memory sample #5

Trace memory sample #6

Trace memory sample #7

Trace memory sample #8

Trace memory sample #9

Trace memory sample #10

Trace memory sample #11

Trace memory sample #12

Trace memory sample #13

Trace memory sample #14

Trace memory sample #15

Trace memory sample #16

Trace memory sample #17

Trace memory sample #18

Trace memory sample #19

Trace memory sample #20

Trace memory sample #21

Trace memory sample #22

Trace memory sample #23

Trace memory sample #24

Trace memory sample #25

Trace memory sample #26

Trace memory sample #27

Trace memory sample #28

Trace memory sample #29

Trace memory sample #30

Trace memory sample #31

Trace memory sample #32

Trace memory sample #33

Trace memory sample #34

Trace memory sample #35

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

-

-

-

Hz

FORMAT

CODE

F134

F1

F1

F3

DEFAULT

--

--

--

--

F1

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

76 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

3143

3144

3145

3146

3147

3148

3149

314A

313B

313C

313D

313E

313F

3140

3141

3142

314B

314C

314D

314E

314F

3150

3151

3152

3133

3134

3135

3136

3137

3138

3139

313A

312B

312C

312D

312E

312F

3130

3131

3132

ADDR

(HEX)

3123

3124

3125

3126

3127

3128

3129

312A

Table 7: 469 MEMORY MAP (Sheet 59 of 90)

DESCRIPTION

Trace memory sample #36

Trace memory sample #37

Trace memory sample #38

Trace memory sample #39

Trace memory sample #40

Trace memory sample #41

Trace memory sample #42

Trace memory sample #43

Trace memory sample #44

Trace memory sample #45

Trace memory sample #46

Trace memory sample #47

Trace memory sample #48

Trace memory sample #49

Trace memory sample #50

Trace memory sample #51

Trace memory sample #52

Trace memory sample #53

Trace memory sample #54

Trace memory sample #55

Trace memory sample #56

Trace memory sample #57

Trace memory sample #58

Trace memory sample #59

Trace memory sample #60

Trace memory sample #61

Trace memory sample #62

Trace memory sample #63

Trace memory sample #64

Trace memory sample #65

Trace memory sample #66

Trace memory sample #67

Trace memory sample #68

Trace memory sample #69

Trace memory sample #70

Trace memory sample #71

Trace memory sample #72

Trace memory sample #73

Trace memory sample #74

Trace memory sample #75

Trace memory sample #76

Trace memory sample #77

Trace memory sample #78

Trace memory sample #79

Trace memory sample #80

Trace memory sample #81

Trace memory sample #82

Trace memory sample #83

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 77

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

3173

3174

3175

3176

3177

3178

3179

317A

316B

316C

316D

316E

316F

3170

3171

3172

317B

317C

317D

317E

317F

3180

3181

3182

3163

3164

3165

3166

3167

3168

3169

316A

315B

315C

315D

315E

315F

3160

3161

3162

ADDR

(HEX)

3153

3154

3155

3156

3157

3158

3159

315A

Table 7: 469 MEMORY MAP (Sheet 60 of 90)

DESCRIPTION

Trace memory sample #84

Trace memory sample #85

Trace memory sample #86

Trace memory sample #87

Trace memory sample #88

Trace memory sample #89

Trace memory sample #90

Trace memory sample #91

Trace memory sample #92

Trace memory sample #93

Trace memory sample #94

Trace memory sample #95

Trace memory sample #96

Trace memory sample #97

Trace memory sample #98

Trace memory sample #99

Trace memory sample #100

Trace memory sample #101

Trace memory sample #102

Trace memory sample #103

Trace memory sample #104

Trace memory sample #105

Trace memory sample #106

Trace memory sample #107

Trace memory sample #108

Trace memory sample #109

Trace memory sample #110

Trace memory sample #111

Trace memory sample #112

Trace memory sample #113

Trace memory sample #114

Trace memory sample #115

Trace memory sample #116

Trace memory sample #117

Trace memory sample #118

Trace memory sample #119

Trace memory sample #120

Trace memory sample #121

Trace memory sample #122

Trace memory sample #123

Trace memory sample #124

Trace memory sample #125

Trace memory sample #126

Trace memory sample #127

Trace memory sample #128

Trace memory sample #129

Trace memory sample #130

Trace memory sample #131

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

78 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

31A3

31A4

31A5

31A6

31A7

31A8

31A9

31AA

319B

319C

319D

319E

319F

31A0

31A1

31A2

31AB

31AC

31AD

31AE

31AF

31B0

31B1

31B2

3193

3194

3195

3196

3197

3198

3199

319A

318B

318C

318D

318E

318F

3190

3191

3192

ADDR

(HEX)

3183

3184

3185

3186

3187

3188

3189

318A

Table 7: 469 MEMORY MAP (Sheet 61 of 90)

DESCRIPTION

Trace memory sample #132

Trace memory sample #133

Trace memory sample #134

Trace memory sample #135

Trace memory sample #136

Trace memory sample #137

Trace memory sample #138

Trace memory sample #139

Trace memory sample #140

Trace memory sample #141

Trace memory sample #142

Trace memory sample #143

Trace memory sample #144

Trace memory sample #145

Trace memory sample #146

Trace memory sample #147

Trace memory sample #148

Trace memory sample #149

Trace memory sample #150

Trace memory sample #151

Trace memory sample #152

Trace memory sample #153

Trace memory sample #154

Trace memory sample #155

Trace memory sample #156

Trace memory sample #157

Trace memory sample #158

Trace memory sample #159

Trace memory sample #160

Trace memory sample #161

Trace memory sample #162

Trace memory sample #163

Trace memory sample #164

Trace memory sample #165

Trace memory sample #166

Trace memory sample #167

Trace memory sample #168

Trace memory sample #169

Trace memory sample #170

Trace memory sample #171

Trace memory sample #172

Trace memory sample #173

Trace memory sample #174

Trace memory sample #175

Trace memory sample #176

Trace memory sample #177

Trace memory sample #178

Trace memory sample #179

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 79

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

31D3

31D4

31D5

31D6

31D7

31D8

31D9

31DA

31CB

31CC

31CD

31CE

31CF

31D0

31D1

31D2

31DB

31DC

31DD

31DE

31DF

31E0

31E1

31E2

31C3

31C4

31C5

31C6

31C7

31C8

31C9

31CA

31BB

31BC

31BD

31BE

31BF

31C0

31C1

31C2

ADDR

(HEX)

31B3

31B4

31B5

31B6

31B7

31B8

31B9

31BA

Table 7: 469 MEMORY MAP (Sheet 62 of 90)

DESCRIPTION

Trace memory sample #180

Trace memory sample #181

Trace memory sample #182

Trace memory sample #183

Trace memory sample #184

Trace memory sample #185

Trace memory sample #186

Trace memory sample #187

Trace memory sample #188

Trace memory sample #189

Trace memory sample #190

Trace memory sample #191

Trace memory sample #192

Trace memory sample #193

Trace memory sample #194

Trace memory sample #195

Trace memory sample #196

Trace memory sample #197

Trace memory sample #198

Trace memory sample #199

Trace memory sample #200

Trace memory sample #201

Trace memory sample #202

Trace memory sample #203

Trace memory sample #204

Trace memory sample #205

Trace memory sample #206

Trace memory sample #207

Trace memory sample #208

Trace memory sample #209

Trace memory sample #210

Trace memory sample #211

Trace memory sample #212

Trace memory sample #213

Trace memory sample #214

Trace memory sample #215

Trace memory sample #216

Trace memory sample #217

Trace memory sample #218

Trace memory sample #219

Trace memory sample #220

Trace memory sample #221

Trace memory sample #222

Trace memory sample #223

Trace memory sample #224

Trace memory sample #225

Trace memory sample #226

Trace memory sample #227

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

80 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

3203

3204

3205

3206

3207

3208

3209

320A

31FB

31FC

31FD

31FE

31FF

3200

3201

3202

320B

320C

320D

320E

320F

3210

3211

3212

31F3

31F4

31F5

31F6

31F7

31F8

31F9

31FA

31EB

31EC

31ED

31EE

31EF

31F0

31F1

31F2

ADDR

(HEX)

31E3

31E4

31E5

31E6

31E7

31E8

31E9

31EA

Table 7: 469 MEMORY MAP (Sheet 63 of 90)

DESCRIPTION

Trace memory sample #228

Trace memory sample #229

Trace memory sample #230

Trace memory sample #231

Trace memory sample #232

Trace memory sample #233

Trace memory sample #234

Trace memory sample #235

Trace memory sample #236

Trace memory sample #237

Trace memory sample #238

Trace memory sample #239

Trace memory sample #240

Trace memory sample #241

Trace memory sample #242

Trace memory sample #243

Trace memory sample #244

Trace memory sample #245

Trace memory sample #246

Trace memory sample #247

Trace memory sample #248

Trace memory sample #249

Trace memory sample #250

Trace memory sample #251

Trace memory sample #252

Trace memory sample #253

Trace memory sample #254

Trace memory sample #255

Trace memory sample #256

Trace memory sample #257

Trace memory sample #258

Trace memory sample #259

Trace memory sample #260

Trace memory sample #261

Trace memory sample #262

Trace memory sample #263

Trace memory sample #264

Trace memory sample #265

Trace memory sample #266

Trace memory sample #267

Trace memory sample #268

Trace memory sample #269

Trace memory sample #270

Trace memory sample #271

Trace memory sample #272

Trace memory sample #273

Trace memory sample #274

Trace memory sample #275

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 81

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

3233

3234

3235

3236

3237

3238

3239

323A

322B

322C

322D

322E

322F

3230

3231

3232

323B

323C

323D

323E

323F

3240

3241

3242

3223

3224

3225

3226

3227

3228

3229

322A

321B

321C

321D

321E

321F

3220

3221

3222

ADDR

(HEX)

3213

3214

3215

3216

3217

3218

3219

321A

Table 7: 469 MEMORY MAP (Sheet 64 of 90)

DESCRIPTION

Trace memory sample #276

Trace memory sample #277

Trace memory sample #278

Trace memory sample #279

Trace memory sample #280

Trace memory sample #281

Trace memory sample #282

Trace memory sample #283

Trace memory sample #284

Trace memory sample #285

Trace memory sample #286

Trace memory sample #287

Trace memory sample #288

Trace memory sample #289

Trace memory sample #290

Trace memory sample #291

Trace memory sample #292

Trace memory sample #293

Trace memory sample #294

Trace memory sample #295

Trace memory sample #296

Trace memory sample #297

Trace memory sample #298

Trace memory sample #299

Trace memory sample #300

Trace memory sample #301

Trace memory sample #302

Trace memory sample #303

Trace memory sample #304

Trace memory sample #305

Trace memory sample #306

Trace memory sample #307

Trace memory sample #308

Trace memory sample #309

Trace memory sample #310

Trace memory sample #311

Trace memory sample #312

Trace memory sample #313

Trace memory sample #314

Trace memory sample #315

Trace memory sample #316

Trace memory sample #317

Trace memory sample #318

Trace memory sample #319

Trace memory sample #320

Trace memory sample #321

Trace memory sample #322

Trace memory sample #323

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

82 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

3263

3264

3265

3266

3267

3268

3269

326A

325B

325C

325D

325E

325F

3260

3261

3262

326B

326C

326D

326E

326F

3270

3271

3272

3253

3254

3255

3256

3257

3258

3259

325A

324B

324C

324D

324E

324F

3250

3251

3252

ADDR

(HEX)

3243

3244

3245

3246

3247

3248

3249

324A

Table 7: 469 MEMORY MAP (Sheet 65 of 90)

DESCRIPTION

Trace memory sample #324

Trace memory sample #325

Trace memory sample #326

Trace memory sample #327

Trace memory sample #328

Trace memory sample #329

Trace memory sample #330

Trace memory sample #331

Trace memory sample #332

Trace memory sample #333

Trace memory sample #334

Trace memory sample #335

Trace memory sample #336

Trace memory sample #337

Trace memory sample #338

Trace memory sample #339

Trace memory sample #340

Trace memory sample #341

Trace memory sample #342

Trace memory sample #343

Trace memory sample #344

Trace memory sample #345

Trace memory sample #346

Trace memory sample #347

Trace memory sample #348

Trace memory sample #349

Trace memory sample #350

Trace memory sample #351

Trace memory sample #352

Trace memory sample #353

Trace memory sample #354

Trace memory sample #355

Trace memory sample #356

Trace memory sample #357

Trace memory sample #358

Trace memory sample #359

Trace memory sample #360

Trace memory sample #361

Trace memory sample #362

Trace memory sample #363

Trace memory sample #364

Trace memory sample #365

Trace memory sample #366

Trace memory sample #367

Trace memory sample #368

Trace memory sample #369

Trace memory sample #370

Trace memory sample #371

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 83

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

3293

3294

3295

3296

3297

3298

3299

329A

328B

328C

328D

328E

328F

3290

3291

3292

329B

329C

329D

329E

329F

32A0

32A1

32A2

3283

3284

3285

3286

3287

3288

3289

328A

327B

327C

327D

327E

327F

3280

3281

3282

ADDR

(HEX)

3273

3274

3275

3276

3277

3278

3279

327A

Table 7: 469 MEMORY MAP (Sheet 66 of 90)

DESCRIPTION

Trace memory sample #372

Trace memory sample #373

Trace memory sample #374

Trace memory sample #375

Trace memory sample #376

Trace memory sample #377

Trace memory sample #378

Trace memory sample #379

Trace memory sample #380

Trace memory sample #381

Trace memory sample #382

Trace memory sample #383

Trace memory sample #384

Trace memory sample #385

Trace memory sample #386

Trace memory sample #387

Trace memory sample #388

Trace memory sample #389

Trace memory sample #390

Trace memory sample #391

Trace memory sample #392

Trace memory sample #393

Trace memory sample #394

Trace memory sample #395

Trace memory sample #396

Trace memory sample #397

Trace memory sample #398

Trace memory sample #399

Trace memory sample #400

Trace memory sample #401

Trace memory sample #402

Trace memory sample #403

Trace memory sample #404

Trace memory sample #405

Trace memory sample #406

Trace memory sample #407

Trace memory sample #408

Trace memory sample #409

Trace memory sample #410

Trace memory sample #411

Trace memory sample #412

Trace memory sample #413

Trace memory sample #414

Trace memory sample #415

Trace memory sample #416

Trace memory sample #417

Trace memory sample #418

Trace memory sample #419

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

84 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

32C3

32C4

32C5

32C6

32C7

32C8

32C9

32CA

32BB

32BC

32BD

32BE

32BF

32C0

32C1

32C2

32CB

32CC

32CD

32CE

32CF

32D0

32D1

32D2

32B3

32B4

32B5

32B6

32B7

32B8

32B9

32BA

32AB

32AC

32AD

32AE

32AF

32B0

32B1

32B2

ADDR

(HEX)

32A3

32A4

32A5

32A6

32A7

32A8

32A9

32AA

Table 7: 469 MEMORY MAP (Sheet 67 of 90)

DESCRIPTION

Trace memory sample #420

Trace memory sample #421

Trace memory sample #422

Trace memory sample #423

Trace memory sample #424

Trace memory sample #425

Trace memory sample #426

Trace memory sample #427

Trace memory sample #428

Trace memory sample #429

Trace memory sample #430

Trace memory sample #431

Trace memory sample #432

Trace memory sample #433

Trace memory sample #434

Trace memory sample #435

Trace memory sample #436

Trace memory sample #437

Trace memory sample #438

Trace memory sample #439

Trace memory sample #440

Trace memory sample #441

Trace memory sample #442

Trace memory sample #443

Trace memory sample #444

Trace memory sample #445

Trace memory sample #446

Trace memory sample #447

Trace memory sample #448

Trace memory sample #449

Trace memory sample #450

Trace memory sample #451

Trace memory sample #452

Trace memory sample #453

Trace memory sample #454

Trace memory sample #455

Trace memory sample #456

Trace memory sample #457

Trace memory sample #458

Trace memory sample #459

Trace memory sample #460

Trace memory sample #461

Trace memory sample #462

Trace memory sample #463

Trace memory sample #464

Trace memory sample #465

Trace memory sample #466

Trace memory sample #467

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 85

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

32F3

32F4

32F5

32F6

32F7

32F8

32F9

32FA

32EB

32EC

32ED

32EE

32EF

32F0

32F1

32F2

32FB

32FC

32FD

32FE

32FF

3300

3301

3302

32E3

32E4

32E5

32E6

32E7

32E8

32E9

32EA

32DB

32DC

32DD

32DE

32DF

32E0

32E1

32E2

ADDR

(HEX)

32D3

32D4

32D5

32D6

32D7

32D8

32D9

32DA

Table 7: 469 MEMORY MAP (Sheet 68 of 90)

DESCRIPTION

Trace memory sample #468

Trace memory sample #469

Trace memory sample #470

Trace memory sample #471

Trace memory sample #472

Trace memory sample #473

Trace memory sample #474

Trace memory sample #475

Trace memory sample #476

Trace memory sample #477

Trace memory sample #478

Trace memory sample #479

Trace memory sample #480

Trace memory sample #481

Trace memory sample #482

Trace memory sample #483

Trace memory sample #484

Trace memory sample #485

Trace memory sample #486

Trace memory sample #487

Trace memory sample #488

Trace memory sample #489

Trace memory sample #490

Trace memory sample #491

Trace memory sample #492

Trace memory sample #493

Trace memory sample #494

Trace memory sample #495

Trace memory sample #496

Trace memory sample #497

Trace memory sample #498

Trace memory sample #499

Trace memory sample #500

Trace memory sample #501

Trace memory sample #502

Trace memory sample #503

Trace memory sample #504

Trace memory sample #505

Trace memory sample #506

Trace memory sample #507

Trace memory sample #508

Trace memory sample #509

Trace memory sample #510

Trace memory sample #511

Trace memory sample #512

Trace memory sample #513

Trace memory sample #514

Trace memory sample #515

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

86 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

3323

3324

3325

3326

3327

3328

3329

332A

331B

331C

331D

331E

331F

3320

3321

3322

332B

332C

332D

332E

332F

3330

3331

3332

3313

3314

3315

3316

3317

3318

3319

331A

330B

330C

330D

330E

330F

3310

3311

3312

ADDR

(HEX)

3303

3304

3305

3306

3307

3308

3309

330A

Table 7: 469 MEMORY MAP (Sheet 69 of 90)

DESCRIPTION

Trace memory sample #516

Trace memory sample #517

Trace memory sample #518

Trace memory sample #519

Trace memory sample #520

Trace memory sample #521

Trace memory sample #522

Trace memory sample #523

Trace memory sample #524

Trace memory sample #525

Trace memory sample #526

Trace memory sample #527

Trace memory sample #528

Trace memory sample #529

Trace memory sample #530

Trace memory sample #531

Trace memory sample #532

Trace memory sample #533

Trace memory sample #534

Trace memory sample #535

Trace memory sample #536

Trace memory sample #537

Trace memory sample #538

Trace memory sample #539

Trace memory sample #540

Trace memory sample #541

Trace memory sample #542

Trace memory sample #543

Trace memory sample #544

Trace memory sample #545

Trace memory sample #546

Trace memory sample #547

Trace memory sample #548

Trace memory sample #549

Trace memory sample #550

Trace memory sample #551

Trace memory sample #552

Trace memory sample #553

Trace memory sample #554

Trace memory sample #555

Trace memory sample #556

Trace memory sample #557

Trace memory sample #558

Trace memory sample #559

Trace memory sample #560

Trace memory sample #561

Trace memory sample #562

Trace memory sample #563

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 87

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

3353

3354

3355

3356

3357

3358

3359

335A

334B

334C

334D

334E

334F

3350

3351

3352

335B

335C

335D

335E

335F

3360

3361

3362

3343

3344

3345

3346

3347

3348

3349

334A

333B

333C

333D

333E

333F

3340

3341

3342

ADDR

(HEX)

3333

3334

3335

3336

3337

3338

3339

333A

Table 7: 469 MEMORY MAP (Sheet 70 of 90)

DESCRIPTION

Trace memory sample #564

Trace memory sample #565

Trace memory sample #566

Trace memory sample #567

Trace memory sample #568

Trace memory sample #569

Trace memory sample #570

Trace memory sample #571

Trace memory sample #572

Trace memory sample #573

Trace memory sample #574

Trace memory sample #575

Trace memory sample #576

Trace memory sample #577

Trace memory sample #578

Trace memory sample #579

Trace memory sample #580

Trace memory sample #581

Trace memory sample #582

Trace memory sample #583

Trace memory sample #584

Trace memory sample #585

Trace memory sample #586

Trace memory sample #587

Trace memory sample #588

Trace memory sample #589

Trace memory sample #590

Trace memory sample #591

Trace memory sample #592

Trace memory sample #593

Trace memory sample #594

Trace memory sample #595

Trace memory sample #596

Trace memory sample #597

Trace memory sample #598

Trace memory sample #599

Trace memory sample #600

Trace memory sample #601

Trace memory sample #602

Trace memory sample #603

Trace memory sample #604

Trace memory sample #605

Trace memory sample #606

Trace memory sample #607

Trace memory sample #608

Trace memory sample #609

Trace memory sample #610

Trace memory sample #611

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

88 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

3383

3384

3385

3386

3387

3388

3389

338A

337B

337C

337D

337E

337F

3380

3381

3382

338B

338C

338D

338E

338F

3390

3391

3392

3373

3374

3375

3376

3377

3378

3379

337A

336B

336C

336D

336E

336F

3370

3371

3372

ADDR

(HEX)

3363

3364

3365

3366

3367

3368

3369

336A

Table 7: 469 MEMORY MAP (Sheet 71 of 90)

DESCRIPTION

Trace memory sample #612

Trace memory sample #613

Trace memory sample #614

Trace memory sample #615

Trace memory sample #616

Trace memory sample #617

Trace memory sample #618

Trace memory sample #619

Trace memory sample #620

Trace memory sample #621

Trace memory sample #622

Trace memory sample #623

Trace memory sample #624

Trace memory sample #625

Trace memory sample #626

Trace memory sample #627

Trace memory sample #628

Trace memory sample #629

Trace memory sample #630

Trace memory sample #631

Trace memory sample #632

Trace memory sample #633

Trace memory sample #634

Trace memory sample #635

Trace memory sample #636

Trace memory sample #637

Trace memory sample #638

Trace memory sample #639

Trace memory sample #640

Trace memory sample #641

Trace memory sample #642

Trace memory sample #643

Trace memory sample #644

Trace memory sample #645

Trace memory sample #646

Trace memory sample #647

Trace memory sample #648

Trace memory sample #649

Trace memory sample #650

Trace memory sample #651

Trace memory sample #652

Trace memory sample #653

Trace memory sample #654

Trace memory sample #655

Trace memory sample #656

Trace memory sample #657

Trace memory sample #658

Trace memory sample #659

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 89

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

33B3

33B4

33B5

33B6

33B7

33B8

33B9

33BA

33AB

33AC

33AD

33AE

33AF

33B0

33B1

33B2

33BB

33BC

33BD

33BE

33BF

33C0

33C1

33C2

33A3

33A4

33A5

33A6

33A7

33A8

33A9

33AA

339B

339C

339D

339E

339F

33A0

33A1

33A2

ADDR

(HEX)

3393

3394

3395

3396

3397

3398

3399

339A

Table 7: 469 MEMORY MAP (Sheet 72 of 90)

DESCRIPTION

Trace memory sample #660

Trace memory sample #661

Trace memory sample #662

Trace memory sample #663

Trace memory sample #664

Trace memory sample #665

Trace memory sample #666

Trace memory sample #667

Trace memory sample #668

Trace memory sample #669

Trace memory sample #670

Trace memory sample #671

Trace memory sample #672

Trace memory sample #673

Trace memory sample #674

Trace memory sample #675

Trace memory sample #676

Trace memory sample #677

Trace memory sample #678

Trace memory sample #679

Trace memory sample #680

Trace memory sample #681

Trace memory sample #682

Trace memory sample #683

Trace memory sample #684

Trace memory sample #685

Trace memory sample #686

Trace memory sample #687

Trace memory sample #688

Trace memory sample #689

Trace memory sample #690

Trace memory sample #691

Trace memory sample #692

Trace memory sample #693

Trace memory sample #694

Trace memory sample #695

Trace memory sample #696

Trace memory sample #697

Trace memory sample #698

Trace memory sample #699

Trace memory sample #700

Trace memory sample #701

Trace memory sample #702

Trace memory sample #703

Trace memory sample #704

Trace memory sample #705

Trace memory sample #706

Trace memory sample #707

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

90 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

33E3

33E4

33E5

33E6

33E7

33E8

33E9

33EA

33DB

33DC

33DD

33DE

33DF

33E0

33E1

33E2

33EB

33EC

33ED

33EE

33EF

33F0

33F1

33F2

33D3

33D4

33D5

33D6

33D7

33D8

33D9

33DA

33CB

33CC

33CD

33CE

33CF

33D0

33D1

33D2

ADDR

(HEX)

33C3

33C4

33C5

33C6

33C7

33C8

33C9

33CA

Table 7: 469 MEMORY MAP (Sheet 73 of 90)

DESCRIPTION

Trace memory sample #708

Trace memory sample #709

Trace memory sample #710

Trace memory sample #711

Trace memory sample #712

Trace memory sample #713

Trace memory sample #714

Trace memory sample #715

Trace memory sample #716

Trace memory sample #717

Trace memory sample #718

Trace memory sample #719

Trace memory sample #720

Trace memory sample #721

Trace memory sample #722

Trace memory sample #723

Trace memory sample #724

Trace memory sample #725

Trace memory sample #726

Trace memory sample #727

Trace memory sample #728

Trace memory sample #729

Trace memory sample #730

Trace memory sample #731

Trace memory sample #732

Trace memory sample #733

Trace memory sample #734

Trace memory sample #735

Trace memory sample #736

Trace memory sample #737

Trace memory sample #738

Trace memory sample #739

Trace memory sample #740

Trace memory sample #741

Trace memory sample #742

Trace memory sample #743

Trace memory sample #744

Trace memory sample #745

Trace memory sample #746

Trace memory sample #747

Trace memory sample #748

Trace memory sample #749

Trace memory sample #750

Trace memory sample #751

Trace memory sample #752

Trace memory sample #753

Trace memory sample #754

Trace memory sample #755

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 91

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

3413

3414

3415

3416

3417

3418

3419

341A

340B

340C

340D

340E

340F

3410

3411

3412

341B

341C

341D

341E

341F

3420

3421

3422

3403

3404

3405

3406

3407

3408

3409

340A

33FB

33FC

33FD

33FE

33FF

3400

3401

3402

ADDR

(HEX)

33F3

33F4

33F5

33F6

33F7

33F8

33F9

33FA

Table 7: 469 MEMORY MAP (Sheet 74 of 90)

DESCRIPTION

Trace memory sample #756

Trace memory sample #757

Trace memory sample #758

Trace memory sample #759

Trace memory sample #760

Trace memory sample #761

Trace memory sample #762

Trace memory sample #763

Trace memory sample #764

Trace memory sample #765

Trace memory sample #766

Trace memory sample #767

Trace memory sample #768

Trace memory sample #769

Trace memory sample #770

Trace memory sample #771

Trace memory sample #772

Trace memory sample #773

Trace memory sample #774

Trace memory sample #775

Trace memory sample #776

Trace memory sample #777

Trace memory sample #778

Trace memory sample #779

Trace memory sample #780

Trace memory sample #781

Trace memory sample #782

Trace memory sample #783

Trace memory sample #784

Trace memory sample #785

Trace memory sample #786

Trace memory sample #787

Trace memory sample #788

Trace memory sample #789

Trace memory sample #790

Trace memory sample #791

Trace memory sample #792

Trace memory sample #793

Trace memory sample #794

Trace memory sample #795

Trace memory sample #796

Trace memory sample #797

Trace memory sample #798

Trace memory sample #799

Trace memory sample #800

Trace memory sample #801

Trace memory sample #802

Trace memory sample #803

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

92 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

3443

3444

3445

3446

3447

3448

3449

344A

343B

343C

343D

343E

343F

3440

3441

3442

344B

344C

344D

344E

344F

3450

3451

3452

3433

3434

3435

3436

3437

3438

3439

343A

342B

342C

342D

342E

342F

3430

3431

3432

ADDR

(HEX)

3423

3424

3425

3426

3427

3428

3429

342A

Table 7: 469 MEMORY MAP (Sheet 75 of 90)

DESCRIPTION

Trace memory sample #804

Trace memory sample #805

Trace memory sample #806

Trace memory sample #807

Trace memory sample #808

Trace memory sample #809

Trace memory sample #810

Trace memory sample #811

Trace memory sample #812

Trace memory sample #813

Trace memory sample #814

Trace memory sample #815

Trace memory sample #816

Trace memory sample #817

Trace memory sample #818

Trace memory sample #819

Trace memory sample #820

Trace memory sample #821

Trace memory sample #822

Trace memory sample #823

Trace memory sample #824

Trace memory sample #825

Trace memory sample #826

Trace memory sample #827

Trace memory sample #828

Trace memory sample #829

Trace memory sample #830

Trace memory sample #831

Trace memory sample #832

Trace memory sample #833

Trace memory sample #834

Trace memory sample #835

Trace memory sample #836

Trace memory sample #837

Trace memory sample #838

Trace memory sample #839

Trace memory sample #840

Trace memory sample #841

Trace memory sample #842

Trace memory sample #843

Trace memory sample #844

Trace memory sample #845

Trace memory sample #846

Trace memory sample #847

Trace memory sample #848

Trace memory sample #849

Trace memory sample #850

Trace memory sample #851

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 93

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

3473

3474

3475

3476

3477

3478

3479

347A

346B

346C

346D

346E

346F

3470

3471

3472

347B

347C

347D

347E

347F

3480

3481

3482

3463

3464

3465

3466

3467

3468

3469

346A

345B

345C

345D

345E

345F

3460

3461

3462

ADDR

(HEX)

3453

3454

3455

3456

3457

3458

3459

345A

Table 7: 469 MEMORY MAP (Sheet 76 of 90)

DESCRIPTION

Trace memory sample #852

Trace memory sample #853

Trace memory sample #854

Trace memory sample #855

Trace memory sample #856

Trace memory sample #857

Trace memory sample #858

Trace memory sample #859

Trace memory sample #860

Trace memory sample #861

Trace memory sample #862

Trace memory sample #863

Trace memory sample #864

Trace memory sample #865

Trace memory sample #866

Trace memory sample #867

Trace memory sample #868

Trace memory sample #869

Trace memory sample #870

Trace memory sample #871

Trace memory sample #872

Trace memory sample #873

Trace memory sample #874

Trace memory sample #875

Trace memory sample #876

Trace memory sample #877

Trace memory sample #878

Trace memory sample #879

Trace memory sample #880

Trace memory sample #881

Trace memory sample #882

Trace memory sample #883

Trace memory sample #884

Trace memory sample #885

Trace memory sample #886

Trace memory sample #887

Trace memory sample #888

Trace memory sample #889

Trace memory sample #890

Trace memory sample #891

Trace memory sample #892

Trace memory sample #893

Trace memory sample #894

Trace memory sample #895

Trace memory sample #896

Trace memory sample #897

Trace memory sample #898

Trace memory sample #899

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

94 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

34A3

34A4

34A5

34A6

34A7

34A8

34A9

34AA

349B

349C

349D

349E

349F

34A0

34A1

34A2

34AB

34AC

34AD

34AE

34AF

34B0

34B1

34B2

3493

3494

3495

3496

3497

3498

3499

349A

348B

348C

348D

348E

348F

3490

3491

3492

ADDR

(HEX)

3483

3484

3485

3486

3487

3488

3489

348A

Table 7: 469 MEMORY MAP (Sheet 77 of 90)

DESCRIPTION

Trace memory sample #900

Trace memory sample #901

Trace memory sample #902

Trace memory sample #903

Trace memory sample #904

Trace memory sample #905

Trace memory sample #906

Trace memory sample #907

Trace memory sample #908

Trace memory sample #909

Trace memory sample #910

Trace memory sample #911

Trace memory sample #912

Trace memory sample #913

Trace memory sample #914

Trace memory sample #915

Trace memory sample #916

Trace memory sample #917

Trace memory sample #918

Trace memory sample #919

Trace memory sample #920

Trace memory sample #921

Trace memory sample #922

Trace memory sample #923

Trace memory sample #924

Trace memory sample #925

Trace memory sample #926

Trace memory sample #927

Trace memory sample #928

Trace memory sample #929

Trace memory sample #930

Trace memory sample #931

Trace memory sample #932

Trace memory sample #933

Trace memory sample #934

Trace memory sample #935

Trace memory sample #936

Trace memory sample #937

Trace memory sample #938

Trace memory sample #939

Trace memory sample #940

Trace memory sample #941

Trace memory sample #942

Trace memory sample #943

Trace memory sample #944

Trace memory sample #945

Trace memory sample #946

Trace memory sample #947

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 95

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

34D3

34D4

34D5

34D6

34D7

34D8

34D9

34DA

34CB

34CC

34CD

34CE

34CF

34D0

34D1

34D2

34DB

34DC

34DD

34DE

34DF

34E0

34E1

34E2

34C3

34C4

34C5

34C6

34C7

34C8

34C9

34CA

34BB

34BC

34BD

34BE

34BF

34C0

34C1

34C2

ADDR

(HEX)

34B3

34B4

34B5

34B6

34B7

34B8

34B9

34BA

Table 7: 469 MEMORY MAP (Sheet 78 of 90)

DESCRIPTION

Trace memory sample #948

Trace memory sample #949

Trace memory sample #950

Trace memory sample #951

Trace memory sample #952

Trace memory sample #953

Trace memory sample #954

Trace memory sample #955

Trace memory sample #956

Trace memory sample #957

Trace memory sample #958

Trace memory sample #959

Trace memory sample #960

Trace memory sample #961

Trace memory sample #962

Trace memory sample #963

Trace memory sample #964

Trace memory sample #965

Trace memory sample #966

Trace memory sample #967

Trace memory sample #968

Trace memory sample #969

Trace memory sample #970

Trace memory sample #971

Trace memory sample #972

Trace memory sample #973

Trace memory sample #974

Trace memory sample #975

Trace memory sample #976

Trace memory sample #977

Trace memory sample #978

Trace memory sample #979

Trace memory sample #980

Trace memory sample #981

Trace memory sample #982

Trace memory sample #983

Trace memory sample #984

Trace memory sample #985

Trace memory sample #986

Trace memory sample #987

Trace memory sample #988

Trace memory sample #989

Trace memory sample #990

Trace memory sample #991

Trace memory sample #992

Trace memory sample #993

Trace memory sample #994

Trace memory sample #995

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

96 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

3503

3504

3505

3506

3507

3508

3509

350A

34FB

34FC

34FD

34FE

34FF

3500

3501

3502

350B

350C

350D

350E

350F

3510

3511

3512

34F3

34F4

34F5

34F6

34F7

34F8

34F9

34FA

34EB

34EC

34ED

34EE

34EF

34F0

34F1

34F2

ADDR

(HEX)

34E3

34E4

34E5

34E6

34E7

34E8

34E9

34EA

Table 7: 469 MEMORY MAP (Sheet 79 of 90)

DESCRIPTION

Trace memory sample #996

Trace memory sample #997

Trace memory sample #998

Trace memory sample #999

Trace memory sample #1000

Trace memory sample #1001

Trace memory sample #1002

Trace memory sample #1003

Trace memory sample #1004

Trace memory sample #1005

Trace memory sample #1006

Trace memory sample #1007

Trace memory sample #1008

Trace memory sample #1009

Trace memory sample #1010

Trace memory sample #1011

Trace memory sample #1012

Trace memory sample #1013

Trace memory sample #1014

Trace memory sample #1015

Trace memory sample #1016

Trace memory sample #1017

Trace memory sample #1018

Trace memory sample #1019

Trace memory sample #1020

Trace memory sample #1021

Trace memory sample #1022

Trace memory sample #1023

Trace memory sample #1024

Trace memory sample #1025

Trace memory sample #1026

Trace memory sample #1027

Trace memory sample #1028

Trace memory sample #1029

Trace memory sample #1030

Trace memory sample #1031

Trace memory sample #1032

Trace memory sample #1033

Trace memory sample #1034

Trace memory sample #1035

Trace memory sample #1036

Trace memory sample #1037

Trace memory sample #1038

Trace memory sample #1039

Trace memory sample #1040

Trace memory sample #1041

Trace memory sample #1042

Trace memory sample #1043

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 97

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

3533

3534

3535

3536

3537

3538

3539

353A

352B

352C

352D

352E

352F

3530

3531

3532

353B

353C

353D

353E

353F

3540

3541

3542

3523

3524

3525

3526

3527

3528

3529

352A

351B

351C

351D

351E

351F

3520

3521

3522

ADDR

(HEX)

3513

3514

3515

3516

3517

3518

3519

351A

Table 7: 469 MEMORY MAP (Sheet 80 of 90)

DESCRIPTION

Trace memory sample #1044

Trace memory sample #1045

Trace memory sample #1046

Trace memory sample #1047

Trace memory sample #1048

Trace memory sample #1049

Trace memory sample #1050

Trace memory sample #1051

Trace memory sample #1052

Trace memory sample #1053

Trace memory sample #1054

Trace memory sample #1055

Trace memory sample #1056

Trace memory sample #1057

Trace memory sample #1058

Trace memory sample #1059

Trace memory sample #1060

Trace memory sample #1061

Trace memory sample #1062

Trace memory sample #1063

Trace memory sample #1064

Trace memory sample #1065

Trace memory sample #1066

Trace memory sample #1067

Trace memory sample #1068

Trace memory sample #1069

Trace memory sample #1070

Trace memory sample #1071

Trace memory sample #1072

Trace memory sample #1073

Trace memory sample #1074

Trace memory sample #1075

Trace memory sample #1076

Trace memory sample #1077

Trace memory sample #1078

Trace memory sample #1079

Trace memory sample #1080

Trace memory sample #1081

Trace memory sample #1082

Trace memory sample #1083

Trace memory sample #1084

Trace memory sample #1085

Trace memory sample #1086

Trace memory sample #1087

Trace memory sample #1088

Trace memory sample #1089

Trace memory sample #1090

Trace memory sample #1091

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

98 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

3563

3564

3565

3566

3567

3568

3569

356A

355B

355C

355D

355E

355F

3560

3561

3562

356B

356C

356D

356E

356F

3570

3571

3572

3553

3554

3555

3556

3557

3558

3559

355A

354B

354C

354D

354E

354F

3550

3551

3552

ADDR

(HEX)

3543

3544

3545

3546

3547

3548

3549

354A

Table 7: 469 MEMORY MAP (Sheet 81 of 90)

DESCRIPTION

Trace memory sample #1092

Trace memory sample #1093

Trace memory sample #1094

Trace memory sample #1095

Trace memory sample #1096

Trace memory sample #1097

Trace memory sample #1098

Trace memory sample #1099

Trace memory sample #1100

Trace memory sample #1101

Trace memory sample #1102

Trace memory sample #1103

Trace memory sample #1104

Trace memory sample #1105

Trace memory sample #1106

Trace memory sample #1107

Trace memory sample #1108

Trace memory sample #1109

Trace memory sample #1110

Trace memory sample #1111

Trace memory sample #1112

Trace memory sample #1113

Trace memory sample #1114

Trace memory sample #1115

Trace memory sample #1116

Trace memory sample #1117

Trace memory sample #1118

Trace memory sample #1119

Trace memory sample #1120

Trace memory sample #1121

Trace memory sample #1122

Trace memory sample #1123

Trace memory sample #1124

Trace memory sample #1125

Trace memory sample #1126

Trace memory sample #1127

Trace memory sample #1128

Trace memory sample #1129

Trace memory sample #1130

Trace memory sample #1131

Trace memory sample #1132

Trace memory sample #1133

Trace memory sample #1134

Trace memory sample #1135

Trace memory sample #1136

Trace memory sample #1137

Trace memory sample #1138

Trace memory sample #1139

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 99

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

3593

3594

3595

3596

3597

3598

3599

359A

358B

358C

358D

358E

358F

3590

3591

3592

359B

359C

359D

359E

359F

35A0

35A1

35A2

3583

3584

3585

3586

3587

3588

3589

358A

357B

357C

357D

357E

357F

3580

3581

3582

ADDR

(HEX)

3573

3574

3575

3576

3577

3578

3579

357A

Table 7: 469 MEMORY MAP (Sheet 82 of 90)

DESCRIPTION

Trace memory sample #1140

Trace memory sample #1141

Trace memory sample #1142

Trace memory sample #1143

Trace memory sample #1144

Trace memory sample #1145

Trace memory sample #1146

Trace memory sample #1147

Trace memory sample #1148

Trace memory sample #1149

Trace memory sample #1150

Trace memory sample #1151

Trace memory sample #1152

Trace memory sample #1153

Trace memory sample #1154

Trace memory sample #1155

Trace memory sample #1156

Trace memory sample #1157

Trace memory sample #1158

Trace memory sample #1159

Trace memory sample #1160

Trace memory sample #1161

Trace memory sample #1162

Trace memory sample #1163

Trace memory sample #1164

Trace memory sample #1165

Trace memory sample #1166

Trace memory sample #1167

Trace memory sample #1168

Trace memory sample #1169

Trace memory sample #1170

Trace memory sample #1171

Trace memory sample #1172

Trace memory sample #1173

Trace memory sample #1174

Trace memory sample #1175

Trace memory sample #1176

Trace memory sample #1177

Trace memory sample #1178

Trace memory sample #1179

Trace memory sample #1180

Trace memory sample #1181

Trace memory sample #1182

Trace memory sample #1183

Trace memory sample #1184

Trace memory sample #1185

Trace memory sample #1186

Trace memory sample #1187

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

100 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

35C3

35C4

35C5

35C6

35C7

35C8

35C9

35CA

35BB

35BC

35BD

35BE

35BF

35C0

35C1

35C2

35CB

35CC

35CD

35CE

35CF

35D0

35D1

35D2

35B3

35B4

35B5

35B6

35B7

35B8

35B9

35BA

35AB

35AC

35AD

35AE

35AF

35B0

35B1

35B2

ADDR

(HEX)

35A3

35A4

35A5

35A6

35A7

35A8

35A9

35AA

Table 7: 469 MEMORY MAP (Sheet 83 of 90)

DESCRIPTION

Trace memory sample #1188

Trace memory sample #1189

Trace memory sample #1190

Trace memory sample #1191

Trace memory sample #1192

Trace memory sample #1193

Trace memory sample #1194

Trace memory sample #1195

Trace memory sample #1196

Trace memory sample #1197

Trace memory sample #1198

Trace memory sample #1199

Trace memory sample #1200

Trace memory sample #1201

Trace memory sample #1202

Trace memory sample #1203

Trace memory sample #1204

Trace memory sample #1205

Trace memory sample #1206

Trace memory sample #1207

Trace memory sample #1208

Trace memory sample #1209

Trace memory sample #1210

Trace memory sample #1211

Trace memory sample #1212

Trace memory sample #1213

Trace memory sample #1214

Trace memory sample #1215

Trace memory sample #1216

Trace memory sample #1217

Trace memory sample #1218

Trace memory sample #1219

Trace memory sample #1220

Trace memory sample #1221

Trace memory sample #1222

Trace memory sample #1223

Trace memory sample #1224

Trace memory sample #1225

Trace memory sample #1226

Trace memory sample #1227

Trace memory sample #1228

Trace memory sample #1229

Trace memory sample #1230

Trace memory sample #1231

Trace memory sample #1232

Trace memory sample #1233

Trace memory sample #1234

Trace memory sample #1235

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 101

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

35F3

35F4

35F5

35F6

35F7

35F8

35F9

35FA

35EB

35EC

35ED

35EE

35EF

35F0

35F1

35F2

35FB

35FC

35FD

35FE

35FF

3600

3601

3602

35E3

35E4

35E5

35E6

35E7

35E8

35E9

35EA

35DB

35DC

35DD

35DE

35DF

35E0

35E1

35E2

ADDR

(HEX)

35D3

35D4

35D5

35D6

35D7

35D8

35D9

35DA

Table 7: 469 MEMORY MAP (Sheet 84 of 90)

DESCRIPTION

Trace memory sample #1236

Trace memory sample #1237

Trace memory sample #1238

Trace memory sample #1239

Trace memory sample #1240

Trace memory sample #1241

Trace memory sample #1242

Trace memory sample #1243

Trace memory sample #1244

Trace memory sample #1245

Trace memory sample #1246

Trace memory sample #1247

Trace memory sample #1248

Trace memory sample #1249

Trace memory sample #1250

Trace memory sample #1251

Trace memory sample #1252

Trace memory sample #1253

Trace memory sample #1254

Trace memory sample #1255

Trace memory sample #1256

Trace memory sample #1257

Trace memory sample #1258

Trace memory sample #1259

Trace memory sample #1260

Trace memory sample #1261

Trace memory sample #1262

Trace memory sample #1263

Trace memory sample #1264

Trace memory sample #1265

Trace memory sample #1266

Trace memory sample #1267

Trace memory sample #1268

Trace memory sample #1269

Trace memory sample #1270

Trace memory sample #1271

Trace memory sample #1272

Trace memory sample #1273

Trace memory sample #1274

Trace memory sample #1275

Trace memory sample #1276

Trace memory sample #1277

Trace memory sample #1278

Trace memory sample #1279

Trace memory sample #1280

Trace memory sample #1281

Trace memory sample #1282

Trace memory sample #1283

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

102 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

3623

3624

3625

3626

3627

3628

3629

362A

361B

361C

361D

361E

361F

3620

3621

3622

362B

362C

362D

362E

362F

3630

3631

3632

3613

3614

3615

3616

3617

3618

3619

361A

360B

360C

360D

360E

360F

3610

3611

3612

ADDR

(HEX)

3603

3604

3605

3606

3607

3608

3609

360A

Table 7: 469 MEMORY MAP (Sheet 85 of 90)

DESCRIPTION

Trace memory sample #1284

Trace memory sample #1285

Trace memory sample #1286

Trace memory sample #1287

Trace memory sample #1288

Trace memory sample #1289

Trace memory sample #1290

Trace memory sample #1291

Trace memory sample #1292

Trace memory sample #1293

Trace memory sample #1294

Trace memory sample #1295

Trace memory sample #1296

Trace memory sample #1297

Trace memory sample #1298

Trace memory sample #1299

Trace memory sample #1300

Trace memory sample #1301

Trace memory sample #1302

Trace memory sample #1303

Trace memory sample #1304

Trace memory sample #1305

Trace memory sample #1306

Trace memory sample #1307

Trace memory sample #1308

Trace memory sample #1309

Trace memory sample #1310

Trace memory sample #1311

Trace memory sample #1312

Trace memory sample #1313

Trace memory sample #1314

Trace memory sample #1315

Trace memory sample #1316

Trace memory sample #1317

Trace memory sample #1318

Trace memory sample #1319

Trace memory sample #1320

Trace memory sample #1321

Trace memory sample #1322

Trace memory sample #1323

Trace memory sample #1324

Trace memory sample #1325

Trace memory sample #1326

Trace memory sample #1327

Trace memory sample #1328

Trace memory sample #1329

Trace memory sample #1330

Trace memory sample #1331

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 103

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

3653

3654

3655

3656

3657

3658

3659

365A

364B

364C

364D

364E

364F

3650

3651

3652

365B

365C

365D

365E

365F

3660

3661

3662

3643

3644

3645

3646

3647

3648

3649

364A

363B

363C

363D

363E

363F

3640

3641

3642

ADDR

(HEX)

3633

3634

3635

3636

3637

3638

3639

363A

Table 7: 469 MEMORY MAP (Sheet 86 of 90)

DESCRIPTION

Trace memory sample #1332

Trace memory sample #1333

Trace memory sample #1334

Trace memory sample #1335

Trace memory sample #1336

Trace memory sample #1337

Trace memory sample #1338

Trace memory sample #1339

Trace memory sample #1340

Trace memory sample #1341

Trace memory sample #1342

Trace memory sample #1343

Trace memory sample #1344

Trace memory sample #1345

Trace memory sample #1346

Trace memory sample #1347

Trace memory sample #1348

Trace memory sample #1349

Trace memory sample #1350

Trace memory sample #1351

Trace memory sample #1352

Trace memory sample #1353

Trace memory sample #1354

Trace memory sample #1355

Trace memory sample #1356

Trace memory sample #1357

Trace memory sample #1358

Trace memory sample #1359

Trace memory sample #1360

Trace memory sample #1361

Trace memory sample #1362

Trace memory sample #1363

Trace memory sample #1364

Trace memory sample #1365

Trace memory sample #1366

Trace memory sample #1367

Trace memory sample #1368

Trace memory sample #1369

Trace memory sample #1370

Trace memory sample #1371

Trace memory sample #1372

Trace memory sample #1373

Trace memory sample #1374

Trace memory sample #1375

Trace memory sample #1376

Trace memory sample #1377

Trace memory sample #1378

Trace memory sample #1379

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

104 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

3683

3684

3685

3686

3687

3688

3689

368A

367B

367C

367D

367E

367F

3680

3681

3682

368B

368C

368D

368E

368F

3690

3691

3692

3673

3674

3675

3676

3677

3678

3679

367A

366B

366C

366D

366E

366F

3670

3671

3672

ADDR

(HEX)

3663

3664

3665

3666

3667

3668

3669

366A

Table 7: 469 MEMORY MAP (Sheet 87 of 90)

DESCRIPTION

Trace memory sample #1380

Trace memory sample #1381

Trace memory sample #1382

Trace memory sample #1383

Trace memory sample #1384

Trace memory sample #1385

Trace memory sample #1386

Trace memory sample #1387

Trace memory sample #1388

Trace memory sample #1389

Trace memory sample #1390

Trace memory sample #1391

Trace memory sample #1392

Trace memory sample #1393

Trace memory sample #1394

Trace memory sample #1395

Trace memory sample #1396

Trace memory sample #1397

Trace memory sample #1398

Trace memory sample #1399

Trace memory sample #1400

Trace memory sample #1401

Trace memory sample #1402

Trace memory sample #1403

Trace memory sample #1404

Trace memory sample #1405

Trace memory sample #1406

Trace memory sample #1407

Trace memory sample #1408

Trace memory sample #1409

Trace memory sample #1410

Trace memory sample #1411

Trace memory sample #1412

Trace memory sample #1413

Trace memory sample #1414

Trace memory sample #1415

Trace memory sample #1416

Trace memory sample #1417

Trace memory sample #1418

Trace memory sample #1419

Trace memory sample #1420

Trace memory sample #1421

Trace memory sample #1422

Trace memory sample #1423

Trace memory sample #1424

Trace memory sample #1425

Trace memory sample #1426

Trace memory sample #1427

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 105

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

36B3

36B4

36B5

36B6

36B7

36B8

36B9

36BA

36AB

36AC

36AD

36AE

36AF

36B0

36B1

36B2

36BB

36BC

36BD

36BE

36BF

36C0

36C1

36C2

36A3

36A4

36A5

36A6

36A7

36A8

36A9

36AA

369B

369C

369D

369E

369F

36A0

36A1

36A2

ADDR

(HEX)

3693

3694

3695

3696

3697

3698

3699

369A

Table 7: 469 MEMORY MAP (Sheet 88 of 90)

DESCRIPTION

Trace memory sample #1428

Trace memory sample #1429

Trace memory sample #1430

Trace memory sample #1431

Trace memory sample #1432

Trace memory sample #1433

Trace memory sample #1434

Trace memory sample #1435

Trace memory sample #1436

Trace memory sample #1437

Trace memory sample #1438

Trace memory sample #1439

Trace memory sample #1440

Trace memory sample #1441

Trace memory sample #1442

Trace memory sample #1443

Trace memory sample #1444

Trace memory sample #1445

Trace memory sample #1446

Trace memory sample #1447

Trace memory sample #1448

Trace memory sample #1449

Trace memory sample #1450

Trace memory sample #1451

Trace memory sample #1452

Trace memory sample #1453

Trace memory sample #1454

Trace memory sample #1455

Trace memory sample #1456

Trace memory sample #1457

Trace memory sample #1458

Trace memory sample #1459

Trace memory sample #1460

Trace memory sample #1461

Trace memory sample #1462

Trace memory sample #1463

Trace memory sample #1464

Trace memory sample #1465

Trace memory sample #1466

Trace memory sample #1467

Trace memory sample #1468

Trace memory sample #1469

Trace memory sample #1470

Trace memory sample #1471

Trace memory sample #1472

Trace memory sample #1473

Trace memory sample #1474

Trace memory sample #1475

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

106 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

GROUP

36E3

36E4

36E5

36E6

36E7

36E8

36E9

36EA

36DB

36DC

36DD

36DE

36DF

36E0

36E1

36E2

36EB

36EC

36ED

36EE

36EF

36F0

36F1

36F2

36D3

36D4

36D5

36D6

36D7

36D8

36D9

36DA

36CB

36CC

36CD

36CE

36CF

36D0

36D1

36D2

ADDR

(HEX)

36C3

36C4

36C5

36C6

36C7

36C8

36C9

36CA

Table 7: 469 MEMORY MAP (Sheet 89 of 90)

DESCRIPTION

Trace memory sample #1476

Trace memory sample #1477

Trace memory sample #1478

Trace memory sample #1479

Trace memory sample #1480

Trace memory sample #1481

Trace memory sample #1482

Trace memory sample #1483

Trace memory sample #1484

Trace memory sample #1485

Trace memory sample #1486

Trace memory sample #1487

Trace memory sample #1488

Trace memory sample #1489

Trace memory sample #1490

Trace memory sample #1491

Trace memory sample #1492

Trace memory sample #1493

Trace memory sample #1494

Trace memory sample #1495

Trace memory sample #1496

Trace memory sample #1497

Trace memory sample #1498

Trace memory sample #1499

Trace memory sample #1500

Trace memory sample #1501

Trace memory sample #1502

Trace memory sample #1503

Trace memory sample #1504

Trace memory sample #1505

Trace memory sample #1506

Trace memory sample #1507

Trace memory sample #1508

Trace memory sample #1509

Trace memory sample #1510

Trace memory sample #1511

Trace memory sample #1512

Trace memory sample #1513

Trace memory sample #1514

Trace memory sample #1515

Trace memory sample #1516

Trace memory sample #1517

Trace memory sample #1518

Trace memory sample #1519

Trace memory sample #1520

Trace memory sample #1521

Trace memory sample #1522

Trace memory sample #1523

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 107

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

GROUP

36FB

36FC

36FD

36FE

36FF

3700

ADDR

(HEX)

36F3

36F4

36F5

36F6

36F7

36F8

36F9

36FA

...

3FFF

DESCRIPTION

Trace memory sample #1524

Trace memory sample #1525

Trace memory sample #1526

Trace memory sample #1527

Trace memory sample #1528

Trace memory sample #1529

Trace memory sample #1530

Trace memory sample #1531

Trace memory sample #1532

Trace memory sample #1533

Trace memory sample #1534

Trace memory sample #1535

Trace memory sample #1536

Reserved

...

Reserved

Table 7: 469 MEMORY MAP (Sheet 90 of 90)

MIN.

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

-32767

MAX.

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

32767

1

1

1

1

1

1

1

1

1

1

1

1

1

STEP

VALUE

--

--

--

--

--

--

--

--

--

--

--

--

--

UNITS

F157

F157

F157

F157

F157

FORMAT

CODE

F157

F157

F157

F157

F157

F157

F157

F157

DEFAULT

0

0

0

0

0

0

0

0

0

0

0

0

0

108 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

Format Codes

The data formats used in the Modbus memory map are shown below.

CODE

F1

F2

F3

F4

F5

F6

F7

F8

F9

F10

F11

F12

F13

Table 8: Data Formats (Sheet 1 of 15)

TYPE DEFINITION

16 bits UNSIGNED VALUE

Example: 1234 stored as 1234

16 bits

UNSIGNED VALUE,

1 DECIMAL PLACE

Example: 123.4 stored as 1234

16 bits

UNSIGNED VALUE,

2 DECIMAL PLACES

Example: 12.34 stored as 1234

16 bits 2’s COMPLEMENT SIGNED VALUE

Example: –1234 stored as –1234 (i.e. 64302)

16 bits

2’s COMPLEMENT SIGNED VALUE

1 DECIMAL PLACES

Example: -123.4 stored as -1234 (i.e. 64302)

16 bits

2’s COMPLEMENT SIGNED VALUE

2 DECIMAL PLACES

Example: –12.34 stored as –1234 (i.e. 64302)

16 bits

2’s COMPLEMENT SIGNED VALUE

3 DECIMAL PLACES

Example: –1.234 stored as –1234 (i.e. 64302)

16 bits

2’s COMPLEMENT SIGNED VALUE

4 DECIMAL PLACES

Example: -0.1234 stored as -1234 (i.e. 64302)

32 bits UNSIGNED LONG VALUE

1st 16 bits

2nd 16 bits

High Order Word of Long Value

Low Order Word of Long Value

Example: 123456 stored as 123456

(i.e. 1st word: 0001 hex, 2nd word: E240 hex)

32 bits

UNSIGNED LONG VALUE, 1 DECIMAL

PLACE

1st 16 bits

2nd 16 bits

High Order Word of Long Value

Low Order Word of Long Value

Example: 12345.6 stored as 123456

(i.e. 1st word: 0001 hex, 2nd word: E240 hex)

32 bits

UNSIGNED LONG VALUE, 2 DECIMAL

PLACES

1st 16 bits

2nd 16 bits

High Order Word of Long Value

Low Order Word of Long Value

Example: 1234.56 stored as 123456

(i.e. 1st word: 0001 hex, 2nd word: E240 hex)

32 bits

2’s COMPLEMENT SIGNED LONG

VALUE

1st 16 bits

2nd 16 bits

High Order Word of Long Value

Low Order Word of Long Value

Example: -123456 stored as -123456

(i.e. 1st word: FFFE hex, 2nd word: 1DC0 hex)

32 bits

2’s COMPLEMENT SIGNED LONG

VALUE, 1 DECIMAL PLACE

1st 16 bits

2nd 16 bits

High Order Word of Long Value

Low Order Word of Long Value

Example: -12345.6 stored as -123456

(i.e. 1st word: FFFE hex, 2nd word: 1DC0 hex)

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 109

MODBUS MEMORY MAP

110

COMMUNICATIONS GUIDE

CODE

F14

F15

F16

F17

F18

F19

F20

F21

Table 8: Data Formats (Sheet 2 of 15)

TYPE DEFINITION

32 bits

1st 16 bits

2nd 16 bits

2’s COMPLEMENT SIGNED LONG

VALUE, 2 DECIMAL PLACES

High Order Word of Long Value

Example: -1234.56 stored as -123456

(i.e. 1st word: FFFE hex, 2nd word: 1DC0 hex)

16 bits

0000 0000

0000 0001

Low Order Word of Long Value

HARDWARE REVISION

1 = A

0000 0000

0000 0010

...

2 = B

...

0000 0000

0001 1010

16 bits

1111 1111 xxxx xxxx

26 = Z

SOFTWARE REVISION

Major Revision Number

0 to 9 in steps of 1 xxxx xxxx

1111 1111

Minor Revision Number (two BCD digits)

00 to 99 in steps of 1

Example: Revision 2.30 stored as 0230 hex

32 bits

UNSIGNED LONG VALUE, 3 DECIMAL

PLACES

1st 16 bits

2nd 16 bits

High Order Word of Long Value

Low Order Word of Long Value

Example: 123.456 stored as 123456

(i.e. 1st word: 0001 hex, 2nd word: E240 hex)

32 bits DATE (MM/DD/YYYY)

1st byte

2nd byte

Month (1 to 12)

Day (1 to 31)

3rd & 4th byte Year (1995 to 2094)

Example: Feb. 20, 1995 stored as 34867142 (i.e. 1st word: 0214, 2nd word 07CB)

32 bits

1st byte

2nd byte

3rd byte

TIME (HH:MM:SS:hh)

Hours (0 to 23)

Minutes (0 to 59)

Seconds (0 to 59)

4th byte Hundredths of seconds (0 to 99)

Example: 2:05pm stored as 235208704 (i.e. 1st word:

0E05, 2nd word 0000)

32 bits

1st 16 bits

2nd 16 bits

2’s COMPLEMENT SIGNED LONG

VALUE

High Order Word of Long Value

Low Order Word of Long Value

Note: -1 means “Never”

16 bits

< 0

> 0

2’s COMPLEMENT SIGNED VALUE

2 DECIMAL PLACES (Power Factor)

Leading Power Factor - Negative

Lagging Power Factor - Positive

Example: Power Factor of 0.87 lag is used as 87 (i.e.

0057)

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

CODE

F22

F24

F25

F26

F100

F101

F102

F103

F104

F105

Table 8: Data Formats (Sheet 3 of 15)

TYPE DEFINITION

16 bits

MSB

LSB

TWO 8-BIT CHARACTERS

PACKED INTO 16-BIT UNSIGNED

First Character

Second Character

Example: String ‘AB’ stored as 4142 hex.

32 bits

1 st

byte

TIME FORMAT FOR BROADCAST

Hours (0 to 23)

2 nd

byte

Minutes (0 to 59)

3 rd

& 4 th

bytes

Milliseconds (0 to 59999)

Note: Clock resolution limited to 0.01 sec

Example: 1:15:48:572 stored as 17808828 (i.e., 1 st

word

010F, 2 nd

word BDBC)

16 bits

UNSIGNED VALUE, 4 DECIMAL

PLACES

Example: 0.1234 stored as 1234

16 bits

UNSIGNED VALUE, 3 DECIMAL

PLACES

Example: 1.234 stored as 1234

Unsigned

16 bit integer TEMPERATURE DISPLAY UNITS

0 Celsius

0

1

2

3

1 Fahrenheit

Unsigned

16 bit integer RS 485 BAUD RATE

300 baud

1200 baud

2400 baud

4800 baud

4

5

9600 baud

19200 baud

Unsigned

16 bit integer RS 485 PARITY

0 None

1

2

Odd

Even

Unsigned

16 bit integer OFF / ON or NO/YES SELECTION

0 Off / No

1 On / Yes

Unsigned

16 bit integer GROUND CT TYPE

1

2

2

3

0

1

None

1 A Secondary

5 A Secondary

50/0.025 CT

Unsigned

16 bit integer DIFFERENTIAL CT TYPE

0 None

1 A Secondary

5 A Secondary

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 111

MODBUS MEMORY MAP

112

COMMUNICATIONS GUIDE

CODE

F106

F107

F108

F109

F110

F110

ctd.t

F111

F112

Table 8: Data Formats (Sheet 4 of 15)

TYPE DEFINITION

1

2

Unsigned

16 bit integer

0

VOLTAGE TRANSFORMER

CONNECTION TYPE

None

Open Delta

Wye

Unsigned

16 bit integer NOMINAL FREQUENCY

0 60 Hz

1

2

Unsigned

16 bit integer

0

50 Hz

Variable

REDUCED VOLTAGE STARTING

TRANSITION ON

Current Only

1

2

Current or Timer

Current and Timer

Unsigned

16 bit integer STARTER STATUS SWITCH

0 Starter Aux a

1 Starter Aux b

Unsigned

16 bit integer ASSIGNABLE INPUT FUNCTION

6

7

8

9

2

3

0

1

4

5

Off

Remote Alarm

Remote Trip

Speed Switch Trip

Load Shed Trip

Pressure Sw. Alarm

Pressure Switch Trip

Vibration Sw. Alarm

Vibration Sw. Trip

Digital Counter

14

15

16

17

10

11

12

13

Tachometer

General Sw. A

General Sw. B

General Sw. C

General Sw. D

Capture Trace

Simulate Pre-Fault

Simulate Fault

18 Simulate Pre-Fault...Fault

Unsigned

16 bit integer TRIP RELAYS

2

3

0

1

Trip

Trip & Aux2

Trip & Aux2 & Aux3

Trip & Aux3

Unsigned

16 bit integer NOT DEFINED

0

1

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

CODE

F113

F114

F115

F116

F117

F118

F118

ctd.

F119

F120

Table 8: Data Formats (Sheet 5 of 15)

TYPE DEFINITION

1

2

3

4

Unsigned

16 bit integer ALARM RELAYS

0 Alarm

Alarm & Aux2

Alarm & Aux2 & Aux3

Alarm & Aux3

Aux2

5

6

Aux2 & Aux3

Aux3

7 None

Unsigned

16 bit integer COUNTER TYPE

0

1

Increment

Decrement

Unsigned

16 bit integer ALARM / TRIP TYPE SELECTION

0 Off

1

2

Latched

Unlatched

Unsigned

16 bit integer SWITCH TYPE

0 Normally Open

0

1

1 Normally Closed

Unsigned

16 bit integer RESET MODE

All Resets

Remote Reset Only

2

3

0

1

4

5

2 Keypad Reset Only

Unsigned

16 bit integer TRIP RELAYS

Trip

Trip & Aux2

Trip & Aux2 & Aux3

Trip & Aux3

Aux2

Aux2 & Aux3

0

1

6 Aux3

Unsigned

16 bit integer BACKUP RELAYS

Aux2

Aux2 & Aux3

2

3

0

1

2 Aux3

Unsigned

16 bit integer RTD TYPE

100 Ohm Platinum

120 Ohm Nickel

100 Ohm Nickel

10 Ohm Copper

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 113

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

CODE

F121

F122

F123

F124

F125

F126

Table 8: Data Formats (Sheet 6 of 15)

TYPE DEFINITION

1

2

3

4

Unsigned

16 bit integer RTD APPLICATION

0 None

Stator

Bearing

Ambient

Other

Unsigned

16 bit integer RTD VOTING SELECTION

1 RTD #1

8

9

10

11

4

5

2

3

6

7

RTD #2

RTD #3

RTD #4

RTD #5

RTD #6

RTD #7

RTD #8

RTD #9

RTD #10

RTD #11

12 RTD #12

Unsigned

16 bit integer ALARM STATUS

2

3

0

1

4

Unsigned

16 bit integer

Off

Not Active

Timing Out

Active

Latched

PHASE ROTATION AT MOTOR

TERMINALS

0

1

0

1

ABC

ACB

Unsigned

16 bit integer STARTER TYPE

0 Breaker

1

Unsigned

16 bit

Contactor

DISABLED / ENABLED SELECTION

Disabled

Enabled

114 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

CODE

F127

Table 8: Data Formats (Sheet 7 of 15)

TYPE

29

30

31

32

25

26

27

28

21

22

23

24

17

18

19

20

13

14

15

16

9

10

11

12

5

6

7

8

1

2

3

4

Unsigned

16 bit integer

0

41

42

43

44

45

46

37

38

39

40

33

34

35

36

DEFINITION

ANALOG OUTPUT PARAMETER

SELECTION

None

Phase A Current

Phase B Current

Phase C Current

Average Phase Current

AB Line Voltage

BC Line Voltage

CA Line Voltage

Average Line Voltage

Phase AN Voltage

Phase BN Voltage

Phase CN Voltage

Average Phase Voltage

Hottest Stator RTD

Hottest Bearing RTD

Ambient RTD

RTD #1

RTD #2

RTD #3

RTD #4

RTD #5

RTD #6

RTD #7

RTD #8

RTD #9

RTD #10

RTD #11

RTD #12

Power Factor

Reactive Power

Real Power (kW)

Apparent Power

Thermal Capacity Used

Relay Lockout Time

Current Demand kvar Demand kW Demand kVA Demand

Motor Load

Analog Input 1

Analog Input 2

Analog Input 3

Analog Input 4

Tachometer

MWhrs

Analog In Diff 1-2

Analog In Diff 3-4

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 115

MODBUS MEMORY MAP COMMUNICATIONS GUIDE

CODE

F128

F129

F130

F131

F132

F133

Table 8: Data Formats (Sheet 8 of 15)

TYPE DEFINITION

1

2

Unsigned

16 bit int.

0

PROTECTION CURVE STYLE

SELECTION

Standard

Custom

Voltage Dependent

Unsigned

16 bit integer ANALOG INPUT SELECTION

0 Disabled

1

2

4-20 mA

0-20 mA

3 0-1 mA

Unsigned

16 bit integer PICKUP TYPE

0

1

Over

Under

Unsigned

16 bit integer INPUT SWITCH STATUS

0 Open

0

1

1 Shorted

Unsigned

16 bit integer TRIP COIL SUPERVISION STATUS

No Coil

Coil

3

4

1

2

Unsigned

16 bit integer MOTOR STATUS

0 Stopped

Starting

Running

Overloaded

Tripped

116 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

CODE

F134

Table 8: Data Formats (Sheet 9 of 15)

TYPE

29

30

31

32

25

26

27

28

33

34

35

21

22

23

24

17

18

19

20

13

14

15

16

9

10

11

12

5

6

7

8

1

2

3

4

Unsigned

16 bit integer

0

DEFINITION

CAUSE OF EVENT /

CAUSE OF LAST TRIP (UP TO 49)

No Event/Trip To Date

Incomplete Seq Trip

Remote Trip

Speed Switch Trip

Load Shed Trip

Pressure Sw. Trip

Vibration Sw. Trip

Tachometer Trip

General Sw. A Trip

General Sw. B Trip

General Sw. C Trip

General Sw. D Trip

Overload Trip

Short Circuit Trip

Short Circuit Backup

Mechanical Jam Trip

Undercurrent Trip

Current U/B Trip

Ground Fault Trip

Ground Fault Backup

Differential Trip

Acceleration Trip

RTD 1 Trip

RTD 2 Trip

RTD 3 Trip

RTD 4 Trip

RTD 5 Trip

RTD 6 Trip

RTD 7 Trip

RTD 8 Trip

RTD 9 Trip

RTD 10 Trip

RTD 11 Trip

RTD 12 Trip

Undervoltage Trip

Overvoltage Trip

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 117

MODBUS MEMORY MAP

118

COMMUNICATIONS GUIDE

CODE

F134

ctd.

42

43

44

45

46

36

37

38

39

40

41

70

71

72

73

66

67

68

69

74

75

76

77

78

62

63

64

65

58

59

60

61

54

55

56

57

48

49

50

51

52

53

Table 8: Data Formats (Sheet 10 of 15)

47

TYPE DEFINITION

General Sw. C Alarm

General Sw. D Alarm

Thermal Model Alarm

Overload Alarm

Undercurrent Alarm

Current U/B Alarm

Ground Fault Alarm

RTD 1 Alarm

RTD 2 Alarm

RTD 3 Alarm

RTD 4 Alarm

RTD 5 Alarm

RTD 6 Alarm

RTD 7 Alarm

RTD 8 Alarm

RTD 9 Alarm

RTD 10 Alarm

RTD 11 Alarm

RTD 12 Alarm

Open RTD Alarm

Short/Low RTD Alarm

Phase Reversal Trip

Volt. Frequency Trip

Power Factor Trip

Reactive Power Trip

Underpower Trip

Analog I/P 1 Trip

Analog I/P 2 Trip

Analog I/P 3 Trip

Analog I/P 4 Trip

Single Phasing Trip

Reverse Power Trip

Field Circuit Open Trip (Valid only for

Mod 001)

Analog Diff 1-2 Trip

Analog Diff 3-4 Trip

----

Remote Alarm

Pressure Sw. Alarm

Vibration Sw. Alarm

Counter Alarm

Tachometer Alarm

General Sw. A Alarm

General Sw. B Alarm

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE

CODE

F134

ctd.

109

110

111

112

118

105

106

107

108

119

120

121

122

123

124

125

126

127

128

129

98

99

100

101

102

103

104

93

94

95

96

89

90

91

92

85

86

87

88

79

80

81

82

83

84

Table 8: Data Formats (Sheet 11 of 15)

TYPE DEFINITION

Undervoltage Alarm

Overvoltage Alarm

Volt. Frequency Alarm

Power Factor Alarm

Reactive Power Alarm

Underpower Alarm

Trip Counter Alarm

Starter Failed Alarm

Current Demand Alarm kW Demand Alarm kvar Demand Alarm kVA Demand Alarm

97

Analog I/P 1 Alarm

Analog I/P 2 Alarm

Analog I/P 3 Alarm

Analog I/P 4 Alarm

Reverse Power Alarm

Incomplete Seq Alarm

(Valid only for Mod 001)

Analog Diff 1-2 Alarm

Analog Diff 3-4 Alarm

Self-test Warning 9

Service Alarm

Control Power Lost

Cont. Power Applied

Emergency Rst. Close

Emergency Rst. Open

Start While Blocked

Relay Not Inserted

Trip Coil Super.

Breaker Failure

Welded Contactor

Simulation Started

Simulation Stopped

Digital Trace Trigger

Serial Trace Trigger

RTD 1 High Alarm

RTD 2 High Alarm

RTD 3 High Alarm

RTD 4 High Alarm

RTD 5 High Alarm

RTD 6 High Alarm

RTD 7 High Alarm

RTD 8 High Alarm

RTD 9 High Alarm

RTD 10 High Alarm

MODBUS MEMORY MAP

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 119

MODBUS MEMORY MAP

120

COMMUNICATIONS GUIDE

CODE

F134

ctd.

F135

F136

F137

F138

F139

Table 8: Data Formats (Sheet 12 of 15)

TYPE DEFINITION

136

137

138

139

130

131

132

133

134

135

RTD 11 High Alarm

RTD 12 High Alarm

Overtorque Alarm

1 TRIP Relay Forced

2 AUX Relay Forced

3 AUX Relay Forced

4 ALARM Relay Forced

5 BLOCK Relay Forced

Force 1 TRIP Disabled

Force 2 AUX Disabled

140

141

142

143

Force 3 AUX Disabled

Force 4 ALARM Disabled

Force 5 BLOCK Disabled

Motor Started

144

145

Loss of Comms Alarm

Loss of Comms Trip

Unsigned

16 bit integer MOTOR SPEED

0 Low Speed (Speed 1)

1 High Speed (Speed 2)

Unsigned

16 bit integer ORDER CODE

Bit 0

Bit 1

0 = P5 (5A phase CT),

1 = P1 (1A phase CT)

0 = HI (High Voltage Power Supply),

1 = LO (Low Voltage Power Supply)

Bit 2

0

1

Unsigned

16 bit integer

0 = A20 (4-20 mA Analog Outputs), 1 =

A1 (0-1 mA Analog Outputs)

CONTROL RELAYS FOR REDUCED

VOLTAGE STARTING

Auxiliary 2

Auxiliary 2 & Auxiliary 3

2 Auxiliary 3

Unsigned

16 bit integer SIMULATION MODE

5

6

7

8

1

2

3

4

2

3

0

1

Off

Simulate Pre-Fault

Simulate Fault

Pre-Fault to Fault

Unsigned

16 bit integer FORCE OPERATION OF RELAYS

0 Disabled

1 TRIP

2 AUXILIARY

3 AUXILIARY

4 ALARM

5 BLOCK START

6 SERVICE

All Relays

No Relays

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

CODE

F140

F140

ctd.

F141

F142

F143

F144

F145

Table 8: Data Formats (Sheet 13 of 15)

TYPE DEFINITION

Unsigned

16 bit integer GENERAL STATUS

bit 0 Relay in Service bit 1 bit 2 bit 3 bit 4

Active Trip Condition

Active Alarm Condition

Reserved

Reserved bit 5 bit 6 bit 7 bit 8

Reserved

Reserved

Reserved

Motor Stopped bit 9 bit 10 bit 11 bit 12

Motor Starting

Motor Running

Overload Pickup

Unbalance Pickup bit 13 bit 14

Ground Pickup

Hot RTD bit 15 Loss of Load

Unsigned

16 bit integer OUTPUT RELAY STATUS

bit 0 bit 1 bit 2 bit 3

1 TRIP

2 AUXILIARY

3 AUXILIARY

4 ALARM bit 4 bit 5

5 BLOCK START

6 SERVICE bit 6 to 15 Not Used

Unsigned

16 bit integer TRIP COIL SUPERVISION SELECTION

0

1

2

3

0

1

Disabled

S2 Closed

2 S2 Open/Closed

Unsigned

16 bit integer SINGLE VT SELECTION

Off

AN (Wye), AB (Delta)

BN (Wye), BC (Delta)

CN (Wye), N/A (Delta)

1

2

Unsigned

16 bit integer PULSED OUTPUT RELAY SELECTION

0 Off

2 AUXILIARY

3 AUXILIARY

0

1

3

Unsigned

16 bit integer

4 ALARM

ANALOG IN DIFFERENTIAL

COMPARISON

% Difference

Absolute Difference

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 121

MODBUS MEMORY MAP

122

COMMUNICATIONS GUIDE

CODE

F146

F147

F148

F149

F150

F151

F152

F153

F154

Table 8: Data Formats (Sheet 14 of 15)

TYPE DEFINITION

1

2

Unsigned

16 bit integer ANALOG IN DIFFERENTIAL LOGIC

0 1>2 (or 3>4)

Unsigned

16 bit integer

0

2>1 (or 4>3)

1<>2 (or 3<>4)

ANALOG IN DIFFERENTIAL ACTIVE

WHEN

Always

0

1

1f Start/Run

Unsigned

16 bit integer TORQUE DISPLAY UNITS

Newton-meter

Foot-pound

Unsigned

16 bit integer UNDERVOLTAGE TRIP MODE

0 1-Phase

1 3-Phase

Unsigned

32 bit integer IP ADDRESS

2

3

0

1

4

5

IP address, subnet mask or default gateway. Each byte in this register represents one octet of an IP address.

For example: 0x015EDA1F represents address

1.94.218.31

Unsigned

16 bit integer DEVICENET CONNECTION STATUS

Nonexistent

Configuring

--

Established

Time Out

Deferred Date

Unsigned

16 bit integer ETHERNET STATUS

BIT 0 Diagnostic

BIT 1

BIT 2

Connection Status

Not Used

0

1

BIT 3 Ethernet Link Status

Unsigned

16 bit integer DEVICENET PORT STATUS

Not Powered

Port Operational

0

1

2

3

4

5

2

3

Internal Configuration Error - Data

Size Larger Than Confirmed

Unrecoverable Fault

4 Minor Fault

Unsigned

16 bit integer DEVICENET LINK STATUS

Not Online, Not Powered

Online, Connected

--

Online, Not Connected

Critical Link Failure

Connection Timeout

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE MODBUS MEMORY MAP

CODE

F155

F156

F157

F165

F166

F167

Table 8: Data Formats (Sheet 15 of 15)

TYPE DEFINITION

0

1

Unsigned

16 bit integer ACTIVE ALARM

1xxx xxxx xxxx xxxx

Active Alarm x111 1111

1111 1111

Alarm Count

Unsigned

16 bit integer DEVICENET BAUD RATE

125 kbps

250 kbps

2 500 kbps

Signed

16 bit integer TRACE MEMORY SAMPLE

For trace memory channels 0 to 9:

2’s complement signed value.

For trace memory channel 10 (Output relays status): bitmask as shown below

Bit 0

Bit 1

Bit 2

Bit 3

1 Trip (0 is Off, 1 is On)

2 Auxiliary (0 is Off, 1 is On)

3 Auxiliary (0 is Off, 1 is On)

4 Alarm Relay (0 is Off, 1 is On)

Bit 4

Bit 5

5 Block Start (0 is Off, 1 is On)

6 Service (0 is On, 1 is Off)

Bits 6 to 15 Not Used

Unsigned

16 bit integer LOSS OF COMMS FUNCTION TYPE

0

1

Alarm

Trip

Unsigned

16 bit integer LOSS OF COMMS PORT

0 COMP_RS485

0

1

1

2

AUX_RS485

Ethernet-T

3 DeviceNet

Unsigned

16 bit integer LOSS OF COMMS PORT STATUS

Not Communicating

Communicating

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 123

DEVICENET PROTOCOL COMMUNICATIONS GUIDE

DeviceNet Protocol

Overview

The device profile is an extension of the Generic Device Profile (0x00). It is a group 2 only server. The MAC ID and baud rate are programmable through relay front panel or the

EnerVista 469 Setup software. The polling function produces 10 bytes of data (described in assembly object Class 04h, Instance 64h, Attribute 03h). The COS\CYC operation produces

4 bytes of data as per Class 04h,Instance 66h, Attribute 03h.

The following master/slave connection objects are supported by the 469 DeviceNet implementation:

• Explicit Messaging Connection

• Poll I/O Connection

• Change of State or Cyclic I/O Connection

The following objects have been implemented:

Identity object

Message Router object

DeviceNet object

Assembly object

Object

DeviceNet objects

Connection object

Acknowledge Handler object

469 specific objects

I/O Data Input Mapping object

Parameter Data Input Mapping object

01h

02h

03h

04h

05h

2Bh

A0h

B0h

Class

Poll Data

The polling data function produces 10 bytes of data as described under Class 04h,

Instance 64h, Attribute 03h.

Byte

1, 2 (low, high)

3, 4 (low, high)

5, 6 (low, high)

7 to 10 (low, high)

Table 9: Poll Data

Name/Description

Relay status

Input switches and output relay status

Motor thermal capacity used

Time to trip

Units

---

---

% seconds

Default, Min, Max

0, 0, FFFF

0, 0, FFFF

0, 0, 100

-1, -1, 99999

Format

Code

F162

F163

F1

F20

Change of State (COS)

The COS data is described under Class 4, Instance 66h, Attribute 03h. The following data is provided

124 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE DEVICENET PROTOCOL

Byte

1, 2 (low, high)

3, 4 (low, high)

Table 10: COS Data

Name/Description

Change of state data: relay status

Input switches and output relay status

---

---

Units Default, Min, Max

0, 0, FFFF

0, 0, FFFF

DeviceNet Objects

Identity Object (class code 01h)

The class and instance attributes for the identity object (class 01h) are as follows:

Format

Code

F162

F163

Attribute

01h

Table 11: Identity object, Class code 01h, Attributes:

Name/Description

Revision of the identity object

Services

Get_Attribute_Single

Default, Min, Max

1, 1, 1

Data type

UINT

Attribute

01h

02h

03h

04h

05h

06h

07h

Table 12: Identity object, Class code 01h, Instance 01h, Attributes:

Name/Description

Vendor ID: 928

Device type: generic (0x00)

Product code: 30

Services

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Default, Min, Max

928, 928, 928

0, 0, 0

30, 30, 30

Get_Attribute_Single {1,1}, {1,1}, {1,1} Revision: 1.1

Status: AnyBus device status

(bitmap, see below)

Anybus serial number

Product name: GE 469

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

0, 0, 255

N/A, N/A, N/A

469 Motor

Management Relay, N/

A, N/A

Data type

UINT

UINT

UINT

Array of USINT,

USINT

WORD

UDINT

SHORT STRING

BIT 0

STATUS OF ANYBUS DEVICE (Class code 01h, Instance 01h, Attribute 05h)

BIT ON (=1) DESCRIPTION

Pre-defined master/slave connection set has been allocated to a master. A master owns the device

BIT 2

BIT 8

BIT 9

BIT 10

BIT 11

DeviceNet has been configured

Minor recoverable fault

Minor unrecoverable fault

Major recoverable fault

Major unrecoverable fault

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 125

DEVICENET PROTOCOL COMMUNICATIONS GUIDE

Message Router Object (class code 02h)

The class attributes for the message router object (class 02h) are as follows:

Attribute

01h

Table 13: Message router object, Class code 02h, Attributes:

Name/Description

Revision of the message router object

Services

Get_Attribute_Single

Default, Min, Max

1, 1, 1

Data type

UINT

DeviceNet Object (class code 03h)

The class and instance attributes for the DeviceNet object (class 03h) are as follows:

Attribute

01h

Table 14: DeviceNet object, Class code 03h, Attributes:

Name/Description

Revision of the DeviceNet object

Services

Get_Attribute_Single

Default, Min, Max

2, 2, 2

Data type

UINT

Attribute

01h

02h

05h

Table 15: DeviceNet object, Class code 03h, Instance 01h, Attributes:

Name/Description

MAC ID: node address

Baud rate of the device

Allocation information: consists of allocation choice (8-bit bitmask, see below) and master’s MAC ID (16 bits, 0 to

63 or 255=no master)

Services

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Default, Min, Max

63, 0, 63

0, 0, 2

N/A, N/A, N/A

Data type

USINT

USINT

Struct of USINT

UINT

126 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE DEVICENET PROTOCOL

ALLOCATION INFORMATION - ALLOCATION CHOICE (Object 03h, Instance 01h, Atttibute 05h)

BIT ON (=1) DESCRIPTION

BIT 0

BIT 1

BIT 2

BIT 3

BIT 4

BIT 5

BIT 6

BIT 7

Explicit message connection

Polled I/O connection

Bit strobed connection

Multicast polling connection

Change of state connection

Cyclic connection

Acknowledge suppression

Reserved

Assembly Object (class code 04h)

The class and instance attributes for the assembly object (class 04h) are as follows:

Attribute

01h

02h

Table 16: Assembly object, Class code 04h, Attributes:

Name/Description

Revision of the assembly object

Maximum instance created by this object

Services

Get_Attribute_All

Get_Attribute_Single

Default, Min, Max

2, 2, 2

N/A, N/A, 96

Data type

UINT

UINT

Table 17: Assembly object, Class code 04h, Instance 64h, Attributes:

Attribute

03h

Byte Name/Description

1, 2 (low, high)

3, 4 (low, high)

5, 6 (low, high)

7 to 10 (low, high)

IO polled data: relay status

Input switches and output relay status

Motor thermal capacity used

Time to trip

Services

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Default, Min, Max

0, 0, FFFF

0, 0, FFFF

0, 0, 100

–1, –1, 99999

Format

Code

F162

F163

F1

F20

The attributes in this class can be accessed using Poll I/O Connection or Explicit

Messages Connection. This data could be polled from Class A0h, I/O Data Input

Mapping Object, instance 1, attribute 1 as well.

Attribute

03h

Byte

1, 2 (low, high)

3, 4 (low, high)

Table 18: Assembly object, Class code 04h, Instance 66h, Attributes:

Name/Description Services Default, Min, Max

IO polled data: relay status Get_Attribute_Single

Input switches and output relay status

Get_Attribute_Single

0, 0, FFFF

0, 0, FFFF

Format

Code

F162

F163

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 127

DEVICENET PROTOCOL COMMUNICATIONS GUIDE

The attributes in this class can be accessed using Change-Of-State Connection or

Explicit Messages Connection. This data could be polled from Class A0h, I/O Data

Input Mapping Object instance 1, attribute 3 as well.

The Modbus memory map should be consulted for more details on the output messages.

Connection Object (class code 05h)

The class and instance attributes for the connection object (class 05h) are as follows:

Attribute

01h

Table 19: Connection object, Class code 05h, Attributes:

Name/Description

Revision of the DeviceNet object

Services

Get_Attribute_All

Default, Min, Max

2, 2, 2

Data type

UINT

128

Table 20: Connection object, Class code 05h, Instance 01h (explicit message connection), Attributes:

Attribute

01h

02h

03h

04h

05h

06h

07h

08h

09h

0Ch

0Dh

Name/Description

State of the object.

0 = Nonexistent; 1 = Configuring; 3 =

Established; 4=Timed Out;

5 = Deferred delete

Instance type. Indicates either IO or messaging connection.

Transport class trigger. Defines behavior of the connection.

Produced Cxnx ID. Placed in CAN identifier field when the connection transmits.

Consumed Cxnx ID. CAN identifier field value that denotes message to be received.

Initial comm characteristics. Defines the message group(s) across which productions and consumptions associated with this object occur.

Produced connection size. Maximum number of bytes transmitted across this connection.

Consumed connection size. Maximum number of bytes received across this connection

Expected packet rate. Defines timing associated with this connection.

Resolution is 10 ms.

Watchdog timeout action. Defines how to handle inactivity/watchdog timeouts.

0 = Transition to time out

1 = Auto delete; 2 = Auto reset

3 = Deferred delete

Produced connection path length:

Number of bytes in the produced connection_path_length attribute

Services

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Default, Min, Max

1, 0, 5

0, 0, 0

83h, 83h, 83h

N/A, N/A, N/A

N/A, N/A, N/A

N/A, N/A, N/A

512, 512, 512

512, 512, 512

N/A, N/A, N/A

N/A, N/A, N/A

0, 0, 0

Data type

USINT

USINT

USINT

UINT

UINT

USINT

UINT

UINT

UINT

USINT

UINT

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE DEVICENET PROTOCOL

Table 20: Connection object, Class code 05h, Instance 01h (explicit message connection), Attributes:

Attribute

0Eh

0Fh

10h

11h

Name/Description

Produced connection path: Application object producing data on the connection.

Consumed connection path length.

Number of bytes in the consumed_connection_path length attribute

Consumed connection path. Specifies the application object(s) to receive the data consumed by this connection object.

Production inhibit time. Defines the minimum time between new data production.

Services

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Default, Min, Max

0, 0, 0

0, 0, 0

N/A, N/A, N/A

0, 0, 0

Data type

Array of

USINT

UINT

Array of

UINT

UINT

Table 21: Connection Object, Class code 05h, Instance 02h (Polled I/O connection), Attributes:

Attribute

01h

02h

03h

04h

05h

06h

07h

08h

09h

0Ch

0Dh

Name/Description

State of the object.

0 = Nonexistent; 1 = Configuring; 3 =

Established; 4=Timed Out;

5 = Deferred delete

Instance type. Indicates either IO or messaging connection.

Transport class trigger. Defines behavior of the connection.

Produced Cxnx ID. Placed in CAN identifier field when the connection transmits.

Consumed Cxnx ID. CAN identifier field value that denotes message to be received.

Initial comm characteristics. Defines the message group(s) across which productions and consumptions associated with this object occur.

Produced connection size. Maximum number of bytes transmitted across this connection.

Consumed connection size. Maximum number of bytes received across this connection

Expected packet rate. Defines timing associated with this connection.

Watchdog timeout action. Defines how to handle inactivity/watchdog timeouts.

0 = Transition to time out

1 = Auto delete; 2 = Auto reset

3 = Deferred delete

Produced connection path length:

Number of bytes in the produced connection_path_length attribute

Services

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Default, Min, Max

1, 0, 5

0, 0, 1

N/A, N/A, N/A

N/A, N/A, N/A

N/A, N/A, N/A

N/A, N/A, N/A

I/O in length, 0,

I/O in length

I/O out length, 0,

I/O out length

N/A, N/A, N/A

N/A, N/A, N/A

6, 6, 6

Data type

USINT

USINT

USINT

UINT

UINT

USINT

UINT

UINT

UINT

USINT

UINT

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 129

DEVICENET PROTOCOL COMMUNICATIONS GUIDE

Attribute

0Eh

0Fh

10h

11h

Table 21: Connection Object, Class code 05h, Instance 02h (Polled I/O connection), Attributes:

Name/Description

Produced connection path: Application object producing data on the connection.

Consumed connection path length.

Number of bytes in the consumed_connection_path length attribute

Consumed connection path. Specifies the application object(s) to receive the data consumed by this connection object.

Production inhibit time. Defines the minimum time between new data production.

Services

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Default, Min, Max

20 04 24 64 30 03,

N/A, N/A

6, 6, 6

20 04 24 64 30 03,

N/A, N/A

0, 0, 0

Data type

Array of

USINT

UINT

Array of

UINT

UINT

Acknowledge Handler Object (class code 2Bh)

The class and instance attributes for the acknowledge handler object (class 2Bh) are as follows:

Attibute

01h

02h

Table 22: Acknowledge handler object, Class code 2Bh, Attributes:

Name/Description

Revision of the acknowledge handler object.

Maximum instance created by this object

Services

Get_Attribute_All

Get_Attribute_Single

Default, Min, Max

1, 1, 1

Data type

UINT

UINT

130 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE DEVICENET PROTOCOL

Attribute

01h

02h

03h

04h

05h

06h

07h

Table 23: Acknowledge handler object, Class code 2Bh, Instance 01h, Attributes:

Name/Description

Acknowledge timer. The time to wait for an acknowledge before re-sending.

Retry limit. This is the number of acknowledge time-outs to wait before informing the application of a retry_limit_reached event

COS producing connection instance. This is the connection instance which contains the oath of the producing I/O application object which will be notified of acknowledge handle events.

ACK list size. This is the maximum number of members in the acknowledge list.

0 = dynamic.

ACK list. List of active connection instances which are receiving acknowledges.

Data with ACK path list size.

Maximum number of members in data with acknowledge path list.

0 = dynamic.

Data with ACK path list. List of connection instance / consuming application object pairs. This attribute is used to forward data received with acknowledgement.

Services

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Default, Min, Max

16, 1, 65535

1, 0, 255

N/A

N/A

N/A

Data type

UINT

USINT

UINT

Byte array of

USINT

Byte array of

UINT, USINT;

Array of USINT

469 Specific Objects

I/O Data Input Mapping Object (class code A0h)

The class and instance attributes for the I/O data input mapping object (class code A0h) are as follows:

1

Attribute

Table 24: I/O data input mapping object, Class code A0h, Attributes:

Name/Description

Revision of the I/O data input mapping handler object.

Services

Get_Attribute_All

Default, Min, Max

1, 1, 1

Data type

UINT

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 131

DEVICENET PROTOCOL COMMUNICATIONS GUIDE

132

Attribute

01h

03h

Table 25: I/O data input mapping object, Class code A0h, Instance 01h, Attributes:

1, 2 (low, high)

3, 4 (low, high)

5, 6 (low, high)

7 to 10 (low, high)

1, 2 (low, high)

3, 4 (low, high)

Name/Description

Relay status

Input switches and output relay status

Motor thermal capacity used

Time to trip

Change of state data: Relay status

Input switches and output relay status

Services

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Get_Attribute_Single

Default, Min, Max

0, 0, FFFF

0, 0, FFFF

0, 0, 100

–1, –1, 99999

0, 0, FFFF

0, 0, FFFFF

Format

Code

F162

F163

F1

F20

F162

F163

Attributes #1 and 3 in this class can be accessed using polled connection or explicit messages connection. This data could be polled from Class 04h, Assembly Object,

Instance 64h, Attribute #1 as well.

Consult the Modbus memory map for additional details on the output messages.

Parameter Data Input Mapping Object (class code B0h)

The class and instance attributes for the parameter data input mapping object (class B0h) are as follows:

Attribute

01h

Table 26: Parameter data input mapping object, Class B0h, Attributes:

Name/Description

Revision of the parameter data input mapping object.

Services

Get_Attribute_All

Default, Min, Max

1, 1, 1

Data type

UINT

01h

Table 27: Parameter data input mapping object, Class B0h, Instance 01h, Attributes:

Attribute Access

Get Phase & ground currents bytes (20) Refer Table 22

06h

07h

08h

09h

0Ah

02h

03h

04h

05h

Get

Get

Get

Get

Get

Get

Get

Get

Get

Current angles

Differential currents

Motor load

Line voltages

Voltage angles

Power

Energy

Demand

Peak demand bytes (6) bytes (6) bytes (6) bytes (8) bytes (6) bytes (14) bytes (12) bytes (14) bytes (14)

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE

1Eh

1Fh

20h

21h

1Ah

1Bh

1Ch

1Dh

22h

23h

13h

14h

15h

16h

17h

18h

0Fh

10h

11h

12h

0Bh

0Ch

0Dh

0Eh

DEVICENET PROTOCOL

Table 27: Parameter data input mapping object, Class B0h, Instance 01h, Attributes:

Get Speed & Torque bytes (8) Refer Table 22

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Get

Analog inputs

Motor statistics

Temperatures

Last trip date & time

Alarm data

Frequency

Phase voltages

Motor starting data

Start blocks

Cause of last trip

Pre-trip currents

Pre-trip phase voltages

Pre-trip line voltages

Pre-trip motor load unbalance

Pre-trip power & power factor

Pre-trip analog input data

Pre-trip hottest RTD & temperature

Pre-trip motor speed

RTD maximums

Analog input maximums & minimums

Motor thermal capacity used

Time to trip

Contain attributes 01h to 10h together bytes (10) bytes (2) bytes (22) bytes (12) bytes (12) bytes (2) bytes (4) bytes (12) bytes (24) bytes (16) bytes (24) bytes (8) bytes (62) bytes (2) bytes (8) bytes (16) bytes (16) bytes (16) bytes (4) bytes (24) bytes (32) bytes (2) bytes (4) bytes (248)

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Refer Table 22

Attribute

01h PHASE &

GROUND

CURRENTS

Bytes

1 to 4 (low,high)

5 to 8 (low,high)

9 to 12 (low,high)

13 to 16 (low,high)

17 to 20 (low,high)

Table 28: Data formats for class B0h, Instance 01h:

Description Length Default, Min, Max

Phase A current

Phase B current

Phase C current

Average phase current

Ground current

32 bits

32 bits

32 bits

32 bits

32 bits

0, 0, 100000

0, 0, 100000

0, 0, 100000

0, 0, 100000

0, 0, 500000

A

A

A

A

A

F9

F9

F9

F9

F11

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 133

DEVICENET PROTOCOL COMMUNICATIONS GUIDE

Attribute Bytes

02h CURRENT

ANGLES

1,2 (low,high)

3,4 (low,high)

5,6 (low,high)

1,2 (low,high)

03h DIFF

CURRENTS

3,4 (low,high)

5,6 (low,high)

1,2 (low,high)

04h MOTOR LOAD 3,4 (low,high)

05h LINE

VOLTAGES

06h VOLTAGE

ANGLES

5,6 (low,high)

1,2 (low,high)

3,4 (low,high)

5,6 (low,high)

7,8 (low,high)

1,2 (low,high)

3,4 (low,high)

5,6 (low,high)

07h POWER

08h ENERGY

09h DEMAND

0Ah PEAK

DEMAND

1,2 (low,high)

3 to 6 (low,high)

7,8 (low,high)

9 to 12 (low,high)

13,14 (low,high)

1 to 4 (low,high)

5 to 8 (low,high)

9 to 12 (low,high)

1 to 4 (low,high)

5 to 8 (low,high)

9 to 12 (low,high)

13,14 (low,high)

1 to 4 (low,high)

5 to 8 (low,high)

9 to 12 (low,high)

13,14 (low,high)

Table 28: Data formats for class B0h, Instance 01h:

Description Length Default, Min, Max

Ia angle

Ib angle

Ic angle

Phase A differential current

Phase B differential current

Phase C differential current

Motor load

Current unbalance

Equivalent motor load

Vab

Vbc

Vca

Average line voltage

Va angle

Vb angle

Vc angle

Power factor

Real power

Real power (HP)

Reactive power

Apparent power

MWh consumption

Mvarh consumption

Mvarh generation

Current demand

Real power demand

Reactive power demand

Apparent power demand

Peak current demand

Peak real power demand

Peak reactive power demand

Peak apparent power demand

32 bits

32 bits

32 bits

16 bits

32 bits

32 bits

32 bits

16 bits

16 bits

32 bits

16 bits

32 bits

16 bits

32 bits

32 bits

32 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

0, -99, 100

0, -99999, 99999

0, 0, 65535

0, -99999, 99999

0, 0, 65535

0, 0, 999999999

0, 0, 999999999

0, 0, 999999999

0, 0, 100000

0, -50000, 50000

0, -50000, 50000

0, 0, 50000

0, 0, 100000

0, -50000, 50000

0, -50000, 50000

0, 0, 50000

0, 0, 2000

0, 0, 20000

0, 0, 20000

0, 0, 20000

0, 0, 20000

0, 0, 20000

0, 0, 20000

0, 0, 20000

N/A, 0, 359

N/A, 0, 359

N/A, 0, 359

0, 0, 5000

0, 0, 5000

0, 0, 5000

0, 0, 2000

0, 0, 100

A kW kvar kVA

A kW kvar kVA kVA

MWh

Mvar

Mvar

PF kW hp kvar

V

V

FLA

V

V degrees degrees degrees

A

A

FLA

% degrees degrees degrees

A

F9

F12

F12

F1

F9

F12

F12

F1

F1

F17

F17

F17

F21

F12

F1

F12

F1

F1

F1

F1

F1

F1

F3

F1

F3

F1

F1

F1

F1

F1

F1

F1

134 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE DEVICENET PROTOCOL

Attribute

0Bh SPEED &

TORQUE

0Ch ANALOG

INPUTS

0Dh MOTOR

STATISTICS

0Eh

TEMPERATURES

0Fh LAST TRIP

DATE & TIME

Bytes

3,4 (low,high)

5,6 (low,high)

7,8 (low,high)

9,10 (low,high)

11,12 (low,high)

13,14 (low,high)

15,16 (low,high)

17,18 (low,high)

19,20 (low,high)

21,22 (low,high)

23,24 (low,high)

1 to 4 (low,high)

5 to 8 (low,high)

1 to 4 (low,high)

5,6 (low,high)

7,8 (low,high)

1 to 4 (low,high)

5 to 8 (low,high)

9 to 12 (low,high)

13 to 16 (low,high)

17 to 20 (low,high)

21 to 24 (low,high)

1,2 (low,high)

3,4 (low,high)

5,6 (low,high)

7 to 10 (low,high)

11 to 14 (low,high)

15,16 (low,high)

1,2 (low,high)

Table 28: Data formats for class B0h, Instance 01h:

Description Length Default, Min, Max

Torque

Tachometer RPM

Motor speed

Analog input 1

Analog input 2

Analog input 3

Analog input 4

Analog difference 1-2

Analog difference 3-4

Number of motor starts

Number of emergency restarts

Number of starter operations

Digital counter

Motor running hours

Time between starts

RTD #1 temperature

RTD #2 temperature

RTD #3 temperature

RTD #4 temperature

RTD #5 temperature

RTD #6 temperature

RTD #7 temperature

RTD #8 temperature

RTD #9 temperature

RTD #10 temperature

RTD #11 temperature

RTD #12 temperature

Time of Last Trip

Date of Last Trip

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

16 bits

32 bits

32 bits

32 bits

16 bits

16 bits

16 bits

32 bits

32 bits

16 bits

16 bits

32 bits

16 bits

16 bits

32 bits

32 bits

32 bits

32 bits

32 bits

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

N/A, N/A, N/A

N/A, N/A, N/A

0, 0, 9999999

0, 0, 7200

0, 0, 1

0, -50000, 50000

0, -50000, 50000

0, -50000, 50000

0, -50000, 50000

0, -100000, 100000

0, -100000, 100000

0, 0, 50000

0, 0, 50000

0, 0, 50000

0, 0, 1000000000

0, 0, 500

10, 0, 500

0, -50, 250

--

--

--

--

--

--

N.m/ ft.lb

F10

RPM F1

F135

F12

F12

F12

F12

F12

F1

F4

F9

F9

F1

F1

F12

F1

--

--

--

--

-hours minutes

0

C

0

C

0

C

0

C

0

C

0

C

0

C

0

C

0

C

0

C

0

C

0

C

--

--

F4

F4

F4

F19

F18

F4

F4

F4

F4

F4

F4

F4

F4

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 135

DEVICENET PROTOCOL COMMUNICATIONS GUIDE

Attribute

9

10

10h ALARM DATA 11

12

13

14

15

7

8

5

6

3

4

1

2

16

17

18

19

20

21

Bytes

Table 28: Data formats for class B0h, Instance 01h:

Description Length Default, Min, Max

RTD 4

RTD 5

RTD 6

RTD 7

RTD 8

Pressure switch

Vibration switch

Digital counter

Tachometer

General switch A

General switch B

General switch C

General switch D

Thermal capacity

Overload

Undercurrent

Current unbalance

Ground fault

RTD 1

RTD 2

RTD 3

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

136 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE DEVICENET PROTOCOL

Attribute

38

39

40

41

10h ALARM DATA ctd.

42

43

34

35

36

37

30

31

32

33

26

27

28

29

22

23

24

25

48

49

50

51

44

45

46

47

52

53

54

55

56

Bytes

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

Table 28: Data formats for class B0h, Instance 01h:

Description Length Default, Min, Max

RTD 2 high

RTD 3 High

RTD 4 high

RTD 5 High

RTD 6 high

RTD 7 high

RTD 8 high

RTD 9 high kvar demand kVA demand

Analog input 1

Analog input 2

Analog input 3

Analog input 4

Reverse power

RTD 1 High

RTD 10 high

RTD 11 high

RTD 12 high

RTD 9

RTD 10

RTD 11

RTD 12

Open RTD sensor

Short sensor / low temperature

Undervoltage

Overvoltage

System frequency

Power factor

Reactive power

Underpower

Trip counter

Starter failure

Current demand kW demand

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

8bits

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

0, 0, 4

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

--

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

F160

137

DEVICENET PROTOCOL COMMUNICATIONS GUIDE

Attribute Bytes

11h FREQUENCY 1,2 (low,high)

1,2 (low,high)

12h PHASE

VOLTAGES

3,4 (low,high)

5,6 (low,high)

7,8 (low,high)

1,2 (low,high)

3 to 6 (low,high)

7,8 (low,high)

13h MOTOR

STARTING DATA

9,10 (low,high)

11 to 14 (low,high)

15,16 (low,high)

1,2 (low,high)

3,4 (low,high)

14h START BLOCKS 5,6 (low,high)

15h CAUSE OF

LAST TRIP

7,8 (low,high)

9,10 (low,high)

1,2 (low,high)

1 to 4 (low,high)

16h PRE TRIP

CURRENTS

5 to 8 (low,high)

9 to 12 (low,high)

13 to 16 (low,high)

17,18 (low,high)

19,20 (low,high)

21,22 (low,high)

1 to 4 (low,high)

17h PRE TRIP

PHASE VOLTAGES

5 to 8 (low,high)

9 to 12 (low,high)

1 to 4 (low,high)

18h PRE TRIP LINE

VOLTAGES

5 to 8 (low,high)

9 to 12 (low,high)

19h PRE TRIP

SYSTEM

FREQUENCY

1Ah PRE TRIP

MOTOR LOAD &

UNBALANCE

1,2 (low,high)

1,2 (low,high)

3,4 (low,high)

Table 28: Data formats for class B0h, Instance 01h:

Description Length Default, Min, Max

System frequency

Van

Vbn

Vcn

Average phase voltage

Learned acceleration time

Learned starting current

Learned starting capacity

Last acceleration time

Last starting current

Last starting capacity

Overload lockout block

16bits

32bits

16bits

16bits

Start inhibit block lockout time

Starts/hour block lockout time

16bits

16bits

Time between starts lockout time 16bits

Restart block lockout 16bits

16bits

16bits

16bits

16bits

16bits

16bits

32bits

16bits

Cause of Last Trip

Phase A pre-trip current

Phase B pre-trip current

Phase C pre-trip current

16bits

32bits

32bits

32bits

Pre-Trip ground current 32bits

Phase A pre-trip differential current 16bits

Phase B pre-trip differential current 16bits

Phase C pre-trip differential current 16bits

Pre-trip voltage Van

Pre-trip voltage Vbn

Pre-trip voltage Vcn

Pre-trip voltage Vab

Pre-trip voltage Vbc

Pre-trip voltage Vca

32bits

32bits

32bits

32bits

32bits

32bits

0, 0, 49

0, 0, 100000

0, 0, 100000

0, 0, 100000

0, 0, 500000

0, 0, 5000

0, 0, 5000

0, 0, 5000

0, 0, 20000

0, 0, 20000

0, 0, 20000

0, 0, 20000

0, 0, 20000

0, 0, 20000

0, 0, 2000

0, 0, 50000

0, 0, 100

0, 0, 500

0, 0, 500

0, 0, 60

0, 0, 500

0, 0, 50000

0, 0, 12000

0, 0, 20000

0, 0, 20000

0, 0, 20000

0, 0, 20000

0, 0, 2000

0, 0, 50000

0, 0, 100

Pre-trip system frequency

Pre-trip motor load

Pre-trip current unbalance

16bits

16bits

16bits

0, 0, 12000

0, 0, 2000

0, 0, 100

Hz

FLA

%

V

V

V

V

V

V

A

A

A

A

A

A

--

A s

A

% minutes minutes minutes minutes s

A

%

V s

V

V

Hz

V

F3

F3

F1

F9

F9

F9

F9

F9

F9

F1

F1

F11

F1

F9

F9

F134

F9

F1

F1

F1

F1

F1

F1

F2

F9

F9

F1

F1

F2

F1

F1

F3

F1

138 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE DEVICENET PROTOCOL

Attribute Bytes

1 to 4 (low,high)

1Bh PRE TRIP

POWER & POWER

FACTOR

5 to 8 (low,high)

9,10 (low,high)

1Ch PRE TRIP

ANALOG INPUT

DATA

11,12 (low,high)

1 to 4 (low,high)

5 to 8 (low,high)

9 to 12 (low,high)

1Dh PRI TRIP

HOTTEST RTD &

TEMPERATURE

13 to 16 (low,high)

1,2 (low,high)

3,4 (low,high)

5,6 (low,high)

7,8 (low,high)

9,10 (low,high)

11,12 (low,high)

13,14 (low,high)

1Eh PRE TRIP

MOTOR SPEED

1Fh RTD

MAXIMUMS

3

4

15,16 (low,high)

1,2 (low,high)

1,2 (low,high)

3,4 (low,high)

5,6 (low,high)

7,8 (low,high)

9,10 (low,high)

11,12 (low,high)

13,14 (low,high)

15,16 (low,high)

17,18 (low,high)

19,20 (low,high)

21,22 (low,high)

23,24 (low,high)

Table 28: Data formats for class B0h, Instance 01h:

Description Length Default, Min, Max

Pre-trip real power

Pre-trip reactive power

Pre-trip apparent power

Pre-trip power factor

32bits

32bits

16bits

16bits

Analog input #1 pre-trip

Analog input #2 pre-trip

Analog input #3 pre-trip

Analog input #4 pre-trip

32bits

32bits

32bits

32bits

Hottest stator RTD during trip

Pre-trip temperature of hottest stator RTD

Hottest bearing RTD during trip

Pre-trip temperature of hottest bearing RTD

Hottest other RTD during trip

16bits

16bits

16bits

16bits

16bits

Pre-trip temperature of hottest other RTD

16bits

Hottest ambient RTD during trip 16bits

Pre-trip ambient RTD temperature 16bits

Pre-trip tachometer RPM 16bits

Motor speed during trip

Reserved

8bits

8bits

RTD #1 maximum temperature

RTD #2 maximum temperature

RTD #3 maximum temperature

RTD #4 maximum temperature

16bits

16bits

16bits

16bits

RTD #5 maximum temperature

RTD #6 maximum temperature

RTD #7 maximum temperature

RTD #8 maximum temperature

16bits

16bits

16bits

16bits

RTD #9 maximum temperature 16bits

RTD #10 maximum temperature 16bits

RTD #11 maximum temperature 16bits

RTD #12 maximum temperature 16bits

0, 0, 3600

0, 0, 1

N/A

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, -50, 250

0, 0, 12

0, -50, 250

0, 0, 12

0, -50, 250

0, 0, 12

0, -50, 250

0, 0, 12

0, -50, 250

0, -50000, 50000

0, -50000, 50000

0, 0, 50000

0, -99, 100

0, -50000, 50000

0, -50000, 50000

0, -50000, 50000

0, -50000, 50000

--

--

--

--

0

C

--

0

C

--

--

0

C

--

0

C

RPM

--

--

0

C

0

C

0

C

0

C

0

C

0

C

0

C

0

C

0

C

0

C

0

C

0

C kW kvar kVA

--

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F4

F1

F161

N/A

F4

F1

F4

F1

F4

F1

F4

F1

F4

F12

F12

F12

F12

F12

F12

F1

F21

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 139

DEVICENET PROTOCOL COMMUNICATIONS GUIDE

Attribute Bytes

1 to 4 (low,high)

5 to 8 (low,high)

9 to 12 (low,high)

20h ANALOG

INPUT MAXIMUMS

& MINIMUMS

13 to 16 (low,high)

17 to 20 (low,high)

21 to 24 (low,high)

25 to 28 (low,high)

29 to 32 (low,high)

21h MOTOR

THERMAL

CAPACITY USED

1,2 (low,high)

22h TIME TO TRIP 1 to 4 (low,high)

23h CONTAIN

ATTRIBUTES 01h to

10h

248bytes

Table 28: Data formats for class B0h, Instance 01h:

Description Length Default, Min, Max

Analog input 1 minimum

Analog input 1 maximum

Analog input 2 minimum

Analog input 2 maximum

Analog input 3 minimum

Analog input 3 maximum

Analog input 4 minimum

Analog input 4 maximum

32bits

32bits

32bits

32bits

32bits

32bits

32bits

32bits

0, -50000, 50000

0, -50000, 50000

0, -50000, 50000

0, -50000, 50000

0, -50000, 50000

0, -50000, 50000

0, -50000, 50000

0, -50000, 50000

Motor thermal capacity used

Time to trip

16bits

32bits

All attributes 01h to 10h together 248bytes

0, 0, 100

–1, –1, 99999

N/A

--

--

--

--

--

--

--

--

% s

N/A

F12

F12

F12

F12

F12

F12

F12

F12

F1

F20

N/A

DeviceNet Data Formats

DeviceNet also uses the same format codes specified in Modbus Memory Map. Consult the

Modbus memory map for additional details on the output messages.

The DeviceNet specific Format codes are as follows:

F160

F161

Unsigned 8 bit integer ALARM STATUS

0 Off

0

1

3 Active

4 Latched

Unsigned 8 bit integer MOTOR SPEED

Low Speed (Speed 1)

High Speed (Speed 2)

140 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

COMMUNICATIONS GUIDE DEVICENET PROTOCOL

F162 Unsigned 16 bit integer RELAY STATUS

BIT 0

BIT 1

BIT 2

BIT 3

BIT 4

BIT 5

BIT 6

BIT 7

BIT 8

BIT 9

BIT 10

BIT 11

BIT 12

BIT 13

BIT 14

BIT 15

Reserved

Reserved

Relay in service

Active trip condition

Active alarm condition

In simulation mode

Motor overloaded

Motor tripped

Motor stopped

Motor starting

Motor running

Overload pickup

Unbalance pickup

Ground pickup

Hot RTD

Loss of load

F163 Unsigned 16 bit integer

BIT 8

BIT 9

BIT 10

BIT 11

BIT 12

BIT 13

BIT 14

BIT 15

BIT 0

BIT 1

BIT 2

BIT 3

BIT 4

BIT 5

BIT 6

BIT 7

The data type definitions are as follows:

INPUT SWITCHES AND OUTPUT RELAY

STATUS

Trip

Auxiliary 2

Auxiliary 3

Alarm

Block start

Service

Access switch

Test switch

Starter switch

Emergency restart switch

Remote reset switch

Assignable switch 1

Assignable switch 2

Assignable switch 3

Assignable switch 4

Trip coil

Data type

SSINT

USINT

SINT

UINT

SDINT

UDINT

Description

signed short integer 8bit (2’s compliment) unsigned short integer 8bit signed integer 16bit (2’s compliment) unsigned integer 16bit signed double integer 32bit (2’s compliment) unsigned double integer 32bit

Range

–128 to 127

0 to 255

–32768 to 32767

0 to 65535

–2147483648 to 2147483647

0 to 4294967295

The figure below illustrates the bit placement rules associated with the Compact Encoding of a FixedLengthBitString used in DeviceNet data.

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE 141

DEVICENET PROTOCOL COMMUNICATIONS GUIDE

BYTE

WORD

DWORD

Actual representation in device memory

Byte 1

7------0

HI LO

Byte 2 Byte 1

15--------------0

HI LO

Byte 4 Byte 1

31------------------------------0

HI LO

Byte 1

7------0

Byte 1 Byte 2

7------0

Encoding in DeviceNet

15------8

Byte 1 Byte 2 Byte 3 Byte 4

7------0 15------8 23------16 31------24

142 469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

Index

A

ACCELERATION TIMER ......................................................50

ACTUAL VALUES, READING ................................................ 7

ANALOG INPUT 1 ...............................................................66

ANALOG INPUT 1-2 DIFFERENCE ......................................73

ANALOG INPUT 2 ...............................................................67

ANALOG INPUT 3 ...............................................................68

ANALOG INPUT 3-4 DIFFERENCE ......................................74

ANALOG INPUT 4 ...............................................................69

ANALOG INPUTS .......................................................... 31, 33

ANALOG OUTPUTS.............................................................63

ASSIGNABLE INPUTS .........................................................41

AVERAGE MOTOR LOAD ....................................................32

C

CLEAR DATA ......................................................................40

COMMANDS .......................................................................19

COMMUNICATIONS ............................................................35

CRC-16 .............................................................................3, 4

CURRENT DEMAND ............................................................62

CURRENT METERING.........................................................29

CURRENT SENSING ...........................................................40

CURRENT UNBALANCE ......................................................49

CYCLIC REDUNDANCY CHECK ........................................... 3

D

DATA FORMATS, MEMORY MAP ...................................... 109

DATA FRAME FORMAT ........................................................ 2

DATA PACKET FORMAT ...................................................... 2

DATA RATE ......................................................................... 2

DEFAULT MESSAGES ........................................................37

DEMAND .............................................................................62

DEMAND METERING ..........................................................31

DEVICENET

469 specific objects ......................................................... 131

acknowledge handler object ............................................. 130

assembly object .............................................................. 127

connection object ............................................................ 128

description ...................................................................... 124

DeviceNet object ............................................................. 126

identity object ................................................................. 125

message router object ..................................................... 126

Modbus registers...............................................................36

DIGITAL COUNTERS ...........................................................43

DIGITAL INPUTS .................................................................29

E

ELECTRICAL INTERFACE .................................................... 2

ERROR CHECKING .............................................................. 3

ERROR RESPONSES ..........................................................12

ETHERNET .........................................................................36

EVENT RECORD

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE CGI-1

CGI-2

memory map locations ...................................................... 15

EVENT RECORDER

memory map locations ...................................................... 15

Modbus registers .............................................................. 74

F

FAULT VALUES .................................................................. 70

FORCE OUTPUT RELAYS .................................................. 46

FORMAT CODES .............................................................. 109

G

GENERAL COUNTERS ....................................................... 34

GENERAL SWITCH A ......................................................... 44

GENERAL SWITCH B ......................................................... 45

GENERAL SWITCH C ......................................................... 45

GENERAL SWITCH D ......................................................... 45

GROUND FAULT ................................................................ 49

I

INSTALLATION ................................................................... 40

J

JOGGING BLOCK ............................................................... 50

L

LAST TRIP DATA ................................................................ 26

LOAD SHED TRIP ............................................................... 42

LOOPBACK TEST ............................................................... 10

M

MECHANICAL JAM ............................................................. 48

MEMORY MAP

description ....................................................................... 13

format codes .................................................................. 109

table ................................................................................ 19

user-definable area........................................................... 13

MEMORY MAP FORMAT CODES ...................................... 109

MEMORY MAP INFORMATION ........................................... 13

MESSAGE SCRATCHPAD .................................................. 37

MODBUS

description ......................................................................... 2

digital input status .............................................................. 5

execute operation ............................................................... 8

function code 01 ................................................................. 5 function code 02 ............................................................. 5, 6

function code 03 ................................................................. 7 function code 04 ................................................................. 7

function code 05 ................................................................. 8 function code 06 ................................................................. 8

function code 07 ................................................................. 9

function code 08 ............................................................... 10 function code 16 ..........................................................10, 11

functions ............................................................................ 5

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

loopback test ....................................................................10

performing commands .......................................................11

read actual values .............................................................. 7

read device status .............................................................. 9

read relay coil .................................................................... 5

read setpoints .................................................................... 7

store multiple setpoints......................................................10

store single setpoint ........................................................... 8

supported functions ............................................................ 5

MODBUS FORMAT CODES ............................................... 109

MOTOR STARTING .............................................................32

MOTOR STATUS .................................................................25

O

OPEN RTD SENSOR ...........................................................56

OVERLOAD ALARM ............................................................48

OVERLOAD CURVE SETUP ................................................47

OVERTORQUE SETUP ........................................................61

OVERVOLTAGE ..................................................................58

P

PHASE DIFFERENTIAL .......................................................50

PHASE REVERSAL .............................................................59

PHASORS ...........................................................................35

POWER DEMAND ...............................................................62

POWER FACTOR ................................................................59

POWER METERING ............................................................31

POWER SYSTEM ................................................................41

PREFAULT VALUES ............................................................70

PRESSURE SWITCH ALARM ...............................................43

PRESSURE SWITCH TRIP ..................................................43

PULSE OUTPUT ..................................................................62

R

REACTIVE POWER .............................................................60

REAL TIME CLOCK ....................................................... 29, 37

REDUCED VOLTAGE ..........................................................41

RELAY RESET MODE .........................................................46

REMOTE ALARM .................................................................42

REMOTE TRIP ....................................................................42

RESTART BLOCK ...............................................................51

REVERSE POWER ..............................................................60

REVISION ...........................................................................19

RS232 .................................................................................. 2

RS485 .................................................................................. 2

RTD #1 ...............................................................................51

RTD #10..............................................................................55

RTD #11..............................................................................55

RTD #12..............................................................................56

RTD #2 ...............................................................................51

RTD #3 ...............................................................................52

RTD #4 ...............................................................................52

RTD #5 ...............................................................................53

RTD #6 ...............................................................................53

RTD #7 ...............................................................................54

RTD #8 ...............................................................................54

RTD #9 ...............................................................................55

RTD HIGH ALARMS ............................................................57

RTD MAXIMUMS .................................................................32

RTD SHORT/LOW TEMPERATURE......................................57

RTD TYPES ........................................................................51

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE CGI-3

CGI-4

S

SERIAL COMMUNICATIONS CONTROL .............................. 41

SERIAL PORTS .................................................................. 36

SHORT CIRCUIT TRIP ........................................................ 48

SIMULATION MODE ........................................................... 70

SPEED ............................................................................... 31

SPEED 2 ACCELERATION .................................................. 73

SPEED 2 OVERLOAD SETUP ............................................. 71

SPEED 2 UNDERCURRENT ................................................ 72

SPEED SWITCH TRIP......................................................... 42

START BLOCKS ................................................................. 28

START INHIBIT .................................................................. 50

STARTER FAILURE ............................................................ 61

STARTER STATUS ............................................................. 41

STATUS SETPOINTS.......................................................... 27

SUPPORTED MODBUS FUNCTIONS .................................... 5

SYSTEM STATUS ............................................................... 26

T

TACHOMETER ................................................................... 44

TEMPERATURE ................................................................. 30

TEST ANALOG OUTPUTS .................................................. 71

TEST OUTPUT RELAYS ..................................................... 71

THERMAL MODEL .............................................................. 46

TIMERS .............................................................................. 34

TIMING................................................................................. 4

TORQUE SETUP ................................................................ 61

TRACE MEMORY ............................................................... 75

TRIP COUNTER ................................................................. 61

TRIP COUNTERS ............................................................... 33

U

UNDERCURRENT............................................................... 49

UNDERPOWER .................................................................. 60

UNDERVOLTAGE ............................................................... 58

USER DEFINABLE MEMORY MAP ...................................... 13

USER MAP ......................................................................... 19

V

VIBRATION SWITCH ALARM .............................................. 43

VIBRATION SWITCH TRIP .................................................. 43

VOLTAGE FREQUENCY ..................................................... 59

VOLTAGE SENSING ........................................................... 40

W

WAVEFORM CAPTURE ...................................................... 15

469 MOTOR MANAGEMENT RELAY – COMMUNICATIONS GUIDE

advertisement

Was this manual useful for you? Yes No
Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Related manuals