You are on page 1of 62

Title Page

g
489

GE Industrial Systems

Generator Management Relay COMMUNICATIONS GUIDE


Software Revision: 3.00 GE Publication Code: GEK-106495A GE Multilin Part Number: 1601-0149-A2 Copyright 2004 GE Multilin

RE

T GIS ERE

GE Multilin 215 Anderson Avenue, Markham, Ontario Canada L6E 1B3 Tel: (905) 294-6222 Fax: (905) 201-2098 Internet: http://www.GEindustrial.com/multilin

ISO9001:2000
EM

U LT I L

GE Multilin's Quality Management System is registered to ISO9001:2000 QMI # 005094 UL # A3775

Table of Contents
489

Communications Guide

Table of Contents

MODBUS PROTOCOL

Electrical Interface.................................................................................................................................. 1 Modbus RTU Description ...................................................................................................................... 1 Data Frame Format and Data Rate ....................................................................................................... 1 Data Packet Format................................................................................................................................ 2 CRC-16 Algorithm .................................................................................................................................. 3 Timing..................................................................................................................................................... 3 Supported Functions ............................................................................................................................. 3 Function Codes 03/04: Read Setpoints / Actual Values ...................................................................... 4 Function Code 05: Execute Operation.................................................................................................. 5 Function Code 06: Store Single Setpoint ............................................................................................. 5 Function Code 07: Read Device Status ................................................................................................ 6 Function Code 08: Loopback Test......................................................................................................... 6 Function Code 16: Store Multiple Setpoints........................................................................................ 7 Function Code 16: Performing Commands ......................................................................................... 8 Error Responses..................................................................................................................................... 8 Memory Map Information..................................................................................................................... 9 User-Definable Memory Map Area ...................................................................................................... 9 Event Recorder....................................................................................................................................... 9 Waveform Capture .............................................................................................................................. 10 Dual Setpoints...................................................................................................................................... 10 Passcode Operation............................................................................................................................. 10 489 Memory Map................................................................................................................................. 11 Memory Map Data Formats ................................................................................................................ 40 Device Profile Document..................................................................................................................... 46 Implementation Table ......................................................................................................................... 47 Default Variations ................................................................................................................................ 48 Binary Input / Binary Input Change (Objects 01/02) .......................................................................... 49 Binary / Control Relay Output Block (Objects 10/12)......................................................................... 51 Binary / Frozen Counter (Objects 20/21)............................................................................................. 52 Analog Input / Input Change (Objects 30/32) ..................................................................................... 53

MODBUS FUNCTIONS

MODBUS MEMORY MAP

DNP PROTOCOL DNP POINT LISTS

GE Multilin

http://www.GEindustrial.com/multilin

Communications Guide

489

Table of Contents

ii

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Protocol

Communications Guide

489

489 Communications Guide


GE Publication Code: GEK-106495A GE Multilin Part Number: 1601-0149-A2
Copyright 2004 GE Multilin

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 489 must be connected together for the system to operate. Refer to the 489 Instruction Manual for correct serial port wiring. The 489 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 489 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 489 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 489. Monitoring, programming, and control functions are performed with read/write register commands.

Modbus RTU Description

Data Frame Format and Data Rate

One data frame of an asynchronous transmission to or from a 489 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 489 RS485 ports support operation at 1200, 2400, 4800, 9600, and 19200 baud. The front panel RS232 baud rate is fixed at 9600 baud.

GE Multilin

http://www.GEindustrial.com/multilin

Communications Guide

489

Modbus Protocol

Data Packet Format

A complete request/response sequence consists of the following bytes (transmitted as separate data frames): 1. A Master Query Message consisting of: a 1-byte Slave Address, a 1-byte Function Code, a variable number of Data Bytes depending on the Function Code, and a 2-byte CRC code. A Slave Response Message consisting of: a 1-byte Slave Address, a 1-byte Function Code, a variable number of Data Bytes depending on the Function Code, and a 2-byte CRC code. SLAVE ADDRESS: This is the first byte of every transmission. This byte represents the user-assigned address of the slave device that is to receive the message sent by the master. Each slave device must be assigned a unique address and only the addressed slave will respond 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. The RS232 port ignores the slave address, so it will respond regardless of the value in the message. Note: 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 489 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 greater than 127) then the slave did not perform the function as requested and is sending an error or exception response. DATA BYTES: This is a variable number of bytes depending on the Function Code. These 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.

2.

The terms Slave Address, Function Code, Data Bytes, and CRC are explained below:

If a 489 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 489 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.

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Functions

Communications Guide

489

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: --> A; Alow; Ahigh CRC i, j (+) N Di G shr (x) data transfer 16-bit working register; low and high order bytes of A (the 16-bit working register) 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 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. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. FFFF (hex) --> A 0 --> i 0 --> j Di (+) Alow --> Alow j + 1 --> j shr (A) Is there a carry? No: go Yes: G Is j = 8? No: go i + 1 --> i Is i = N? No: go A --> CRC

to step 8. (+) A --> A and continue. to 5.; Yes: continue. to 3.; Yes: continue.

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.

Modbus Functions
Supported Functions
The following functions are supported by the 489: Function Codes 03 and 04: Read Setpoints and Actual Values Function Code 05: Execute Operation Function Code 06: Store Single Setpoint Function Code 07: Read Device Status Function Code 08: Loopback Test Function Code 16: Store Multiple Setpoints

A detailed explanation of how the 489 implements these function codes is shown in the following sections.

GE Multilin

http://www.GEindustrial.com/multilin

Communications Guide

489

Modbus Functions

Function Codes 03/04: Read Setpoints / Actual Values

Modbus implementation: Read Input and Holding Registers 489 Implementation: Read Setpoints and Actual Values For the 489 Modbus implementation, these commands are 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 489 setpoints and actual values are sent as two bytes. The maximum of 125 registers can be read in one transmission. Function codes 03 and 04 are configured to read setpoints or actual values interchangeably since 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 0235. For this example, the register data in these addresses is:
Address 0235 0236 Data 0064 000A

Master Transmission Slave Address Function Code Data Starting Address Number of Setpoints CRC (low, high) Slave Response Slave Address Function Code Byte Count Data #1 (high, low) Data #2 (high, low) CRC (low, high)

Bytes 1 1 2 2 2 Bytes 1 1 1 2 2 2

Example 0B 03 02 32 00 02 D5 17 Example 0B 03 04 00 64 00 0A EB 91

Description message for slave 11 read register values data starting at 0235h 2 registers = 4 bytes total computed CRC error code Description message from slave 11 read register values 2 registers = 4 bytes total value in address 0235h value in address 0236h computed CRC error code

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Functions

Communications Guide Modbus Implementation: Force Single Coil 489 Implementation: Execute Operation

489

Function Code 05: Execute Operation

This function code allows the master to request specific 489 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 Section Function Code 16: Store Multiple Setpoints on page 7 for complete details. Supported Operations:Reset 489 (operation code 1); Generator Start (operation code 2); Generator Stop (operation code 3); Waveform Trigger (operation code 4) Message Format and Example: Reset 489 (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) Bytes 1 1 2 2 2 Bytes 1 1 2 2 2 Example 0B 05 00 01 FF 00 DD 50 Example 0B 05 00 01 FF 00 DD 50 Description message for slave 11 execute operation reset command (op code 1) perform function computed CRC error code Description message from slave 11 execute operation reset command (op code 1) perform function computed CRC error code

Function Code 06: Store Single Setpoint

Modbus Implementation: Preset Single Register 489 Implementation: Store Single Setpoint This command allows the master to store a single setpoint into the 489 memory. 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.
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) Bytes 1 1 2 2 2 Bytes 1 1 2 2 2 Example 0B 06 11 80 01 F4 8D A3 Example 0B 06 11 80 01 F4 8D A3 Description message for slave 11 store single setpoint setpoint address 1180h data for address 1180h computed CRC error code Description message from slave 11 store single setpoint setpoint address 1180h data for address 1180h computed CRC error code

GE Multilin

http://www.GEindustrial.com/multilin

Communications Guide

489

Modbus Functions

Function Code 07: Read Device Status

Modbus Implementation: Read Exception Status 489 Implementation: Read Device Status This function reads the selected device status. A short message length allows for rapid reading of status. The returned status byte has individual bits set to 1 or 0 depending on the slave device status. The 489 general status byte is shown below:
BIT DESCRIPTION BIT DESCRIPTION

B0 B1 B2 B3

1 TRIP relay operated = 1 2 AUXILIARY relay operated = 1 3 AUXILIARY relay operated = 1 4 AUXILIARY relay operated = 1

B4 B5 B6 B7

5 ALARM relay operated = 1 6 SERVICE relay operated = 1 Stopped = 1 Running = 1

Note that if status is neither stopped or running, the generator is starting. 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) Bytes 1 1 2 Bytes 1 1 1 2 Example 0B 07 47 42 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

Function Code 08: Loopback Test

Modbus Implementation: Loopback Test 489 Implementation: Loopback Test This function is used to test the integrity of the communication link. The 489 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) Bytes 1 1 2 2 2 Bytes 1 1 2 2 2 Example 0B 08 00 00 00 00 E0 A1 Example 0B 08 00 00 00 00 E0 A1 Description message for slave 11 loopback test must be 0000h must be 0000h computed CRC error code Description message from slave 11 loopback test must be 0000h must be 0000h computed CRC error code

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Functions

Communications Guide Modbus Implementation: Preset Multiple Registers 489 Implementation: Store Multiple Setpoints

489

Function Code 16: Store Multiple Setpoints

This function code allows multiple Setpoints to be stored into the 489 memory. Modbus registers are 16-bit (two byte) values transmitted high order byte first. Thus all 489 setpoints are sent as two bytes. 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 489 response to this function code is to echo the slave address, function code, starting address, the number of Setpoints stored, and the CRC. Message Format and Example: Request slave 11 to store the value 01F4 to Setpoint address 1180 and the value 0001 to setpoint address 1181. After the transmission in this example is complete, 489 slave 11 will have the following setpoints information stored:
Address 1180 1181 Data 01F4 0001

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)

Bytes 1 1 2 2 1 2 2 2 Bytes 1 1 2 2 2

Example 0B 10 11 80 00 02 04 01 F4 00 01 9B 89 Example 0B 10 11 80 00 02 45 B6

Description message for slave 11 store setpoints data starting at 1180h 2 setpoints = 4 bytes total 2 registers = 4 bytes data for address 1180h data for address 1181h computed CRC error code Description message from slave 11 store multiple setpoints data starting at 1180h 2 setpoints (4 bytes total) computed CRC error code

GE Multilin

http://www.GEindustrial.com/multilin

Communications Guide

489

Modbus Functions

Function Code 16: 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 489. 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. Message Format and Example: Perform a 489 RESET (operation code 1).
Master Transmission Slave Address Function Code Data Starting Address Number of Setpoints Byte Count Command Function Command Function CRC (low, high) Slave Response Slave Address Function Code Data Starting Address Number of Setpoints CRC (low, high) Bytes 1 1 2 2 1 2 2 2 Bytes 1 1 2 2 2 Example 0B 10 00 80 00 02 04 00 05 00 01 0B D6 Example 0B 10 00 80 00 02 40 8A Description message for slave 11 store setpoints setpoint address 0080h 2 setpoints = 4 bytes total 2 registers = 4 bytes data for address 0080h data for address 0081h computed CRC error code Description message from slave 11 store multiple setpoints setpoint address 0080h 2 setpoints (4 bytes total) computed CRC error code

Error Responses

When a 489 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 489. 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 489 implements the following exception response codes. 01: ILLEGAL FUNCTION The function code transmitted is not one of the functions supported by the 489. 02: ILLEGAL DATA ADDRESS The address referenced in the data field transmitted by the master is not an allowable address for the 489. 03: ILLEGAL DATA VALUE The value referenced in the data field transmitted by the master is not within range for the selected data address.

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Modbus Memory Map


Memory Map Information
The data stored in the 489 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 two-byte value. Addresses are listed in hexadecimal. Data values (Setpoint ranges, increments, and factory values) are in decimal. 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. The 489 contains a User Definable area in the memory map. This area allows remapping of the addresses of all Actual Values and Setpoints registers. The User Definable area has two sections: 1. 2. A Register Index area (memory map addresses 0180h to 01FCh) that contains 125 Actual Values or Setpoints register addresses. A Register area (memory map addresses 0100h to 017Ch) that contains the data at the addresses in the Register Index.

NOTE

User-Definable Memory Map Area

Register data that is separated in the rest of the memory map may be remapped to adjacent register addresses in the User Definable Registers area. This is accomplished by writing to register addresses in the User Definable Register Index area. This allows for improved throughput of data and can eliminate the need for multiple read command sequences. For example, if the values of Average Phase Current (register addresses 0412h and 0413h) and Hottest Stator RTD Temperature (register address 04A0h) are required to be read from an 489, their addresses may be remapped as follows: 1. 2. Write 0412h to address 0180h (User Definable Register Index 0000) using function code 06 or 16. Write 0413h to address 0181h (User Definable Register Index 0001) using function code 06 or 16. (Average Phase Current is a double register number) Write 04A0h to address 0182h (User Definable Register Index 0001) using function code 06 or 16.

3.

A read (function code 03 or 04) of registers 0100h (User Definable Register 0000) and 0101h (User Definable Register 0001) will return the Average Phase Current and register 0102h (User Definable Register 0002) will return the Hottest Stator RTD Temperature.

Event Recorder

The 489 event recorder data starts at address 3000h. Address 3003h is the ID number of the event of interest (a high number representing the latest event and a low number representing the oldest event). Event numbers start at zero each time the event record is cleared, and count upwards. To retrieve event 1, write 1 to the Event Record Selector (3003h) and read the data from 3004h to 30E7h. To retrieve event 2, write 2 to the Event Record Selector (3003h) and read the data from 3004h to 30E7h. All 40 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 0 should be less recent than event 1, event 1 should be less recent than event 2, etc.). If more than 40 events have been recorded since the last time the event record was cleared, the earliest events will not be accessible. For example, if 100 events have been recorded (i.e., the total events since last clear in register 3002h is 100), events 60 through 99 may be retrieved. Writing any other value to the event record selector (register 3003h) will result in an invalid data value error.

GE Multilin

http://www.GEindustrial.com/multilin

Communications Guide

489

Modbus Memory Map

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

Waveform Capture

The 489 stores up to 64 cycles of A/D samples in a waveform capture buffer each time a trip occurs. The waveform capture buffer is time and date stamped and may therefore be correlated to a trip in the event record. To access the waveform capture memory, select the channel of interest by writing the number to the Waveform Capture Channel Selector (30F5h). Then read the waveform capture data from address 3100h-31BFh, and read the date, time and line frequency from addresses 30F0h-30F4h. Each communications port can individually select a Waveform Channel Selector of interest by writing address 30F5h. This way the front port, rear port and auxiliary port can read different Waveform Channels simultaneously. The channel selector must be one of the following values:
VALUE SELECTED A/D SAMPLES SCALE FACTOR

0 1 2 3 4 5 6 7 8 9

Phase A line current Phase B line current Phase C line current Neutral-End phase A current Neutral-End phase B current Neutral-End phase C current Ground current Phase A to neutral voltage Phase B to neutral voltage Phase C to neutral voltage

500 counts equals 1 CT primary 500 counts equals 1 CT primary 500 counts equals 1 CT primary 500 counts equals 1 CT primary 500 counts equals 1 CT primary 500 counts equals 1 CT primary 500 counts equals 1 CT primary or 1A for 50:0.025 2500 counts equals 120 secondary volts 2500 counts equals 120 secondary volts 2500 counts equals 120 secondary volts

Dual Setpoints

Each communications port can individually select an Edit Setpoint Group of interest by writing address 1342h. This way the front port, rear port and auxiliary port can read and alter different setpoints simultaneously. Each communications port can individually set the Passcode Access by writing address 88h with the correct Passcode. This way the front port, rear port and auxiliary port have individual access to the setpoints. Reading address 0203h, COMMUNICATIONS SETPOINT ACCESS register, provides the user with the current state of access for the given port. A value of 1 read from this register indicates that the user has full access rights to changing setpoints from the given port.

Passcode Operation

10

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide The 489 memory map is shown in the following table.

489

489 Memory Map

Table 1: 489 Memory Map (Sheet 1 of 29)


ADDR NAME PRODUCT ID 0000 0001 0002 0003 0010 0011 0040 0050 0060 0080 0081 0088 00F0 00F2 0100 017C 0180 01FC 0200 0201 0202 0203 0210 0211 0212 0220 0221 0223 0225 0226 0228 022A 022C 022E 0230 0232 0233 0235 0236 0237 0238 023B 1, 2, 3 GE Multilin Product Device Code Product Hardware Revision Product Software Revision Product Modification Number Boot Program Revision Boot Program Modification Number Order Code 489 Revision 489 Boot Revision Command Function Code (always 5) Command Operation Code Communications Port Passcode Time (Broadcast) Date (Broadcast) User Map Value #1 of 125... User Map Value #125 of 125 User Map Address #1 of 125... User Map Address #125 of 125 Generator Status Generator Thermal Capacity Used Estimated Trip Time On Overload Communications Setpoint Access General Status Output Relay Status Active Setpoint Group Cause of Last Trip Time of Last Trip Date of Last Trip Tachometer Pretrip Phase A Pre-Trip Current Phase B Pre-Trip Current Phase C Pre-Trip Current Phase A Pre-Trip Differential Current Phase B Pre-Trip Differential Current Phase C Pre-Trip Differential Current Negative Sequence Current Pretrip Ground Current Pretrip Pre-Trip A-B Voltage Pre-Trip B-C Voltage Pre-Trip C-A Voltage Frequency Pretrip Real Power (MW) Pretrip See Table footnotes on page 39 N/A 1 to 26 N/A 0 to 999 N/A 0 to 999 0 to 16 12 12 5 0 to 65535 0 to 99999999 N/A N/A 5 5 0 to 3FFF 0 to 3FFF 0 to 4 0 to 100 0 to 65535 1 0 to 1 0 to 65535 0 to 63 0 to 1 0 to 139 N/A N/A 0 to 7200 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 2000 0 to 20000000 0 to 50000 0 to 50000 0 to 50000 0 to 12000 2000000 to 2000000 N/A 1 N/A 1 N/A 1 1 1 1 N/A 1 1 N/A N/A N/A N/A 1 1 1 1 1 N/A 1 1 1 1 N/A N/A 1 1 1 1 1 1 1 1 1 1 1 1 1 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 N/A N/A N/A N/A hex hex % s N/A N/A N/A N/A N/A N/A RPM Amps Amps Amps Amps Amps Amps % FLA A Volts Volts Volts Hz MW F1 F15 F16 F1 F16 F1 F22 F22 F22 F1 F1 F12 F24 F18 F1 F1 F1 F1 F133 F1 F12 F126 F140 F141 F118 F134 F19 F18 F1 F12 F12 F12 F12 F12 F12 F1 F14 F1 F1 F1 F3 F13 32 N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A 0 N/A N/A N/A N/A 0 0 1 0 1 N/A 0 0 0 0 N/A N/A 0 0 0 0 0 0 0 0 0 0 0 0 0 0 RANGE STEP UNITS FORMAT DEFAULT

MODEL ID

COMMANDS

USER_MAP / USER MAP VALUES

USER_MAP / USER MAP ADDRESSES

STATUS / GENERATOR STATUS

STATUS / SYSTEM STATUS

STATUS / LAST TRIP DATA

GE Multilin

http://www.GEindustrial.com/multilin

11

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 2 of 29)


ADDR NAME 023D 023F 0241 0242 0243 0244 0245 0246 0247 0248 0249 024B 024D 024F 025C 025D 025E 025F 0260 0262 0264 0265 0280 0281 0282 0283 0284 0285 0286 0287 0288 0289 028A 028B 028C 028D 028E 028F 0290 0291 0292 0293 0294 0295 0296 0297 0298 0299 029A 029B 029C 029D 1, 2, 3 Reactive Power Mvar Pretrip Apparent Power MVA Pretrip Last Trip Data Stator RTD Hottest Stator RTD Temperature Last Trip Data Bearing RTD Hottest Bearing RTD Temperature Last Trip Data Other RTD Hottest Other RTD Temperature Last Trip Data Ambient RTD Hottest Ambient RTD Temperature Analog Input 1 Pretrip Analog Input 2 Pretrip Analog Input 3 Pretrip Analog Input 4 Pretrip Hottest Stator RTD Temperature Hottest Bearing RTD Temperature Hottest Other RTD Temperature Hottest Ambient RTD Temperature Neutral Voltage Fundamental Pretrip Neutral Voltage 3rd Harmonic Pretrip Pre-Trip Vab/Iab Pre-Trip Vab/Iab Angle Input A Pickup Input B Pickup Input C Pickup Input D Pickup Input E Pickup Input F Pickup Input G Pickup Sequential Trip Pickup Field-Breaker Discrepancy Pickup Tachometer Pickup Offline Overcurrent Pickup Inadvertent Energization Pickup Phase Overcurrent Pickup Negative Sequence Overcurrent Pickup Ground Overcurrent Pickup Phase Differential Pickup Undervoltage Pickup Overvoltage Pickup Volts/Hertz Pickup Phase Reversal Pickup Underfrequency Pickup Overfrequency Pickup Neutral Overvoltage (Fundamental) Pickup Neutral Undervoltage (3rd Harmonic) Pickup Reactive Power Pickup Reverse Power Pickup Low Forward Power Pickup Thermal Model Pickup RTD #1 Pickup RTD #2 Pickup See Table footnotes on page 39 RANGE 2000000 to 2000000 0 to 2000000 1 to 12 50 to 250 1 to 12 50 to 250 1 to 12 50 to 250 1 to 12 50 to 250 50000 to 50000 50000 to 50000 50000 to 50000 50000 to 50000 50 to 250 50 to 250 50 to 250 50 to 250 0 to 250000 0 to 250000 0 to 65535 0 to 359 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 Mvar MVA C C C C Units Units Units Units F F F F Volts Volts ohms s FORMAT F13 F13 F1 F4 F1 F4 F1 F4 F1 F4 F12 F12 F12 F12 F4 F4 F4 F4 F10 F10 F2 F1 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 1 0 1 0 1 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0

STATUS / TRIP PICKUPS

12

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 3 of 29)


ADDR NAME 029E 029F 02A0 02A1 02A2 02A3 02A4 02A5 02A6 02A7 02A8 02A9 02AA 02AB 02AC 02AD 02AE 02AF 02B0 02B1 0300 0301 0302 0303 0304 0305 0306 0307 0308 0309 030A 030B 030C 030D 030E 030F 0310 0311 0312 0313 0314 0315 0316 0317 0318 0319 031A 031B 031C 031D 031E 031F 1, 2, 3 RTD #3 Pickup RTD #4 Pickup RTD #5 Pickup RTD #6 Pickup RTD #7 Pickup RTD #8 Pickup RTD #9 Pickup RTD #10 Pickup RTD #11 Pickup RTD #12 Pickup Analog Input 1 Pickup Analog Input 2 Pickup Analog Input 3 Pickup Analog Input 4 Pickup Loss Of Excitation 1 Pickup Loss Of Excitation 2 Pickup Ground Directional Pickup High-Set Phase Overcurrent Pickup Distance Zone 1 Pickup Distance Zone 2 Pickup Input A Pickup Input B Pickup Input C Pickup Input D Pickup Input E Pickup Input F Pickup Input G Pickup Tachometer Pickup Overcurrent Pickup Negative Sequence Overcurrent Pickup Ground Overcurrent Pickup Undervoltage Pickup Overvoltage Pickup Volts/Hertz Pickup Underfrequency Pickup Overfrequency Pickup Neutral Overvoltage (Fundamental) Pickup Neutral Undervoltage (3rd harmonic) Pickup Reactive Power Pickup Reverse Power Pickup Low Forward Power Pickup RTD #1 Pickup RTD #2 Pickup RTD #3 Pickup RTD #4 Pickup RTD #5 Pickup RTD #6 Pickup RTD #7 Pickup RTD #8 Pickup RTD #9 Pickup RTD #10 Pickup RTD #11 Pickup See Table footnotes on page 39 RANGE 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

STATUS / ALARM PICKUPS

GE Multilin

http://www.GEindustrial.com/multilin

13

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 4 of 29)


ADDR NAME 0320 0321 0322 0323 0324 0325 0326 0327 0328 0329 032A 032B 032C 032D 032E 032F 0330 0331 0332 0333 0334 0335 0336 0337 0380 0381 0382 0383 0384 0385 0386 0387 0388 0389 03FC 03FE 0400 0402 0404 0406 0408 040A 040C 040E 0410 0412 0414 0415 0416 0420 1, 2, 3 RTD #12 Pickup Open Sensor Pickup Short/Low Temperature Pickup Thermal Model Pickup Trip Counter Pickup Breaker Failure Pickup Trip Coil Monitor Pickup VT Fuse Failure Pickup Current Demand Pickup MW Demand Pickup Mvar Demand Pickup MVA Demand Pickup Analog Input 1 Pickup Analog Input 2 Pickup Analog Input 3 Pickup Analog Input 4 Pickup Not Programmed Pickup Simulation Mode Pickup Output Relays Forced Pickup Analog Output Forced Pickup Test Switch Shorted Pickup Ground Directional Pickup IRIG-B Alarm Pickup Generator Running Hour Pickup Access Switch State Breaker Status Switch State Assignable Digital Input 1 State Assignable Digital Input 2 State Assignable Digital Input 3 State Assignable Digital Input 4 State Assignable Digital Input 5 State Assignable Digital Input 6 State Assignable Digital Input 7 State Trip Coil Supervision Date (Read-only) Time (Read-only) Phase A Output Current Phase B Output Current Phase C Output Current Phase A Neutral-Side Current Phase B Neutral-Side Current Phase C Neutral-Side Current Phase A Differential Current Phase B Differential Current Phase C Differential Current Average Phase Current Generator Load Negative Sequence Current Ground Current Phase A Current Angle See Table footnotes on page 39 RANGE 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 4 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 N/A N/A 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 2000 0 to 2000 0 to 10000 0 to 359 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 N/A N/A 1 1 1 1 1 1 1 1 1 1 1 1 1 1 UNITS N/A N/A Amps Amps Amps Amps Amps Amps Amps Amps Amps Amps % FLA % FLA Amps FORMAT F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F123 F207 F207 F207 F207 F207 F207 F207 F207 F207 F132 F18 F19 F12 F12 F12 F12 F12 F12 F12 F12 F12 F12 F1 F1 F14 F1 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 N/A N/A 0 0 0 0 0 0 0 0 0 0 0 0 0 0

STATUS / DIGITAL INPUTS

STATUS / REAL TIME CLOCK

METERING DATA / CURRENT METERING

14

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 5 of 29)


ADDR NAME 0421 0422 0423 0424 0425 0426 0427 0428 0429 0440 0441 0442 0443 0444 0445 0446 0447 0448 0449 044A 044C 044E 0450 0451 0460 0461 0462 0463 0464 0465 0466 0480 0481 0483 0485 0487 0489 048B 04A0 04A1 04A2 04A3 04A4 04A5 04A6 04A7 04A8 04A9 04AA 04AB 1, 2, 3 Phase B Current Angle Phase C Current Angle Phase A Neutral-Side Angle Phase B Neutral-Side Angle Phase C Neutral-Side Angle Phase A Differential Angle Phase B Differential Angle Phase C Differential Angle Ground Current Angle Phase A-B Voltage Phase B-C Voltage Phase C-A Voltage Average Line Voltage Phase A-N Voltage Phase B-N Voltage Phase C-N Voltage Average Phase Voltage Per Unit Measurement Of V/Hz2 Frequency Neutral Voltage Fund Neutral Voltage 3rd Harmonic Neutral Voltage Vp3 3rd Harmonic Vab/Iab Vab/Iab Angle Line A-B Voltage Angle Line B-C Voltage Angle Line C-A Voltage Angle Phase A-N Voltage Angle Phase B-N Voltage Angle Phase C-N Voltage Angle Neutral Voltage Angle Power Factor Real Power Reactive Power Apparent Power Positive Watthours Positive Varhours Negative Varhours Hottest Stator RTD Hottest Stator RTD Temperature 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 See Table footnotes on page 39 RANGE 0 to 359 0 to 359 0 to 359 0 to 359 0 to 359 0 to 359 0 to 359 0 to 359 0 to 359 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 200 500 to 9000 0 to 250000 0 to 250000 0 to 250000 0 to 65535 0 to 359 0 to 359 0 to 359 0 to 359 0 to 359 0 to 359 0 to 359 0 to 359 100 to 100 2000000 to 2000000 2000000 to 2000000 2000000 to 200000 0 to 4000000000 0 to 4000000000 0 to 4000000000 1 to 12 52 to 250 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 Volts Volts Volts Volts Volts Volts Volts Volts Hz Volts Volts Volts ohms MW Mvar MVA MWh Mvarh Mvarh C C C C C C C C C C C FORMAT F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F3 F3 F10 F10 F10 F2 F1 F1 F1 F1 F1 F1 F1 F1 F6 F13 F13 F13 F13 F13 F13 F1 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 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 52 52 52 52 52 52 52 52 52 52 52

METERING DATA / VOLTAGE METERING

METERING DATA / POWER METERING

METERING DATA / TEMPERATURE

GE Multilin

http://www.GEindustrial.com/multilin

15

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 6 of 29)


ADDR NAME 04AC 04AD 04C0 04C1 04C2 04C3 04C4 04C5 04C6 04C7 04C8 04C9 04CA 04CB 04CC 04E0 04E2 04E4 04E6 04E8 04EA 04EC 04EE 0500 0502 0504 0506 0520 0600 0601 0602 0603 0604 0620 0621 0622 0623 0624 0625 0626 0627 0628 0629 062A 062B 0640 0641 0642 1, 2, 3 RTD #11 Temperature RTD #12 Temperature Hottest Stator RTD Temperature 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 Current Demand MW Demand Mvar Demand MVA Demand Peak Current Demand Peak MW Demand Peak Mvar Demand Peak MVA Demand Analog Input 1 Analog Input 2 Analog Input 3 Analog Input 4 Tachometer Average Generator Load Average Negative Sequence Current Average Phase-Phase Voltage Reserved Reserved RTD #1 Maximum Temperature (Celsius) RTD #2 Maximum Temperature (Celsius) RTD #3 Maximum Temperature (Celsius) RTD #4 Maximum Temperature (Celsius) RTD #5 Maximum Temperature (Celsius) RTD #6 Maximum Temperature (Celsius) RTD #7 Maximum Temperature (Celsius) RTD #8 Maximum Temperature (Celsius) RTD #9 Maximum Temperature (Celsius) RTD #10 Maximum Temperature (Celsius) RTD #11 Maximum Temperature (Celsius) RTD #12 Maximum Temperature (Celsius) RTD #1 Maximum Temperature (Fahrenheit) RTD #2 Maximum Temperature (Fahrenheit) RTD #3 Maximum Temperature (Fahrenheit) See Table footnotes on page 39 RANGE 52 to 251 52 to 251 52 to 250 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 0 to 1000000 0 to 2000000 0 to 2000000 0 to 2000000 0 to 1000000 0 to 2000000 0 to 2000000 0 to 2000000 50000 to 50000 50000 to 50000 50000 to 50000 50000 to 50000 0 to 7200 0 to 2000 0 to 2000 0 to 50000 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 C C F F F F F F F F F F F F F Amps MW Mvar MVA Amps MW Mvar MVA Units Units Units Units RPM %FLA %FLA V C C C C C C C C C C C C F F F FORMAT F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F12 F13 F13 F13 F12 F13 F13 F13 F12 F12 F12 F12 F1 F1 F1 F1 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 DEFAULT 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52

METERING DATA / DEMAND METERING

METERING DATA / ANALOG INPUTS

METERING DATA / SPEED LEARNED DATA / PARAMETER AVERAGES

LEARNED DATA / RTD MAXIMUMS

16

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 7 of 29)


ADDR NAME 0643 0644 0645 0646 0647 0648 0649 064A 064B 0700 0702 0704 0706 0708 070A 070C 070E 077F 0781 0782 0783 0784 0785 0786 0787 0788 0789 078A 078B 078C 078D 078E 078F 0790 0791 0792 0793 0794 0795 0796 0797 0798 0799 079A 079B 079C 079D 079E 079F 07A0 1, 2, 3 RTD #4 Maximum Temperature (Fahrenheit) RTD #5 Maximum Temperature (Fahrenheit) RTD #6 Maximum Temperature (Fahrenheit) RTD #7 Maximum Temperature (Fahrenheit) RTD #8 Maximum Temperature (Fahrenheit) RTD #9 Maximum Temperature (Fahrenheit) RTD #10 Maximum Temperature (Fahrenheit) RTD #11 Maximum Temperature (Fahrenheit) RTD #12 Maximum Temperature (Fahrenheit) 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 Trip Counters Last Cleared (Date) Total Number of Trips Digital Input Trips Sequential Trips Field-Breaker Discrepancy Trips Tachometer Trips Offline Overcurrent Trips Phase Overcurrent Trips Negative Sequence Overcurrent Trips Ground Overcurrent Trips Phase Differential Trips Undervoltage Trips Overvoltage Trips Volts/Hertz Trips Phase Reversal Trips Underfrequency Trips Overfrequency Trips Neutral Overvoltage (Fundamental) Trips Neutral Undervoltage (3rd Harmonic) Trips Reactive Power Trips Reverse Power Trips Low Forward Power Trips Stator RTD Trips Bearing RTD Trips Other RTD Trips Ambient RTD Trips Thermal Model Trips Inadvertent Energization Trips Analog Input 1 Trips Analog Input 2 Trips Analog Input 3 Trips Analog Input 4 Trips Number Of Breaker Operations See Table footnotes on page 39 RANGE 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 52 to 251 50000 to 50000 50000 to 50000 50000 to 50000 50000 to 50000 50000 to 50000 50000 to 50000 50000 to 50000 50000 to 50000 N/A 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 N/A 1 1 1 1 1 1 1 1 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 F F F F F F F F F Units Units Units Units Units Units Units Units N/A FORMAT F4 F4 F4 F4 F4 F4 F4 F4 F4 F12 F12 F12 F12 F12 F12 F12 F12 F18 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 DEFAULT 52 52 52 52 52 52 52 52 52 0 0 0 0 0 0 0 0 N/A 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

LEARNED DATA / ANALOG IN MIN/MAX

MAINTENANCE / TRIP COUNTERS

MAINTENANCE / GENERAL COUNTERS

GE Multilin

http://www.GEindustrial.com/multilin

17

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 8 of 29)


ADDR NAME 07A1 07A2 07A3 07A4 07A5 07A6 07A7 07E0 0800 0801 0810 0812 1000 1001 1003 1004 1005 1006 1008 100A 1010 1011 1012 1013 1014 1015 1016 1017 1030 1032 1034 1060 1080 10A0 10C0 10E0 1130 1131 1132 1133 1134 1135 1136 1137 1, 2, 3 Number Of Thermal Resets Loss Of Excitation 1 Trips Loss Of Excitation 2 Trips Ground Directional Trips High-Set Phase Overcurrent Trips Distance Zone 1 Trips Distance Zone 2 Trips Generator Hours Online Order Code 489 Serial Number Original Calibration Date Last Calibration Date Default Message Cycle Time Default Message Timeout Parameter Averages Calculation Period Temperature Display Waveform Trigger Position Passcode (Write Only) Encrypted Passcode (Read Only) Waveform Memory Buffer Slave Address Computer RS485 Baud Rate Computer RS485 Parity Auxiliary RS485 Baud Rate Auxiliary RS485 Parity Port Used For DNP DNP Slave Address DNP Turnaround Time Date Time IRIG-B Type Scratchpad Scratchpad Scratchpad Scratchpad Scratchpad Clear Last Trip Data Clear Mwh And Mvarh Meters Clear Peak Demand Data Clear RTD Maximums Clear Analog Inputs Minimums/Maximums Clear Trip Counters Clear Event Record Clear Generator Information See Table footnotes on page 39 MAINTENANCE / TRIP COUNTERS 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 50000 0 to 1000000 0 to 65535 3000000 to 9999999 N/A N/A 5 to 100 10 to 900 1 to 90 0 to 1 1 to 100 0 to 99999999 N/A 1 to 16 1 to 254 0 to 5 0 to 2 0 to 5 0 to 2 0 to 3 0 to 255 0 to 100 N/A N/A 0 to 2 0 to 40 0 to 40 0 to 40 0 to 40 0 to 40 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 1 1 1 1 1 1 1 1 1 N/A N/A 5 1 1 1 1 1 N/A 1 1 1 1 1 1 1 1 10 N/A N/A 1 1 1 1 1 1 1 1 1 1 1 1 1 1 h N/A N/A N/A s s min % N/A N/A ms N/A N/A F1 F1 F1 F1 F1 F1 F12 F136 F12 F18 F18 F2 F1 F1 F100 F1 F12 F12 F1 F1 F101 F102 F101 F102 F216 F1 F1 F18 F19 F220 F22 F22 F22 F22 F22 F103 F103 F103 F103 F103 F103 F103 F103 0 0 0 0 0 0 0 N/A 3000000 N/A N/A 20 300 15 0 25 0 N/A 8 254 4 0 4 0 0 255 10 N/A N/A 0 _ _ _ _ _ 0 0 0 0 0 0 0 0 RANGE 0 to 50000 STEP 1 UNITS FORMAT F1 DEFAULT 0

MAINTENANCE / TIMERS PRODUCT INFO. / 489 MODEL INFO.

PRODUCT INFO. / CALIBRATION INFO.

489 SETUP / PREFERENCES

489 SETUP / SERIAL PORTS

489 SETUP / REAL TIME CLOCK

489 SETUP / MESSAGE SCRATCHPAD

489 SETUP / CLEAR DATA

18

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 9 of 29)


ADDR NAME 1138 1180 1181 1182 11A0 11A1 11A2 11A3 11C0 11C2 11C3 11C4 11C5 11E0 11E1 11E2 11E3 1200 1210 1211 1212 1218 1219 121A 121B 121C 121D 121E 121F 1220 1221 1222 1223 1230 1231 1232 1238 1239 123A 123B 123C 123D 123E 123F 1240 1241 1, 2, 3 Clear Breaker Information Phase CT Primary Ground CT Ground CT Ratio VT Connection Type Voltage Transformer Ratio Neutral VT Ratio Neutral Voltage Transformer Generator Rated MVA Generator Rated Power Factor Generator Voltage Phase-Phase Generator Nominal Frequency Generator Phase Sequence Serial Start/Stop Initiation Startup Initiation Relays (2-5) Shutdown Initiation Relays (1-4) Serial Start/Stop Events Breaker Status Assign Digital Input Asserted Digital Input State Input Name Block Input From Online General Input A Control Pulsed Control Relay Dwell Time Assign Control Relays (1-5) General Input A Control Events General Input A Alarm Assign Alarm Relays (2-5) General Input A Alarm Delay General Input A Alarm Events General Input A Trip Assign Trip Relays (1-4) General Input A Trip Delay Assign Digital Input Asserted Digital Input State Input Name Block Input From Online General Input B Control Pulsed Control Relay Dwell Time Assign Control Relays (1-5) General Input B Control Events General Input B Alarm Assign Alarm Relays (2-5) General Input B Alarm Delay General Input B Alarm Events General Input B Trip See Table footnotes on page 39 SYSTEM SETUP / CURRENT SENSING 10 to 50001 0 to 3 10 to 10000 0 to 2 100 to 30000 100 to 24000 0 to 1 50 to 2000001 5 to 100 100 to 30001 0 to 3 0 to 2 0 to 1 1 to 4 0 to 3 0 to 1 0 to 1 0 to 7 0 to 1 0 to 12 0 to 5000 0 to 1 0 to 250 0 to 4 0 to 1 0 to 2 1 to 4 1 to 50000 0 to 1 0 to 2 0 to 3 1 to 50000 0 to 7 0 to 1 0 to 12 0 to 5000 0 to 1 0 to 250 0 to 4 0 to 1 0 to 2 1 to 4 1 to 50000 0 to 1 0 to 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 Amps : 1 / :5 :1 :1 MVA V Hz s s s s s s s F1 F104 F1 F106 F3 F3 F103 F13 F3 F1 F107 F124 F105 F50 F50 F105 F209 F210 F131 F22 F1 F105 F2 F50 F105 F115 F50 F2 F105 F115 F50 F2 F210 F131 F22 F1 F105 F2 F50 F105 F115 F50 F2 F105 F115 50001 0 100 0 500 500 0 2000001 100 30001 0 0 0 0 0 0 1 0 0 _ 0 0 0 0 0 0 16 50 0 0 1 50 0 0 _ 0 0 0 0 0 0 16 50 0 0 RANGE 0 to 1 STEP 1 UNITS FORMAT F103 DEFAULT 0

SYSTEM SETUP / VOLTAGE SENSING

SYSTEM SETUP / GEN. PARAMETERS

SYSTEM SETUP / SERIAL START/STOP

DIGITAL INPUTS / BREAKER STATUS DIGITAL INPUTS / GENERAL INPUT A

DIGITAL INPUTS / GENERAL INPUT B

GE Multilin

http://www.GEindustrial.com/multilin

19

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 10 of 29)


ADDR NAME 1242 1243 1250 1251 1252 1258 1259 125A 125B 125C 125D 125E 125F 1260 1261 1262 1263 1270 1271 1272 1278 1279 127A 127B 127C 127D 127E 127F 1280 1281 1282 1283 1290 1291 1292 1298 1299 129A 129B 129C 129D 129E 129F 12A0 12A1 12A2 12A3 12B0 12B1 1, 2, 3 Assign Trip Relays (1-4) General Input B Trip Delay Assign Digital Input Asserted Digital Input State Input Name Block Input From Online General Input C Control Pulsed Control Relay Dwell Time Assign Control Relays (1-5) General Input C Control Events General Input C Alarm Assign Alarm Relays (2-5) General Input C Alarm Delay General Input C Alarm Events General Input C Trip Assign Trip Relays (1-4) General Input C Trip Delay Assign Digital Input Asserted Digital Input State Input Name Block Input From Online General Input D Control Pulsed Control Relay Dwell Time Assign Control Relays (1-5) General Input D Control Events General Input D Alarm Assign Alarm Relays (2-5) General Input D Alarm Delay General Input D Alarm Events General Input D Trip Assign Trip Relays (1-4) General Input D Trip Delay Assign Digital Input Asserted Digital Input State Input Name Block Input From Online General Input E Control Pulsed Control Relay Dwell Time Assign Control Relays (1-5) General Input E Control Events General Input E Alarm Assign Alarm Relays (2-5) General Input E Alarm Delay General Input E Alarm Events General Input E Trip Assign Trip Relays (1-4) General Input E Trip Delay Assign Digital Input Asserted Digital Input State See Table footnotes on page 39 RANGE 0 to 3 1 to 50000 0 to 7 0 to 1 0 to 12 0 to 5000 0 to 1 0 to 250 0 to 4 0 to 1 0 to 2 1 to 4 1 to 50000 0 to 1 0 to 2 0 to 3 1 to 50000 0 to 7 0 to 1 0 to 12 0 to 5000 0 to 1 0 to 250 0 to 4 0 to 1 0 to 2 1 to 4 1 to 50000 0 to 1 0 to 2 0 to 3 1 to 50000 0 to 7 0 to 1 0 to 12 0 to 5000 0 to 1 0 to 250 0 to 4 0 to 1 0 to 2 1 to 4 1 to 50000 0 to 1 0 to 2 0 to 3 1 to 50000 0 to 7 0 to 1 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 s s s s s s s s s s s s s FORMAT F50 F2 F210 F131 F22 F1 F105 F2 F50 F105 F115 F50 F2 F105 F115 F50 F2 F210 F131 F22 F1 F105 F2 F50 F105 F115 F50 F2 F105 F115 F50 F2 F210 F131 F22 F1 F105 F2 F50 F105 F115 F50 F2 F105 F115 F50 F2 F210 F131 DEFAULT 1 50 0 0 _ 0 0 0 0 0 0 16 50 0 0 1 50 0 0 _ 0 0 0 0 0 0 16 50 0 0 1 50 0 0 _ 0 0 0 0 0 0 16 50 0 0 1 50 0 0

DIGITAL INPUTS / GENERAL INPUT C

DIGITAL INPUTS / GENERAL INPUT D

DIGITAL INPUTS / GENERAL INPUT E

DIGITAL INPUTS / GENERAL INPUT F

20

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 11 of 29)


ADDR NAME 12B2 12B8 12B9 12BA 12BB 12BC 12BD 12BE 12BF 12C0 12C1 12C2 12C3 12D0 12D1 12D2 12D8 12D9 12DA 12DB 12DC 12DD 12DE 12DF 12E0 12E1 12E2 12E3 1300 1310 1320 1340 1341 1342 1360 1361 1362 1363 1365 1380 1381 1382 1383 13A0 13A1 1, 2, 3 Input Name Block Input From Online General Input F Control Pulsed Control Relay Dwell Time Assign Control Relays (1-5) General Input F Control Events General Input F Alarm Assign Alarm Relays (2-5) General Input F Alarm Delay General Input F Alarm Events General Input F Trip Assign Trip Relays (1-4) General Input F Trip Delay Assign Digital Input Asserted Digital Input State Input Name Block Input From Online General Input G Control Pulsed Control Relay Dwell Time Assign Control Relays (1-5) General Input G Control Events General Input G Alarm Assign Alarm Relays (2-5) General Input G Alarm Delay General Input G Alarm Events General Input G Trip Assign Trip Relays (1-4) General Input G Trip Delay Assign Digital Input Assign Digital Input Assign Digital Input Assign Digital Input Active Setpoint Group Edit Setpoint Group Assign Digital Input Sequential Trip Type Assign Trip Relays (1-4) Sequential Trip Level Sequential Trip Delay Assign Digital Input Field Status Contact Assign Trip Relays (1-4) Field-Breaker Discrepancy Trip Delay Assign Digital Input Rated Speed See Table footnotes on page 39 RANGE 0 to 12 0 to 5000 0 to 1 0 to 250 0 to 4 0 to 1 0 to 2 1 to 4 1 to 50000 0 to 1 0 to 2 0 to 3 1 to 50000 0 to 7 0 to 1 0 to 12 0 to 5000 0 to 1 0 to 250 0 to 4 0 to 1 0 to 2 1 to 4 1 to 50000 0 to 1 0 to 2 0 to 3 1 to 50000 0 to 7 0 to 7 0 to 7 0 to 7 0 to 1 0 to 1 0 to 7 0 to 1 0 to 3 2 to 99 2 to 1200 0 to 7 0 to 1 0 to 3 1 to 5000 0 to 7 100 to 3600 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 s s s s s s s s Rated MW s s RPM FORMAT F22 F1 F105 F2 F50 F105 F115 F50 F2 F105 F115 F50 F2 F210 F131 F22 F1 F105 F2 F50 F105 F115 F50 F2 F105 F115 F50 F2 F210 F210 F210 F210 F118 F118 F210 F206 F50 F14 F2 F210 F109 F50 F2 F210 F1 DEFAULT _ 0 0 0 0 0 0 16 50 0 0 1 50 0 0 _ 0 0 0 0 0 0 16 50 0 0 1 50 0 0 0 0 0 0 0 0 1 5 10 0 0 1 10 0 3600

DIGITAL INPUTS / GENERAL INPUT G

DIGITAL INPUTS / REMOTE RESET DIGITAL INPUTS / TEST INPUT DIGITAL INPUTS / THERMAL RESET DIGITAL INPUTS / DUAL SETPOINTS

DIGITAL INPUTS / SEQUENTIAL TRIP

DIGITAL INPUTS / FIELD-BREAKER DISCREPANCY

DIGITAL INPUTS / TACHOMETER

GE Multilin

http://www.GEindustrial.com/multilin

21

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 12 of 29)


ADDR NAME 13A2 13A3 13A4 13A5 13A6 13A7 13A8 13A9 13AA 13C0 13D0 13D1 1400 1401 1402 1403 1404 1405 1500 1501 1502 1503 1504 1520 1521 1522 1523 1540 1541 1542 1543 1544 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 160A 160B 160C 160D 1, 2, 3 Tachometer Alarm Assign Alarm Relays (2-5) Tachometer Alarm Speed Tachometer Alarm Delay Tachometer Alarm Events Tachometer Trip Assign Trip Relays (1-4) Tachometer Trip Speed Tachometer Trip Delay Assign Digital Input Assign Digital Input Ground Switch Contact 1 Trip 2 Auxiliary 3 Auxiliary 4 Auxiliary 5 Alarm 6 Service Overcurrent Alarm Assign Alarm Relays (2-5) Overcurrent Alarm Level Overcurrent Alarm Delay Overcurrent Alarm Events Offline Overcurrent Trip Assign Trip Relays (1-4) Offline Overcurrent Pickup Offline Overcurrent Trip Delay Inadvertent Energize Trip Assign Trip Relays (1-4) Arming Signal Inadvertent Energize O/c Pickup Inadvertent Energize Pickup Phase Overcurrent Trip Assign Trip Relays (1-4) Enable Voltage Restraint Phase Overcurrent Pickup Curve Shape FlexCurve Trip Time at 1.03 PU FlexCurve Trip Time at 1.05 PU FlexCurve Trip Time at 1.10 PU FlexCurve Trip Time at 1.20 PU FlexCurve Trip Time at 1.30 PU FlexCurve Trip Time at 1.40 PU FlexCurve Trip Time at 1.50 PU FlexCurve Trip Time at 1.60 PU FlexCurve Trip Time at 1.70 PU See Table footnotes on page 39 RANGE 0 to 2 1 to 4 101 to 175 1 to 250 0 to 1 0 to 2 0 to 3 101 to 175 1 to 250 0 to 7 0 to 7 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 0 to 1 0 to 2 1 to 4 10 to 150 1 to 2500 0 to 1 0 to 2 0 to 3 5 to 100 3 to 99 0 to 2 0 to 3 0 to 1 5 to 300 50 to 99 0 to 2 0 to 3 0 to 1 15 to 2000 0 to 13 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 %Rated s %Rated s FLA s CT Cycles CT Rated V CT ms ms ms ms ms ms ms ms ms FORMAT F115 F50 F1 F1 F105 F115 F50 F1 F1 F210 F210 F109 F117 F117 F117 F117 F117 F117 F115 F50 F3 F2 F105 F115 F50 F3 F1 F115 F50 F202 F3 F3 F115 F50 F103 F3 F128 F1 F1 F1 F1 F1 F1 F1 F1 F1 DEFAULT 0 16 110 1 0 0 1 110 1 0 0 0 0 0 0 0 0 0 0 16 101 1 0 0 1 5 5 0 1 0 5 50 0 1 0 1000 0 65535 65535 65535 65535 65535 65535 65535 65535 65535

DIGITAL INPUTS / WAVEFORM CAPTURE DIGITAL INPUTS / GROUND SWITCH STATUS

OUTPUT RELAYS / RELAY RESET MODE

CURRENT ELEMENTS / OVERCURRENT ALARM

CURRENT ELEMENTS / OFFLINE OVERCURRENT

CURRENT ELEMENTS / INADVERTENT ENERGIZATION

CURRENT ELEMENTS / PHASE OVERCURRENT

22

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 13 of 29)


ADDR NAME 160E 160F 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 161A 161B 161C 161D 161E 161F 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 162A 162B 162C 162D 162E 162F 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 163A 163B 163C 163D 163E 163F 1640 1641 1642 1, 2, 3 FlexCurve Trip Time at 1.80 PU FlexCurve Trip Time at 1.90 PU FlexCurve Trip Time at 2.00 PU FlexCurve Trip Time at 2.10 PU FlexCurve Trip Time at 2.20 PU FlexCurve Trip Time at 2.30 PU FlexCurve Trip Time at 2.40 PU FlexCurve Trip Time at 2.50 PU FlexCurve Trip Time at 2.60 PU FlexCurve Trip Time at 2.70 PU FlexCurve Trip Time at 2.80 PU FlexCurve Trip Time at 2.90 PU FlexCurve Trip Time at 3.00 PU FlexCurve Trip Time at 3.10 PU FlexCurve Trip Time at 3.20 PU FlexCurve Trip Time at 3.30 PU FlexCurve Trip Time at 3.40 PU FlexCurve Trip Time at 3.50 PU FlexCurve Trip Time at 3.60 PU FlexCurve Trip Time at 3.70 PU FlexCurve Trip Time at 3.80 PU FlexCurve Trip Time at 3.90 PU FlexCurve Trip Time at 4.00 PU FlexCurve Trip Time at 4.10 PU FlexCurve Trip Time at 4.20 PU FlexCurve Trip Time at 4.30 PU FlexCurve Trip Time at 4.40 PU FlexCurve Trip Time at 4.50 PU FlexCurve Trip Time at 4.60 PU FlexCurve Trip Time at 4.70 PU FlexCurve Trip Time at 4.80 PU FlexCurve Trip Time at 4.90 PU FlexCurve Trip Time at 5.00 PU FlexCurve Trip Time at 5.10 PU FlexCurve Trip Time at 5.20 PU FlexCurve Trip Time at 5.30 PU FlexCurve Trip Time at 5.40 PU FlexCurve Trip Time at 5.50 PU FlexCurve Trip Time at 5.60 PU FlexCurve Trip Time at 5.70 PU FlexCurve Trip Time at 5.80 PU FlexCurve Trip Time at 5.90 PU FlexCurve Trip Time at 6.00 PU FlexCurve Trip Time at 6.50 PU FlexCurve Trip Time at 7.00 PU FlexCurve Trip Time at 7.50 PU FlexCurve Trip Time at 8.00 PU FlexCurve Trip Time at 8.50 PU FlexCurve Trip Time at 9.00 PU FlexCurve Trip Time at 9.50 PU FlexCurve Trip Time at 10.0 PU FlexCurve Trip Time at 10.5 PU FlexCurve Trip Time at 11.0 PU See Table footnotes on page 39 RANGE 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms FORMAT 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 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 DEFAULT 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535

GE Multilin

http://www.GEindustrial.com/multilin

23

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 14 of 29)


ADDR NAME 1643 1644 1645 1646 1647 1648 1649 164A 164B 164C 164D 164E 164F 1650 1651 1652 1653 1654 1655 1657 1658 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 170A 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 172A 172B 172C 172D 172E 172F 1730 1731 1732 1, 2, 3 FlexCurve Trip Time at 11.5 PU FlexCurve Trip Time at 12.0 PU FlexCurve Trip Time at 12.5 PU FlexCurve Trip Time at 13.0 PU FlexCurve Trip Time at 13.5 PU FlexCurve Trip Time at 14.0 PU FlexCurve Trip Time at 14.5 PU FlexCurve Trip Time at 15.0 PU FlexCurve Trip Time at 15.5 PU FlexCurve Trip Time at 16.0 PU FlexCurve Trip Time at 16.5 PU FlexCurve Trip Time at 17.0 PU FlexCurve Trip Time at 17.5 PU FlexCurve Trip Time at 18.0 PU FlexCurve Trip Time at 18.5 PU FlexCurve Trip Time at 19.0 PU FlexCurve Trip Time at 19.5 PU FlexCurve Trip Time at 20.0 PU Overcurrent Curve Multiplier Overcurrent Curve Reset Voltage Lower Limit Negative Sequence Alarm Assign Alarm Relays (2-5) Negative Sequence Alarm Pickup Negative Sequence Alarm Delay Negative Sequence Alarm Events Negative Sequence Overcurrent Trip Assign Trip Relays (1-4) Negative Sequence Overcurrent Trip Pickup Negative Sequence Overcurrent Constant K Negative Sequence Overcurrent Maximum Time Negative Sequence Overcurrent Reset Rate Ground Overcurrent Alarm Assign Alarm Relays (2-5) Ground Overcurrent Alarm Pickup Ground Overcurrent Alarm Delay Ground Overcurrent Alarm Events Ground Overcurrent Trip Assign Trip Relays (1-4) Ground Overcurrent Trip Pickup Curve Shape FlexCurve Trip Time at 1.03 PU FlexCurve Trip Time at 1.05 PU FlexCurve Trip Time at 1.10 PU FlexCurve Trip Time at 1.20 PU FlexCurve Trip Time at 1.30 PU FlexCurve Trip Time at 1.40 PU FlexCurve Trip Time at 1.50 PU FlexCurve Trip Time at 1.60 PU FlexCurve Trip Time at 1.70 PU FlexCurve Trip Time at 1.80 PU See Table footnotes on page 39 RANGE 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 100000 0 to 1 10 to 60 0 to 2 1 to 4 3 to 100 1 to 1000 0 to 1 0 to 2 0 to 3 3 to 100 1 to 100 10 to 1000 0 to 9999 0 to 2 1 to 4 5 to 2000 0 to 100 0 to 1 0 to 2 0 to 3 5 to 2000 0 to 13 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms % %FLA s %FLA s s CT Cycles CT ms ms ms ms ms ms ms ms ms ms FORMAT F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F14 F201 F1 F115 F50 F1 F2 F105 F115 F50 F1 F1 F1 F2 F115 F50 F3 F1 F105 F115 F50 F3 F128 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 DEFAULT 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 100 0 10 0 16 3 50 0 0 1 8 1 1000 2270 0 16 20 0 0 0 1 20 0 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535

CURRENT ELEMENTS / NEGATIVE SEQUENCE

CURRENT ELEMENTS / GROUND O/C

24

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 15 of 29)


ADDR NAME 1733 1734 1735 1736 1737 1738 1739 173A 173B 173C 173D 173E 173F 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 174A 174B 174C 174D 174E 174F 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 175A 175B 175C 175D 175E 175F 1760 1761 1762 1763 1764 1765 1766 1767 1, 2, 3 FlexCurve Trip Time at 1.90 PU FlexCurve Trip Time at 2.00 PU FlexCurve Trip Time at 2.10 PU FlexCurve Trip Time at 2.20 PU FlexCurve Trip Time at 2.30 PU FlexCurve Trip Time at 2.40 PU FlexCurve Trip Time at 2.50 PU FlexCurve Trip Time at 2.60 PU FlexCurve Trip Time at 2.70 PU FlexCurve Trip Time at 2.80 PU FlexCurve Trip Time at 2.90 PU FlexCurve Trip Time at 3.00 PU FlexCurve Trip Time at 3.10 PU FlexCurve Trip Time at 3.20 PU FlexCurve Trip Time at 3.30 PU FlexCurve Trip Time at 3.40 PU FlexCurve Trip Time at 3.50 PU FlexCurve Trip Time at 3.60 PU FlexCurve Trip Time at 3.70 PU FlexCurve Trip Time at 3.80 PU FlexCurve Trip Time at 3.90 PU FlexCurve Trip Time at 4.00 PU FlexCurve Trip Time at 4.10 PU FlexCurve Trip Time at 4.20 PU FlexCurve Trip Time at 4.30 PU FlexCurve Trip Time at 4.40 PU FlexCurve Trip Time at 4.50 PU FlexCurve Trip Time at 4.60 PU FlexCurve Trip Time at 4.70 PU FlexCurve Trip Time at 4.80 PU FlexCurve Trip Time at 4.90 PU FlexCurve Trip Time at 5.00 PU FlexCurve Trip Time at 5.10 PU FlexCurve Trip Time at 5.20 PU FlexCurve Trip Time at 5.30 PU FlexCurve Trip Time at 5.40 PU FlexCurve Trip Time at 5.50 PU FlexCurve Trip Time at 5.60 PU FlexCurve Trip Time at 5.70 PU FlexCurve Trip Time at 5.80 PU FlexCurve Trip Time at 5.90 PU FlexCurve Trip Time at 6.00 PU FlexCurve Trip Time at 6.50 PU FlexCurve Trip Time at 7.00 PU FlexCurve Trip Time at 7.50 PU FlexCurve Trip Time at 8.00 PU FlexCurve Trip Time at 8.50 PU FlexCurve Trip Time at 9.00 PU FlexCurve Trip Time at 9.50 PU FlexCurve Trip Time at 10.0 PU FlexCurve Trip Time at 10.5 PU FlexCurve Trip Time at 11.0 PU FlexCurve Trip Time at 11.5 PU See Table footnotes on page 39 RANGE 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms FORMAT 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 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 DEFAULT 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535

GE Multilin

http://www.GEindustrial.com/multilin

25

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 16 of 29)


ADDR NAME 1768 1769 176A 176B 176C 176D 176E 176F 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 177B 17E0 17E1 17E2 17E3 17E4 17E5 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 180A 1830 1831 1832 1833 2000 2001 2002 2003 2004 2005 2006 2007 2008 1, 2, 3 FlexCurve Trip Time at 12.0 PU FlexCurve Trip Time at 12.5 PU FlexCurve Trip Time at 13.0 PU FlexCurve Trip Time at 13.5 PU FlexCurve Trip Time at 14.0 PU FlexCurve Trip Time at 14.5 PU FlexCurve Trip Time at 15.0 PU FlexCurve Trip Time at 15.5 PU FlexCurve Trip Time at 16.0 PU FlexCurve Trip Time at 16.5 PU FlexCurve Trip Time at 17.0 PU FlexCurve Trip Time at 17.5 PU FlexCurve Trip Time at 18.0 PU FlexCurve Trip Time at 18.5 PU FlexCurve Trip Time at 19.0 PU FlexCurve Trip Time at 19.5 PU FlexCurve Trip Time at 20.0 PU Overcurrent Curve Multiplier Overcurrent Curve Reset Phase Differential Trip Assign Trip Relays (1-4) Differential Trip Minimum Pickup Differential Trip Slope 1 Differential Trip Slope 2 Differential Trip Delay Supervise With Digital Input Ground Directional MTA Ground Directional Alarm Assign Alarm Relays (2-5) Ground Directional Alarm Pickup Ground Directional Alarm Delay Ground Directional Alarm Events Ground Directional Trip Assign Trip Relays (1-4) Ground Directional Trip Pickup Ground Directional Trip Delay High-Set Phase Overcurrent Trip Assign Trip Relays (1-4) High-Set Phase Overcurrent Pickup High-Set Phase Overcurrent Delay Undervoltage Alarm Assign Alarm Relays (2-5) Undervoltage Alarm Pickup Undervoltage Alarm Delay Undervoltage Alarm Events Undervoltage Trip Assign Trip Relays (1-4) Undervoltage Trip Pickup Undervoltage Trip Delay See Table footnotes on page 39 RANGE 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 65535 0 to 100000 0 to 1 0 to 2 0 to 3 5 to 100 1 to 100 1 to 100 0 to 100 0 to 1 0 to 3 0 to 2 1 to 4 5 to 2000 1 to 1200 0 to 1 0 to 2 0 to 3 5 to 2000 1 to 1200 0 to 2 0 to 3 15 to 2000 0 to 10000 0 to 2 1 to 4 50 to 99 2 to 1200 0 to 1 0 to 2 0 to 3 50 to 99 2 to 100 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms ms CT % % cycles CT s CT s CT s Rated s Rated s FORMAT F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F14 F201 F115 F50 F3 F1 F1 F1 F103 F217 F115 F50 F3 F2 F105 F115 F50 F3 F2 F115 F50 F3 F3 F115 F50 F3 F2 F105 F115 F50 F3 F2 DEFAULT 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 65535 100 0 0 1 10 10 20 0 1 0 0 16 5 30 0 0 1 5 30 0 1 500 100 0 16 85 30 0 0 1 80 10

CURRENT ELEMENTS / PHASE DIFFERENTIAL

CURRENT ELEMENTS / GROUND DIRECTIONAL

CURRENT ELEMENTS / HIGH-SET PHASE OVERCURRENT

VOLTAGE ELEMENTS / UNDERVOLTAGE

26

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 17 of 29)


ADDR NAME 2009 200A 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 202A 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 204A 2060 2061 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 208A 208B 208C 20A0 20A1 20A2 20A3 20A4 20A5 20A6 20A7 20A8 1, 2, 3 Undervoltage Curve Reset Rate Undervoltage Curve Element Overvoltage Alarm Assign Alarm Relays (2-5) Overvoltage Alarm Pickup Overvoltage Alarm Delay Overvoltage Alarm Events Overvoltage Trip Assign Trip Relays (1-4) Overvoltage Trip Pickup Overvoltage Trip Delay Overvoltage Curve Reset Rate Overvoltage Curve Element Volts/Hertz Alarm Assign Alarm Relays (2-5) Volts/Hertz Alarm Pickup Volts/Hertz Alarm Delay Volts/Hertz Alarm Events Volts/Hertz Trip Assign Trip Relays (1-4) Volts/Hertz Trip Pickup Volts/Hertz Trip Delay Volts/Hertz Curve Reset Rate Volts/Hertz Trip Element Phase Reversal Trip Assign Trip Relays (1-4) Block Underfrequency From Online Voltage Level Cutoff Underfrequency Alarm Assign Alarm Relays (2-5) Underfrequency Alarm Level Underfrequency Alarm Delay Underfrequency Alarm Events Underfrequency Trip Assign Trip Relays (1-4) Underfrequency Trip Level 1 Underfrequency Trip Delay 1 Underfrequency Trip Level 2 Underfrequency Trip Delay 2 Block Overfrequency From Online Voltage Level Cutoff Overfrequency Alarm Assign Alarm Relays (2-5) Overfrequency Alarm Level Overfrequency Alarm Delay Overfrequency Alarm Events Overfrequency Trip Assign Trip Relays (1-4) See Table footnotes on page 39 RANGE 0 to 9999 0 to 1 0 to 2 1 to 4 101 to 150 1 to 1200 0 to 1 0 to 2 0 to 3 101 to 150 1 to 100 0 to 9999 0 to 1 0 to 2 1 to 4 50 to 199 1 to 1500 0 to 1 0 to 2 0 to 3 50 to 199 1 to 1500 0 to 9999 0 to 3 0 to 2 0 to 3 0 to 5 50 to 99 0 to 2 1 to 4 2000 to 6000 1 to 50000 0 to 1 0 to 2 0 to 3 2000 to 6000 1 to 50000 2000 to 6000 1 to 50000 0 to 5 50 to 99 0 to 2 1 to 4 2501 to 7000 1 to 50000 0 to 1 0 to 2 0 to 3 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 s Rated s Rated s s Nominal s Nominal s s s Rated Hz s Hz s Hz s s Rated Hz s FORMAT F2 F208 F115 F50 F3 F2 F105 F115 F50 F3 F2 F2 F208 F115 F50 F3 F2 F105 F115 F50 F3 F2 F2 F211 F115 F50 F1 F3 F115 F50 F3 F2 F105 F115 F50 F3 F2 F3 F2 F1 F3 F115 F50 F3 F2 F105 F115 F50 DEFAULT 14 0 0 16 115 30 0 0 1 120 10 14 0 0 16 100 30 0 0 1 100 10 14 0 0 1 1 50 0 16 5950 50 0 0 1 5950 600 5800 300 1 50 0 16 6050 50 0 0 1

VOLTAGE ELEMENTS / OVERVOLTAGE

VOLTAGE ELEMENTS / VOLTS/HERTZ

VOLTAGE ELEMENTS / PHASE REVERSAL

VOLTAGE ELEMENTS / UNDERFREQUENCY

VOLTAGE ELEMENTS / OVERFREQUENCY

GE Multilin

http://www.GEindustrial.com/multilin

27

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 18 of 29)


ADDR NAME 20A9 20AA 20AB 20AC 20C0 20C1 20C2 20C3 20C4 20C5 20C6 20C7 20C8 20C9 20CA 20CB 20E0 20E2 20E3 20E4 20E5 20E6 20E7 20E8 20E9 20EA 20EB 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 210A 210B 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 1, 2, 3 Overfrequency Trip Level 1 Overfrequency Trip Delay 1 Overfrequency Trip Level 2 Overfrequency Trip Delay 2 Neutral Overvoltage Alarm Assign Alarm Relays (2-5) Neutral Overvoltage Alarm Level Neutral Overvoltage Alarm Delay Neutral Overvoltage Alarm Events Neutral Overvoltage Trip Assign Trip Relays (1-4) Neutral Overvoltage Trip Level Neutral Overvoltage Trip Delay Supervise With Digital Input Neutral Overvoltage Curve Reset Rate Neutral Overvoltage Trip Element Low Power Blocking Level Low Voltage Blocking Level Neutral Undervoltage Alarm Assign Alarm Relays (2-5) Neutral Undervoltage Alarm Level Neutral Undervoltage Alarm Delay Neutral Undervoltage Alarm Events Neutral Undervoltage Trip Assign Trip Relays (1-4) Neutral Undervoltage Trip Level Neutral Undervoltage Trip Delay Enable Voltage Supervision Voltage Level Circle 1 Trip Assign Circle 1 Trip Relays (1-4) Circle 1 Diameter Circle 1 Offset Circle 1 Trip Delay Circle 2 Trip Assign Circle 2 Trip Relays (1-4) Circle 2 Diameter Circle 2 Offset Circle 2 Trip Delay Step Up Transformer Setup Fuse Failure Supervision Zone 1 Trip Assign Zone 1 Trip Relays (1-4) Zone 1 Reach Zone 1 Angle Zone 1 Trip Delay Zone 2 Trip Assign Zone 2 Trip Relays (1-4) Zone 2 Reach See Table footnotes on page 39 RANGE 2501 to 7000 1 to 50000 2501 to 7000 1 to 50000 0 to 2 1 to 4 20 to 1000 1 to 1200 0 to 1 0 to 2 0 to 3 20 to 1000 1 to 1200 0 to 1 0 to 9999 0 to 1 2 to 99 50 to 100 0 to 2 1 to 4 5 to 200 5 to 120 0 to 1 0 to 2 0 to 3 5 to 200 5 to 120 0 to 1 70 to 100 0 to 2 0 to 3 25 to 3000 10 to 3000 1 to 100 0 to 2 0 to 3 25 to 3000 10 to 3000 1 to 100 0 to 1 0 to 1 0 to 2 0 to 3 1 to 5000 50 to 85 0 to 1500 0 to 2 0 to 3 1 to 5000 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 s Hz s Vsec. s V s s Rated MW Rated V s V s rated s s s s s s s s s FORMAT F3 F2 F3 F2 F115 F50 F2 F2 F105 F115 F50 F2 F2 F103 F2 F208 F14 F3 F115 F50 F2 F1 F105 F115 F50 F2 F1 F103 F3 F115 F50 F2 F2 F2 F115 F50 F2 F2 F2 F219 F105 F115 F50 F2 F1 F2 F115 F50 F2 DEFAULT 6050 600 6200 300 0 16 30 10 0 0 1 50 10 0 0 1 5 75 0 16 5 30 0 0 1 10 30 0 70 0 1 250 25 50 0 1 350 25 50 0 0 0 1 100 75 4 0 1 100

VOLTAGE ELEMENTS / NEUTRAL OVERVOLTAGE (FUNDAMENTAL)

VOLTAGE ELEMENTS / NEUTRAL UNDERVOLTAGE (3rd HARMONIC)

VOLTAGE ELEMENTS / LOSS OF EXCITATION

VOLTAGE ELEMENTS / DISTANCE ELEMENT

28

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 19 of 29)


ADDR NAME 213A 213B 2200 2201 2202 2203 2205 2207 2208 2209 220A 220B 220D 220F 2210 2211 2240 2241 2242 2243 2245 2246 2247 2248 2249 224B 2280 2281 2282 2283 2285 2286 2287 2288 2289 228B 2400 2401 2402 2403 2420 2421 2422 2423 2424 2425 2426 2427 1, 2, 3 Zone 2 Angle Zone 2 Trip Delay Block Mvar Element From Online Reactive Power Alarm Assign Alarm Relays (2-5) Positive Mvar Alarm Level 3 Negative Mvar Alarm Level 3 Negative Mvar Alarm Delay Reactive Power Alarm Events Reactive Power Trip Assign Trip Relays (1-4) Positive Mvar Trip Level 3 Negative Mvar Trip Level 3 Negative Mvar Trip Delay Positive Mvar Trip Delay Positive Mvar Alarm Delay Block Reverse Power From Online Reverse Power Alarm Assign Alarm Relays (2-5) Reverse Power Alarm Level Reverse Power Alarm Delay Reverse Power Alarm Events Reverse Power Trip Assign Trip Relays (1-4) Reverse Power Trip Level Reverse Power Trip Delay Block Low Forward Power From Online Low Forward Power Alarm Assign Alarm Relays (2-5) Low Forward Power Alarm Level Low Forward Power Alarm Delay Low Forward Power Alarm Events Low Forward Power Trip Assign Trip Relays (1-4) Low Forward Power Trip Level Low Forward Power Trip Delay Stator RTD Type Bearing RTD Type Ambient RTD Type Other RTD Type RTD #1 Application RTD #1 Alarm Assign Alarm Relays (2-5) RTD #1 Alarm Temperature RTD #1 Alarm Events RTD #1 Trip RTD #1 Trip Voting Assign Trip Relays (1-4) See Table footnotes on page 39 RANGE 50 to 85 0 to 1500 0 to 5000 0 to 2 1 to 4 2 to 201 2 to 201 2 to 1200 0 to 1 0 to 2 0 to 3 2 to 201 2 to 201 2 to 1200 2 to 1200 2 to 1200 0 to 5000 0 to 2 1 to 4 2 to 99 2 to 1200 0 to 1 0 to 2 0 to 3 2 to 99 2 to 1200 0 to 15000 0 to 2 1 to 4 2 to 99 2 to 1200 0 to 1 0 to 2 0 to 3 2 to 99 2 to 1200 0 to 3 0 to 3 0 to 3 0 to 3 0 to 4 0 to 2 1 to 4 1 to 250 0 to 1 0 to 2 1 to 12 0 to 3 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 s s x rated x rated s Mvar Mvar s s s s Rated s Rated s s Rated MW s Rated MW s C FORMAT F1 F2 F1 F115 F50 F14 F14 F2 F105 F115 F50 F14 F14 F2 F2 F2 F1 F115 F50 F14 F2 F105 F115 F50 F14 F2 F1 F115 F50 F14 F2 F105 F115 F50 F14 F2 F120 F120 F120 F120 F121 F115 F50 F1 F105 F115 F122 F50 DEFAULT 75 20 1 0 16 85 85 10 0 0 1 80 80 10 200 100 1 0 16 5 100 0 0 1 5 200 0 0 16 5 100 0 0 1 5 200 0 0 0 0 1 0 16 130 0 0 1 1

POWER ELEMENTS / REACTIVE POWER

POWER ELEMENTS / REVERSE POWER

POWER ELEMENTS / LOW FORWARD POWER

RTD TEMPERATURE / RTD TYPES

RTD TEMPERATURE / RTD #1

GE Multilin

http://www.GEindustrial.com/multilin

29

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 20 of 29)


ADDR NAME 2428 2429 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 24A0 24A1 24A2 24A3 24A4 24A5 24A6 24A7 24A8 24A9 24E0 24E1 24E2 24E3 24E4 24E5 24E6 24E7 24E8 24E9 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2560 2561 2562 2563 2564 2565 1, 2, 3 RTD #1 Trip Temperature RTD #1 Name RTD #2 Application RTD #2 Alarm Assign Alarm Relays (2-5) RTD #2 Alarm Temperature RTD #2 Alarm Events RTD #2 Trip RTD #2 Trip Voting Assign Trip Relays (1-4) RTD #2 Trip Temperature RTD #2 Name RTD #3 Application RTD #3 Alarm Assign Alarm Relays (2-5) RTD #3 Alarm Temperature RTD #3 Alarm Events RTD #3 Trip RTD #3 Trip Voting Assign Trip Relays (1-4) RTD #3 Trip Temperature RTD #3 Name RTD #4 Application RTD #4 Alarm Assign Alarm Relays (2-5) RTD #4 Alarm Temperature RTD #4 Alarm Events RTD #4 Trip RTD #4 Trip Voting Assign Trip Relays (1-4) RTD #4 Trip Temperature RTD #4 Name RTD #5 Application RTD #5 Alarm Assign Alarm Relays (2-5) RTD #5 Alarm Temperature RTD #5 Alarm Events RTD #5 Trip RTD #5 Trip Voting Assign Trip Relays (1-4) RTD #5 Trip Temperature RTD #5 Name RTD #6 Application RTD #6 Alarm Assign Alarm Relays (2-5) RTD #6 Alarm Temperature RTD #6 Alarm Events RTD #6 Trip See Table footnotes on page 39 RANGE 1 to 250 0 to 8 0 to 4 0 to 2 1 to 4 1 to 250 0 to 1 0 to 2 1 to 12 0 to 3 1 to 250 0 to 8 0 to 4 0 to 2 1 to 4 1 to 250 0 to 1 0 to 2 1 to 12 0 to 3 1 to 250 0 to 8 0 to 4 0 to 2 1 to 4 1 to 250 0 to 1 0 to 2 1 to 12 0 to 3 1 to 250 0 to 8 0 to 4 0 to 2 1 to 4 1 to 250 0 to 1 0 to 2 1 to 12 0 to 3 1 to 250 0 to 8 0 to 4 0 to 2 1 to 4 1 to 250 0 to 1 0 to 2 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 C C C C C C C C C C FORMAT F1 F22 F121 F115 F50 F1 F105 F115 F122 F50 F1 F22 F121 F115 F50 F1 F105 F115 F122 F50 F1 F22 F121 F115 F50 F1 F105 F115 F122 F50 F1 F22 F121 F115 F50 F1 F105 F115 F122 F50 F1 F22 F121 F115 F50 F1 F105 F115 DEFAULT 155 _ 1 0 16 130 0 0 2 1 155 _ 1 0 16 130 0 0 3 1 155 _ 1 0 16 130 0 0 4 1 155 _ 1 0 16 130 0 0 5 1 155 _ 1 0 16 130 0 0

RTD TEMPERATURE / RTD #2

RTD TEMPERATURE / RTD #3

RTD TEMPERATURE / RTD #4

RTD TEMPERATURE / RTD #5

RTD TEMPERATURE / RTD #6

30

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 21 of 29)


ADDR NAME 2566 2567 2568 2569 25A0 25A1 25A2 25A3 25A4 25A5 25A6 25A7 25A8 25A9 25E0 25E1 25E2 25E3 25E4 25E5 25E6 25E7 25E8 25E9 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 26A0 26A1 26A2 26A3 1, 2, 3 RTD #6 Trip Voting Assign Trip Relays (1-4) RTD #6 Trip Temperature RTD #6 Name RTD #7 Application RTD #7 Alarm Assign Alarm Relays (2-5) RTD #7 Alarm Temperature RTD #7 Alarm Events RTD #7 Trip RTD #7 Trip Voting Assign Trip Relays (1-4) RTD #7 Trip Temperature RTD #7 Name RTD #8 Application RTD #8 Alarm Assign Alarm Relays (2-5) RTD #8 Alarm Temperature RTD #8 Alarm Events RTD #8 Trip RTD #8 Trip Voting Assign Trip Relays (1-4) RTD #8 Trip Temperature RTD #8 Name RTD #9 Application RTD #9 Alarm Assign Alarm Relays (2-5) RTD #9 Alarm Temperature RTD #9 Alarm Events RTD #9 Trip RTD #9 Trip Voting Assign Trip Relays (1-4) RTD #9 Trip Temperature RTD #9 Name RTD #10 Application RTD #10 Alarm Assign Alarm Relays (2-5) RTD #10 Alarm Temperature RTD #10 Alarm Events RTD #10 Trip RTD #10 Trip Voting Assign Trip Relays (1-4) RTD #10 Trip Temperature RTD #10 Name RTD #11 Application RTD #11 Alarm Assign Alarm Relays (2-5) RTD #11 Alarm Temperature See Table footnotes on page 39 RANGE 1 to 12 0 to 3 1 to 250 0 to 8 0 to 4 0 to 2 1 to 4 1 to 250 0 to 1 0 to 2 1 to 12 0 to 3 1 to 250 0 to 8 0 to 4 0 to 2 1 to 4 1 to 250 0 to 1 0 to 2 1 to 12 0 to 3 1 to 250 0 to 8 0 to 4 0 to 2 1 to 4 1 to 250 0 to 1 0 to 2 1 to 12 0 to 3 1 to 250 0 to 8 0 to 4 0 to 2 1 to 4 1 to 250 0 to 1 0 to 2 1 to 12 0 to 3 1 to 250 0 to 8 0 to 4 0 to 2 1 to 4 1 to 250 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 C C C C C C C C C C FORMAT F122 F50 F1 F22 F121 F115 F50 F1 F105 F115 F122 F50 F1 F22 F121 F115 F50 F1 F105 F115 F122 F50 F1 F22 F121 F115 F50 F1 F105 F115 F122 F50 F1 F22 F121 F115 F50 F1 F105 F115 F122 F50 F1 F22 F121 F115 F50 F1 DEFAULT 6 1 155 _ 2 0 16 80 0 0 7 1 90 _ 2 0 16 80 0 0 8 1 90 _ 2 0 16 80 0 0 9 1 90 _ 2 0 16 80 0 0 10 1 90 _ 4 0 16 80

RTD TEMPERATURE / RTD #7

RTD TEMPERATURE / RTD #8

RTD TEMPERATURE / RTD #9

RTD TEMPERATURE / RTD #10

RTD TEMPERATURE / RTD #11

GE Multilin

http://www.GEindustrial.com/multilin

31

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 22 of 29)


ADDR NAME 26A4 26A5 26A6 26A7 26A8 26A9 26E0 26E1 26E2 26E3 26E4 26E5 26E6 26E7 26E8 26E9 2720 2721 2722 2740 2741 2742 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 280A 280B 280C 280E 2810 2812 2814 2816 2818 281A 281C 281E 2820 2822 2824 2826 2828 1, 2, 3 RTD #11 Alarm Events RTD #11 Trip RTD #11 Trip Voting Assign Trip Relays (1-4) RTD #11 Trip Temperature RTD #11 Name RTD #12 Application RTD #12 Alarm Assign Alarm Relays (2-5) RTD #12 Alarm Temperature RTD #12 Alarm Events RTD #12 Trip RTD #12 Trip Voting Assign Trip Relays (1-4) RTD #12 Trip Temperature RTD #12 Name Open RTD Sensor Alarm Assign Alarm Relays (2-5) Open RTD Sensor Alarm Events RTD Short/Low Temperature Alarm Assign Alarm Relays (2-5) RTD Short/Low Temperature Alarm Events Enable Thermal Model Overload Pickup Level Unbalance Bias K Factor Cool Time Constant Online Cool Time Constant Offline Hot/Cold Safe Stall Ratio Enable RTD Biasing RTD Bias Minimum RTD Bias Center Point RTD Bias Maximum Select Curve Style Standard Overload Curve Number Time to Trip at 1.01 FLA Time to Trip at 1.05 FLA Time to Trip at 1.10 FLA Time to Trip at 1.20 FLA Time to Trip at 1.30 FLA Time to Trip at 1.40 FLA Time to Trip at 1.50 FLA Time to Trip at 1.75 FLA Time to Trip at 2.00 FLA Time to Trip at 2.25 FLA Time to Trip at 2.50 FLA Time to Trip at 2.75 FLA Time to Trip at 3.00 FLA Time to Trip at 3.25 FLA Time to Trip at 3.50 FLA See Table footnotes on page 39 RANGE 0 to 1 0 to 2 1 to 12 0 to 3 1 to 250 0 to 8 0 to 4 0 to 2 1 to 4 1 to 250 0 to 1 0 to 2 1 to 12 0 to 3 1 to 250 0 to 8 0 to 2 1 to 4 0 to 1 0 to 2 1 to 4 0 to 1 0 to 1 101 to 125 0 to 12 0 to 500 0 to 500 1 to 100 0 to 1 0 to 250 0 to 250 0 to 250 0 to 2 1 to 15 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 C C C FLA min min C C C s s s s s s s s s s s s s s s FORMAT F105 F115 F122 F50 F1 F22 F121 F115 F50 F1 F105 F115 F122 F50 F1 F22 F115 F50 F105 F115 F50 F105 F103 F3 F1 F1 F1 F3 F103 F1 F1 F1 F142 F1 F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 DEFAULT 0 0 11 1 90 _ 3 0 16 60 0 0 12 1 80 _ 0 16 0 0 16 0 0 101 0 15 30 100 0 40 130 155 0 4 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5

RTD TEMPERATURE / RTD #12

RTD TEMPERATURE / OPEN RTD SENSOR

RTD TEMPERATURE / RTD SHORT/LOW TEMPERATURE

THERMAL MODEL / MODEL SETUP

32

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 23 of 29)


ADDR NAME 282A 282C 282E 2830 2832 2834 2836 2838 283A 283C 283E 2840 2842 2844 2846 2848 2849 284A 284B 284C 284D 284E 2900 2901 2902 2903 2904 2905 2A00 2A01 2A02 2A03 2A20 2A21 2A22 2A23 2A24 2A30 2A31 2A32 2A50 2A51 2A52 2A60 2A61 2A62 2A63 1, 2, 3 Time to Trip at 3.75 FLA Time to Trip at 4.00 FLA Time to Trip at 4.25 FLA Time to Trip at 4.50 FLA Time to Trip at 4.75 FLA Time to Trip at 5.00 FLA Time to Trip at 5.50 FLA Time to Trip at 6.00 FLA Time to Trip at 6.50 FLA Time to Trip at 7.00 FLA Time to Trip at 7.50 FLA Time to Trip at 8.00 FLA Time to Trip at 10.0 FLA Time to Trip at 15.0 FLA Time to Trip at 20.0 FLA Minimum Allowable Voltage Stall Current at Minimum Voltage Safe Stall Time at Minimum Voltage Acceleration Intersect at Minimum Voltage Stall Current at 100% Voltage Safe Stall Time at 100% Voltage Acceleration Intersect at 100% Voltage Thermal Model Alarm Assign Alarm Relays (2-5) Thermal Alarm Level Thermal Model Alarm Events Thermal Model Trip Assign Trip Relays (1-4) Trip Counter Alarm Assign Alarm Relays (2-5) Trip Counter Alarm Level Trip Counter Alarm Events Breaker Failure Alarm Assign Alarm Relays (2-5) Breaker Failure Level Breaker Failure Delay Breaker Failure Alarm Events Trip Coil Monitor Alarm Assign Alarm Relays (2-5) Trip Coil Monitor Alarm Events VT Fuse Failure Alarm Assign Alarm Relays (2-5) VT Fuse Failure Alarm Events Current Demand Period Current Demand Alarm Assign Alarm Relays (2-5) Current Demand Limit See Table footnotes on page 39 RANGE 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 5 to 999999 70 to 95 200 to 1500 5 to 9999 200 to 1500 200 to 1500 5 to 9999 200 to 1500 0 to 2 1 to 4 10 to 100 0 to 1 0 to 2 0 to 3 0 to 2 1 to 4 1 to 50000 0 to 1 0 to 2 1 to 4 5 to 2000 10 to 1000 0 to 1 0 to 2 1 to 4 0 to 1 0 to 2 1 to 4 0 to 1 5 to 90 0 to 2 1 to 4 10 to 2000 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 10 1 1 1 1 1 1 1 1 1 1 1 UNITS s s s s s s s s s s s s s s s % FLA s FLA FLA s FLA %Used Trips CT ms min A A FLA FORMAT F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 F10 F1 F3 F2 F3 F3 F2 F3 F115 F50 F1 F105 F115 F50 F115 F50 F1 F105 F115 F50 F3 F1 F105 F115 F50 F105 F115 F50 F105 F1 F115 F50 F14 DEFAULT 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 80 480 200 380 600 100 500 0 16 75 0 0 1 0 16 25 0 0 16 100 100 0 0 16 0 0 16 0 15 0 16 125

THERMAL MODEL / THERMAL ELEMENTS

MONITORING / TRIP COUNTER

MONITORING / BREAKER FAILURE

MONITORING / TRIP COIL MONITOR

MONITORING / VT FUSE FAILURE

MONITORING / CURRENT DEMAND

GE Multilin

http://www.GEindustrial.com/multilin

33

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 24 of 29)


ADDR NAME 2A65 2A70 2A71 2A72 2A73 2A75 2A80 2A81 2A82 2A83 2A85 2A90 2A91 2A92 2A93 2A95 2AB0 2AB1 2AB2 2AB3 2AB4 2AB5 2AB6 2AC0 2AC2 2AC3 2AC4 2AC6 2B00 2B01 2B02 2B03 2B04 2B05 2B06 2B07 2B08 2B09 2B0A 2B0B 2B0C 2B0D 2B0E 1, 2, 3 Current Demand Alarm Events MW Demand Period MW Demand Alarm Assign Alarm Relays (2-5) MW Demand Limit MW Demand Alarm Events Mvar Demand Period Mvar Demand Alarm Assign Alarm Relays (2-5) Mvar Demand Limit Mvar Demand Alarm Events MVA Demand Period MVA Demand Alarm Assign Alarm Relays (2-5) MVA Demand Limit MVA Demand Alarm Events Positive kWh Pulse Output Relays (2-5) Positive kWh Pulse Output Interval Positive kvarh Pulse Output Relays (2-5) Positive kvarh Pulse Output Interval Negative kvarh Pulse Output Relays (2-5) Negative kvarh Pulse Output Interval Pulse Width Initial Generator Running Hours Generator Running Hour Alarm Assign Alarm Relays (2-5) Generator Running Hour Limit Reserved Analog Output 1 Analog Output 2 Analog Output 3 Analog Output 4 Ia Output Current Minimum Ia Output Current Maximum Ib Output Current Minimum Ib Output Current Maximum Ic Output Current Minimum Ic Output Current Maximum Average Output Current Minimum Average Output Current Maximum Negative Sequence Current Minimum Negative Sequence Current Maximum Averaged Generator Load Minimum See Table footnotes on page 39 0 to 42 0 to 42 0 to 42 0 to 42 0 to 2000 0 to 2000 0 to 2000 0 to 2000 0 to 2000 0 to 2000 0 to 2000 0 to 2000 0 to 2000 0 to 2000 0 to 2000 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 FLA FLA FLA FLA FLA FLA FLA FLA %FLA %FLA FLA F127 F127 F127 F127 F3 F3 F3 F3 F3 F3 F3 F3 F1 F1 F3 0 0 0 0 0 125 0 125 0 125 0 125 0 100 0 MONITORING / MW DEMAND 5 to 90 0 to 2 1 to 4 10 to 200 0 to 1 5 to 90 0 to 2 1 to 4 10 to 200 0 to 1 5 to 90 0 to 2 1 to 4 10 to 200 0 to 1 1 to 4 1 to 50000 1 to 4 1 to 50000 1 to 4 1 to 50000 200 to 1000 0 to 999999 0 to 2 1 to 4 1 to 1000000 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 min Rated min Rated min Rated h h F1 F115 F50 F14 F105 F1 F115 F50 F14 F105 F1 F115 F50 F14 F105 F50 F1 F50 F1 F50 F1 F1 F12 F115 F50 F12 15 0 16 125 0 15 0 16 125 0 15 0 16 125 0 0 10 0 10 0 10 200 0 0 16 1000 RANGE 0 to 1 STEP 1 UNITS A FORMAT F105 DEFAULT 0

MONITORING / Mvar DEMAND

MONITORING / MVA DEMAND

MONITORING / PULSE OUTPUT

MONITORING / RUNNING HOUR SETUP

ANALOG INPUT/OUTPUT / ANALOG OUTPUT 1 ANALOG INPUT/OUTPUT / ANALOG OUTPUT 2 ANALOG INPUT/OUTPUT / ANALOG OUTPUT 3 ANALOG INPUT/OUTPUT / ANALOG OUTPUT 4 ANALOG INPUT/OUTPUT / ANALOG OUTPUTS

34

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 25 of 29)


ADDR NAME 2B0F 2B10 2B11 2B12 2B13 2B14 2B15 2B16 2B17 2B18 2B19 2B1A 2B1B 2B1C 2B1D 2B1E 2B1F 2B20 2B21 2B22 2B23 2B24 2B25 2B26 2B27 2B28 2B29 2B2A 2B2B 2B2C 2B2D 2B2E 2B2F 2B30 2B31 2B32 2B33 2B34 2B35 2B36 2B37 2B38 2B39 2B3C 2B3D 2B3E 2B3F 2B40 2B41 2B42 2B43 2B44 2B46 1, 2, 3 Averaged Generator Load Maximum Hottest Stator RTD Minimum Hottest Stator RTD Maximum Hottest Bearing RTD Minimum Hottest Bearing RTD Maximum Ambient RTD Minimum 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 AB Voltage Minimum AB Voltage Maximum BC Voltage Minimum BC Voltage Maximum CA Voltage Minimum CA Voltage Maximum Average Voltage Minimum Average Voltage Maximum Volts/Hertz Minimum Volts/Hertz Maximum Frequency Minimum Frequency Maximum Power Factor Minimum Power Factor Maximum Reactive Power Minimum Reactive Power Maximum Real Power (MW) Minimum Real Power (MW) Maximum Apparent Power Minimum Apparent Power Maximum Analog Input 1 Minimum Analog Input 1 Maximum See Table footnotes on page 39 RANGE 0 to 2000 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 50 to 250 0 to 150 0 to 150 0 to 150 0 to 150 0 to 150 0 to 150 0 to 150 0 to 150 0 to 200 0 to 200 0 to 9000 0 to 9000 99 to 100 99 to 100 200 to 200 200 to 200 200 to 200 200 to 200 0 to 200 0 to 200 50000 to 50000 50000 to 50000 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 FLA C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C Rated Rated Rated Rated Rated Rated Rated Rated Rated Rated Hz Hz Rated Rated Rated Rated Rated Rated Units Units FORMAT F3 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F3 F3 F3 F3 F3 F3 F3 F3 F3 F3 F3 F3 F6 F6 F6 F6 F6 F6 F3 F3 F12 F12 DEFAULT 125 0 200 0 200 0 70 0 200 0 200 0 200 0 200 0 200 0 200 0 200 0 200 0 200 0 200 0 200 0 200 0 125 0 125 0 125 0 125 0 150 5900 6100 80 80 0 125 0 125 0 125 0 50000

GE Multilin

http://www.GEindustrial.com/multilin

35

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 26 of 29)


ADDR NAME 2B48 2B4A 2B4C 2B4E 2B50 2B52 2B54 2B55 2B56 2B57 2B58 2B5A 2B5C 2B5D 2B5E 2B5F 2B60 2B61 2B62 2B63 2C00 2C05 2C08 2C0A 2C0C 2C0D 2C0E 2C0F 2C11 2C12 2C13 2C14 2C15 2C16 2C18 2C19 2C1A 2C40 2C45 2C48 2C4A 2C4C 2C4D 2C4E 2C4F 2C51 2C52 2C53 2C54 2C55 2C56 1, 2, 3 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 Thermal Capacity Used Minimum Thermal Capacity Used Maximum Neutral Voltage Third Harmonic Minimum Neutral Voltage Third Harmonic Maximum Current Demand Minimum Current Demand Maximum Mvar Demand Minimum Mvar Demand Maximum MW Demand Minimum MW Demand Maximum MVA Demand Minimum MVA Demand Maximum Analog Input 1 Analog Input 1 Units Analog Input 1 Minimum Analog Input 1 Maximum Block Analog Input 1 From Online Analog Input 1 Alarm Assign Alarm Relays (2-5) Analog Input 1 Alarm Level Analog Input 1 Alarm Pickup Analog Input 1 Alarm Delay Analog Input 1 Alarm Events Analog Input 1 Trip Assign Trip Relays (1-4) Analog Input 1 Trip Level Analog Input 1 Trip Pickup Analog Input 1 Trip Delay Analog Input 1 Name Analog Input 2 Analog Input 2 Units Analog Input 2 Minimum Analog Input 2 Maximum Block Analog Input 2 From Online Analog Input 2 Alarm Assign Alarm Relays (2-5) Analog Input 2 Alarm Level Analog Input 2 Alarm Pickup Analog Input 2 Alarm Delay Analog Input 2 Alarm Events Analog Input 2 Trip Assign Trip Relays (1-4) Analog Input 2 Trip Level See Table footnotes on page 39 RANGE 50000 to 50000 50000 to 50000 50000 to 50000 50000 to 50000 50000 to 50000 50000 to 50000 0 to 7200 0 to 7200 0 to 100 0 to 100 0 to 250000 0 to 250000 0 to 2000 0 to 2000 0 to 200 0 to 200 0 to 200 0 to 200 0 to 200 0 to 200 0 to 3 0 to 6 50000 to 50000 50000 to 50000 0 to 5000 0 to 2 1 to 4 50000 to 50000 0 to 1 1 to 3000 0 to 1 0 to 2 0 to 3 50000 to 50000 0 to 1 1 to 3000 0 to 12 0 to 3 0 to 6 50000 to 50000 50000 to 50000 0 to 5000 0 to 2 1 to 4 50000 to 50000 0 to 1 1 to 3000 0 to 1 0 to 2 0 to 3 50000 to 50000 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 Units Units Units Units Units Units RPM RPM % % Volts Volts FLA FLA Rated Rated Rated Rated Rated Rated Units Units s Units s Units s Units Units s Units s Units FORMAT F12 F12 F12 F12 F12 F12 F1 F1 F1 F1 F10 F10 F3 F3 F3 F3 F3 F3 F3 F3 F129 F22 F12 F12 F1 F115 F50 F12 F130 F2 F105 F115 F50 F12 F130 F2 F22 F129 F22 F12 F12 F1 F115 F50 F12 F130 F2 F105 F115 F50 F12 DEFAULT 0 50000 0 50000 0 50000 3500 3700 0 100 0 450 0 125 0 125 0 125 0 125 0 _ 0 100 0 0 16 10 0 1 0 0 1 20 0 1 _ 0 _ 0 100 0 0 16 10 0 1 0 0 1 20

ANALOG INPUT/OUTPUT / ANALOG INPUT 1

ANALOG INPUT/OUTPUT / ANALOG INPUT 2

36

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 27 of 29)


ADDR NAME 2C58 2C59 2C5A 2C80 2C85 2C88 2C8A 2C8C 2C8D 2C8E 2C8F 2C91 2C92 2C93 2C94 2C95 2C96 2C98 2C99 2C9A 2CC0 2CC5 2CC8 2CCA 2CCC 2CCD 2CCE 2CCF 2CD1 2CD2 2CD3 2CD4 2CD5 2CD6 2CD8 2CD9 2CDA 2D00 2D01 2D20 2D21 2D22 2D23 2D24 2D25 2D26 2D27 2D28 2D29 1, 2, 3 Analog Input 2 Trip Pickup Analog Input 2 Trip Delay Analog Input 2 Name Analog Input 3 Analog Input 3 Units Analog Input 3 Minimum Analog Input 3 Maximum Block Analog Input 3 From Online Analog Input 3 Alarm Assign Alarm Relays (2-5) Analog Input 3 Alarm Level Analog Input 3 Alarm Pickup Analog Input 3 Alarm Delay Analog Input 3 Alarm Events Analog Input 3 Trip Assign Trip Relays (1-4) Analog Input 3 Trip Level Analog Input 3 Trip Pickup Analog Input 3 Trip Delay Analog Input 3 Name Analog Input 4 Analog Input 4 Units Analog Input 4 Minimum Analog Input 4 Maximum Block Analog Input 4 From Online Analog Input 4 Alarm Assign Alarm Relays (2-5) Analog Input 4 Alarm Level Analog Input 4 Alarm Pickup Analog Input 4 Alarm Delay Analog Input 4 Alarm Events Analog Input 4 Trip Assign Trip Relays (1-4) Analog Input 4 Trip Level Analog Input 4 Trip Pickup Analog Input 4 Trip Delay Analog Input 4 Name Simulation Mode Pre-fault To Fault Time Delay Pre-Fault Iphase Output Pre-Fault Voltages Phase-N Pre-Fault Current Lags Voltage Pre-Fault Iphase Neutral Pre-Fault Current Ground Pre-Fault Voltage Neutral Pre-Fault Stator RTD Temp Pre-Fault Bearing RTD Temp Pre-Fault Other RTD Temp Pre-Fault Ambient RTD Temp See Table footnotes on page 39 RANGE 0 to 1 1 to 3000 0 to 12 0 to 3 0 to 6 50000 to 50000 50000 to 50000 0 to 5000 0 to 2 1 to 4 50000 to 50000 0 to 1 1 to 3000 0 to 1 0 to 2 0 to 3 50000 to 50000 0 to 1 1 to 3000 0 to 12 0 to 3 0 to 6 50000 to 50000 50000 to 50000 0 to 5000 0 to 2 1 to 4 50000 to 50000 0 to 1 1 to 3000 0 to 1 0 to 2 0 to 3 50000 to 50000 0 to 1 1 to 3000 0 to 12 0 to 3 0 to 300 0 to 2000 0 to 150 0 to 359 0 to 2000 0 to 2000 0 to 1000 50 to 250 50 to 250 50 to 250 50 to 250 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 s Units Units s Units s Units s Units Units s Units s Units s s CT Rated CT CT Volts C C C C FORMAT F130 F2 F22 F129 F22 F12 F12 F1 F115 F50 F12 F130 F2 F105 F115 F50 F12 F130 F2 F22 F129 F22 F12 F12 F1 F115 F50 F12 F130 F2 F105 F115 F50 F12 F130 F2 F22 F138 F1 F3 F3 F1 F3 F3 F2 F4 F4 F4 F4 DEFAULT 0 1 _ 0 _ 0 100 0 0 16 10 0 1 0 0 1 20 0 1 _ 0 _ 0 100 0 0 16 10 0 1 0 0 1 20 0 1 _ 0 15 0 100 0 0 0 0 40 40 40 40

ANALOG INPUT/OUTPUT / ANALOG INPUT 3

ANALOG INPUT/OUTPUT / ANALOG INPUT 4

489 TESTING / SIMULATION MODE

489 TESTING / PRE-FAULT SETUP

GE Multilin

http://www.GEindustrial.com/multilin

37

Communications Guide

489

Modbus Memory Map

Table 1: 489 Memory Map (Sheet 28 of 29)


ADDR NAME 2D2A 2D2B 2D2C 2D2D 2D2E 2D4C 2D4D 2D4E 2D4F 2D80 2D81 2D82 2D83 2D84 2D85 2D86 2D87 2D88 2D89 2D8A 2D8B 2D8C 2D8D 2D8E 2DBC 2DBD 2DBE 2DBF 2DE0 2DF0 2DF1 2DF2 2DF3 2DF4 3000 3002 3003 3004 3005 3007 3009 300A 300C 300E 3010 3012 3014 3016 1, 2, 3 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 Stator RTD Temp Pre-Fault Bearing RTD Temp Pre-Fault Other RTD Temp Pre-Fault Ambient RTD Temp Fault Iphase Output Fault Voltages Phase-N Fault Current Lags Voltage Fault Iphase Neutral Fault Current Ground Fault Voltage Neutral Fault Stator RTD Temp Fault Bearing RTD Temp Fault Other RTD Temp Fault Ambient RTD Temp Fault System Frequency Fault Analog Input 1 Fault Analog Input 2 Fault Analog Input 3 Fault Analog Input 4 Fault Stator RTD Temp Fault Bearing RTD Temp Fault Other RTD Temp Fault Ambient RTD Temp Force Operation Of Relays Force Analog Outputs Function Analog Output 1 Forced Value Analog Output 2 Forced Value Analog Output 3 Forced Value Analog Output 4 Forced Value Event Recorder Last Reset Date (2 Words) Total Number Of Events Since Last Clear Event Record Selector Cause Of Event Time Of Event (2 Words) Date Of Event (2 Words) Tachometer Phase A Current Phase B Current Phase C Current Phase A Differential Current Phase B Differential Current Phase C Differential Current Neg. Seq. Current See Table footnotes on page 39 RANGE 50 to 900 0 to 100 0 to 100 0 to 100 0 to 100 50 to 250 50 to 250 50 to 250 50 to 250 0 to 2000 0 to 150 0 to 359 0 to 2000 0 to 2000 0 to 1000 50 to 250 50 to 250 50 to 250 50 to 250 50 to 900 0 to 100 0 to 100 0 to 100 0 to 100 50 to 250 50 to 250 50 to 250 50 to 250 0 to 8 0 to 1 0 to 100 0 to 100 0 to 100 0 to 100 N/A 0 to 65535 0 to 65535 0 to 139 N/A N/A 0 to 7200 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 999999 0 to 2000 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 N/A 1 1 1 N/A N/A 1 1 1 1 1 1 1 1 UNITS Hz % % % % F F F F CT Rated CT CT Volts C C C C Hz % % % % F F F F % % % % N/A N/A N/A N/A RPM Amps Amps Amps Amps Amps Amps %FLA FORMAT F2 F1 F1 F1 F1 F4 F4 F4 F4 F3 F3 F1 F3 F3 F2 F4 F4 F4 F4 F2 F1 F1 F1 F1 F4 F4 F4 F4 F139 F126 F1 F1 F1 F1 F18 F1 F1 F134 F19 F18 F1 F12 F12 F12 F12 F12 F12 F1 DEFAULT 600 0 0 0 0 40 40 40 40 0 100 0 0 0 0 40 40 40 40 600 0 0 0 0 40 40 40 40 0 0 0 0 0 0 N/A N/A 0 0 N/A N/A 0 0 0 0 0 0 0 0

489 TESTING / FAULT SETUP

489 TESTING / TEST OUTPUT RELAYS 489 TESTING / TEST ANALOG OUTPUT

EVENT RECORDER / GENERAL

EVENT RECORDER / SELECTED EVENT

38

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide

489

Table 1: 489 Memory Map (Sheet 29 of 29)


ADDR NAME 3017 3019 301A 301B 301C 301D 301F 3021 3023 3025 3026 3027 3028 3029 302A 302B 302C 302D 302F 3031 3033 3035 3037 3039 30E0 30E1 30E2 30E3 30E5 30E7 30E9 30EA 30F0 30F2 30F4 30F5 30F6 30F7 30F8 30F9 3100 3400 1, 2, 3 1. 2. 3. Ground Current A-B Voltage B-C Voltage C-A Voltage Frequency Active Group Real Power (MW) Reactive Power Mvar Apparent Power MVA Hottest Stator RTD Number Hottest Stator RTD Temperature Hottest Bearing RTD Number Hottest Bearing RTD Temperature Hottest Other RTD Number Hottest Other RTD Temperature Hottest Ambient RTD Number Hottest Ambient RTD Temperature Analog Input 1 Analog Input 2 Analog Input 3 Analog Input 4 Phase A Neutral Current Phase B Neutral Current Phase C Neutral Current Hottest Stator RTD Temperature Hottest Bearing RTD Temperature Hottest Other RTD Temperature Hottest Ambient RTD Temperature Neutral Voltage (Fundamental) Neutral Voltage (3rd Harmonic) Vab/Iab Vab/Iab Angle Waveform Memory Trigger Date Waveform Memory Trigger Time Frequency During Trace Acquisition Waveform Memory Channel Selector (Holding Register) Waveform Trigger Selector Waveform Trigger Cause (Read-only) Number of Samples per Waveform Capture Number of Waveform Captures Taken First Waveform Memory Sample Last Waveform Memory Sample See Table footnotes on page 39 A Value of 65535 indicates Never A value of 0xFFFF indicates no measurable value. Maximum value turns feature Off RANGE 0 to 20000000 0 to 50000 0 to 50000 0 to 50000 0 to 12000 0 to 1 2000000 to 2000000 2000000 to 2000000 0 to 2000000 1 to 12 50 to 250 1 to 12 50 to 250 1 to 12 50 to 250 1 to 12 50 to 250 50000 to 50000 50000 to 50000 50000 to 50000 50000 to 50000 0 to 999999 0 to 999999 0 to 999999 50 to 250 50 to 250 50 to 250 50 to 250 0 to 250000 0 to 250000 0 to 65535 0 to 359 N/A N/A 0 to 12000 0 to 9 1 to 65535 0 to 139 1 to 768 0 to 65535 32767 to 32767 32767 to 32767 STEP 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 N/A N/A 1 1 1 1 1 1 1 1 UNITS A Volts Volts Volts Hz MW Mar MVA C C C C Units Units Units Units Amps Amps Amps F F F F Volts Volts ohms s N/A N/A Hz N/A N/A N/A N/A N/A N/A N/A FORMAT F14 F1 F1 F1 F3 F1 F13 F13 F13 F1 F4 F1 F4 F1 F4 F1 F4 F12 F12 F12 F12 F12 F12 F12 F4 F4 F4 F4 F10 F10 F1 F1 F18 F19 F3 F214 F1 F134 F1 F1 F4 F4 DEFAULT 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 N/A N/A 0 0 0 0 168 0 0 0

WAVEFORM MEMORY SETUP

WAVEFORM MEMORY SAMPLES

GE Multilin

http://www.GEindustrial.com/multilin

39

489

Communications Guide

Modbus Memory Map

Memory Map Data Formats

The data formats used in the Modbus memory map are shown below.
Table 2: Data Formats (Sheet 1 of 12)
CODE F1 F2 TYPE 16 bits 16 bits DEFINITION UNSIGNED VALUE UNSIGNED VALUE, 1 DECIMAL PLACE UNSIGNED VALUE, 2 DECIMAL PLACES 2s COMPLEMENT SIGNED VALUE F16

Table 2: Data Formats (Sheet 2 of 12)


CODE F15 TYPE 16 bits 0000 0000 0000 0001 0000 0000 0000 0010 ... 0000 0000 0001 1010 16 bits 1111 1111 xxxx xxxx xxxx xxxx 1111 1111 DEFINITION HARDWARE REVISION 1=A 2=B ... 26 = Z SOFTWARE REVISION Major Revision Number 0 to 9 in steps of 1 Minor Revision Number (two BCD digits) 00 to 99 in steps of 1

Example: 1234 stored as 1234

Example: 123.4 stored as 1234 F3 16 bits

Example: 12.34 stored as 1234 F4 16 bits

Example: 1234 stored as 1234 (i.e. 64302) F5 16 bits 2s COMPLEMENT SIGNED VALUE 1 DECIMAL PLACES F18

Example: -123.4 stored as -1234 (i.e. 64302) F6 16 bits 2s COMPLEMENT SIGNED VALUE 2 DECIMAL PLACES

Example: Revision 2.30 stored as 0230 hex 32 bits 1st byte 2nd byte 3rd & 4th byte DATE (MM/DD/YYYY) Month (1 to 12) Day (1 to 31) Year (1995 to 2094)

Example: 12.34 stored as 1234 (i.e. 64302) F10 32 bits 1st 16 bits 2nd 16 bits 2s COMPLEMENT SIGNED LONG VALUE 1 DECIMAL PLACE High Order Word of Long Value Low Order Word of Long Value F19

Example: Feb. 20, 1996 stored as 34867148 (i.e. 1st word: 0214, 2nd word 07CC) 32 bits 1st byte 2nd byte 3rd byte 4th byte TIME (HH:MM:SS:hh) Hours (0 to 23) Minutes (0 to 59) Seconds (0 to 59) Hundreds of seconds (0 to 99)

Example: 12345.6 stored as 123456 (i.e. 1st word: FFFE hex, 2nd word: 1DC0 hex) F12 32 bits 1st 16 bits 2nd 16 bits 2s COMPLEMENT SIGNED LONG VALUE High Order Word of Long Value Low Order Word of Long Value F20

Example: 2:05pm stored as 235208704 (i.e. 1st word: 0E05, 2nd word 0000) 32 bits 1st 16 bits 2nd 16 bits 2s COMPLEMENT SIGNED LONG VALUE High Order Word of Long Value Low Order Word of Long Value TWO 8-BIT CHARACTERS PACKED INTO 16-BIT UNSIGNED First Character Second Character

Example: -123456 stored as -123456 (i.e. 1st word: FFFE hex, 2nd word: 1DC0 hex) F13 32 bits 1st 16 bits 2nd 16 bits 2s COMPLEMENT SIGNED LONG VALUE, 3 DECIMAL PLACES High Order Word of Long Value Low Order Word of Long Value F22

Note: -1 means Never 16 bits

MSB LSB

Example: -123.456 stored as -123456 (i.e. 1st word: FFFE hex, 2nd word: 1DC0 hex) F14 32 bits 1st 16 bits 2nd 16 bits 2s COMPLEMENT SIGNED LONG VALUE, 2 DECIMAL PLACES High Order Word of Long Value Low Order Word of Long Value F24

Example: String AB stored as 4142 hex. 32 bits 1st byte 2nd byte 3rd & 4th bytes TIME FORMAT FOR BROADCAST Hours (0 to 23) Minutes (0 to 59) Milliseconds (0 to 59999) Note: Clock resolution limited to 0.01 sec

Example: -1234.56 stored as -123456 (i.e. 1st word: FFFE hex, 2nd word: 1DC0 hex)

Example: 1:15:48:572 stored as 17808828 (i.e., 1st word 010F, 2nd word BDBC)

40

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide
Table 2: Data Formats (Sheet 3 of 12)
CODE F100 TYPE Unsigned 16 bit integer 0 1 FC101 Unsigned 16 bit integer 0 1 2 3 4 5 F102 Unsigned 16 bit integer 0 1 2 F103 Unsigned 16 bit integer 0 1 F104 Unsigned 16 bit integer 0 1 2 3 F105 Unsigned 16 bit integer 0 1 F106 Unsigned 16 bit integer 0 1 2 F107 Unsigned 16 bit integer 0 1 2 3 F109 Unsigned 16 bit integer 0 1 F115 Unsigned 16 bit integer 0 1 2 DEFINITION TEMPEATURE DISPLAY UNITS Celsius Fahrenheit RS 485 BAUD RATE F118 300 baud 1200 baud 2400 baud 4800 baud 9600 baud 19200 baud RS 485 PARITY None Odd Even NO/YES SELECTION No Yes GROUND CT TYPE F122 None 1 A Secondary 50/0.025 Ground CT 5 A Secondary OFF/ON SELECTION Off On VOLTAGE TRANSFORMER CONNECTION TYPE None Open Delta Wye NOMINAL FREQUENCY ---60 Hz 50 Hz 25 Hz STARTER STATUS SWITCH Auxiliary A Auxiliary B ALARM / TRIP TYPE SELECTION Off Latched Unlatched F126 F124 F123 F121 F120

489

Table 2: Data Formats (Sheet 4 of 12)


CODE F117 TYPE Unsigned 16 bit integer 0 1 2 Unsigned 16 bit integer 0 1 Unsigned 16 bit integer 0 1 2 3 Unsigned 16 bit integer 0 1 2 3 4 Unsigned 16 bit integer 1 2 3 4 5 6 7 8 9 10 11 12 Unsigned 16 bit integer 0 1 2 3 4 Unsigned 16 bit integer 0 1 2 Unsigned 16 bit 0 1 DEFINITION RESET MODE All Resets Remote Reset Only Keypad Reset Only SETPOINT GROUP Group 1 Group 2 RTD TYPE 100 Ohm Platinum 120 Ohm Nickel 100 Ohm Nickel 10 Ohm Copper RTD APPLICATION None Stator Bearing Ambient Other RTD VOTING SELECTION RTD #1 RTD #2 RTD #3 RTD #4 RTD #5 RTD #6 RTD #7 RTD #8 RTD #9 RTD #10 RTD #11 RTD #12 ALARM/TRIP STATUS Not Enabled Inactive Timing Out Active Trip Latched Trip PHASE ROTATION SELECTION ---ABC ACB DISABLED / ENABLED SELECTION Disabled Enabled

GE Multilin

http://www.GEindustrial.com/multilin

41

489

Communications Guide
Table 2: Data Formats (Sheet 5 of 12)
CODE F127 TYPE Unsigned 16 bit integer 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 F128 Unsigned 16 bit integer 0 1 2 3 4 DEFINITION ANALOG OUTPUT PARAMETER SELECTION None IA Output Current IB Output Current IC Output Current Average Output Current Negative Sequence Current Average Generator Load 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 AB Voltage BC Voltage CA Voltage Average Voltage Volts/Hertz Frequency Third Harmonic Neutral Voltage Power Factor Reactive Power (Mvar) Real Power (MW) Apparent Power (MVA) Analog Input 1 Analog Input 2 Analog Input 3 Analog Input 4 Tachometer Thermal Capacity Used Current Demand Mvar Demand MW Demand MVA Demand OVERCURRENT CURVE STYLE SELECTION ANSI Extremely Inverse ANSI Very Inverse ANSI Normally Inverse ANSI Moderately Inverse IEC Curve A (BS142) F134 F133 F132 F130

Modbus Memory Map

Table 2: Data Formats (Sheet 6 of 12)


CODE F128 ctd. TYPE 5 6 7 8 9 10 11 12 13 FC129 Unsigned 16 bit integer 0 1 2 3 Unsigned 16 bit integer 0 1 FC131 Unsigned 16 bit integer 0 1 Unsigned 16 bit integer 0 1 Unsigned 16 bit integer 0 1 2 3 4 Unsigned 16 bit integer 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 DEFINITION IEC Curve B (BS142) IEC Curve C (BS142) IEC Short Inverse IAC Extremely Inverse IAC Very Inverse IAC Inverse IAC Short Inverse FlexCurve Definite Time ANALOG INPUT SELECTION Disabled 4 to 20 mA 0 to 20 mA 0 to 1 mA PICKUP TYPE Over Under INPUT SWITCH STATUS Closed Open TRIP COIL SUPERVISION STATUS No Coil Coil GENERATOR STATUS Offline Offline Online Overload Tripped CAUSE OF EVENT / CAUSE OF LAST TRIP No Event General Switch A Trip General Switch B Trip General Switch C Trip General Switch D Trip General Switch E Trip General Switch F Trip General Switch G Trip Sequential Trip Tachometer Trip Unknown Trip Unknown Trip Overload Trip Unknown Trip Neutral Overvoltage Trip Neutral Undervoltage (3rd Harmonic) Trip

42

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide
Table 2: Data Formats (Sheet 7 of 12)
CODE F134 ctd. TYPE 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 DEFINITION Not Used Not Used Not Used Not Used 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 Phase Reversal Trip Overfrequency Trip Power Factor Trip Reactive Power Trip Underfrequency Trip Analog Input 1 Trip Analog Input 2 Trip Analog Input 3 Trip Analog Input 4 Trip Single Phasing Trip Reverse Power Trip Field-Breaker Discrepancy Offline Overcurrent Trip Phase Overcurrent Trip Negative Sequence Overcurrent Trip General Switch A Alarm General Switch B Alarm General Switch C Alarm General Switch D Alarm General Switch E Alarm General Switch F Alarm General Switch G Alarm Not Used Tachometer Alarm Thermal Model Alarm Overload Alarm Underfrequency Alarm Not Used Ground Fault Alarm RTD 1 Alarm RTD 2 Alarm RTD 3 Alarm RTD 4 Alarm

489

Table 2: Data Formats (Sheet 8 of 12)


CODE F134 ctd. TYPE 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 DEFINITION 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 Undervoltage Alarm Overvoltage Alarm Overfrequency Alarm Power Factor Alarm Reactive Power Alarm Low Forward Power Alarm Trip Counter Alarm Breaker Failure Alarm Current Demand Alarm kW Demand Alarm kvar Demand Alarm kVA Demand Alarm Broken Rotor Bar Analog Input 1 Alarm Analog Input 2 Alarm Analog Input 3 Alarm Analog Input 4 Alarm Reverse Power Alarm Incomplete Sequence Alarm Negative Sequence Alarm Ground Overcurrent Alarm Not Used Service Alarm Control Power Lost Control Power Applied Thermal Reset Close Emergency Reset Open Start While Blocked Relay Not Inserted Trip Coil Supervision Breaker Failure VT Fuse Failure Simulation Started Simulation Stopped Ground Overcurrent Trip Volts/Hertz Trip Volts/Hertz Alarm Low Forward Power Trip Inadvertent Energization Serial Start Command Serial Stop Command Input A Control Input B Control

GE Multilin

http://www.GEindustrial.com/multilin

43

489

Communications Guide
Table 2: Data Formats (Sheet 9 of 12)
CODE F134 ctd. TYPE 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 F136 Unsigned 16 bit integer Bit 0 Bit 1 DEFINITION Input C Control Input D Control Input E Control Input F Control Input G Control Neutral Overvoltage Alarm Neutral Undervoltage (3rd Harmonic) Alarm Setpoint Group 1 Active Setpoint Group 2 Active Loss of Excitation 1 Loss of Excitation 2 Ground Directional Trip Ground Directional Alarm High-Set Phase Overcurrent Trip Distance Zone 1 Trip Distance Zone 2 Trip Digital Input Waveform Trigger Serial Waveform Trigger ORDER CODE F142 0 = P5 (5 A CT secondary), 1 = P1 (1 A CT secondary) 0 = HI (High Voltage Power Supply), 1 = LO (Low Voltage Power Supply) 0 = A20 (4 to 20 mA Analog Outputs), 1 = A1 (0 to 1 mA Analog Outputs) SIMULATION MODE Off Simulate Pre-Fault Simulate Fault Pre-Fault to Fault FORCE OPERATION OF RELAYS Disabled 1 TRIP 2 AUXILIARY 3 AUXILIARY 4 AUXILIARY 5 ALARM 6 SERVICE All Relays No Relays GENERAL STATUS Relay in Service Active Trip Condition Active Alarm Condition Reserved F207 F206 F202 F201 F141

Modbus Memory Map

Table 2: Data Formats (Sheet 10 of 12)


CODE F140 ctd. TYPE bit 4 bit 5 bit 6 bit 7 bit 8 bit 9 bit 10 bit 11 bit 12 bit 13 bit 14 bit 15 16 bits bit 0 bit 1 bit 2 bit 3 bit 4 bit 5 bit 6 to bit 15 Unsigned 16 bit integer 0 1 2 F200 Unsigned 16 bit integer 0 1 2 3 4 5 6 7 Unsigned 16 bit integer 0 1 Unsigned 16 bit integer 0 1 Unsigned 16 bit integer 0 1 Unsigned 16 bit integer 0 1 DEFINITION Reserved Reserved Reserved Simulation Mode Enabled Breaker Open LED Breaker Closed LED Hot Stator LED Negative Sequence LED Ground LED Loss of Field LED VT Failure LED Breaker Failure LED OUTPUT RELAY STATUS 1 TRIP 2 AUXILIARY 3 AUXILIARY 4 AUXILIARY 5 ALARM 6 SERVICE Not Used THERMAL MODEL CURVE STYLE SELECTION Standard Custom Voltage Dependent COMMUNICATION MONITOR BUFFER STATUS Buffer Cleared Received OK Wrong Slave Address Illegal Function Illegal Count Illegal Register Address CRC Error Illegal Data CURVE RESET TYPE Instantaneous Linear INADVERTENT ENERGIZATION ARMING TYPE Undervoltage and Offline Undervoltage or Offline SEQUENTIAL TRIP TYPE Low Forward Power Reverse Power SWITCH STATUS Open Shorted

Bit 2

F138

Unsigned 16 bit integer 0 1 2 3

F139

Unsigned 16 bit integer 0 1 2 3 4 5 6 7 8

F140

16 bits bit 0 bit 1 bit 2 bit 3

44

http://www.GEindustrial.com/multilin

GE Multilin

Modbus Memory Map

Communications Guide
Table 2: Data Formats (Sheet 11 of 12)
CODE F208 TYPE Unsigned 16 bit integer 0 1 F209 Unsigned 16 bit integer 0 1 F210 Unsigned 16 bit integer 0 1 2 3 4 5 6 7 F211 Unsigned 16 bit integer 0 1 2 3 F212 Unsigned 16 bit integer 0 1 2 3 4 5 6 7 8 9 10 11 12 F213 Unsigned 16 bit integer 0 1 2 DEFINITION UNDERVOLTAGE TRIP ELEMENT TYPE Curve Definite Time BREAKER OPERATION TYPE Breaker Auxiliary A Breaker Auxiliary B ASSIGNABLE INPUT SELECTION None Input 1 Input 2 Input 3 Input 4 Input 5 Input 6 Input 7 VOLTS/HERTZ ELEMENT TYPE Curve #1 Curve #2 Curve #3 Definite Time RTD NUMBER F216 All RTD #1 RTD #2 RTD #3 RTD #4 RTD #5 RTD #6 RTD #7 RTD #8 RTD #9 RTD #10 RTD #11 RTD #12 COMMUNICATIONS MONITOR PORT SELECTION Computer RS485 Auxiliary RS485 Front Panel RS232 F219 F218 F217 F215 Unsigned 16 bit integer 0 1 Unsigned 16 bit integer 0 1 2 3 Unsigned 16 bit integer 0 1 2 3 Unsigned 16 bit integer 0 1 Unsigned 16 bit integer 0 1 F220 Unsigned 16 bit integer 0 1 2 8 9 6 7

489

Table 2: Data Formats (Sheet 12 of 12)


CODE F214 TYPE Unsigned 16 bit integer 0 1 2 3 4 5 DEFINITION WAVEFORM MEMORY CHANNEL SELECTOR Phase A Line Current 512 counts = 1 CT Phase B Line Current 512 counts = 1 CT Phase C Line Current 512 counts = 1 CT Phase A Line Current 512 counts = 1 CT Neutral-End Phase A Line Current 512 counts = 1 CT Neutral-End Phase B Line Current 512 counts = 1 CT Neutral-End Phase C Line Current 512 counts = 1 CT Phase A to Neutral Voltage; 3500 counts = 120 secondary volts Phase B to Neutral Voltage; 3500 counts = 120 secondary volts Phase C to Neutral Voltage; 3500 counts = 120 secondary volts CURRENT SOURCE Neutral-End CTs Output-End CTs DNP PORT SELECTION None Computer RS485 Auxiliary RS485 Front Panel RS485 GROUND DIRECTIONAL MTA 0 degrees 90 degrees 180 degrees 270 degrees BREAKER STATE 52 Closed 52 Open/Closed STEP-UP TRANSFORMER TYPE None Delta/Wye IRIG-B TYPE None DC Shift Amplitude Modulated

GE Multilin

http://www.GEindustrial.com/multilin

45

Communications Guide

489

DNP Protocol

DNP Protocol
Device Profile Document
The communications port configured as a DNP slave port must support the full set of features listed in the Level 2 DNP V3.00 Implementation (DNP-L2) described in Chapter 2 of the subset definitions. See the DNP protocol website at http:// www.dnp.org for details
DNP 3.0: DEVICE PROFILE DOCUMENT Vendor Name: General Electric Multilin Inc. Device Name: 489 Generator Management Relay Highest DNP Level Supported: For Requests: Level 2 For Responses: Level 2 Device Function:  Master Slave

Notable objects, functions, and/or qualifiers supported in addition to the Highest DNP Levels Supported (the complete list is described in the attached table): Binary Input (Object 1, variations 1 and 2) Binary Output (Object 10, variation 2) Binary Counter (Object 20, variations 5 and 6) Frozen Counter (Object 21, variations 9 and 10) Analog Input (Object 30, variations 1, 2, 3, and 4) Analog Input Change (Object 32, variations 1, 2, 3, and 4) Warm Restart (Function Code 14) Maximum Data Link Frame Size (octets): Transmitted: 292 Received: 292 Maximum Data Link Re-tries: None  Fixed Configurable Requires Data Link Layer Confirmation: Never  Always Sometimes Configurable Requires Application Layer Confirmation: Never Always When reporting Event Data  When sending multi-fragment responses Sometimes Configurable Timeouts while waiting for: Data Link Confirm Complete Appl. Fragment Application Confirm Complete Appl. Response Others: (None) Maximum Application Fragment Size (octets): Transmitted: 2048 Received: 2048 Maximum Application Layer Re-tries: None  Configurable

(fixed value is 5000 milliseconds) None  Fixed Variable

None  None  None 

Fixed Fixed Fixed

Variable Variable Variable

Configurable Configurable Configurable Configurable

46

http://www.GEindustrial.com/multilin

GE Multilin

DNP Protocol

Communications Guide
DNP 3.0: DEVICE PROFILE DOCUMENT (Continued) Executes Control Operations: Write Binary Outputs Never Always  Sometimes Select/Operate Never Always  Sometimes Direct Operate  Never Always Sometimes Direct Operate: No Ack  Never Always Sometimes Count > 1 Never Always  Sometimes Pulse On  Never Always Sometimes Pulse Off Never Always  Sometimes Latch On Never Always  Sometimes Latch Off Never Always  Sometimes See Binary / Control Relay Output Block (Objects 10/12) on page explanation of the above. Queue Never Always  Sometimes Clear Queue Never Always  Sometimes Reports Binary Input Change Events when no specific variations requested: Never Only time-tagged  Only non-time-tagged Configurable to send both, one or the other Sends Unsolicited Responses: Never  Configurable Only certain objects Sometimes ENABLE/DISABLE UNSOLICITED Function codes supported Default Counter Object/Variation: No Counters Reported Configurable Default Object / Default Variation  Point-by-point list attached Configurable Configurable Configurable Configurable Configurable Configurable Configurable Configurable Configurable 51 for an

489

Configurable Configurable

Reports time-tagged Binary Input Change Events when no specific variation requested: Never Binary Input Change With Time  Binary Input Change With Relative Time Configurable Sends Static Data in Unsolicited Responses: Never  When Device Restarts When Status Flags Change

Counters Roll Over at: No Counters Reported Configurable 16 Bits 32 Bits Other Value Point-by-point list attached 

Sends Multi-Fragment Responses:

Yes

No 

Implementation Table

The table below gives a list of all objects recognized and returned by the relay. Additional information is provided on the following pages including a list of the default variations returned for each object and lists of defined point numbers for each object. Implementation Table Notes: 1. 2. For this object, the quantity specified in the request must be exactly 1 as there is only one instance of this object defined in the relay. All static data known to the relay is returned in response to a request for Class 0. This includes all objects of type 1 (Binary Input), type 10 (Binary Output), type 20 (Binary Counter), type 21 (Frozen Counter) and type 30 (Analog Input). The point tables for Binary Input and Analog Input objects contain a field that defines to which event class the corresponding static data point has been assigned. For this object, the qualifier code must specify an index of 7 only. Delay Measurement (function code 23) is supported since the relay allows for writing the time via object 50 and it also periodically sets the Time Synchronization Required Internal Indication (IIN). The IIN is set at power-up and will be set again 24 hours after it was last cleared. The IIN is cleared when time is written as object 50 data or if IRIG-B is enabled and relay time is updated as a result of a successful decoding of this signal.

3.

4. 5.

GE Multilin

http://www.GEindustrial.com/multilin

47

Communications Guide

489

DNP Protocol

Table 3: DNP Implementation Table


Object Obj 1 1 1 2 2 2 10 10 12 20 20 20 21 21 21 30 30 30 30 30 32 32 32 32 32 50 60 60 60 60 80 Var 0 1 2 0 1 2 0 2 1 0 5 6 0 9 10 0 1 2 3 4 0 1 2 3 4 1 1 2 3 4 1 Description Binary Input - All Variations Binary Input Binary Input With Status (Note 6) Binary Input Change - All Variations Binary Input Change Without Time Binary Input Change With Time Binary Output - All Variations Binary Output Status Control Relay Output Block Binary Counter - All Variations 32-Bit Binary Counter without Flag 16-Bit Binary Counter without Flag Frozen Counter - All Variations 32-Bit Frozen Counter without Flag 16-Bit Frozen Counter without Flag Analog Input - All Variations 32-Bit Analog Input With Flag 16-Bit Analog Input With Flag 32-Bit Analog Input Without Flag 16-Bit Analog Input Without Flag Analog Input Change - All Variations 32-Bit Analog Input Change without Time 16-Bit Analog Input Change without Time 32-Bit Analog Input Change with Time 16-Bit Analog Input Change with Time Time and Date Class 0 Data (Note 2) Class 1 Data (Note 3) Class 2 Data (Note 3) Class 3 Data (Note 3) Internal Indications No object - Cold Start No object - Warm Start No object - Delay Measurement (Note 5) Request Func Codes 1 1 1 1 1 1 1 1 3, 4, 5, 6 1, 7, 8, 9, 10 1, 7, 8, 9, 10 1, 7, 8, 9, 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1, 2 1 1 1 1 2 13 14 23 Qual Codes (Hex) 06 00, 01, 06 00, 01, 06 06, 07, 08 06, 07, 08 06, 07, 08 06 00, 01, 06 17, 28 06 06 06 06 06 06 06 00, 01, 06 00, 01, 06 00, 01, 06 00, 01, 06 06, 07, 08 06, 07, 08 06, 07, 08 06, 07, 08 06, 07, 08 07 (Note 1) 06 06, 07, 08 06, 07, 08 06, 07, 08 00 (Note 4) 129 129 129 129 129 129 129 129 129 129 17, 28 17, 28 17, 28 17, 28 07 129 129 129 129 00, 01 00, 01 00, 01 00, 01 129 129 129 129 129 129 129 129 00, 01 17, 28 00, 01 00, 01 00, 01 00, 01 00, 01 00, 01 129 129 17, 28 17, 28 129 129 00, 01 00, 01 Response Func Codes Qual Codes (Hex)

Default Variations

The following table specifies the default variation for all objects returned by the relay. These are the variations that will be returned for the object in a response when no specific variation is specified in a request. Table 4: Default Variations
OBJECT DESCRIPTION DEFAULT VARIATION

1 2 10 20 21 30 32

Binary Input - Single Bit Binary Input Change With Time Binary Output Status 16-Bit Binary Counter without Flag 16-Bit Frozen Counter without Flag 32-Bit Analog Input Without Flag 32-Bit Analog Input Change Without Time

1 2 2 6 10 3 1

48

http://www.GEindustrial.com/multilin

GE Multilin

DNP Point Lists

Communications Guide

489

DNP Point Lists


Binary Input / Binary Input Change (Objects 01/02)
The point list for Binary Inputs (Object 01) and Binary Input Change (Object 02) is shown below:
Table 5: Binary Inputs (Sheet 1 of 4)
Idx 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 40 41 42 43 44 45 46 47 48 49 Description Relay In Service Trip Condition Active Alarm Condition Active Simulation Mode Enabled Breaker Is Open Breaker Is Closed Hot Stator Fault Active Ground Fault Active Loss Of Field Fault Active VT Failure Detected Breaker Failure Detected Relay 1 Trip Operated Relay 2 Auxiliary Operated Relay 3 Auxiliary Operated Relay 4 Auxiliary Operated Relay 5 Alarm Operated Relay 6 Service Operated Setpoint Access Input Closed Breaker Status Input Closed Assignable Input 1 Closed Assignable Input 2 Closed Assignable Input 3 Closed Assignable Input 4 Closed Assignable Input 5 Closed Assignable Input 6 Closed Assignable Input 7 Closed Trip Coil Supervision - Coil Detected Assignable Input 1 Trip Active or Latched Assignable Input 2 Trip Active or Latched Assignable Input 3 Trip Active or Latched Assignable Input 4 Trip Active or Latched Assignable Input 5 Trip Active or Latched Assignable Input 6 Trip Active or Latched Assignable Input 7 Trip Active or Latched Sequential Trip Active or Latched Field-Breaker Discrepancy Trip Active or Latched Tachometer Trip Active or Latched Class Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 54 55 56 57 58 59 60 61 62 63 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 53

Table 5: Binary Inputs (Sheet 2 of 4)


Idx 50 51 52 Description Offline Overcurrent Trip Active or Latched Inadvertent Energization Trip Active or Latched Phase Overcurrent Trip Active or Latched Negative Sequence Overcurrent Trip Active or Latched Class Class 1 Class 1 Class 1 Class 1

Negative Sequence Fault Active Class 1

Ground Overcurrent Trip Active Class 1 or Latched Phase Differential Trip Active or Class 1 Latched Undervoltage Trip Active or Latched Overvoltage Trip Active or Latched Volts/Hertz Trip Active or Latched Phase Reversal Trip Active or Latched Underfrequency Trip Active or Latched Overfrequency Trip Active or Latched Class 1 Class 1 Class 1 Class 1 Class 1 Class 1

Neutral Overvoltage Trip Active Class 1 or Latched Neutral Undervoltage (Third Harmonic) Trip Active or Latched Reactive Power Trip Active or Latched Reverse Power Trip Active or Latched Low Fwd Power Trip Active or Latched Thermal Model Trip Active or Latched RTD 1 Trip Active or Latched RTD 2 Trip Active or Latched RTD 3 Trip Active or Latched RTD 4 Trip Active or Latched RTD 5 Trip Active or Latched RTD 6 Trip Active or Latched RTD 7 Trip Active or Latched RTD 8 Trip Active or Latched RTD 9 Trip Active or Latched RTD 10 Trip Active or Latched RTD 11 Trip Active or Latched RTD 12 Trip Active or Latched Analog Input 1 Trip Active or Latched Analog Input 2 Trip Active or Latched Class 1

Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1

GE Multilin

http://www.GEindustrial.com/multilin

49

489

Communications Guide
Table 5: Binary Inputs (Sheet 3 of 4)
Idx 82 83 84 85 86 87 88 89 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 Description Analog Input 3 Trip Active or Latched Analog Input 4 Trip Active or Latched Loss of Excitation Circle 1 Trip Active or Latched Loss of Excitation Circle 2 Trip Active or Latched Ground Directional Trip Active or Latched High Set Phase Overcurrent Trip Active or Latched Distance Zone 1 Trip Active or Latched Distance Zone 2 Trip Active or Latched Assignable Input 1 Alarm Active / Latched Assignable Input 2 Alarm Active or Latched Assignable Input 3 Alarm Active or Latched Assignable Input 4 Alarm Active or Latched Assignable Input 5 Alarm Active or Latched Assignable Input 6 Alarm Active or Latched Assignable Input 7 Alarm Active / Latched Tachometer Alarm Active or Latched Overcurrent Alarm Active or Latched Negative Sequence Alarm Active or Latched Ground Overcurrent Alarm Active or Latched Undervoltage Alarm Active or Latched Overvoltage Alarm Active or Latched Volts/Hertz Alarm Active or Latched Underfreq Alarm Active or Latched Overfrequency Alarm Active or Latched Neutral Overvoltage Alarm Active or Latched Neutral Undervoltage (Third Harmonic) Alarm Active or Latched Class Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1

DNP Point Lists

Table 5: Binary Inputs (Sheet 4 of 4)


Idx 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 Description RTD 4 Alarm Active or Latched RTD 5 Alarm Active or Latched RTD 6 Alarm Active or Latched RTD 7 Alarm Active or Latched RTD 8 Alarm Active or Latched RTD 9 Alarm Active or Latched Class Class 1 Class 1 Class 1 Class 1 Class 1 Class 1

RTD 10 Alarm Active or Latched Class 1 RTD 11 Alarm Active or Latched Class 1 RTD 12 Alarm Active or Latched Class 1 Open Sensor Alarm Active or Latched Short/Low Temp Alarm Active or Latched Class 1 Class 1

Thermal Model Alarm Active or Class 1 Latched Trip Counter Alarm Active or Latched Class 1

Breaker Failure Alarm Active or Class 1 Latched Trip Coil Monitor Alarm Active or Latched VTFF Alarm Active or Latched Current Dmd Alarm Active or Latched MW Demand Alarm Active or Latched Mvar Demand Alarm Active or Latched MVA Alarm Active or Latched Class 1 Class 1 Class 1 Class 1 Class 1 Class 1

Analog Input 1 Alarm Active or Class 1 Latched Analog Input 2 Alarm Active or Class 1 Latched Analog Input 3 Alarm Active or Class 1 Latched Analog Input 4 Alarm Active or Class 1 Latched Not Programmed Alarm Active or Latched Simulation Mode Alarm Active or Latched Output Relays Forced Alarm Active or Latched Analog Output Forced Alarm Active or Latched Test Switch Shorted Alarm Active or Latched Ground Directional Alarm Active or Latched IRIG-B Failure Alarm Active or Latched Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1

118 119 120 121 122 123

Reactive Power Alarm Active or Class 1 Latched Reverse Power Alarm Active or Latched Low Forward Power Alarm Active / Latched RTD 1 Alarm Active or Latched RTD 2 Alarm Active or Latched RTD 3 Alarm Active or Latched Class 1 Class 1 Class 1 Class 1 Class 1

Generator Running Hour Alarm Class 1 Active or Latched

NOTE

Any detected change in the state of any point assigned to Class 1 will cause the generation of an event object.

50

http://www.GEindustrial.com/multilin

GE Multilin

DNP Point Lists

Communications Guide

489

Binary / Control Relay Output Block (Objects 10/12)

Table 6: Binary Output Point List


INDEX DESCRIPTION

0 1 2 3 4 5 6 7 8

Reset Generator Start Generator Stop Clear Trip Counters Clear Last Trip Data Clear MWh and Mvarh Clear Peak Demand Data Clear Generator Information Clear Breaker Information

The following restrictions should be noted when using object 12 to control the points listed above: 1. The Count field is checked first. If it is zero, the command will be accepted but no action will be taken. If this field is non-zero, the command will be executed exactly once regardless of its value. The Control Code field of object 12 is then inspected: The Queue and Clear sub-fields are ignored. If the Control Code field is zero (i.e., NUL operation) the command is accepted but no action is taken. For all points, the only valid control is Close - Pulse On (41 hex). This is used to initiate the function (e.g., Reset) associated with the point. Any value in the Control Code field not specified above is invalid and will be rejected. The On Time and Off Time fields are ignored. A Pulse On control takes effect immediately when received. Thus, the timing is irrelevant. The Status field in the response will reflect the success or failure of the control attempt thus: A Status of Request Accepted (0) will be returned if the command was accepted. A Status of Request not Accepted due to Formatting Errors (3) will be returned if the Control Code field was incorrectly formatted or an invalid Code was present in the command. A Status of Control Operation not Supported for this Point (4) will be returned if an attempt was made to operate the point and the relay, owing to its configuration, does not allow the point to perform its function.

2.

An operate of the Reset point may fail (even if the command is accepted) due to other inputs or conditions (e.g., blocks) existing at the time. To verify the success or failure of an operate of this point it is necessary that the associated Binary Input(s) be examined after the control attempt is performed. When using object 10 to read the status of any Binary Output, a value of zero will always be returned. This is due to the fact that all points are Pulse On and are deemed to be normally off.

GE Multilin

http://www.GEindustrial.com/multilin

51

Communications Guide

489

DNP Point Lists

Binary / Frozen Counter (Objects 20/21)

Table 7: Counters Point List


INDEX ROLLOVER POINT DESCRIPTION

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38

50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000 50000

Number of Breaker Operations Number of Thermal Resets Number of Trips (total) Number of Digital Input Trips Number of Sequential Trips Number of Field-Breaker Discrepancy Trips Number of Tachometer Trips Number of Offline Overcurrent Trips Number of Phase Overcurrent Trips Number of Negative Sequence Overcurrent Trips Number of Ground Overcurrent Trips Number of Phase Differential Trips Number of Undervoltage Trips Number of Overvoltage Trips Number of Volts/Hertz Trips Number of Phase Reversal Trips Number of Underfrequency Trips Number of Overfrequency Trips Number of Neutral Overvoltage (Fundamental) Trips Number of Neutral Undervoltage (Third Harmonic) Trips Number of Reactive Power Trips Number of Reverse Power Trips Number of Underpower Trips Number of Stator RTD Trips Number of Bearing RTD Trips Number of Other RTD Trips Number of Ambient RTD Trips Number of Thermal Model Trips Number of Inadvertent Energization Trips Number of Analog Input 1 Trips Number of Analog Input 2 Trips Number of Analog Input 3 Trips Number of Analog Input 4 Trips Number of Loss of Excitation Circle 1 Trips Number of Loss of Excitation Circle 2 Trips Number of Ground Directional Trips Number of High Set Phase Overcurrent Trips Number of Distance Zone 1 Trips Number of Distance Zone 2 Trips

NOTE

The counters cannot be cleared with the Freeze/Clear function codes (9/10). Instead, the control relay output block points can be used to clear groups of counters. There is only one copy of each counter, so clearing a counter via Modbus or the front panel display causes the corresponding DNP counter point to be cleared and vice-versa.

52

http://www.GEindustrial.com/multilin

GE Multilin

DNP Point Lists

Communications Guide

489

Analog Input / Input Change (Objects 30/32)

In the following table, the Format column indicates that the associated data point format is determined by the entry in Data Formats on page 40. For example, an F1 format is described in that table as a (16-bit) unsigned value without any decimal places. Therefore, the value read should be interpreted in this manner. Many of the values reported by the 489 have a size of 32-bits and have had their upper and lower 16-bit components assigned to separate points. Where indicated, refer to the appropriate note following the table for more detail. Table 8: Analog Inputs Point List (Sheet 1 of 4)
INDEX 0 1 2 3 4 5 6 7 8 9 FORMAT F133 F1 F1 F134 F19 F19 F18 F18 F1 F1 DESCRIPTION Generator Status Generator Thermal Capacity Used Estimated Trip Time On Overload (seconds, 65535 means never) Cause Of Last Trip Time Of Last Trip (Upper 16 Bits) Time Of Last Trip (Lower 16 Bits) Date Of Last Trip (Upper 16 Bits) Date Of Last Trip (Lower 16 Bits) Tachometer Pre-Trip Scale factor for pre-trip current readings (pre-trip points marked with Note 6). Will always be a power of 10 (1, 10, 100, etc.). Changes only when the configuration setpoints are changed. Phase A Pre-Trip Current Phase B Pre-Trip Current Phase C Pre-Trip Current Phase A Pre-Trip Differential Current Phase B Pre-Trip Differential Current Phase C Pre-Trip Differential Current Pre-Trip Negative Sequence Current Ground Current Scale Factor. Will always be a power of 10 (1, 10, 100, etc.). Changes only when the configuration setpoints are changed. Pre-Trip Ground Current (scaled according to previous setpoint) Phase A-B Pre-Trip Voltage Phase B-C Pre-Trip Voltage Phase C-A Pre-Trip Voltage Pre-Trip Frequency Pre-Trip Real Power (MW) Pre-Trip Real Power (kW) Pre-Trip Reactive Power (Mar Pre-Trip Reactive Power (kvar) Pre-Trip Apparent Power (MVA) Pre-Trip Apparent Power (kVA) Last Trip Stator RTD Last Trip Hottest Stator RTD Temperature (C) Last Trip Bearing RTD Last Trip Hottest Bearing RTD Temperature (C) Last Trip Other RTD Last Trip Hottest Other RTD Temperature (C) EVENT CLASS ASSIGNED TO Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Note 3 Notes 3,4 Notes 3,4 Notes 3,4 Notes 3,4 Note 3 Note 3 NOTES Note 3

10 11 12 13 14 15 16 17

F1 F1 F1 F1 F1 F1 F1 F1

Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1

Notes 3, 6 Notes 3, 6 Notes 3, 6 Notes 3, 6 Notes 3, 6 Notes 3, 6 Note 3 Note 3

18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34

F6 F1 F1 F1 F3 F1 F1 F1 F1 F1 F1 F1 F4 F1 F4 F1 F4

Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1

Note 3 Note 3 Note 3 Note 3 Note 3 Notes 3,8 Notes 3,8 Notes 3,8 Notes 3,8 Notes 3,8 Notes 3,8 Note 3 Note 3 Note 3 Note 3 Note 3 Note 3

GE Multilin

http://www.GEindustrial.com/multilin

53

Communications Guide

489

DNP Point Lists

Table 8: Analog Inputs Point List (Sheet 2 of 4)


INDEX 35 36 37 38 39 40 41 42 43 44 45 46 47 FORMAT F1 F4 F12 F12 F12 F12 F1 F10 F1 F10 F2 F1 F1 DESCRIPTION Last Trip Ambient RTD Last Trip Hottest Ambient RTD Temperature (C) Pre-Trip Analog Input 1 Pre-Trip Analog Input 2 Pre-Trip Analog Input 3 Pre-Trip Analog Input 4 Pre-Trip Fundamental Frequency Neutral Voltage (volts) Pre-Trip Fundamental Frequency Neutral Voltage (tenths of a volt) Pre-Trip Third Harmonic Neutral Voltage (volts) Pre-Trip Third Harmonic Neutral Voltage (tenths of a volt) Pre-Trip Vab/Iab (loss of excitation impedance) Pre-Trip Vab/Iab Angle (loss of excitation impedance angle) Scale factor for current readings (points marked with Note 7). Will always be a power of 10 (1, 10, 100, etc.). Changes only when the configuration setpoints are changed. Phase A Output Current Phase B Output Current Phase C Output Current Phase A Neutral-Side Current Phase B Neutral-Side Current Phase C Neutral-Side Current Phase A Differential Current Phase B Differential Current Phase C Differential Current Average Phase Current Generator Load (percent) Negative Sequence Current Ground Current Scale Factor. Will always be a power of 10 (1, 10, 100, etc.). Changes only when the configuration setpoints are changed. Ground Current (scaled according to the previous point) Phase A-B Voltage Phase B-C Voltage Phase C-A Voltage Average Line Voltage Phase A-N Voltage Phase B-N Voltage Phase C-N Voltage Average Phase Voltage Per Unit Measurement Of V/Hz Frequency Fundamental Frequency Neutral Voltage (volts) Fundamental Frequency Neutral Voltage (tenths of a volt) EVENT CLASS ASSIGNED TO Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 NOTES Note 3 Note 3 Notes 3,9 Notes 3,9 Notes 3,9 Notes 3,9 Notes 3,10 Notes 3,10 Notes 3,10 Notes 3,10 Note 3 Note 3 Note 3

48 49 50 51 52 53 54 55 56 57 58 59 60

F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1

Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 1

Note 7 Note 7 Note 7 Note 7 Note 7 Note 7 Note 7 Note 7 Note 7 Note 7

Note 3

61 62 63 64 65 66 67 68 69 70 71 72 73

F3 F1 F1 F1 F1 F1 F1 F1 F1 F3 F3 F1 F10

Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Note 2 Note 10 Note 10

54

http://www.GEindustrial.com/multilin

GE Multilin

DNP Point Lists

Communications Guide Table 8: Analog Inputs Point List (Sheet 3 of 4)


INDEX 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 FORMAT F1 F10 F1 F10 F2 F1 F6 F1 F1 F1 F1 F1 F1 F1 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F4 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F12 F12 F12 F12 F1 F1 DESCRIPTION Third Harmonic Neutral Voltage (volts) Third Harmonic Neutral Voltage (tenths of a volt) Third Harmonic Terminal Voltage (volts) Third Harmonic Terminal Voltage (tenths of a volt) Vab/Iab (loss of excitation impedance) Vab/Iab Angle (loss of excitation impedance angle) Power Factor Real Power (MW) Real Power (kW) Reactive Power (Mar) Reactive Power (kvar) Apparent Power (MVA) Apparent Power (kVA) Hottest Stator RTD Hottest Stator RTD Temperature (C) RTD #1 Temperature (C) RTD #2 Temperature (C) RTD #3 Temperature (C) RTD #4 Temperature (C) RTD #5 Temperature (C) RTD #6 Temperature (C) RTD #7 Temperature (C) RTD #8 Temperature (C) RTD #9 Temperature (C) RTD #10 Temperature (C) RTD #11 Temperature (C) RTD #12 Temperature (C) Current Demand MW Demand kW Demand Mvar Demand kvar Demand MVA Demand kVA Demand Peak Current Demand Peak MW Demand Peak kW Demand Peak Mvar Demand Peak kvar Demand Peak MVA Demand Peak kVA Demand Analog Input 1 Analog Input 2 Analog Input 3 Analog Input 4 Tachometer RPM Average Generator Load EVENT CLASS ASSIGNED TO Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Class 2 Note 7 Note 8 Note 8 Note 8 Note 8 Note 8 Note 8 Note 7 Note 8 Note 8 Note 8 Note 8 Note 8 Note 8 Note 9 Note 9 Note 9 Note 9 Note 8 Note 8 Note 8 Note 8 Note 8 Note 8 Note 3 NOTES Note 10 Note 10 Note 10 Note 10

489

GE Multilin

http://www.GEindustrial.com/multilin

55

Communications Guide

489

DNP Point Lists

Table 8: Analog Inputs Point List (Sheet 4 of 4)


INDEX 121 122 123 124 246 247 248 249 250 251 252 FORMAT F1 F1 F118 F13 F13 F13 F12 DESCRIPTION Average Negative Sequence Current Average Phase-Phase Voltage User Map Value 1 User Map Value 2 ... User Map Value 124 User Map Value 125 Active Setpoint Group Positive kWh Positive kvarh Negative kvarh Generator Hours Online Class 1 Class 2 Class 2 Class 2 Class 2 EVENT CLASS ASSIGNED TO Class 2 Class 2 Note 5 Note 5 Note 5 Note 5 Note 3 NOTES

TABLE NOTES: 1. Unless otherwise specified, an event object will be generated for a point if the current value of the point changes by an amount greater than or equal to two percent of its previous value. An event object is created for the Frequency point if the frequency changes by 0.04 Hz or more from its previous value. An event object is created for these points if the current value of a point is in any way changed from its previous value. To support existing SCADA hardware that is not capable of 32-bit data reads, the upper and lower 16-bit portions of these 32-bit values have been assigned to separate points. To read this data, it is necessary to read both the upper and lower 16-bit portions, concatenate these two values to form a 32-bit value and interpret the result in the format associated with the point as specified in Data Formats on page 40. The data returned by a read of the User Map Value points is determined by the values programmed into the corresponding User Map Address registers (which are only accessible via Modbus). Refer to User-Definable Memory Map Area on page 9 for more information. Changes in User Map Value points never generate event objects. Note that it is possible to refer to a 32-bit quantity in a user map register, which may require the use of a 32-bit variation to read the associated analog input point. The scale for pre-trip currents is determined by the value in point 9, which should not normally change The scale for currents is determined by the value in point 47, which should not normally change Each power quantity is available at two different points, with two different scale factors (kW and MW, for example). The user should select the unit which is closest to providing the resolution and range desired. If 32-bit analog input capability is present, the higher-resolution (kW, kvar, kVA) points should generally be used, since they provide the greatest resolution. Analog input values may be 50000 to +50000 if so configured. Therefore, 32bit analog input capability is required to read the full possible range. If the SCADA equipment can only read 16-bit registers, the analog inputs should be configured to operate within the range 32768 to +32767.

2. 3. 4.

5.

6. 7. 8.

9.

10. Each neutral voltage quantity is available at two different points, with two different scale factors (volts and tenths of a volt). The user should select the unit which is closest to providing the resolution and range desired. If 32-bit analog input capability is present, the higher-resolution (tenths of a volt) points should generally be used, since they provide the greatest resolution.

56

http://www.GEindustrial.com/multilin

GE Multilin

Index
489

Communications Guide

Index

A
ANALOG INPUTS DNP point list ................................................................ 2-53

E
ELECTRICAL INTERFACE .................................................. 2-1 ERROR RESPONSES ........................................................ 2-8 EVENT RECORDER ........................................................... 2-9

B
BAUD RATE ...................................................................... 2-1 BINARY COUNTER DNP POINTS .................................... 2-52 BINARY INPUTS DNP POINTS ......................................... 2-49 BINARY OUTPUTS DNP POINTS ..................................... 2-51

L
LOOPBACK TEST .............................................................. 2-6

M C
COMMUNICATIONS data frame format ............................................................ 2-1 data rate ......................................................................... 2-1 error responses ............................................................... 2-8 passcode ...................................................................... 2-10 CRC-16 ...................................................................... 2-2, 2-3 CYCLIC REDUNDANCY CHECK see CRC-16 MEMORY MAP data formats .................................................................. 2-40 description ....................................................................... 2-9 format codes .................................................................. 2-40 information ...................................................................... 2-9 Modbus ......................................................................... 2-11 user-definable .................................................................. 2-9 MODBUS description ....................................................................... 2-1 execute operation ............................................................ 2-5 function code 03 .............................................................. 2-4 function code 04 .............................................................. 2-4 function code 05 .............................................................. 2-5 function code 06 .............................................................. 2-5 function code 07 .............................................................. 2-6 function code 08 .............................................................. 2-6 function code 16 .............................................................. 2-7 loopback test ................................................................... 2-6 performing commands ...................................................... 2-8 read actual values ............................................................ 2-4 read device status ............................................................ 2-6 read setpoints .................................................................. 2-4 store multiple setpoints .................................................... 2-7 store single setpoint ......................................................... 2-5 MODBUS FUNCTIONS ....................................................... 2-3

D
DATA FORMATS, MEMORY MAP ..................................... 2-40 DATA FRAME FORMAT ..................................................... 2-1 DATA PACKET FORMAT ................................................... 2-2 DATA RATE ....................................................................... 2-1 DEFAULT VARIATIONS ................................................... 2-48 DNP device profile document ................................................. 2-46 implementation table ..................................................... 2-47 point lists ..................................................... 2-49, 2-51, 2-52 DNP COMMUNICATIONS device profile document ................................................. 2-46 DUAL SETPOINTS ........................................................... 2-10

R
RS232 COMMUNICATIONS ................................................ 2-1 RS485 COMMUNICATIONS ................................................ 2-1

GE Multilin

http://www.GEindustrial.com/multilin

Communications Guide

489

T
TIMING .............................................................................. 2-3 TRACE MEMORY ............................................................. 2-10

U
USER DEFINABLE MEMORY MAP ..................................... 2-9

W
WAVEFORM CAPTURE .................................................... 2-10

ii

http://www.GEindustrial.com/multilin

GE Multilin

You might also like