Sei sulla pagina 1di 96

Digital Energy Multilin

750/760
Feeder Management Relay

COMMUNICATIONS GUIDE
Software Revision: 7.4x GE Multilin Part Number: 1601-0229-A8 GE Publication Code: GEK-106473G Copyright 2011 GE Multilin

GE Multilin 215 Anderson Avenue, Markham, Ontario Canada L6E 1B3 Tel: (905) 294-6222 Fax: (905) 201-2098 Internet: http://www.GEmultilin.com
GE Multilin's Quality Management System is registered to ISO9001:2000 QMI # 005094 UL # A3775

TOC

TABLE OF CONTENTS

Table of Contents
OVERVIEW ........................................................................................................................................... 2-1 PROTOCOLS .......................................................................................................................... 2-1 PHYSICAL LAYER .................................................................................................................. 2-2 MODBUS PROTOCOL ...................................................................................................................... 2-3 DESCRIPTION ........................................................................................................................ 2-3 DATA LINK LAYER ................................................................................................................ 2-3 CRC-16 ALGORITHM ......................................................................................................... 2-4 MESSAGE TIMING ................................................................................................................ 2-5 MODBUS FUNCTIONS .................................................................................................................... 2-6 SUPPORTED MODBUS FUNCTION CODES ........................................................................ 2-6 FUNCTION CODE 01H/02H: READ BINARY STATUS ...................................................... 2-6 FUNCTION CODE 03H/04H: READ ACTUAL VALUES / SETPOINTS ............................. 2-7 FUNCTION CODE 05H: EXECUTE OPERATION ................................................................. 2-8 FUNCTION CODE 06H: STORE SINGLE SETPOINT .......................................................... 2-9 FUNCTION CODE 10H: STORE MULTIPLE SETPOINTS ................................................... 2-10 EXCEPTION RESPONSES ...................................................................................................... 2-10 CLOCK SYNCHRONIZATION OF MULTIPLE RELAYS .......................................................... 2-11 MODBUS MEMORY MAP ............................................................................................................... 2-13 READING THE EVENT RECORDER ....................................................................................... 2-13 READING TRACE MEMORY ................................................................................................. 2-14 READING THE DATA LOGGER ............................................................................................. 2-15 ACCESSING DATA VIA THE USER MAP ............................................................................. 2-16 MEMORY MAP ORGANIZATION .......................................................................................... 2-17 MEMORY MAP ...................................................................................................................... 2-18 DATA FORMATS ................................................................................................................... 2-57 DATA FORMATS NOTES ...................................................................................................... 2-76 DNP COMMUNICATIONS .............................................................................................................. 2-77 DNP 3.0 DEVICE PROFILE DOCUMENT ........................................................................... 2-77 DNP IMPLEMENTATION ...................................................................................................... 2-78 DNP POINT LISTS .............................................................................................................................. 2-81 BINARY INPUT / BINARY INPUT CHANGE ......................................................................... 2-81 BINARY / CONTROL RELAY OUTPUT ................................................................................. 2-82 ANALOG INPUT / ANALOG INPUT CHANGE ..................................................................... 2-84

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

TOCI

TABLE OF CONTENTS

TOCII

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

Digital Energy Multilin

750/760 Feeder Management Relay Communications Guide

Communications Guide

Overview
1.1 Protocols
The 750/760 Feeder Management Relay communicates with other computerized equipment such as programmable logic controllers, personal computers, or plant master computers using either the AEG Modicon Modbus protocol or the Harris Distributed Network Protocol (DNP), Version 3.0. Following are some general notes: The 750/760 relay always act as slave devices meaning that they never initiate communications; they only listen and respond to requests issued by a master computer. For Modbus, a subset of the Remote Terminal Unit (RTU) format of the protocol is supported which allows extensive monitoring, programming and control functions using read and write register commands. For DNP, the functionality is restricted to monitoring of essential relay data and control of important relay functions. A complete description of the services available via DNP may be found in the DNP 3.0 Device Profile Document on page 277.

DNP is a complex protocol. As a consequence, it is not possible within the scope of this manual to provide a description of the protocol's operation in anything approaching the detail required to understand how to use it to communicate with the relay. It is strongly recommended that interested users contact the DNP Users Group at http://www.dnp.org to obtain further information: Members of the DNP Users Group are eligible to receive complete descriptions of all aspects of the protocol. The Users Group also operates a website (http://www.dnp.org) where technical information and support is available.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

OVERVIEW

CHAPTER 2: COMMUNICATIONS GUIDE

1.2

Physical Layer
Both the Modbus and DNP protocols are hardware-independent so that the physical layer can be any of a variety of standard hardware configurations including RS232, RS422, RS485, fiber optics, etc. The 750/760 includes a front panel RS232 port and two rear terminal RS485 ports, one of which can also be configured as RS422. Data flow is half duplex in all configurations. Refer to the Serial Communications section in Chapter 3 of the instruction manual for details on wiring. Each data byte is transmitted in an asynchronous format consisting of 1 start bit, 8 data bits, 1 stop bit, and possibly 1 parity bit. This produces a 10 or 11 bit data frame. This is important for transmission through modems at high bit rates (11 bit data frames are not supported by many modems at baud rates greater than 300). The baud rate and parity are independently programmable for each communications port. Baud rates of 300, 1200, 2400, 4800, 9600, and 19200 are available. Even, odd, and no parity are available. See the Communications section in Chapter 5 of the instruction manual for further details. The master device in any system must know the address of the slave device with which it is to communicate. The 750/760 will not act on a request from a master if the address in the request does not match the relay's slave address (unless the address is the broadcast address see below). A single setpoint selects the slave address used for all ports with the exception that for the front panel port the relay will accept any address when the Modbus protocol is used. The slave address is otherwise the same regardless of the protocol in use, but note that the broadcast address is 0 for Modbus and 65535 for DNP. The relay recognizes and processes a master request (under conditions that are protocol-specific) if the broadcast address is used but never returns a response. DNP may be used on, at most, one of the communications ports. Any port(s) not selected to use DNP will communicate using Modbus. The S1 RELAY SETUP COMMUNICATIONS DNP DNP PORT setpoint is used to select which port will communicate using DNP. The maximum time for a 750/760 relay to return a response to any (non-broadcast) master request never exceeds 1 second.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS PROTOCOL

Modbus Protocol
2.1 Description
This section is dedicated to discussion of details of the Modbus protocol. As noted above, specifics of DNP are best obtained directly from the DNP Users Group. Along with the Device Profile Document, the DNP specification provides sufficient information for a user to develop an interface should DNP wish to be used for communications with the relay.

2.2

Data Link Layer


Communications takes place in packets which are groups of asynchronously framed byte data. The master transmits a packet to the slave and the slave responds with a packet. The end of a packet is marked by dead-time on the communications line. The following describes general format of both transmit and receive packets. For exact details on packet formatting refer to subsequent sections describing each function code. The Modbus packet format is a set of five sequential information blocks:
Block Size

Slave Address Function Code Data Cyclic Redundancy Check (CRC) Dead Time

1 byte 1 byte n bytes, n 1 2 bytes 3.5 bytes transmission time

Each block of the Modbus packet is described below: Slave Address: This is the address of the slave device intended to receive the packet sent by the master and perform the desired action. Each slave device on a communication bus must have a unique address to prevent bus contention. All the relay ports have the same address which is programmable from 1 to 254 (see the Port Setup section in Chapter 5 of the instruction manual). Only the addressed slave will respond to a packet that starts with its address. Note that the front port is an exception to this rule; it will act on a message containing any slave address. A master transmit packet with a slave address of 0 indicates a broadcast command. All slaves on the communication link will take action based on the packet, but none will respond to the master. Broadcast mode is only recognized when associated with Function Codes 05h, 06h, and 10h. For any other function code, a packet with broadcast mode slave address 0 will be ignored. See Clock Synchronization of Multiple Relays on page 211 for an example of broadcast mode. Function Code: This is one of the supported functions codes of the 750/760 which tells the slave what action to perform. See page 6 for complete details. An exception response from the slave is indicated by setting the high order bit of the function code in the response packet. See page 10 for further details. Data: This will be a variable number of bytes depending on the function code. This may include actual values, setpoints, or addresses sent by the master to the slave or by the slave to the master.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

MODBUS PROTOCOL

CHAPTER 2: COMMUNICATIONS GUIDE

Cyclic Redundancy Check (CRC): This is a two byte error checking code. The RTU version of Modbus includes a 16-bit cyclic redundancy check (CRC-16) with every packet which is an industry standard method used for error detection. If a GE Multilin Modbus slave device receives a packet in which an error is indicated by the CRC, the slave device will not act upon or respond to the packet thus preventing any erroneous operations. See the following section for a description of how to calculate the CRC. Dead Time: A packet is terminated when no data is received for a period of 3.5 byte transmission times (about 15 ms at 2400 baud, 2 ms at 19200 baud). Consequently, the transmitting device must not allow gaps between bytes longer than this interval. Once the dead time has expired without a new byte transmission, all slaves start listening for a new packet from the master except for the addressed slave.

2.3

CRC-16 Algorithm
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 packet, MSByte first. The resulting packet including CRC, when divided by the same polynomial at the receiver will give a zero remainder if no transmission errors have occurred. This algorithm requires the characteristic polynomial to be reverse bit ordered. The most significant bit of the characteristic polynomial is dropped, since it does not affect the value of the remainder. Symbols: --> A Alow Ahigh CRC i, j (+) N Di G shr (x) data transfer 16 bit working register low order byte of A high order byte of A 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. FFFF (hex) --> A 0 --> i 0 --> j Di (+) Alow --> Alow j + 1 --> j shr (A) Is there a carry? If No: go to step 8; if Yes: G (+) A --> A and continue. 8. Is j = 8? If No: go to 5; if Yes: continue. 9. i + 1 --> i 10. Is i = N? If No: go to 3; if Yes: continue.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS PROTOCOL

11. A --> CRC

Note

GE Multilin will provide a C programming language implementation of this algorithm upon request.

2.4

Message Timing
Communication message 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 message, then the communication link must be reset (i.e. all slaves start listening for a new query message from the master). Thus at 1200 baud a delay of greater than 3.5 1 / 1200 10 = 29.2 ms will cause the communication link to be reset. At 9600 baud a delay of greater than 3.5 1 / 9600 10 = 3.6 ms will cause the communication link to be reset. Most master query messages will be responded to in less than 50 ms.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

MODBUS FUNCTIONS

CHAPTER 2: COMMUNICATIONS GUIDE

Modbus Functions
3.1 Supported Modbus Function Codes
Modbus officially defines function codes from 1 to 127 though only a small subset is generally needed. The 750/760 relays support some of these functions, as summarized below. Subsequent sections describe each function code in detail.

Table 1: GE Multilin Modbus Function Codes


Code Hex Dec Definition Description Substitute

01 02 03 04 05 06 10

1 2 3 4 5 6 16

Read Binary Status

Read one or more consecutive binary status bits from the 750/760. Read actual value or setpoint registers from one or more consecutive memory map register addresses. Perform 750/760 specific operations. Write a specific value into a single setpoint register. Write specific values into one or more consecutive setpoint registers.

----04h 03h 10h 10h ---

Read Actual Values Or Setpoints Execute Operation Store Single Setpoint Store Multiple Setpoints

3.2

Function Code 01h/02h: Read Binary Status


These function codes allow the master to read one or more consecutive binary status bits from an 750/760. The status bits are packed into bytes with the first addressed bit occupying the least significant bit position of the first returned byte. Enough bytes are returned to contain all requested status bits. The last byte is zero-padded as required. The maximum number of status bits that can be read in a single request is 1920 (although this greatly exceeds the number of status bits defined in the 750/760). The addresses of the bits that can be read using these functions are the same as the point indices defined for the DNP Binary Input objects (e.g., address zero references the Relay In Service status). Refer to the DNP 3.0 Device Profile Document on page 277 for the definition of all binary status data. Note that function codes 01H and 02H are identical in their operation. The following table shows the format of the master and slave packets. The example shows a master device requesting 10 status bit values starting at address 13h from slave device 11; the slave device responds with the bit values 1, 0, 1, 1, 0, 0, 1, 0, 0 and 1 from binary status addresses 13h through 1Ch inclusive. Note that two bytes are required to contain the response data. The first byte contains the first eight data bits stored in the least

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS FUNCTIONS

significant to the most significant bit position. The second byte contains the last two data bits stored in the least two significant bit positions. Note that the rest of the second byte is zero-filled.
Master Transmission Bytes Example Description

Slave Address Function Code Data Starting Address Number of Data Bits CRC
Slave Response

1 1 2 2 2
Bytes

11 01 00 13 00 0A 4F 58
Example

message for slave 11 read binary status data starting at 0013h 10 data bits computed CRC error code
Description

Slave Address Function Code Byte Count Data Bytes (high, low) CRC (low, high)

1 1 1 2 2

11 01 02 4D 02 CC AE

message from slave 11 read binary status 2 bytes total value in address 0013h computed CRC error code

3.3

Function Code 03h/04h: Read Actual Values / Setpoints


This function code allows the master to read one or more consecutive data registers (actual values or setpoints) from an 750/760. Data registers are always 16 bit (two byte) values transmitted high-order byte first. The maximum number of registers that can be read in a single packet is 120. See the Memory Map on page 218 for exact details on the data registers. Since some PLC implementations of Modbus only support one of function codes 03h and 04h, the 750/760 interpretation allows either function code to be used for reading one or more consecutive data registers. The data starting address will determine the type of data being read. Function Codes 03h and 04h are therefore identical. The following table shows the format of the master and slave packets. The example shows a master device requesting 3 register values starting at address 200h from slave device 11; the slave device responds with the values 555, 0, and 100 from registers 200h, 201h, and 202h respectively.
Master Transmission Bytes Example Description

Slave Address Function Code Data Starting Address Number of Registers CRC (low, high)
Slave Response

1 1 2 2 2
Bytes

11 03 02 00 00 03 06 E3
Example

message for slave 11 read register values data starting at 0200h 3 registers = 6 bytes total computed CRC error code
Description

Slave Address Function Code Byte Count Data #1 (high, low)

1 1 1 2

11 03 06 02 2B

message from slave 11 read register values 3 values = 6 bytes total value in address 0200h

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

MODBUS FUNCTIONS

CHAPTER 2: COMMUNICATIONS GUIDE

Slave Response

Bytes

Example

Description

Data #2 (high, low) Data #3 (high, low) CRC (low, high)

2 2 2

00 00 00 64 C8 BA

value in address 0201h value in address 0202h computed CRC error code

3.4

Function Code 05h: Execute Operation


This function code allows the master to perform various operations in the 750/760. Operations are shown in the Summary of Operation Codes for Function 05h table. The following table shows the format of the master and slave packets. The example shows a master device requesting the slave device 11 to perform a reset. The high and low Code Value bytes always have the values FFh and 00h, respectively and are a remnant of the original Modbus definition of this function code.
Master Transmission Bytes Example Description

Slave Address Function Code Operation Code Code Value CRC (low, high)
Slave Response

1 1 2 2 2
Bytes

11 05 00 01 FF 00 DF 6A
Example

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

Slave Address Function Code Operation Code Code Value CRC (low, high)

1 1 2 2 2

11 05 00 01 FF 00 DF 6A

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

Table 2: Summary of Operation Codes for Function 05h


Operation Code Definition Description

0000h 0001h 0002h 0003h 0004h 0005h 0006h 0007h

No Operation Reset Open Breaker Close Breaker Set Time Set Date Trigger Trace Memory Clear Energy Use Data

Does not do anything. Performs the same function as the front panel RESET key. Performs the same function as the front panel OPEN key. The 760 must be in Remote Mode for this operation to be effective. Performs the same function as the front panel CLOSE key. The 760 must be in Remote Mode for this operation to be effective. Sets the internal clock time. See page 11 for details. Sets the internal clock date. See page 11 for details.
MEMORY.

Performs the same function as the logic input function TRIGGER TRACE Performs the same function as CLEAR ENERGY USE DATA command.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS FUNCTIONS

Table 2: Summary of Operation Codes for Function 05h


Operation Code Definition Description

0008h 0009h 000Ah 000Bh 000Ch 000Dh 000Eh 000Fh 0010h 0011h

Clear Max Demand Data Clear Event Recorder Data Reset Trip Counter Data Reset Arcing Current Data Display Override Packet Trigger Data Logger Reset Trace Memory Reset Data Logger Reset Ar Count Data Reset Ar Rate Data

Performs the same function as the CLEAR MAX DMD DATA command. Performs the same function as the CLEAR EVENT RECORDER DATA command. Performs the same function as the RESET TRIP COUNTER DATA command. Performs the same function as the RESET ARCING CURRENT DATA command. Displays the 40 character (20 register) Override_Packet (addresses 10B1 to 10C4 hex) for the time specified in Override_Time (address 10B0 hex). Performs the same function as the logic input function TRIGGER DATA LOGGER . Resets the Trace Memory oscillography data by clearing the number of captured events to zero. Resets the Data Logger by clearing the number of captured events to zero. Resets the Autoreclose Count by setting the AR SHOT COUNT to zero. Resets the Autoreclose Shot Rate by setting AR SHOT RATE to zero.

3.5

Function Code 06H: Store Single Setpoint


This function code allows the master to modify the contents of a single setpoint register in a 750/760. Setpoint registers are always 16 bit (two byte) values transmitted high-order byte first (see the Memory Map on page 218 for details). The following table shows the format of the master and slave packets. It shows a master device storing the value 200 at memory map address 1100h to slave device 11.
Master Transmission Bytes Example Description

Slave Address Function Code Data Starting Address Data CRC (low, high)
Slave Response

1 1 2 2 2
Bytes

11 06 11 00 00 C8 8F F0
Example

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

Slave Address Function Code Data Starting Address Data CRC (low, high)

1 1 2 2 2

11 06 11 00 00 C8 8F F0

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

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

MODBUS FUNCTIONS

CHAPTER 2: COMMUNICATIONS GUIDE

3.6

Function Code 10H: Store Multiple Setpoints


This function code allows the master to modify the contents of a one or more consecutive setpoint registers in a 750/760. Setpoint registers are 16 bit (two byte) values transmitted high-order byte first. The maximum number of setpoint registers that can be stored in a single packet is 60. The table below shows the format of the master and slave packets. It shows a master device storing the value 200 at memory map address 1100h, and the value 1 at memory map address 1101h to slave device 11.
Master Transmission Bytes Example Description

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

1 1 2 2 1 2 2 2
Bytes

11 10 11 00 00 02 04 00 C8 00 01 27 01
Example

message for slave 11 store multiple setpoint value data starting at 1100h 2 setpoints = 4 bytes total 4 bytes of data data for address 1100h data for address 1101h computed CRC error code
Description

Slave Address Function Code Data Starting Address Number of Setpoints CRC (low, high)

1 1 2 2 2

11 10 11 00 00 02 46 64

message from slave 11 store multiple setpoint value data starting at 1100h 2 setpoints = 4 bytes total computed CRC error code

3.7

Exception Responses
Programming or operation errors happen because of illegal data in a packet, hardware or software problems in the slave device, etc. These errors result in an exception response from the slave. The GE Multilin 750/760 implements the error codes listed below. The slave detecting one of these errors sends a response packet to the master with the high-order bit of the function code set to 1. The following table shows the format of the master and slave packets. The example shows a master device sending the unsupported function code 39h to slave device 11.
Master Transmission Bytes Example Description

Slave Address Function Code CRC (low, high)


Slave Response

1 1 2
Bytes

11 39 CD F2
Example

message for slave 11 unsupported function code computed CRC error code
Description

Slave Address Function Code Data Starting Address Number of Setpoints CRC (low, high)

1 1 2 2 2

11 B9 11 00 00 02 93

message from slave 11 return unsupported function code data starting at 1100h 2 setpoints = 4 bytes total computed CRC error code

10

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS FUNCTIONS

Table 3: Exception Response Error Codes


Error Code Modbus Definition GE Multilin Implementation

01 02 03

Illegal Function Illegal Data Address Illegal Data Value

The function code of the master query message is not supported by the slave. The address referenced in the data field of the master query message is not an address supported by the slave. The value referenced in the data field of the master query message is not allowable in the addressed slave location. An external device connected to the addressed slave device has failed and the data requested cannot be sent. This response will be returned if a GE Multilin device connected to the RS485 external device port of the 745 has failed to respond to the 750/760. The addressed slave device has accepted and is processing a long duration command. Poll for status. The message was received without error, but the slave device is engaged in processing a long duration command. Retransmit later, when the slave device may be free. The message was received without error, but the request could not be performed, because this version of the 750/760 does not have the requested operation available.

04

Failure In Associated Device

05* 06*

Acknowledge Busy, Rejected Message Nak - Negative Acknowledge

07*

* Some Modbus implementations may not support these exception responses

3.8

Clock Synchronization of Multiple Relays


The time and date of multiple relays on the same communication link can be synchronized so that time stamping of events on different relays can be correlated. The following procedure describes how to synchronize the clocks of multiple relays. Since the clock is accurate to 1 minute per month, performing this procedure every 10 minutes will result in synchronization accuracy of 10 ms. 1. 2. 3. Store values for the date and time setpoints Set Date and Set Time at locations 1006h and 1008h in the Memory Map respectively into each slave device. Broadcast (via slave address 0) the Set Date operation code via function code 05h to all connected slaves to synchronize the dates. Broadcast (via slave address 0) the Set Time operation code via function code 04h to all connected slaves to synchronize the times. If synchronizing to an external clock source then this command should be sent when the time is equal to the value stored in Set Time.

The following table shows the format of the master and slave packets for a master device storing the date of June 10, 1994 and time of 2:15:30 PM to slave device 11 as required by step one of the procedure.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

11

MODBUS FUNCTIONS

CHAPTER 2: COMMUNICATIONS GUIDE

Master Transmission

Bytes

Example

Description

Slave Address Function Code Data Starting Address Number Of Setpoints Byte Count Data #1 Data #2 Data #3 Data #4 CRC (Low, High)
Slave Response

1 1 2 2 1 2 2 2 2 2
Bytes

11 10 10 06 00 04 08 06 0A 07 CA 0E 0F 75 30 37 0C
Example

message for slave 11 store multiple setpoints data at address 1100h 4 setpoints = 8 bytes total 8 bytes of data month = 06h (June), day = 0Ah (10) Year = 07CAh (1994) Time (hr:min) = 0Eh:0Fh (14:15) Time (ms) = 7530h (30000 ms = 30 s) computed CRC error code
Description

Slave Address Function Code Data Starting Address Number of Bytes CRC (low, high)

1 1 2 2 2

11 10 10 06 00 08 27 9B

message from slave 11 store multiple setpoints data starting at 1006h 4 setpoints = 8 bytes total computed CRC error code

The following table shows the format of the master and slave packets for a master device sending the Store Time operation code to all slave devices on the communications link as required by step three of the procedure.
Master Transmission Bytes Example Description

Slave Address Function Code Operation Code Code Value CRC (Low, High)
Slave Response

1 1 2 2 2
Bytes

11 05 00 04 FF 00 CC 2A
Example

message for slave 11 execute operation set time perform operation computed CRC error code
Description

No response from slave.

12

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Modbus Memory Map


4.1 Reading the Event Recorder
All Event Recorder data can be read from Modbus registers found in the address range 2000h to 20FFh. The Number of Events Since Last Clear register at address 2001h is incremented by one every time a new event occurs. The register is cleared to zero when the Event Recorder is cleared. When a new event occurs, it is assigned an event number which is equal to the incremented value of this register; the newest event will have an event number equal to the Number of Events. This register can be used to determine if any new events have occurred by periodically reading the register to see if the value has changed. If the Number of Events has increased then there are new events available. Only the data for a single event can be read from the Modbus memory map in a single data packet. The Event Number Selector register at address 2000h selects the event number for which data can be read from the memory map. For example, to read the data for event number 123, the value 123 must first be written to this register. All the data for event number 123 can now be read from the Event Record Data registers at addresses 2010h to 2029h. Only the last 128 events are actually stored in the relays memory. Attempting to retrieve data for elder events that are not stored will result in a Modbus exception response when writing to the Event Number Selector. The following example illustrates how information can be retrieved from the Event Recorder: A SCADA system polls the Number of Events register once every minute. It now reads a value of 27 from the register when previously the value was 24 which means that three new events have occurred. The SCADA system writes a value of 25 to the Event Number Selector register. It then reads the data for event number 25 from the Event Record Data registers and stores the data to permanent memory for retrieval by an operator. The system now writes the value 26 to the selector and then reads the data for event number 26. Finally, the value 27 is written to the selector followed by reading the data for this event. All the data for the new events has now been retrieved by the SCADA system so it resumes polling the Number of Events register. The data for an event should be straightforward to interpret from the information given in the Memory Map except for the Cause of Event register. Data format F24 describes the event cause register which contains several fields of information. The Event Type field determines how to interpret the remainder of the register. Interpreting the event cause register is most easily described with several examples.
Event Cause Register Value Event Cause Interpretation

1003h 3501h 8501h 4212h 6514h 7009h

Breaker Opened A-C Phase Time Overcurrent 1 Trip A-C Phase Time Overcurrent 1 Dropout B Overvoltage 1 Alarm User Input A Asserted via Contact Input Clock Not Set

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

13

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

4.2

Reading Trace Memory


All Trace Memory waveform data can be read from Modbus registers found in the address range 2100h to 215Fh. Familiarity with the Trace Memory settings is required to understand this section; refer to the Trace Memory section in Chapter 5 of the instruction manual for details. The Number of Trace Memory Triggers Since Last Clear register is incremented by one every time a new Trace Memory is triggered. This register is cleared to zero when Trace Memory is cleared. When a new trigger occurs, the associated waveform data is assigned a Trace Memory Number which is equal to the incremented value of this register; the newest data will have a number equal to the Number of Trace Memory Triggers. This register can be used to determine if any new data has been captured by periodically reading it to see if the value has changed; if the Number of Trace Memory Triggers has increased then there is new data available. The Trace Memory Buffer Organization setpoint determines the number of samples that are captured per channel for each separate trigger. This setpoint also determines how many data triggers are stored in memory. For example if the setting is 4x1024 then there are 1024 samples per channel per trigger and the last three data triggers can be read from memory. Note that only 64 samples of one data channel for a single waveform can be read from the Modbus memory map in a single data packet. The Trace Memory Selectors registers determine which waveform data can be read from the memory map. The Trace Memory Number Selector determines which Trace Memory can be read. For example, to read the data for Trace Memory number 3, the value 3 must first be written to this register. Data for Trace Memory number 3 can now be read from the Trace Memory Information registers at addresses 2111h to 2119h. These registers include a trigger cause (see the previous section for a description of the data format), a trigger time and date stamp, and the sampling frequency. There is also the Start Index and Trigger Index which determine how to unravel the data samples; see the description of the circular data structure below. The Trace Memory Channel Selector determines which data channel samples can be read from the Trace Memory Samples registers at addresses 2120h to 215Fh; refer to format F26 for a complete listing of the available data channels. For example, to read Vc voltage samples a value of 6 is written to this register. Note that this register also determines the data format of the samples. The Trace Memory Sample Selector (TMSS) determines which block of 64 samples can be read from the Trace Memory Samples registers. The number of samples stored for one channel is variable and depends on the Buffer Organization setpoint. The Number of Trace Memory Samples Stored register indicates the number of samples that have already been accumulated for the selected Trace Memory Number; this register may have a value less than the total number of samples that can be stored if a trigger just occurred and there are an appreciable number of post-trigger samples to capture. The samples are stored in a circular buffer; the figure below shows how a waveform might be stored for one channel. The Trace Memory Start Index determines where the waveform begins in the buffer. Likewise, the Trace memory Trigger Index determines where the trigger point is. In this example the Start Index is 96 and the Trigger Index is 224.

14

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

5000 2500 0 -2500 -5000 0 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 256

Phase A Current

FIGURE 21: Trace Memory Circular Buffer

The following example illustrates how information can be retrieved from Trace Memory: 1. A SCADA system polls the Number of Trace Memory Triggers register once every minute. It now reads a value of 4 from the register where previously the value was 3 which means that a new data has been captured. The SCADA system proceeds with the following steps to read all the waveform data. After these steps it resumes polling the Number of Trace Memory Triggers register. Read the TRACE MEMORY BUFFER ORGANIZATION setpoint Write a value of 4 to the Trace Memory Number Selector. Read all the Trace Memory Information registers and store to SCADA memory. Set variables TMCS and TMSS to 0. Write TMCS to Trace Memory Channel Selector. Write TMSS to Trace Memory Sample Selector. Read 64 samples from Trace Memory Samples and store to SCADA memory. Increment TMSS by 64.

2. 3. 4. 5. 6. 7. 8. 9.

10. If TMSS < Total Number of Samples then go to Step 5. 11. Increment CS by 1. 12. If TMCS < total number of channels available then go to Step 4. 13. Done. All the Trace Memory data for the most recent trigger is now stored to SCADA memory. The SCADA software could now unravel the circular buffers using the Start Index and Trigger Index registers that were read in Step 3 and store them permanently to file or perhaps generate a graphical picture.

4.3

Reading the Data Logger


All Data Logger information can be read from Modbus registers 2200h to 225fh. Familiarity with the Data Logger settings is required to understand this section; refer to the Data Logger section in Chapter 5 of the instruction manual for details. Reading the Data Logger is very similar to reading Trace Memory and the description for the latter should be used with note of the exceptions described below. The data channels in the Data Logger are programmable and are determined by the Channel 1 to 8 Source setpoints. These setpoints determine the format of data samples for a given channel. In Continuous mode:

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

15

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

The Number of Data Log Triggers Since Last Clear is always equal to one. The Data Logger only maintains one buffer of 4096 samples for each channel. Since the buffer is being continuously updated the Data Log Start Index will change once the buffer is full and new data is added (overwriting old data and thus moving the location of the starting index). At slow sampling rates this is less important but when sampling is performed at a high rate it is very likely that the start index will move between subsequent reads of the memory map. The Data Log Trigger Index will always index the last sample added to the buffer. Thus, it too, will also be quickly and continuously changing if the sampling rate is high. The Data Log Trigger Cause will be set to zero and the time and date are when the last sample data was written to the buffer.

4.4

Accessing Data via the User Map


The 750/760 has a powerful feature, called the User Map, which allows a computer to read up to 120 non-consecutive data registers (setpoints or actual values) by using one Modbus packet. It is often necessary for a master computer to continuously poll various values in each of the connected slave relays. If these values are scattered throughout the memory map, reading them would require numerous transmissions and would burden the communication link. The User Map can be programmed to join any memory map address to one in the block of consecutive User Map locations, so that they can be accessed by reading these consecutive locations. The User Map feature consists of User Map Addresses #1 to #120 at locations 0180h to 01F7h in the Memory Map. These are the setpoints which store the memory map addresses of the values that are to be accessed. The data registers are read from the User Map Values #1 to #120 at locations 0100h to 0177h in the Memory Map. Reading the register at the location of User Map Value #1 returns the value at the address stored in User Map Address #1, User Map Value #2 the value at User Map Address #2, and so on. Storing registers is not allowed using the User Map. The following table shows the register addresses to store in the User Map Addresses #1 to #6 so that several different data registers can be read in one continuous block from User Map Value #1 to #6. Reading the User Map Values is done via function code 03h or 04h.

Note

The User Memory Map is only intended to be used to read data in a proficient manner for the master computer. The communication system should not be configured in a manner that generates writes to these locations continuously, as these settings are stored in the EEPROM that has a maximum of 100000 program/erase cycles.

16

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 4: User Map Register Addresses


Data Register Description Values to Store in User Map Addresses Locations in User Map Values to Read Data

General Status Active Condition Phase A RMS Current Phase B RMS Current Phase C RMS Current Phase CT Primary

Store 0200h at 0180h Store 0210h at 0181h Store 0300h at 0182h Store 0301h at 0183h Store 0302h at 0184h Store 1100h at 0185h

0100h 0101h 0102h 0103h 0104h 0105h

4.5

Memory Map Organization


The 750/760 Memory Map describes all the data registers that can be accessed via serial communications. The Memory Map address range is grouped into several categories as outlined in the following table. All memory map locations are two byte (16 bit) values. The remaining pages of this chapter list all locations of the Memory Map. Addresses for all locations are shown in hexadecimal. Consult the range, step, units, and the data format (listed after the memory map) to interpret register values.

Note

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

Table 5: Memory Map Organization


Memory Map Section Address Range Description

Product ID Commands User Map Actual Values Setpoints Event Recorder, Trace Memory, and Data Logger Reserved Factory Service Data

0000h to 007Fh 0080h to 00FFh 0100h to 01FFh 0200h to 0FFFh 1000h to 1FFFh 2000h to 2FFFh 3000h to 3FFFh 4000h to FFFFh

Identification and revision information. Substitute command locations. Read and write access. User Map Values and Addresses. See the previous section for details. Actual values data. Read Only. Setpoints data. Read and Write. See relevant sections in this chapter for details. Reserved for future use. Reserved.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

17

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

4.6

Memory Map
The 750/760 memory map is shown in the following table.

Table 6: Modbus Memory Map (Sheet 1 of 40)


ADDR PRODUCT ID (read only) 0000 0001 0002 0003 0004 0005 0006 000A 0040 0048 0050 0080 00811 0088 0090 0091 0092 0093 0094 0095 0096 0097 0098 0099 009A 009B 009C 009D 009E 009F 00A0 00A1 00A2 00A3 00A4 00F01 00F21 0100 0101 0102 0103 0104 GE Multilin Product Device Code Hardware Revision Software Revision Version Number Bootware Revision Installed Options Serial Number (4 words) Date Of Manufacture (2 words) IP Address IP Subnet Mask IP Default Gateway Command Operation Code Simulate Front Panel Key Press Communications Port Passcode (4 words) Reserved Virtual Input 1 Virtual Input 2 Virtual Input 3 Virtual Input 4 Virtual Input 5 Virtual Input 6 Virtual Input 7 Virtual Input 8 Virtual Input 9 Virtual Input 10 Virtual Input 11 Virtual Input 12 Virtual Input 13 Virtual Input 14 Virtual Input 15 Virtual Input 16 Virtual Input 17 Virtual Input 18 Virtual Input 19 Virtual Input 20 Set Time (2 words) Set Date (2 words) User Map Value #1 User Map Value #2 User Map Value #3 User Map Value #4 User Map Value #5 ------------------------------------------------------------------------------------------------------------F66 F66 F66 F66 F66 F66 F66 F66 F66 F66 F66 F66 F66 F66 F66 F66 F66 F66 F66 F66 F22 F23 ----------Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted Not Asserted ----------------1 to 26 --000 to 999 ------------------------------------------------F1 F13 F14 F1 F14 F15 F33 F23 F91 F91 F91 F19 F55 F33 ----------------000.000.000.000 255.255.255.000 000.000.000.000 0 ----DESCRIPTION RANGE UNITS TYPE DEFAULT

ETHERNET OPTIONS 10 (read/write)

COMMANDS (read/write)

VIRTUAL INPUTS (read/write)

SET TIME AND DATE (read/write)

USER MAP VALUES (read only)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

18

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 2 of 40)


ADDR 0105 0106 0107 0108 0109 010A 010B 010C 010D 010E 010F 0110 0111 0112 0113 0114 0115 0116 0117 0118 0119 011A 011B 011C 011D 011E 011F 0120 0121 0122 0123 0124 0125 0126 0127 0128 0129 012A 012B 012C 012D 012E 012F 0130 0131 0132 0133 0134 0135 0136 0137 0138 0139 User Map Value #6 User Map Value #7 User Map Value #8 User Map Value #9 User Map Value #10 User Map Value #11 User Map Value #12 User Map Value #13 User Map Value #14 User Map Value #15 User Map Value #16 User Map Value #17 User Map Value #18 User Map Value #19 User Map Value #20 User Map Value #21 User Map Value #22 User Map Value #23 User Map Value #24 User Map Value #25 User Map Value #26 User Map Value #27 User Map Value #28 User Map Value #29 User Map Value #30 User Map Value #31 User Map Value #32 User Map Value #33 User Map Value #34 User Map Value #35 User Map Value #36 User Map Value #37 User Map Value #38 User Map Value #39 User Map Value #40 User Map Value #41 User Map Value #42 User Map Value #43 User Map Value #44 User Map Value #45 User Map Value #46 User Map Value #47 User Map Value #48 User Map Value #49 User Map Value #50 User Map Value #51 User Map Value #52 User Map Value #53 User Map Value #54 User Map Value #55 User Map Value #56 User Map Value #57 User Map Value #58 DESCRIPTION RANGE ----------------------------------------------------------------------------------------------------------UNITS ----------------------------------------------------------------------------------------------------------TYPE ----------------------------------------------------------------------------------------------------------DEFAULT -----------------------------------------------------------------------------------------------------------

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

19

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 3 of 40)


ADDR 013A 013B 013C 013D 013E 013F 0140 0141 0142 0143 0144 0145 0146 0147 0148 0149 014A 014B 014C 014D 014E 014F 0150 0151 0152 0153 0154 0155 0156 0157 0158 0159 015A 015B 015C 015D 015E 015F 0160 0161 0162 0163 0164 0165 0166 0167 0168 0169 016A 016B 016C 016D 016E User Map Value #59 User Map Value #60 User Map Value #61 User Map Value #62 User Map Value #63 User Map Value #64 User Map Value #65 User Map Value #66 User Map Value #67 User Map Value #68 User Map Value #69 User Map Value #70 User Map Value #71 User Map Value #72 User Map Value #73 User Map Value #74 User Map Value #75 User Map Value #76 User Map Value #77 User Map Value #78 User Map Value #79 User Map Value #80 User Map Value #81 User Map Value #82 User Map Value #83 User Map Value #84 User Map Value #85 User Map Value #86 User Map Value #87 User Map Value #88 User Map Value #89 User Map Value #90 User Map Value #91 User Map Value #92 User Map Value #93 User Map Value #94 User Map Value #95 User Map Value #96 User Map Value #97 User Map Value #98 User Map Value #99 User Map Value #100 User Map Value #101 User Map Value #102 User Map Value #103 User Map Value #104 User Map Value #105 User Map Value #106 User Map Value #107 User Map Value #108 User Map Value #109 User Map Value #110 User Map Value #111 DESCRIPTION RANGE ----------------------------------------------------------------------------------------------------------UNITS ----------------------------------------------------------------------------------------------------------TYPE ----------------------------------------------------------------------------------------------------------DEFAULT -----------------------------------------------------------------------------------------------------------

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

20

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 4 of 40)


ADDR 016F 0170 0171 0172 0173 0174 0175 0176 0177 0180 0181 0182 0183 0184 0185 0186 0187 0188 0189 018A 018B 018C 018D 018E 018F 0190 0191 0192 0193 0194 0195 0196 0197 0198 0199 019A 019B 019C 019D 019E 019F 01A0 01A1 01A2 01A3 01A4 01A5 01A6 01A7 01A8 01A9 01AA User Map Value #112 User Map Value #113 User Map Value #114 User Map Value #115 User Map Value #116 User Map Value #117 User Map Value #118 User Map Value #119 User Map Value #120 User Map Address #1 User Map Address #2 User Map Address #3 User Map Address #4 User Map Address #5 User Map Address #6 User Map Address #7 User Map Address #8 User Map Address #9 User Map Address #10 User Map Address #11 User Map Address #12 User Map Address #13 User Map Address #14 User Map Address #15 User Map Address #16 User Map Address #17 User Map Address #18 User Map Address #19 User Map Address #20 User Map Address #21 User Map Address #22 User Map Address #23 User Map Address #24 User Map Address #25 User Map Address #26 User Map Address #27 User Map Address #28 User Map Address #29 User Map Address #30 User Map Address #31 User Map Address #32 User Map Address #33 User Map Address #34 User Map Address #35 User Map Address #36 User Map Address #37 User Map Address #38 User Map Address #39 User Map Address #40 User Map Address #41 User Map Address #42 User Map Address #43 DESCRIPTION RANGE ------------------0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF UNITS ------------------hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex TYPE ------------------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 ------------------0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

USER MAP ADDRESSES (read/write)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

21

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 5 of 40)


ADDR 01AB 01AC 01AD 01AE 01AF 01B0 01B1 01B2 01B3 01B4 01B5 01B6 01B7 01B8 01B9 01BA 01BB 01BC 01BD 01BE 01BF 01C0 01C1 01C2 01C3 01C4 01C5 01C6 01C7 01C8 01C9 01CA 01CB 01CC 01CD 01CE 01CF 01D0 01D1 01D2 01D3 01D4 01D5 01D6 01D7 01D8 01D9 01DA 01DB 01DC 01DD 01DE 01DF User Map Address #44 User Map Address #45 User Map Address #46 User Map Address #47 User Map Address #48 User Map Address #49 User Map Address #50 User Map Address #51 User Map Address #52 User Map Address #53 User Map Address #54 User Map Address #55 User Map Address #56 User Map Address #57 User Map Address #58 User Map Address #59 User Map Address #60 User Map Address #61 User Map Address #62 User Map Address #63 User Map Address #64 User Map Address #65 User Map Address #66 User Map Address #67 User Map Address #68 User Map Address #69 User Map Address #70 User Map Address #71 User Map Address #72 User Map Address #73 User Map Address #74 User Map Address #75 User Map Address #76 User Map Address #77 User Map Address #78 User Map Address #79 User Map Address #80 User Map Address #81 User Map Address #82 User Map Address #83 User Map Address #84 User Map Address #85 User Map Address #86 User Map Address #87 User Map Address #88 User Map Address #89 User Map Address #90 User Map Address #91 User Map Address #92 User Map Address #93 User Map Address #94 User Map Address #95 User Map Address #96 DESCRIPTION RANGE 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF UNITS hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex TYPE 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

22

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 6 of 40)


ADDR 01E0 01E1 01E2 01E3 01E4 01E5 01E6 01E7 01E8 01E9 01EA 01EB 01EC 01ED 01EE 01EF 01F0 01F1 01F2 01F3 01F4 01F5 01F6 01F7 0200 0201 0202 0203 0204 0205 0206 0207 0209 020B 020C 020D 020E 020F 0210 0211 0212 0213 0214 0215 0216 0217 0218 0219 021A 021B 021C User Map Address #97 User Map Address #98 User Map Address #99 User Map Address #100 User Map Address #101 User Map Address #102 User Map Address #103 User Map Address #104 User Map Address #105 User Map Address #106 User Map Address #107 User Map Address #108 User Map Address #109 User Map Address #110 User Map Address #111 User Map Address #112 User Map Address #113 User Map Address #114 User Map Address #115 User Map Address #116 User Map Address #117 User Map Address #118 User Map Address #119 User Map Address #120 General Status 760 Operation Status Communications Port Setpoint Access Status Reserved Contact Input Status Coil Monitor Status Output Relay Status Date (2 words) Time (2 words) Active Setpoint Group Edit Setpoint Group Major Failure Code Diagnostic Code Diagnostic Code Active Condition #1 Active Condition #2 Active Condition #3 Active Condition #4 Active Condition #5 Active Condition #6 Active Condition #7 Active Condition #8 Active Condition #9 Active Condition #10 Active Condition #11 Active Condition #12 Active Condition #13 --------------------------------------------------------------------------------------------F46 F47 F40 F23 F22 F79 F79 F24 F1 F1 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 ----------------------------------------------DESCRIPTION RANGE 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF 0000 to FFFF ------UNITS hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex hex ------TYPE F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F21 F44 F30 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 -------

SYSTEM STATUS (read only actual values)

ACTIVE CONDITION QUEUE (read only)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

23

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 7 of 40)


ADDR 021D 021E 021F 0220 0221 0222 0223 0224 0225 0226 0227 0228 0229 022A 022B 022C 022D 022E 022F Active Condition #14 Active Condition #15 Active Condition #16 Active Condition #17 Active Condition #18 Active Condition #19 Active Condition #20 Active Condition #21 Active Condition #22 Active Condition #23 Active Condition #24 Active Condition #25 Active Condition #26 Active Condition #27 Active Condition #28 Active Condition #29 Active Condition #30 Active Condition #31 Active Condition #32 Contact Input Status (Closed Contacts Latched until read via Communications) Output Relay Status (Asserted Outputs Latched until read via Comms) Logic Input 1 State Logic Input 2 State Logic Input 3 State Logic Input 4 State Logic Input 5 State Logic Input 6 State Logic Input 7 State Logic Input 8 State Logic Input 9 State Logic Input 10 State Logic Input 11 State Logic Input 12 State Logic Input 13 State Logic Input 14 State Logic Input 15 State Logic Input 16 State Logic Input 17 State Logic Input 18 State Logic Input 19 State Logic Input 20 State Autoreclose Shot Number Autoreclose Shots Remaining Manual Close Blocking Reserved Recloses per hour Reclosure Count DESCRIPTION RANGE --------------------------------------UNITS --------------------------------------TYPE F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 F24 DEFAULT ---------------------------------------

LATCHED CONTACT INPUT STATE (read only) 0230 ----F46 ---

LATCHED OUTPUT RELAY STATE (read only) 02318 0241 0242 0243 0244 0245 0246 0247 0248 0249 024A 024B 024C 024D 024E 024F 0250 0251 0252 0253 0254 0260 0261 0262 0263 02648 02708 ------------------------------------------------------------------------------------------------------------F40 F69 F69 F69 F69 F69 F69 F69 F69 F69 F69 F69 F69 F69 F69 F69 F69 F69 F69 F69 F69 F1 F1 F30 --F1 F1 ------------------------------------------------------LOGIC INPUT STATES (read only actual values)

AUTORECLOSE STATUS - 760 ONLY (read only actual values)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

24

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 8 of 40)


ADDR 02718 02E0 02E2 02E4 02E5 02E6 02E7 02E8 02E9 02EA 02EB 02EC 02ED 02EE 02EF
3

DESCRIPTION Reclosure Count Last Reset Date (2 words) Date of Last Trip (2 words) Time of Last Trip (2 words) Cause of Last Trip Last Trip Phase A Current Last Trip Phase B Current Last Trip Phase C Current Last Trip Ground Current Last Trip A-N (A-B) Voltage Last Trip B-N (B-C) Voltage Last Trip C-N (C-A) Voltage Last Trip System Frequency Last Trip Analog Input Last Trip Neutral Current Last Trip Sensitive Ground Current Last Trip Neutral Voltage Neutral Voltage Sensitive Ground Current Phase A RMS Current Phase B RMS Current Phase C RMS Current Percent of Load-to-Trip Ground Current A-N RMS Voltage B-N RMS Voltage C-N RMS Voltage A-B RMS Voltage B-C RMS Voltage C-A RMS Voltage Reserved for Polarizing Current Average Current Average Line Voltage Average Phase Voltage Neutral Current Three-Phase Real Power Three-Phase Reactive Power Three-Phase Apparent Power Three-Phase Power Factor System Frequency System Frequency Decay Rate Auto Ranging Power / Energy Multiplier Synchronizing RMS Voltage Synchronizing RMS Voltage Frequency Synchronizing Voltage Difference Synchronizing Phase Difference Synchronizing Frequency Difference Synchronizing Voltage Angle

RANGE --------0 to 65535 0 to 65535 0 to 65535 0 to 65535 0.00 to 655.35 0.00 to 655.35 0.00 to 655.35 0.00 to 65.00 0 to 65535 0 to 65535 0.00 to 655.35 0.00 to 655.35 0.00 to 655.35 0.00 to 655.35 0 to 65535 0 to 65535 0 to 65535 0 to 2000 0 to 65535 0.00 to 655.35 0.00 to 655.35 0.00 to 655.35 0.00 to 655.35 0.00 to 655.35 0.00 to 655.35 --0 to 65535 0.00 to 655.35 0.00 to 655.35 0 to 65535 30000 to 30000 30000 to 30000 0 to 30000 0.99 to +1.00 0.00 to 65.00 10.00 to 10.00 1 to 100 0.00 to 655.35 0.00 to 65.00 0.00 to 655.35 0 to 359 0.00 to 65.00 0 to 359

UNITS --------A A A A kV kV kV Hz units A A kV kV A A A A % A kV kV kV kV kV kV --A kV kV A kW kvar kVA --Hz Hz/s --kV Hz kV Hz Lag

TYPE F23 F23 F22 F24 F1 F1 F1 F1 F3 F3 F3 F3 F1 F1 F3 F3 F3 F3 F1 F1 F1 F1 F1 F3 F3 F3 F3 F3 F3 --F1 F3 F3 F1 F86 F86 F86 F6 F3 F6 F1 F3 F3 F3 F1 F3 F1

DEFAULT -----------------------------------------------------------------------------------------------

LAST TRIP DATA (read only actual values)

02F05 02FE5 02FF


3

CURRENT AND VOLTAGE (read only actual values)

0300 0301 0302 0303 0304 0305 0306 0307 0308 0309 030A 030B
3

030C 030D 030E 030F 03102, 12 0311 0312


2, 12 2, 12

FREQUENCY AND THREE-PHASE POWER (read only actual values)

0313 0314 03151 03161 0318 0319 031A 031B 031C 031D

SYNCHRONIZING VOLTAGE (read only actual values)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

25

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 9 of 40)


ADDR ENERGY USE (read only actual values) 03202 0322 03242 0326 03282 032A2 032C 0330 0331 0332 03332 0334
2

DESCRIPTION Positive Watthours (2 words) Positive Watthour Cost (2 words) Negative Watthours (2 words) Negative Watthour Cost (2 words) Positive Varhours (2 words) Negative Varhours (2 words) Energy Use Data Last Reset (2 words) Last Phase A Current Demand Last Phase B Current Demand Last Phase C Current Demand Last Real Power Demand Last Reactive Power Demand Last Apparent Power Demand Maximum Phase A Current Demand Maximum Phase A Current Date (2 words) Maximum Phase A Current Time (2 words) Maximum Phase B Current Demand Maximum Phase B Current Date (2 words) Maximum Phase B Current Time (2 words) Maximum Phase C Current Demand Maximum Phase C Current Date (2 words) Maximum Phase C Current Time (2 words) Maximum Real Power Demand Maximum Real Power Date (2 words) Maximum Real Power Time (2 words) Maximum Reactive Power Demand Maximum Reactive Power Date (2 words) Maximum Reactive Power Time (2 words) Maximum Apparent Power Demand Maximum Apparent Power Date (2 words) Maximum Apparent Power Time (2 words) Demand Data Last Reset (2 words) Phase A Real Power Phase A Reactive Power Phase A Apparent Power Phase A Power Factor Phase B Real Power Phase B Reactive Power Phase B Apparent Power Phase B Power Factor Phase C Real Power Phase C Reactive Power Phase C Apparent Power Phase C Power Factor

RANGE 0 to 4e9 0 to 4e9 0 to 4e9 0 to 4e9 0 to 4 109 0 to 4 109 --0 to 65535 0 to 65535 0 to 65535 30000 to 30000 30000 to 30000 0 to 30000 0 to 65535 ----0 to 65535 ----0 to 65535 ----30000 to 30000 ----30000 to 30000 ----0 to 30000 ------30000 to 30000 30000 to 30000 0 to 30000 0.99 to +1.00 30000 to 30000 30000 to 30000 0 to 30000 0.99 to +1.00 30000 to 30000 30000 to 30000 0 to 30000 0.99 to +1.00

UNITS kWh $ kWh $ kvarh kvarh --A A A kW kvar kVA A ----A ----A ----kW ----kvar ----kVA ------kW kvar kVA --kW kvar kVA --kW kvar kVA ---

TYPE F86 F7 F86 F7 F86 F86 F23 F1 F1 F1 F86 F86 F86 F1 F23 F22 F1 F23 F22 F1 F23 F22 F86 F23 F22 F86 F23 F22 F86 F23 F22 F23 F86 F86 F86 F6 F86 F86 F86 F6 F86 F86 F86 F6

DEFAULT -----------------------------------------------------------------------------------------

LAST DEMAND (read only actual values)

03352 0340 0341 0343 0345 0346 0348 034A 034B 034D 034F2 0350 0352 03542 0355 0357 03592 035A 035C 035E 03601, 12 0361
1, 12

MAXIMUM DEMAND (read only actual values)

SINGLE-PHASE POWER (read only actual values)

03621, 12 03631 0364


1, 12

03651, 12 03661, 12 03671 0368


1, 12

03691, 12 036A
1, 12

036B1

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

26

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 10 of 40)


ADDR 0370 0371 0372 0380 0381 0382 0383 0384 0385 0386 0388 03893 03A0 03A1 03A2 03A3 03B0 03B2 03B4 03B5 03B6 03B8 03BA 03BC 03BD 03BE 03C0 03C2 03C4 03C5 03C6 03C8 03CA 03CC 03CD 03CE 03D0 03D2 03D4 03D5 03D6 03D8 03DA Analog Input Analog Input Fast Rate of Change Analog Input Slow Rate of Change Breaker Trips Ground Overcurrent Trips Neutral Overcurrent Trips One Phase Overcurrent Trips Two Phase Overcurrent Trips Three Phase Overcurrent Trips Trip Counters Last Reset Date (2 words) Negative Sequence Overcurrent Trips Sensitive Ground Overcurrent Trips Total Arcing Current Phase A Total Arcing Current Phase B Total Arcing Current Phase C Total Arcing Current Last Reset (2 words) Date of Fault 0 (2 words) Time of Fault 0 (2 words) Type of Fault 0 Distance to Fault 0 Line Z1 to Fault 0 (magnitude) Date of Fault 1 (2 words) Time of Fault 1 (2 words) Type of Fault 1 Distance to Fault 1 Line Z1 to Fault 1 (magnitude) Date of Fault 2 (2 words) Time of Fault 2 (2 words) Type of Fault 2 Distance to Fault 2 Line Z1 to Fault 2 (magnitude) Date of Fault 3 (2 words) Time of Fault 3 (2 words) Type of Fault 3 Distance to Fault 3 Line Z1 to Fault 3 (magnitude) Date of Fault 4 (2 words) Time of Fault 4 (2 words) Type of Fault 4 Distance to Fault 4 Line Z1 to Fault 4 (magnitude) Date of Fault 5 (2 words) Time of Fault 5 (2 words) DESCRIPTION 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 --------327.68 to 327.67 0.00 to 655.35 ------327.68 to 327.67 0.00 to 655.35 ------327.68 to 327.67 0.00 to 655.35 ------327.68 to 327.67 0.00 to 655.35 ------327.68 to 327.67 0.00 to 655.35 ----UNITS Units Units / min. Units / hr. ------------------kA2-cyc kA2-cyc kA2-cyc --------km, mi ohms ------km ohms ------km ohms ------km ohms ------km ohms ----TYPE F1 F5 F5 F1 F1 F1 F1 F1 F1 F23 F1 F1 F1 F1 F1 F23 F23 F22 F76 F52 F53 F23 F22 F76 F52 F53 F23 F22 F76 F52 F53 F23 F22 F76 F52 F53 F23 F22 F76 F52 F53 F23 F22 DEFAULT --------------------------------------------------------------------------------------ANALOG INPUT (read only actual values)

TRIP COUNTERS (read only actual values)

TOTAL ARCING CURRENT (read only actual values)

FAULT LOCATION 0 (read only actual values)

FAULT LOCATION 1 (read only actual values)

FAULT LOCATION 2 (read only actual values)

FAULT LOCATION 3 (read only actual values)

FAULT LOCATION 4 (read only actual values)

FAULT LOCATION 5 (read only actual values)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

27

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 11 of 40)


ADDR 03DC 03DD 03DE 03E0 03E2 03E4 03E5 03E6 03E8 03EA 03EC 03ED 03EE 03F0 03F2 03F4 03F5 03F6 03F8 03FA 03FC 03FD 03FE 0400 0401 0402 0403 0404 04053 04063 0410 0411 0412 0413 0414 0415 0416
5

DESCRIPTION Type of Fault 5 Distance to Fault 5 Line Z1 to Fault 5 (magnitude) Date of Fault 6 (2 words) Time of Fault 6 (2 words) Type of Fault 6 Distance to Fault 6 Line Z1 to Fault 6 (magnitude) Date of Fault 7 (2 words) Time of Fault 7 (2 words) Type of Fault 7 Distance to Fault 7 Line Z1 to Fault 7 (magnitude) Date of Fault 8 (2 words) Time of Fault 8 (2 words) Type of Fault 8 Distance to Fault 8 Line Z1 to Fault 8 (magnitude) Date of Fault 9 (2 words) Time of Fault 9 (2 words) Type of Fault 9 Distance to Fault 9 Line Z1 to Fault 9 (magnitude) Phase A Current Angle Phase B Current Angle Phase C Current Angle Neutral Current Angle Ground Current Angle Reserved Sensitive Ground Current Angle Phase A-N Voltage Angle Phase B-N Voltage Angle Phase C-N Voltage Angle Phase A-B Voltage Angle Phase B-C Voltage Angle Phase C-A Voltage Angle Neutral Voltage Angle Positive Sequence Current Magnitude Positive Sequence Current Angle Negative Sequence Current Magnitude Negative Sequence Current Angle Zero Sequence Current Magnitude Zero Sequence Current Angle Positive Sequence Voltage Magnitude Positive Sequence Voltage Angle

RANGE --327.68 to 327.67 0.00 to 655.35 ------327.68 to 327.67 0.00 to 655.35 ------327.68 to 327.67 0.00 to 655.35 ------327.68 to 327.67 0.00 to 655.35 ------327.68 to 327.67 0.00 to 655.35 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 359 0 to 359 0 to 359 0 to 359 0 to 65535 0 to 359 0 to 65535 0 to 359 0 to 65535 0 to 359 0.00 to 600.00 0 to 359

UNITS --km ohms ------km ohms ------km ohms ------km ohms ------km ohms Lag Lag Lag Lag Lag -- Lag Lag Lag Lag Lag Lag Lag Lag A Lag A Lag A Lag kV Lag

TYPE F76 F52 F53 F23 F22 F76 F52 F53 F23 F22 F76 F52 F53 F23 F22 F76 F52 F53 F23 F22 F76 F52 F53 F1 F1 F1 F1 F1 --F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F1 F3 F1

DEFAULT -------------------------------------------------------------------------------------------

FAULT LOCATION 6 (read only actual values)

FAULT LOCATION 7 (read only actual values)

FAULT LOCATION 8 (read only actual values)

FAULT LOCATION 9 (read only actual values)

CURRENT PHASE ANGLES (read only actual values)

VOLTAGE PHASE ANGLES (read only actual values)

SYMMETRICAL COMPONENTS (read only actual values) 0420 0421 0422 0423 0424 0425 0426 0427

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

28

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 12 of 40)


ADDR 0428 0429 042A 042B 0600 06012 06022 0603
2

DESCRIPTION Negative Sequence Voltage Magnitude Negative Sequence Voltage Angle Zero Sequence Voltage Magnitude Zero Sequence Voltage Angle Reserved Phase Time Overcurrent 1 Phase Instantaneous Overcurrent 1 Phase Instantaneous Overcurrent 2 Ground Time Overcurrent Ground Instantaneous Overcurrent Neutral Time Overcurrent 1 Neutral Time Overcurrent 2 Neutral Instantaneous Overcurrent 1 Neutral Instantaneous Overcurrent 2 Phase Directional is Reverse Neutral Directional is Reverse Manual Close Blocking Cold Load Pickup Blocking Bus Undervoltage 1 Bus Undervoltage 2 Line Undervoltage 1 Line Undervoltage 2 Overvoltage 1 Overvoltage 2 Underfrequency 1 Underfrequency 2 Phase Current Level Neutral Current Level Power Factor 1 Power Factor 2 Synchrocheck Block (Not In Sync) Current Demand Real Power Demand Reactive Power Demand Apparent Power Demand Analog Input Threshold 1 Analog Input Threshold 2 Analog Input Rate of Change 1 Analog Input Rate of Change 2 Overfrequency Trip Counter Arcing Current VT Failure Breaker Failure Breaker Operation Failure Trip Coil Monitor Close Coil Monitor User Input A User Input B User Input C

RANGE 0.00 to 600.00 0 to 359 0.00 to 600.00 0 to 359

UNITS kV Lag kV Lag

TYPE F3 F1 F3 F1

DEFAULT ---------

PROTECTION FUNCTION STATES (read only) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 -----------------------------------------------------------------------------------------

06042 06052 06062 06072 0608 0609


2 2

060A2 060B2 060C 060D 060E 060F 0610 0611 0612 0613 0614 0615 0616 0617 0618 0619 061A 061B 061C 061D 061E 061F 0620 0621 0622 0623 0624 0625 0626 0627 0628 0629 062A 062B 062C 062D

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

29

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 13 of 40)


ADDR 062E 062F 0630 0631 0632 0633 0634 0635 0636 0637 0638
1

DESCRIPTION User Input D User Input E User Input F User Input G User Input H Negative Sequence Instantaneous Overcurrent Negative Sequence Time Overcurrent Negative Sequence Overvoltage Undervoltage Restoration Underfrequency Restoration Phase Time Overcurrent 2 Frequency Decay Negative Sequence Directional is Reverse Sensitive Ground Instantaneous Overcurrent Sensitive Ground Time Overcurrent Sensitive Ground Directional is Reverse Reverse Power (requires Mod 008) Neutral Displacement Pulse Output Positive Watthours Pulse Output Negative Watthours Pulse Output Positive Varhours Pulse Output Negative Varhours Ground Directional is Reverse Reserved for MOD 010 User Input I User Input J User Input K User Input L User Input M User Input N User Input O User Input P User Input Q User Input R User Input S User Input T Autoreclose Rate Supervision Restricted Earth Fault Reserved Flash Message Time Default Message Timeout Default Message Intensity (25, 50, 75, or 100) Display Filter Constant Reserved Set Date (2 words) Set Time (2 words) 760 Operation

RANGE -----------------------------------------------------------------------------

UNITS -----------------------------------------------------------------------------

TYPE F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49

DEFAULT -----------------------------------------------------------------------------

06391 063A3 063B3 063C3 063D3 063E


5

063F5 06405 0641


5

06425 0643
5

06446 06457 06468 0647


8

06488 06498 064A8 064B8 064C


8 8

064D

064E8 064F8 0650


8

06518 06528 06538 1000 1001 1002 1003 10041 1005 1006 1008 100A

750/760 SETUP (read/write setpoints) 0.5 to 10.0 10 to 900 25 to 100 0 to 255 ------s s % --------F2 F1 F1 F1 F23 F22 F29 4.0 s 300 s 25% 0 01/01/2000 00:00:00.000 Not Ready

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

30

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 14 of 40)


ADDR 100B2 100C 1010 1011 1012 1013 1014 1015 1016 10178 1018 1019 101A 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 102A 102B 102C 102D 102E 102F 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 103A 103B 103C 103D 103E 1040 1054 1068 107C IRIG-B Signal Type Encrypted Passcode (4 words) Event Recorder Function Recording of Trip Events Recording of Alarm Events Recording of Control Events Recording of Logic Input Events Recording of Pickup Events Recording of Dropout Events Recording of Set Time/Date Events Buffer Organization 10 Trigger Position Trigger Source Number Of Messages Selected (read only) Default Message #1 Default Message #2 Default Message #3 Default Message #4 Default Message #5 Default Message #6 Default Message #7 Default Message #8 Default Message #9 Default Message #10 Default Message #11 Default Message #12 Default Message #13 Default Message #14 Default Message #15 Default Message #16 Default Message #17 Default Message #18 Default Message #19 Default Message #20 Default Message #21 Default Message #22 Default Message #23 Default Message #24 Default Message #25 Default Message #26 Default Message #27 Default Message #28 Default Message #29 Default Message #30 User Text Message 1 (20 words) User Text Message 2 (20 words) User Text Message 3 (20 words) User Text Message 4 (20 words) DESCRIPTION RANGE ----------------------0 to 100 --0 to 20 --------------------------------------------------------------------UNITS ----------------------% ------------------------------------------------------------------------TYPE F43 F33 F30 F30 F30 F30 F30 F30 F30 F30 F92 F1 F82 F1 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F32 F33 F33 F33 F33 DEFAULT None "AIKFBAIK" Enabled Enabled Enabled Disabled Enabled Enabled Enabled Enabled 16 x 512 25% Pickup & Trip 3 ------------------------------------------------------------"Text 1" "Text 2" "Text 3" "Text 4"

EVENT RECORDER SETUP (read/write setpoints)

TRACE MEMORY SETUP (read/write setpoints)

DEFAULT MESSAGES (read/write setpoints)

USER TEXT MESSAGES (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

31

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 15 of 40)


ADDR 1090 10B0 10B1 10D0 10D1 10D2 10D3 10D4 10D5 10D6 10D7 10D8 10D9 10DA 10DB 10E0 10E1 10E2 10E3 10E4 10E5 10E6 10E7 10E8 10E9 10EA 10EB 10EC 10F08 10F18 10F28 10F38 10F4
8

DESCRIPTION User Text Message 5 (20 words) Override Message Display Time Override Message (20 words) Slave Address COM1 Baud Rate COM1 Parity COM1 Communication Hardware Front Panel RS232 Baud Rate Front Panel RS232 Parity Reserved Reserved COM2 Baud Rate COM2 Parity DNP Port DNP Point Mapping Sample Rate Continuous Mode Buffer Organization Trigger Position Trigger Source Channel 1 Source Channel 2 Source Channel 3 Source Channel 4 Source Channel 5 Source Channel 6 Source Channel 7 Source Channel 8 Source Transmission Delay Data Link Confirmation Mode Data Link Confirmation Timeout Data Link Confirmation Retries Select/Operate Arm Timer Duration Write Time Interval Inhibit Cold Restart 3 Key Reset of Max Demand Values Phase CT Primary Reserved Ground CT Primary Bus VT Connection Type Bus Nominal VT Secondary Voltage Bus VT Ratio Nominal Frequency Cost of energy Polarizing CT Primary

RANGE --0 to 9000 --1 to 254 -----------

UNITS --s ---------------

TYPE F33 F1 F33 F1 F31 F27 F17 F31 F27

DEFAULT "Text 5" 0s "This is a test" 254 9600 None RS485 9600 None

OVERRIDE MESSAGE (read/write setpoints)

COMMUNICATIONS (read/write setpoints)

--------------0 to 100 ------------------0 to 65000 --1 to 65000 0 to 100 1 to 65000 0 to 65000 ----1 to 50000 1 to 50000 --50.0 to 240.0 1.0 to 5000.0 25 to 60 1.0 to 25.0 1 to 50000

--------------% ------------------ms --ms --ms ms ----A A --V xxx: 1 Hz /kWh A

F31 F27 F62 F30 F74 F30 F81 F1 F82 F77 F77 F77 F77 F77 F77 F77 F77 F1 F89 F1 F1 F1 F1 F30 F30 F1 F1 F28 F2 F2 F1 F2 F1

9600 None None Disabled 1 cycle Disabled 16 x 256 25% Pickup & Trip Ia Ib Ic Ig Van Vbn Vcn Frequency 0 ms Never 1000 ms 3 10000 ms 0 ms Disabled Disabled 1000 A 50 A Wye 120.0 V 120.0:1 60 Hz 5.0 /kWh 200 A

DATA LOGGER (read/write setpoints)

DNP COMMUNICATIONS (read/write setpoints)

10F58 10F68 10F79 1100 1101 1102 1103 1104 1105 1106 1107 11083

SYSTEM SETUP (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

32

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 16 of 40)


ADDR 1109 110A 110B 110C1 110D3 11402 1141
2

DESCRIPTION Line VT Connection Line Nominal VT Secondary Voltage Line VT Ratio Phase Sequence Sensitive Ground CT Primary Logic Input 1 Asserted Logic Logic Input 2 Asserted Logic Logic Input 3 Asserted Logic Logic Input 4 Asserted Logic Logic Input 5 Asserted Logic Logic Input 6 Asserted Logic Logic Input 7 Asserted Logic Logic Input 8 Asserted Logic Logic Input 9 Asserted Logic Logic Input 10 Asserted Logic Logic Input 11 Asserted Logic Logic Input 12 Asserted Logic Logic Input 13 Asserted Logic Logic Input 14 Asserted Logic Logic Input 15 Asserted Logic Logic Input 16 Asserted Logic Logic Input 17 Asserted Logic Logic Input 18 Asserted Logic Logic Input 19 Asserted Logic Logic Input 20 Asserted Logic 52a Contact 52b Contact Breaker Connected Local Mode Remote Reset Remote Open Remote Close Cold Load Pickup Setpoint Group 2 Setpoint Group 3 Setpoint Group 4 User Input A Name (9 registers) User Input A Source User Input A Function User Input A Relays User Input A Delay User Input B Name (9 registers) User Input B Source User Input B Function

RANGE --50.0 to 240.0 1.0 to 5000.0 --1 to 50000 ----------------------------------------------------------------------0.00 to 600.00 -------

UNITS --V xxx: 1 --A ----------------------------------------------------------------------s -------

TYPE F18 F2 F2 F83 F1 F63 F63 F63 F63 F63 F63 F63 F63 F63 F63 F63 F63 F63 F63 F64 F64 F64 F64 F64 F64 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F33 F65 F37 F57 F3 F33 F65 F37

DEFAULT Vbn 120.0 V 120.0:1 ABC 1000 A Contact Close Contact Close Contact Close Contact Close Contact Close Contact Close Contact Close Contact Close Contact Close Contact Close Contact Close Contact Close Contact Close Contact close Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled User Input A Disabled Disabled None 0.00 s User Input B Disabled Disabled

LOGIC INPUT ASSERTED LOGIC (read/write setpoints)

11422 11432 1144


2

11452 1146 1147


2 2

11482 1149
2 2

114A

114B2 114C2 114D2 114E1 114F


1 1

1150

11511 1152 1153


1 1

BREAKER FUNCTIONS (read/write setpoints) 1160 1161 1162 1170 1171 1172 1173 1174 1175 1176 1177 1180 1189 118A 118B 118C 1190 1199 119A

CONTROL FUNCTIONS (read/write setpoints)

USER INPUT A (read/write setpoints)

USER INPUT B (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

33

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 17 of 40)


ADDR 119B 119C 11A0 11A9 11AA 11AB 11AC 11B0 11B9 11BA 11BB 11BC 11C0 11C9 11CA 11CB 11CC 11D0 11D9 11DA 11DB 11DC 11E0 11E9 11EA 11EB 11EC 11F0 11F9 11FA 11FB 11FC 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 124A2 124B 124C User Input B Relays User Input B Delay User Input C Name (9 registers) User Input C Source User Input C Function User Input C Relays User Input C Delay User Input D Name (9 registers) User Input D Source User Input D Function User Input D Relays User Input D Delay User Input E Name (9 registers) User Input E Source User Input E Function User Input E Relays User Input E Delay User Input F Name (9 registers) User Input F Source User Input F Function User Input F Relays User Input F Delay User Input G Name (9 registers) User Input G Source User Input G Function User Input G Relays User Input G Delay User Input H Name (9 registers) User Input H Source User Input H Function User Input H Relays User Input H Delay Block 1 TRIP Relay Block 2 CLOSE Relay Block Reset Block Undervoltage 1 Block Undervoltage 2 Block Undervoltage 3 Block Undervoltage 4 Block Underfrequency 1 Block Underfrequency 2 Bypass Synchrocheck Block Breaker Statistics Block Negative Sequence Voltage Block Restoration DESCRIPTION RANGE --0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 --------------------------UNITS --s --------s --------s --------s --------s --------s --------s --------------------------TYPE F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 DEFAULT None 0.00 s User Input C Disabled Disabled None 0.00 s User Input D Disabled Disabled None 0.00 s User Input E Disabled Disabled None 0.00 s User Input F Disabled Disabled None 0.00 s User Input G Disabled Disabled None 0.00 s User Input H Disabled Disabled None 0.00 s Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled

USER INPUT C (read/write setpoints)

USER INPUT 3 (read/write setpoints)

USER INPUT E (read/write setpoints)

USER INPUT F (read/write setpoints)

USER INPUT G (read/write setpoints)

USER INPUT H (read/write setpoints)

BLOCKING FUNCTIONS (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

34

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 18 of 40)


ADDR 124D 124E5 124F5 1260 1261 1262 1263 12642 12652 1266
2

DESCRIPTION Block Frequency Decay Block Reverse Power (requires Mod 008) Block Neutral Displacement Block All Overcurrent Block All Phase Overcurrent Block All Ground Overcurrent Block All Neutral Overcurrent Block Phase Time Overcurrent 1 Block Phase Instantaneous Overcurrent 1 Block Phase Instantaneous Overcurrent 2 Block Ground Time Overcurrent Block Ground Instantaneous Overcurrent Block Neutral Time Overcurrent 1 Block Neutral Time Overcurrent 2 Block Neutral Instantaneous Overcurrent 1 Block Neutral Instantaneous Overcurrent 2 Block Negative Sequence Time Overcurrent Block Negative Sequence Instantaneous Overcurrent Block Phase Time Overcurrent 2 Block All Sensitive Ground Overcurrent Block Sensitive Ground Instantaneous Overcurrent Block Sensitive Ground Time Overcurrent Selected To Trip Undervoltage on Other Source Incomer 1 Breaker Closed Incomer 2 Breaker Closed Tie Breaker Connected Tie Breaker Closed Block Transfer Transformer Lockout Source Trip Close From Incomer 1 Close From Incomer 2 Initiate Reclosure Cancel Reclosure Block Reclosure Trigger Trace Memory Simulate Fault Trigger Data Logger Start Demand Interval Relay 1 TRIP Seal In Time Relay 2 CLOSE Seal In Time Relay 3 AUXILIARY Name (8 words)

RANGE --------------------------------------------------------------------------------0.00 to 9.99 0.00 to 9.99 ---

UNITS --------------------------------------------------------------------------------s s ---

TYPE F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F65 F3 F3 F33

DEFAULT Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled 0.04s 0.04 s "AUXILIARY"

OVERCURRENT BLOCKING FUNCTIONS (read/write setpoints)

12672 12682 12692 126A


2

126B2 126C2 126D 126E 126F 1270


3

12713 12723 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 128A 1290 1291 1292 12A0 12A1 12A2 12A38 13008 13108 1320

TRANSFER FUNCTIONS (read/write setpoints)

AUTORECLOSE FUNCTIONS (read/write setpoints, 760 ONLY)

MISCELLANEOUS FUNCTIONS (read/write setpoints)

RELAY 1 TRIP (read/write setpoints) RELAY 2 CLOSE (read/write setpoints) RELAY 3 AUXILIARY (read/write setpoints)
1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

35

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 19 of 40)


ADDR 1328 1329 132A 1330 1338 1339 133A 1340 1348 1349 134A 1350 1358 1359 135A 1360 1368 1369 136A 13708 13798 137A
8

DESCRIPTION Relay 3 AUXILIARY Non-operated State Relay 3 AUXILIARY Output Type Relay 3 AUXILIARY Pulse Dwell Time Relay 4 AUXILIARY Name (8 words) Relay 4 AUXILIARY Non-operated State Relay 4 AUXILIARY Output Type Relay 4 AUXILIARY Pulse Dwell Time Relay 5 AUXILIARY Name (8 words) Relay 5 AUXILIARY Non-operated State Relay 5 AUXILIARY Output Type Relay 5 AUXILIARY Pulse Dwell Time Relay 6 AUXILIARY Name (8 words) Relay 6 AUXILIARY Non-operated State Relay 6 AUXILIARY Output Type Relay 6 AUXILIARY Pulse Dwell Time Relay 7 AUXILIARY Name (8 words) Relay 7 AUXILIARY Non-operated State Relay 7 AUXILIARY Output Type Relay 7 AUXILIARY Pulse Dwell Time User Input I Name (9 registers) User Input I Source User Input I Function User Input I Relays User Input I Delay User Input J Name (9 registers) User Input J Source User Input J Function User Input J Relays User Input J Delay User Input K Name (9 registers) User Input K Source User Input K Function User Input K Relays User Input K Delay User Input L Name (9 registers) User Input L Source User Input L Function User Input L Relays User Input L Delay User Input M Name (9 registers)

RANGE ----0.1 to 6000.0 ------0.1 to 6000.0 ------0.1 to 6000.0 ------0.1 to 6000.0 ------0.1 to 6000.0 --------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 ---

UNITS ----s ------s ------s ------s ------s --------s --------s --------s --------s ---

TYPE F34 F35 F2 F33 F34 F35 F2 F33 F34 F35 F2 F33 F34 F35 F2 F33 F34 F35 F2 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33

DEFAULT De-energized Self-resetting 0.1 s "AUXILIARY" De-energized Self-resetting 0.1 s "AUXILIARY" De-energized Self-resetting 0.1 s "AUXILIARY" De-energized Self-resetting 0.1 s "AUXILIARY" De-energized Self-resetting 0.1 s User Input I Disabled Disabled None 0.00 s User Input J Disabled Disabled None 0.00 s User Input K Disabled Disabled None 0.00 s User Input L Disabled Disabled None 0.00 s User Input M

RELAY 4 AUXILIARY (read/write setpoints)

RELAY 5 AUXILIARY (read/write setpoints)

RELAY 6 AUXILIARY (read/write setpoints)

RELAY 7 AUXILIARY (read/write setpoints)

USER INPUT I (read/write setpoints)

137B8 137C8 13808 1389


8

USER INPUT J (read/write setpoints)

138A8 138B8 138C8 13908 1399


8

USER INPUT K (read/write setpoints)

139A8 139B8 139C


8

USER INPUT L (read/write setpoints) 13A08 13A98 13AA8 13AB8 13AC8 13B08

USER INPUT M (read/write setpoints)


1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

36

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 20 of 40)


ADDR 13B98 13BA8 13BB8 13BC8 13C08 13C9
8 8

DESCRIPTION User Input M Source User Input M Function User Input M Relays User Input M Delay User Input N Name (9 registers) User Input N Source User Input N Function User Input N Relays User Input N Delay User Input O Name (9 registers) User Input O Source User Input O Function User Input O Relays User Input O Delay User Input P Name (9 registers) User Input P Source User Input P Function User Input P Relays User Input P Delay User Input Q Name (9 registers) User Input Q Source User Input Q Function User Input Q Relays User Input Q Delay User Input R Name (9 registers) User Input R Source User Input R Function User Input R Relays User Input R Delay User Input S Name (9 registers) User Input S Source User Input S Function User Input S Relays User Input S Delay User Input T Name (9 registers) User Input T Source User Input T Function User Input T Relays User Input T Delay

RANGE ------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00 --------0.00 to 600.00

UNITS ------s --------s --------s --------s --------s --------s --------s --------s

TYPE F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3 F33 F65 F37 F57 F3

DEFAULT Disabled Disabled None 0.00 s User Input N Disabled Disabled None 0.00 s User Input O Disabled Disabled None 0.00 s User Input P Disabled Disabled None 0.00 s User Input Q Disabled Disabled None 0.00 s User Input R Disabled Disabled None 0.00 s User Input S Disabled Disabled None 0.00 s User Input T Disabled Disabled None 0.00 s

USER INPUT N (read/write setpoints)

13CA

13CB8 13CC8 13D08 13D98 13DA8 13DB8 13DC8 13E08 13E9


8

USER INPUT O (read/write setpoints)

USER INPUT P (read/write setpoints)

13EA8 13EB8 13EC


8

USER INPUT Q (read/write setpoints) 13F08 13F98 13FA


8

13FB8 13FC8 14008 14098 140A8 140B


8 8

USER INPUT R (read/write setpoints)

140C

USER INPUT S (read/write setpoints) 14108 1419


8 8

141A

141B8 141C8 14208 14298 142A8 142B8 142C8

USER INPUT T (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

37

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 21 of 40)


ADDR 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 143A 143B 143C 143D 143E 143F 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 144A 144B 144C 144D 144E 144F 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 145A 145B 145C 145D 145E 145F 1460 1461 1462 1463 DESCRIPTION FlexCurve A Trip Time at 1.03 x PU FlexCurve A Trip Time at 1.05 x PU FlexCurve A Trip Time at 1.10 x PU FlexCurve A Trip Time at 1.20 x PU FlexCurve A Trip Time at 1.30 x PU FlexCurve A Trip Time at 1.40 x PU FlexCurve A Trip Time at 1.50 x PU FlexCurve A Trip Time at 1.60 x PU FlexCurve A Trip Time at 1.70 x PU FlexCurve A Trip Time at 1.80 x PU FlexCurve A Trip Time at 1.90 x PU FlexCurve A Trip Time at 2.00 x PU FlexCurve A Trip Time at 2.10 x PU FlexCurve A Trip Time at 2.20 x PU FlexCurve A Trip Time at 2.30 x PU FlexCurve A Trip Time at 2.40 x PU FlexCurve A Trip Time at 2.50 x PU FlexCurve A Trip Time at 2.60 x PU FlexCurve A Trip Time at 2.70 x PU FlexCurve A Trip Time at 2.80 x PU FlexCurve A Trip Time at 2.90 x PU FlexCurve A Trip Time at 3.00 x PU FlexCurve A Trip Time at 3.10 x PU FlexCurve A Trip Time at 3.20 x PU FlexCurve A Trip Time at 3.30 x PU FlexCurve A Trip Time at 3.40 x PU FlexCurve A Trip Time at 3.50 x PU FlexCurve A Trip Time at 3.60 x PU FlexCurve A Trip Time at 3.70 x PU FlexCurve A Trip Time at 3.80 x PU FlexCurve A Trip Time at 3.90 x PU FlexCurve A Trip Time at 4.00 x PU FlexCurve A Trip Time at 4.10 x PU FlexCurve A Trip Time at 4.20 x PU FlexCurve A Trip Time at 4.30 x PU FlexCurve A Trip Time at 4.40 x PU FlexCurve A Trip Time at 4.50 x PU FlexCurve A Trip Time at 4.60 x PU FlexCurve A Trip Time at 4.70 x PU FlexCurve A Trip Time at 4.80 x PU FlexCurve A Trip Time at 4.90 x PU FlexCurve A Trip Time at 5.00 x PU FlexCurve A Trip Time at 5.10 x PU FlexCurve A Trip Time at 5.20 x PU FlexCurve A Trip Time at 5.30 x PU FlexCurve A Trip Time at 5.40 x PU FlexCurve A Trip Time at 5.50 x PU FlexCurve A Trip Time at 5.60 x PU FlexCurve A Trip Time at 5.70 x PU FlexCurve A Trip Time at 5.80 x PU FlexCurve A Trip Time at 5.90 x PU FlexCurve A Trip Time at 6.00 x PU 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 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 TYPE 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 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms FLEXCURVE A TRIP TIMES (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

38

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 22 of 40)


ADDR 1464 1465 1466 1467 1468 1469 146A 146B 146C 146D 146E 146F 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 147A 147B 147C 147D 147E 147F 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 148A 148B 148C 148D 148E 148F 1490 1491 1492 1493 1494 1495 1496 1497 DESCRIPTION FlexCurve A Trip Time at 6.50 x PU FlexCurve A Trip Time at 7.00 x PU FlexCurve A Trip Time at 7.50 x PU FlexCurve A Trip Time at 8.00 x PU FlexCurve A Trip Time at 8.50 x PU FlexCurve A Trip Time at 9.00 x PU FlexCurve A Trip Time at 9.50 x PU FlexCurve A Trip Time at 10.0 x PU FlexCurve A Trip Time at 10.5 x PU FlexCurve A Trip Time at 11.0 x PU FlexCurve A Trip Time at 11.5 x PU FlexCurve A Trip Time at 12.0 x PU FlexCurve A Trip Time at 12.5 x PU FlexCurve A Trip Time at 13.0 x PU FlexCurve A Trip Time at 13.5 x PU FlexCurve A Trip Time at 14.0 x PU FlexCurve A Trip Time at 14.5 x PU FlexCurve A Trip Time at 15.0 x PU FlexCurve A Trip Time at 15.5 x PU FlexCurve A Trip Time at 16.0 x PU FlexCurve A Trip Time at 16.5 x PU FlexCurve A Trip Time at 17.0 x PU FlexCurve A Trip Time at 17.5 x PU FlexCurve A Trip Time at 18.0 x PU FlexCurve A Trip Time at 18.5 x PU FlexCurve A Trip Time at 19.0 x PU FlexCurve A Trip Time at 19.5 x PU FlexCurve A Trip Time at 20.0 x PU FlexCurve B Trip Time at 1.03 x PU FlexCurve B Trip Time at 1.05 x PU FlexCurve B Trip Time at 1.10 x PU FlexCurve B Trip Time at 1.20 x PU FlexCurve B Trip Time at 1.30 x PU FlexCurve B Trip Time at 1.40 x PU FlexCurve B Trip Time at 1.50 x PU FlexCurve B Trip Time at 1.60 x PU FlexCurve B Trip Time at 1.70 x PU FlexCurve B Trip Time at 1.80 x PU FlexCurve B Trip Time at 1.90 x PU FlexCurve B Trip Time at 2.00 x PU FlexCurve B Trip Time at 2.10 x PU FlexCurve B Trip Time at 2.20 x PU FlexCurve B Trip Time at 2.30 x PU FlexCurve B Trip Time at 2.40 x PU FlexCurve B Trip Time at 2.50 x PU FlexCurve B Trip Time at 2.60 x PU FlexCurve B Trip Time at 2.70 x PU FlexCurve B Trip Time at 2.80 x PU FlexCurve B Trip Time at 2.90 x PU FlexCurve B Trip Time at 3.00 x PU FlexCurve B Trip Time at 3.10 x PU FlexCurve B Trip Time at 3.20 x PU 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 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 TYPE 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 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms

FLEXCURVE B TRIP TIMES (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

39

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 23 of 40)


ADDR 1498 1499 149A 149B 149C 149D 149E 149F 14A0 14A1 14A2 14A3 14A4 14A5 14A6 14A7 14A8 14A9 14AA 14AB 14AC 14AD 14AE 14AF 14B0 14B1 14B2 14B3 14B4 14B5 14B6 14B7 14B8 14B9 14BA 14BB 14BC 14BD 14BE 14BF 14C0 14C1 14C2 14C3 14C4 14C5 14C6 14C7 14C8 14C9 14CA 14CB 14CC DESCRIPTION FlexCurve B Trip Time at 3.30 x PU FlexCurve B Trip Time at 3.40 x PU FlexCurve B Trip Time at 3.50 x PU FlexCurve B Trip Time at 3.60 x PU FlexCurve B Trip Time at 3.70 x PU FlexCurve B Trip Time at 3.80 x PU FlexCurve B Trip Time at 3.90 x PU FlexCurve B Trip Time at 4.00 x PU FlexCurve B Trip Time at 4.10 x PU FlexCurve B Trip Time at 4.20 x PU FlexCurve B Trip Time at 4.30 x PU FlexCurve B Trip Time at 4.40 x PU FlexCurve B Trip Time at 4.50 x PU FlexCurve B Trip Time at 4.60 x PU FlexCurve B Trip Time at 4.70 x PU FlexCurve B Trip Time at 4.80 x PU FlexCurve B Trip Time at 4.90 x PU FlexCurve B Trip Time at 5.00 x PU FlexCurve B Trip Time at 5.10 x PU FlexCurve B Trip Time at 5.20 x PU FlexCurve B Trip Time at 5.30 x PU FlexCurve B Trip Time at 5.40 x PU FlexCurve B Trip Time at 5.50 x PU FlexCurve B Trip Time at 5.60 x PU FlexCurve B Trip Time at 5.70 x PU FlexCurve B Trip Time at 5.80 x PU FlexCurve B Trip Time at 5.90 x PU FlexCurve B Trip Time at 6.00 x PU FlexCurve B Trip Time at 6.50 x PU FlexCurve B Trip Time at 7.00 x PU FlexCurve B Trip Time at 7.50 x PU FlexCurve B Trip Time at 8.00 x PU FlexCurve B Trip Time at 8.50 x PU FlexCurve B Trip Time at 9.00 x PU FlexCurve B Trip Time at 9.50 x PU FlexCurve B Trip Time at 10.0 x PU FlexCurve B Trip Time at 10.5 x PU FlexCurve B Trip Time at 11.0 x PU FlexCurve B Trip Time at 11.5 x PU FlexCurve B Trip Time at 12.0 x PU FlexCurve B Trip Time at 12.5 x PU FlexCurve B Trip Time at 13.0 x PU FlexCurve B Trip Time at 13.5 x PU FlexCurve B Trip Time at 14.0 x PU FlexCurve B Trip Time at 14.5 x PU FlexCurve B Trip Time at 15.0 x PU FlexCurve B Trip Time at 15.5 x PU FlexCurve B Trip Time at 16.0 x PU FlexCurve B Trip Time at 16.5 x PU FlexCurve B Trip Time at 17.0 x PU FlexCurve B Trip Time at 17.5 x PU FlexCurve B Trip Time at 18.0 x PU FlexCurve B Trip Time at 18.5 x PU 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 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 TYPE 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 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms 0 ms

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

40

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 24 of 40)


ADDR 14CD 14CE 14CF 1500 1501 15022 1503 1504
1

DESCRIPTION FlexCurve B Trip Time at 19.0 x PU FlexCurve B Trip Time at 19.5 x PU FlexCurve B Trip Time at 20.0 x PU Phase Time Overcurrent 1 Function Phase Time Overcurrent 1 Relays Phase Time Overcurrent 1 Curve Phase Time Overcurrent 1 Voltage Restraint Phase Time Overcurrent 1 Pickup Phase Time Overcurrent 1 Multiplier Phase Time Overcurrent 1 Reset Time Phase Time Overcurrent 1 Direction Phase Instantaneous Overcurrent 1 Function Phase Instantaneous Overcurrent 1 Relays Phase Instantaneous Overcurrent 1 Pickup Phase Instantaneous Overcurrent 1 Delay Phases Required for Operation Phase Instantaneous Overcurrent 1 Direction Phase Instantaneous Overcurrent 2 Function Phase Instantaneous Overcurrent 2 Relays Phase Instantaneous Overcurrent 2 Pickup Phase Instantaneous Overcurrent 2 Delay Phases Required for Operation Phase Instantaneous Overcurrent 2 Direction Phase Directional Function Phase Directional Maximum Torque Angle Minimum Polarizing Voltage Phase Directional Relays Block OC When Voltage Memory Expires Phase Time Overcurrent 2 Function Phase Time Overcurrent 2 Relays Phase Time Overcurrent 2 Curve Phase Time Overcurrent 2 Voltage Restraint Phase Time Overcurrent 2 Pickup Phase Time Overcurrent 2 Multiplier Phase Time Overcurrent 2 Reset Time Phase Time Overcurrent 2 Direction Ground Time Overcurrent Function Ground Time Overcurrent Relays Ground Time Overcurrent Curve Ground Time Overcurrent Pickup Ground Time Overcurrent Multiplier Ground Time Overcurrent Reset Time

RANGE 0 to 65535 0 to 65535 0 to 65535 --------0.05 to 20.00 0.00 to 100.00 --------0.05 to 20.00 0.00 to 600.00 --------0.05 to 20.00 0.00 to 600.00 ------0 to 359 0.00 to 1.25 ------------0.05 to 20.00 0.00 to 100.00 ----------0.05 to 20.00 0.00 to 100.00 ---

UNITS ms ms ms --------x CT ----------x CT s --------x CT s ------ Lead x VT ------------x CT ------------x CT -----

TYPE F1 F1 F1 F37 F57 F36 F30 F3 F3 F68 F84 F37 F57 F3 F3 F41 F84 F37 F57 F3 F3 F41 F84 F38 F1 F3 F57 F30 F37 F57 F36 F30 F3 F3 F68 F84 F37 F57 F36 F3 F3 F68

DEFAULT 0 ms 0 ms 0 ms Trip None Ext Inverse Disabled 1.00 x CT 1.00 Instantaneous Disabled Disabled None 1.00 x CT 0.00 s Any One Disabled Disabled None 1.00 x CT 0.00 s Any One Disabled Disabled 30 Lead 0.05 x VT None Disabled Disabled None Ext. Inverse Disabled 1.00 x CT 1.00 Instantaneous Disabled Disabled None Ext. Inverse 1.00 x CT 1.00 Instantaneous

PHASE TIME OVERCURRENT 1 (read/write setpoints)

15051 15061 15071 15082 15092 150A2 150B2 150C 150D1 15102 1511 1512
2 2

PHASE INSTANTANEOUS OVERCURRENT 1 (read/write setpoints)

PHASE INSTANTANEOUS OVERCURRENT 2 (read/write setpoints)

15132 1514 15151 1520 1521 15221 1523 1524


4

PHASE DIRECTIONAL OVERCURRENT (read/write setpoints)

PHASE TIME OVERCURRENT 2 (read/write setpoints) 15301 15311 1532


1

15331 15341 15351 15361 15371 1600 1601 1602 16031 16041 1605
1

GROUND TIME OVERCURRENT (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

41

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 25 of 40)


ADDR 16066 16082 1609
2

DESCRIPTION Ground Time Overcurrent Direction Ground Instantaneous Overcurrent Function Ground Instantaneous Overcurrent Relays Ground Instantaneous Overcurrent Pickup Ground Instantaneous Overcurrent Delay Ground Instantaneous Overcurrent Direction Ground Directional Function Ground Directional Maximum Torque Angle Ground Directional Minimum Polarizing Voltage Ground Directional Polarizing Ground Directional Relays Neutral Time Overcurrent 1 Function Neutral Time Overcurrent 1 Relays Neutral Time Overcurrent 1 Curve Neutral Time Overcurrent 1 Pickup Neutral Time Overcurrent 1 Multiplier Neutral Time Overcurrent 1 Reset Time Neutral Time Overcurrent 1 Direction Neutral Instantaneous Overcurrent 1 Function Neutral Instantaneous Overcurrent 1 Relays Neutral Instantaneous Overcurrent 1 Pickup Neutral Instantaneous Overcurrent 1 Delay Neutral Instantaneous Overcurrent 1 Direction Neutral Instantaneous Overcurrent 2 Function Neutral Instantaneous Overcurrent 2 Relays Neutral Instantaneous Overcurrent 2 Pickup Neutral Instantaneous Overcurrent 2 Delay Neutral Instantaneous Overcurrent 2 Direction Neutral Time Overcurrent 2 Function Neutral Time Overcurrent 2 Relays Neutral Time Overcurrent 2 Curve Neutral Time Overcurrent 2 Pickup Neutral Time Overcurrent 2 Multiplier Neutral Time Overcurrent 2 Reset Time Neutral Time Overcurrent 2 Direction Neutral Directional Function Neutral Directional Maximum Torque Angle Minimum Polarizing Voltage Neutral Directional Polarizing Neutral Directional Relays

RANGE ------0.05 to 20.00 0.00 to 600.00 ----0 to 359 0.00 to 1.25 ----------0.05 to 20.00 0.00 to 100.00 --------0.05 to 20.00 0.00 to 600.00 ------0.05 to 20.00 0.00 to 600.00 --------0.05 to 20.00 0.00 to 100.00 ------0 to 359 0.00 to 1.25 -----

UNITS ------x CT s ---- Lead x VT ----------x CT ----------x CT s ------x CT s --------x CT -------- x VT -----

TYPE F84 F37 F57 F3 F3 F84 F38 F1 F3 F50 F57 F37 F57 F36 F3 F3 F68 F84 F37 F57 F3 F3 F84 F37 F57 F3 F3 F84 F37 F57 F36 F3 F3 F68 F84 F38 F1 F3 F50 F57

DEFAULT Disabled Disabled None 1.00 x CT 0.00 s Disabled Disabled 315 0.05 x VT Voltage None Disabled None Ext. Inverse 1.00 x CT 1.00 Instantaneous Disabled Disabled None 1.00 x CT 0.00 s Disabled Disabled None 1.00 x CT 0.00 s Disabled Disabled None Ext. Inverse 1.00 x CT 1.00 Instantaneous Disabled Disabled 315 0.05 x VT Voltage None

GROUND INSTANTANEOUS OVERCURRENT (read/write setpoints)

160A2 160B2 160C


6

GROUND DIRECTIONAL OVERCURRENT (read/write setpoints) 160E6 160F6 1610


6

16116 16126 1630 1631 1632 16331 16341 1635


1

NEUTRAL TIME OVERCURRENT 1 (read/write setpoints)

16361 16402 1641


2

NEUTRAL INSTANTANEOUS OVERCURRENT 1 (read/write setpoints)

16422 16432 1644


1

NEUTRAL INSTANTANEOUS OVERCURRENT 2 (read/write setpoints) 16502 16512 1652


2

16532 16541 16601 1661


1

NEUTRAL TIME OVERCURRENT 2 (read/write setpoints)

16621 16631 16641 16651 16661 16701 16711 16721 16741 16751

NEUTRAL DIRECTIONAL OVERCURRENT (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

42

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 26 of 40)


ADDR 1700 1701 17021 17031 17041 1705
1

DESCRIPTION Negative Sequence Time Overcurrent Function Negative Sequence Time Overcurrent Relays Negative Sequence Time Overcurrent Curve Negative Sequence Time Overcurrent Pickup Negative Sequence Time Overcurrent Multiplier Negative Sequence Time Overcurrent Reset Time Negative Sequence Time Overcurrent Direction Negative Sequence Inst Overcurrent Function Negative Sequence Instantaneous Overcurrent Relays Negative Sequence Instantaneous Overcurrent Pickup Negative Sequence Instantaneous Overcurrent Delay Negative Sequence Instantaneous Overcurrent Direction Negative Sequence Voltage Function Negative Sequence Voltage Relays Negative Sequence Voltage Pickup Negative Sequence Voltage Delay Negative Sequence Directional Function Neg Seq Directional Maximum Torque Angle (MTA) Minimum Polarizing Voltage Negative Sequence Directional Relays Sensitive Ground Instantaneous Overcurrent Function Sensitive Ground Instantaneous Overcurrent Relays Sensitive Ground Instantaneous Overcurrent Pickup Sensitive Ground Instantaneous Overcurrent Delay Sensitive Ground Instantaneous Overcurrent Direction Sensitive Ground Time Overcurrent Function Sensitive Ground Time Overcurrent Relays Sensitive Ground Time Overcurrent Curve Sensitive Ground Time Overcurrent Pickup Sensitive Ground Time Overcurrent Multiplier Sensitive Ground Time Overcurrent Reset Time Sensitive Ground Time Overcurrent Direction Sensitive Ground Directional Function Sensitive Ground Directional Maximum Torque Angle Minimum Polarizing Voltage Sensitive Ground Directional Polarizing Sensitive Ground Directional Relays Reserved for MOD 010 Reserved for MOD 010

RANGE ------0.05 to 20.00 0.00 to 100.00 --------0.05 to 20.00 0.00 to 600.00 ------0.00 to 1.25 0.0 to 6000.0 --0 to 359 0.00 to 1.25 ------0.005 to 1.000 0.00 to 600.00 --------0.005 to 1.000 0.00 to 100.00 ------0 to 359 0.00 to 1.25 -----

UNITS ------x CT ----------x CT s ------x VT s -- x VT ------x CT s --------x CT -------- x VT -----

TYPE F37 F57 F36 F3 F3 F68 F84 F37 F57 F3 F3 F84 F39 F57 F3 F2 F38 F1 F3 F57 F37 F57 F70 F3 F84 F37 F57 F36 F70 F3 F68 F84 F38 F1 F3 F50 F57

DEFAULT Disabled None Ext. Inverse 1.00 x CT 1.00 Instantaneous Disabled Disabled None 1.00 x CT 0.00 s Disabled Disabled None 0.10 2.0 s Disabled 315 0.05 x VT None Disabled None 0.100 x CT 0.00 s Disabled Disabled None Ext. Inverse 0.100 x CT 1.00 Instantaneous Disabled Disabled 315 0.05 x VT Voltage None

NEGATIVE SEQUENCE TIME OVERCURRENT (read/write setpoints)

17061 1710 1711 1712 1713 1714


1

NEGATIVE SEQUENCE INSTANTANEOUS OVERCURRENT (read/write setpoints)

NEGATIVE SEQUENCE VOLTAGE (read/write setpoints) 1720 1721 17222 1723 17301 17311 17321 17331 17403 17413 1742
3

NEGATIVE SEQUENCE DIRECTIONAL (read/write setpoints)

SENSITIVE GROUND INSTANTANEOUS OVERCURRENT (read/write setpoints)

17433 17443 17503 1751


3

SENSITIVE GROUND TIME OVERCURRENT (read/write setpoints)

17523 17533 1754


3

17553 17563 17603 17613 1762


3

SENSITIVE GROUND DIRECTIONAL (read/write setpoints)

17633 17643 17677 1768


7

RESERVED FOR MOD 010 (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

43

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 27 of 40)


ADDR 17697 176A7 176B
7

DESCRIPTION Reserved for MOD 010 Reserved for MOD 010 Reserved for MOD 010 Restricted Earth Fault Function Restricted Earth Fault Relays Restricted Earth Fault Pickup Restricted Earth Fault Delay Bus Undervoltage 1 Function Bus Undervoltage 1 Relays Bus Undervoltage 1 Pickup Bus Undervoltage 1 Delay Bus Undervoltage 1 Phases Required for Operation Bus Undervoltage 1 Minimum Operating Voltage Bus Undervoltage 1 Curve Bus Undervoltage 2 Function Bus Undervoltage 2 Relays Bus Undervoltage 2 Pickup Bus Undervoltage 2 Delay Bus Undervoltage 2 Phases Required for Operation Bus Undervoltage 2 Minimum Operating Voltage Bus Undervoltage 2 Curve Overvoltage 1 Function Overvoltage 1 Relays Overvoltage 1 Pickup Overvoltage 1 Delay Overvoltage 1 Phases Required for Operation Overvoltage 2 Function Overvoltage 2 Relays Overvoltage 2 Pickup Overvoltage 2 Delay Overvoltage 2 Phases Required for Operation Underfrequency 1 Function Underfrequency 1 Relays Underfrequency 1 Pickup Underfrequency 1 Delay Underfrequency 1 Minimum Operating Voltage Underfrequency 1 Minimum Operating Current Underfrequency 2 Function Underfrequency 2 Relays Underfrequency 2 Pickup Underfrequency 2 Delay Underfrequency 2 Minimum Operating Voltage Underfrequency 2 Minimum Operating Current

RANGE

UNITS

TYPE

DEFAULT

RESTRICTED EARTH FAULT (read/write setpoints) 17708 17718 1772


8

----0.005 to 1.000 0.00 to 600.00 ----0.00 to 1.25 0.0 to 6000.0 --0.00 to 1.25 ------0.00 to 1.25 0.0 to 6000.0 --0.00 to 1.25 ------0.00 to 1.25 0.0 to 6000.0 ------0.00 to 1.25 0.0 to 6000.0 ------20.00 to 65.00 0.00 to 600.00 0.00 to 1.25 0.00 to 20.00 ----20.00 to 65.00 0.00 to 600.00 0.00 to 1.25 0.00 to 20.00

----x CT s ----x VT s --x VT ------x VT s --x VT ------x VT s ------x VT s ------Hz s x VT x CT ----Hz s x VT x CT

F39 F57 F70 F3 F39 F57 F3 F2 F41 F3 F45 F39 F57 F3 F2 F41 F3 F45 F39 F57 F3 F2 F41 F39 F57 F3 F2 F41 F39 F57 F3 F3 F3 F3 F39 F57 F3 F3 F3 F3

Disabled None 0.100 x CT 0.00 s Disabled None 0.75 x VT 2.0 s All Three 0.30 x V Definite Time Disabled None 0.75 x VT 2.0 s All Three 0.30 x V Definite Time Disabled None 1.25 x VT 2.0 s All Three Disabled None 1.25 x VT 2.0 s All Three Disabled None 59.00 Hz 2.00 s 0.70 x VT 0.20 x CT Disabled None 58.00 Hz 3.00 s 0.70 x VT 0.20 x CT

17738 1780 1781 17822 1783 1784 17852 1786 1788 1789 178A2 178B 178C 178D2 178E 1790 1791 1792
2

BUS UNDERVOLTAGE 1 (read/write setpoints)

BUS UNDERVOLTAGE 2 (read/write setpoints)

OVERVOLTAGE 1 (read/write setpoints)

1793 1794 1798 1799 179A


2

OVERVOLTAGE 2 (read/write setpoints)

179B 179C 17A0 17A1 17A2 17A3 17A42 17A51 17A8 17A9 17AA 17AB 17AC2 17AD1

UNDERFREQUENCY 1 (read/write setpoints)

UNDERFREQUENCY 2 (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

44

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 28 of 40)


ADDR 17B0 17B1 17B22 17B3 17B42 17B5 17B8 17B9 17BA2 17BB 17BC2 17BD 17C01 17C11 17C21 17C31 17C41 17C5
1

DESCRIPTION Line Undervoltage 3 Function Line Undervoltage 3 Relays Line Undervoltage 3 Pickup Line Undervoltage 3 Delay Line Undervoltage 3 Minimum Operating Voltage Line Undervoltage 3 Curve Line Undervoltage 4 Function Line Undervoltage 4 Relays Line Undervoltage 4 Pickup Line Undervoltage 4 Delay Line Undervoltage 4 Minimum Operating Voltage Line Undervoltage 4 Curve Frequency Decay Function Frequency Decay Relays Frequency Decay Rate Frequency Decay Pickup Frequency Decay Delay Frequency Decay Minimum Operating Voltage Frequency Decay Minimum Operating Current Reverse Power Function Reverse Power Relays Reverse Power Pickup Reverse Power Delay Neutral Displacement Function Neutral Displacement Relays Neutral Displacement Pickup Neutral Displacement Multiplier Neutral Displacement Curve Neutral Displacement Reset Time Phase Current Level Function Phase Current Level Relays Phase Current Level Pickup Phase Current Level Delay Neutral Current Level Function Neutral Current Level Relays Neutral Current Level Pickup Neutral Current Level Delay Power Factor 1 Function Power Factor 1 Relays Power Factor 1 Pickup (+ Lag, - Lead) Power Factor 1 Dropout (+ Lag, - Lead) Power Factor 1 Delay

RANGE ----0.00 to 1.25 0.0 to 6000.0 0.00 to 1.25 ------0.00 to 1.25 0.0 to 6000.0 0.00 to 1.25 ------0.1 to 5.0 20.00 to 65.00 0.00 to 600.00 0.00 to 1.25 0.00 to 20.00 ----0.015 to 0.600 0.0 to 6000.0 ----0.00 to 1.25 0.00 to 100.00 --------0.05 to 20.00 0 to 60,000 ----0.05 to 20.00 0 to 60,000 -----0.99 to +1.00 -0.99 to +1.00 0 to 60,000

UNITS ----x VT s x VT ------x VT s x VT ------Hz/s Hz s x VT x CT ----x RATED s ----x VT ----------x CT s ----x CT s --------s

TYPE F39 F57 F3 F2 F3 F45 F39 F57 F3 F2 F3 F45 F39 F57 F2 F3 F3 F3 F3 F39 F57 F70 F2 F39 F57 F3 F3 F36 F68 F38 F57 F3 F1 F38 F57 F3 F1 F38 F57 F6 F6 F1

DEFAULT Disabled None 0.75 x VT 2.0 s 0.30 x V Definite Time Disabled None 0.75 x VT 2.0 s 0.30 x V Definite Time Disabled None 1.0 Hz/s 59.50 Hz 2.00 s 0.70 x VT 0.00 x CT Disabled None 0.050 x RATED 10.0 s Disabled None 1.00 x VT 1.00 Ext. Inverse Instantaneous Disabled None 1.10 x CT 2s Disabled None 1.10 x CT 2s Disabled None 0.80 Lag 1 50 s

LINE UNDERVOLTAGE 3 (read/write setpoints)

LINE UNDERVOLTAGE 4 (read/write setpoints)

FREQUENCY DECAY (read/write setpoints)

17C61 17C8 17C9 17CA 17CB 17CE 17CF 17D0 17D1 17D2 17D3 1800 1801 1802 1803 1808 1809 180A 180B 1810 1811 1812 1813 1814

REVERSE POWER (read/write setpoints, requires MOD 008)

NEUTRAL DISPLACEMENT (read/write setpoints)

PHASE CURRENT LEVEL (read/write setpoints)

NEUTRAL CURRENT LEVEL (read/write setpoints)

POWER FACTOR 1 (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

45

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 29 of 40)


ADDR 1818 1819 181A 181B 181C 1830 1831 1832 1833 1834 1835 18361 18379 1840 1841 1842 1843 1844 1845 1848 1849 184A 184B 184C 184D2 1850 1851 1852 1853 1854 18552 1858 1859 185A 185B 185C 185D
2

DESCRIPTION Power Factor 2 Function Power Factor 2 Relays Power Factor 2 Pickup (+ Lag, - Lead) Power Factor 2 Dropout (+ Lag, - Lead) Power Factor 2 Delay Length of Feeder Units of Length Zpos (Resistive) of Feeder Zpos (Inductive) of Feeder Zzero (Resistive) of Feeder Zzero (Inductive) of Feeder Fault Type Output to Relays 4 to 7 Fault Location After Trip Current Demand Function Current Demand Measurement Type Current Demand Thermal 90% Response Current Demand Time Interval Current Demand Relays Current Demand Pickup Real Power Demand Function Real Power Demand Measurement Type Real Power Demand Thermal 90% Response Real Power Demand Time Interval Real Power Demand Relays Real Power Demand Pickup Reactive Power Demand Function Reactive Power Demand Measurement Type Reactive Power Demand Thermal 90% Response Reactive Power Demand Time Interval Reactive Power Demand Relays Reactive Power Demand Pickup Apparent Power Demand Function Apparent Power Demand Measurement Type App. Power Demand Thermal 90% Response Apparent Power Demand Time Interval Apparent Power Demand Relays Apparent Power Demand Pickup

RANGE -----0.99 to +1.00 -0.99 to +1.00 0 to 60,000 0.1 to 99.9 --0.01 to 99.99 0.01 to 99.99 0.01 to 99.99 0.01 to 99.99 ---------------10 to 10000 ----------0.1 to 3000.0 ----------0.1 to 3000.0 ----------0.1 to 3000.0

UNITS --------s km, mi -- ---------------A ----------MW ----------Mvar ----------MVA

TYPE F38 F57 F6 F6 F1 F2 F75 F3 F3 F3 F3 F30 F30 F38 F58 F16 F16 F57 F1 F38 F58 F16 F16 F57 F86 F38 F58 F16 F16 F57 F86 F38 F58 F16 F16 F57 F86

DEFAULT Disabled None 0.80 Lag 1 50 s 0.1 km 0.01 0.01 0.01 0.01 Disabled Disabled Disabled Thermal Exp. 15 min. 20 min. None 1000 A Disabled Block Interval 15 min. 20 min. None 10.0 MW Disabled Block Interval 15 min. 20 min. None 10.0 Mvar Disabled Block Interval 15 min. 20 min. None 10.0 MVA

POWER FACTOR 2 (read/write setpoints)

FAULT LOCATOR (read/write setpoints)

CURRENT DEMAND (read/write setpoints)

REAL POWER DEMAND (read/write setpoints)

REACTIVE POWER DEMAND (read/write setpoints)

APPARENT POWER DEMAND (read/write setpoints)

PULSE OUTPUTS (read/write setpoints)5 1860 1861 1862 1863 1864 1865 1866 1867 Pulse Output Function Positive Watthours Pulse Output Relays Positive Watthours Pulse Interval Negative Watthours Pulse Output Relays Negative Watthours Pulse Interval Positive Varhours Pulse Output Relays Positive Varhours Pulse Interval Negative Varhours Pulse Output Relays ----0 to 6553.5 --0 to 6553.5 --0 to 6553.5 ------MWh --MWh --Mvarh --F38 F57 F86 F57 F86 F57 F86 F57 Disabled None 100 MWh None 100 MWh None 100 Mvarh None

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

46

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 30 of 40)


ADDR 1868 1880 188A 188D 188E 188F 18A09 18A1 18A2 18A3 18A41 18A5 18A8 18A9 18AA 18AB 18AC1 18AD 18B0 18B1 18B2 18B3 18B8 18B9 18BA 18BB 18C0 18C1 18C2 18C4 18C5 18C6 18C8 18C9 18CA 18CC 18CD 18CE 18D0 18D1 18D2 DESCRIPTION Negative Varhours Pulse Interval Analog Input Name (10 words) Analog Input Units (3 words) Analog Input Range Analog Input Minimum Value Analog Input Maximum Value Analog Threshold 1 Function Analog Threshold 1 Relays Analog Threshold 1 Pickup Analog Threshold 1 Delay Analog Threshold 1 Pickup Type Analog Threshold 1 Dropout Ratio Analog Threshold 2 Function Analog Threshold 2 Relays Analog Threshold 2 Pickup Analog Threshold 2 Delay Analog Threshold 2 Pickup Type Analog Threshold 2 Dropout Ratio Analog In Rate 1 Function Analog In Rate 1 Relays Analog In Rate 1 Pickup Analog In Rate 1 Delay Analog In Rate 2 Function Analog In Rate 2 Relays Analog In Rate 2 Pickup Analog In Rate 2 Delay Analog Output 1 Parameter Analog Output 1 Minimum Analog Output 1 Maximum Analog Output 2 Parameter Analog Output 2 Minimum Analog Output 2 Maximum Analog Output 3 Parameter Analog Output 3 Minimum Analog Output 3 Maximum Analog Output 4 Parameter Analog Output 4 Minimum Analog Output 4 Maximum Analog Output 5 Parameter Analog Output 5 Minimum Analog Output 5 Maximum RANGE 0 to 6553.5 ------0 to 65535 0 to 65535 ----0 to 65535 0 to 60000 --2 to 20 ----0 to 65535 0 to 60000 --2 to 20 ----1000.0 to 1000.0 0 to 60000 ----1000.0 to 1000.0 0 to 60000 ------------------------------UNITS Mvarh ------Units Units ----Units s --% ----Units s --% ----Units / hr. s ----Units / hr. s ------------------------------TYPE F86 F33 F33 F42 F1 F1 F39 F57 F1 F1 F85 F1 F39 F57 F1 F1 F85 F1 F38 F57 F5 F1 F38 F57 F5 F1 F77 F78 F78 F77 F78 F78 F77 F78 F78 F77 F78 F78 F77 F78 F78 DEFAULT 100 Mvarh ANALOG INPUT "A 0-20 mA 0 20000 Disabled None 100 100 s Over 5% Disabled None 100 100 s Over 5% Disabled None 10.0 A/hr. 0s Disabled None 10.0 A/hr. 0s Disabled 0 0 Disabled 0 0 Disabled 0 0 Disabled 0 0 Disabled 0 0

ANALOG INPUT SETUP (read/write setpoints)

ANALOG INPUT THRESHOLD 1 (read/write setpoints)

ANALOG INPUT THRESHOLD 2 (read/write setpoints)

ANALOG INPUT RATE 1 (read/write setpoints)

ANALOG INPUT RATE 2 (read/write setpoints)

ANALOG OUTPUT 1 (read/write setpoints)

ANALOG OUTPUT 2 (read/write setpoints)

ANALOG OUTPUT 3 (read/write setpoints)

ANALOG OUTPUT 4 (read/write setpoints)

ANALOG OUTPUT 5 (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

47

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 31 of 40)


ADDR 18D4 18D5 18D6 18D8 18D9 18DA 18DC 18DD 18DE 18E0 18E1 18E2 18E3 1900 1901 1902 1908 1909 190A 190B 1918 1919 191A 1920 1921 1922 1930 1931 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 194A 194B 194C 194D DESCRIPTION Analog Output 6 Parameter Analog Output 6 Minimum Analog Output 6 Maximum Analog Output 7 Parameter Analog Output 7 Minimum Analog Output 7 Maximum Analog Output 8 Parameter Analog Output 8 Minimum Analog Output 8 Maximum Overfrequency Function Overfrequency Relays Overfrequency Pickup Overfrequency Delay Trip Counter Function Trip Counter Relays Trip Counter Limit Total Arcing Current Function Total Arcing Current Relays Total Arcing Current Start Delay Total Arcing Current Limit VT Failure Function VT Failure Relays VT Failure Delay Simulation Status Circuit Breaker Simulation Allow Operation of Relays Prefault Phase A/B/C Current Level Prefault Power Factor Angle Fault Phase A-N Voltage Level Fault Phase A-N Voltage Position Fault Phase B-N Voltage Level Fault Phase B-N Voltage Position Fault Phase C-N Voltage Level Fault Phase C-N Voltage Position Fault Phase A Current Level Fault Phase A Current Position Fault Phase B Current Level Fault Phase B Current Position Fault Phase C Current Level Fault Phase C Current Position Fault System Frequency Fault Analog Input Current RANGE ----------------------20.00 to 65.00 0.0 to 6000.0 ----1 to 10000 ----0 to 100 1 to 50000 ----0 to 60,000 ------0.00 to 20.00 0 to 359 0.00 to 2.00 0 to 359 0.00 to 2.00 0 to 359 0.00 to 2.00 0 to 359 0.00 to 20.00 0 to 359 0.00 to 20.00 0 to 359 0.00 to 20.00 0 to 359 20.00 to 65.00 0.00 to 20.00 UNITS ----------------------Hz s ----------ms kA2-cyc ----s ------x CT Lag x VT Lag xT Lag xT Lag x CT Lag x CT Lag x CT Lag Hz mA TYPE F77 F78 F78 F77 F78 F78 F77 F78 F78 F38 F57 F3 F2 F38 F57 F1 F38 F57 F1 F1 F38 F57 F1 F48 F30 F57 F3 F1 F3 F1 F3 F1 F3 F1 F3 F1 F3 F1 F3 F1 F3 F3 DEFAULT Disabled 0 0 Disabled 0 0 Disabled 0 0 Disabled None 60.50 Hz 5.0 s Disabled None 10000 Trips Disabled None 32 ms 1000 kA2cyc Disabled None 10 s Disabled Enabled None 0.50 x CT 0 Lag 1.00 x VT 0 Lag 1.00 x VT 120 Lag 1.00 x VT 240 Lag 1.00 x CT 60 Lag 1.00 x CT 180 Lag 1.00 x CT 300 Lag 60.00 Hz 0.00 mA ANALOG OUTPUT 6 (read/write setpoints)

ANALOG OUTPUT 7 (read/write setpoints)

ANALOG OUTPUT 8 (read/write setpoints)

OVERFREQUENCY (read/write setpoints)

TRIP COUNTER (read/write setpoints)

TOTAL ARCING CURRENT (read/write setpoints)

VT FAILURE (read/write setpoints)

SIMULATION SETUP (read/write setpoints)

SIMULATION PRE-FAULT VALUES (read/write setpoints)

SIMULATION FAULT VALUES (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

48

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 32 of 40)


ADDR 194E3 194F3 1950 1951 19523 19533 1960 1961 1962 1963 1964 S5 1980 1981 1982 1983 1984 1988 1989 198A 1990 1991 1992 19938 1994
8

DESCRIPTION Reserved for Fault Polarizing Current Level Reserved for Fault Polarizing Current Position Fault Ground Current Level Fault Ground Current Position Fault Sensitive Ground Current Level Fault Sensitive Ground Current Position Postfault Bus Voltage Level Postfault Bus Voltage Frequency Postfault Synchronous Voltage Level Postfault Synchronous Voltage Position Postfault Synchronous Voltage Frequency BREAKER FAILURE Breaker Failure Function Breaker Failure Relays Breaker Failure Delay 1 Breaker Failure Current Breaker Failure Delay 2 Breaker Operation Function Breaker Operation Relays Breaker Operation Delay Coil Monitor 1 Function Coil Monitor 1 Relays Breaker State Bypass Coil Monitor 1 Delay Coil Monitor 1 Type Coil Monitor 2 Function Coil Monitor 2 Relays Breaker State Bypass Coil Monitor 2 Delay Coil Monitor 2 Type

RANGE 0.00 to 20.00 0 to 359 0.00 to 20.00 0 to 359 0.005 to 1.000 0 to 359 0.00 to 2.00 20.00 to 65.00 0.00 to 2.00 0 to 359 20.00 to 65.00 ----0.03 to 1.00 0.05 to 20.00 0.00 to 1.00 ----0.03 to 1.00 ------5 to 100 --------5 to 100 ---

UNITS x CT Lag x CT Lag x CT Lag x VT Hz x VT Lag Hz ----s x CT s ----s ------s --------s ---

TYPE F70 F1 F3 F1 F70 F1 F3 F3 F3 F1 F3 F38 F57 F3 F3 F3 F38 F57 F3 F38 F57 F30 F1 F90 F38 F57 F30 F1 F90

DEFAULT 1.00 x CT 0 0.00 x CT 0 0.100 x CT 0 1.00 x VT 60.00 Hz 1.00 x VT 0 60.00 Hz READ/WRITE Disabled None 0.10 s 1.00 x CT 0.00 s Disabled None 0.10 s Disabled None Disabled 5s Trip Disabled None Disabled 5s Close

SIMULATION POST-FAULT VALUES (read/write setpoints)

BREAKER OPERATION (read/write setpoints)

COIL MONITOR 1 (read/write setpoints)

COIL MONITOR 2 (read/write setpoints) 1998 1999 199A 199B8 199C8 19A08 19A98 19B28 19BB8 1A00 1A01 1A02 1A03 1A04 1A05 1A06 1A07 1A08

COIL MONITOR NAMES (read/write setpoints)8 Coil Monitor 1 Name (9 registers) Coil Monitor 2 Name (9 registers) --------F33 F33 Trip Coil Monitor Close Coil Monitor

ANALOG INPUT THRESHOLD NAMES (read/write setpoints)8 Analog Input Threshold 1 Name (9 registers) Analog Input Threshold 2 Name (9 registers) Force Output Relays Function Force 1 TRIP Relay Force 2 CLOSE Relay Force 3 ALARM Relay Force 4 AUXILIARY Relay Force 5 AUXILIARY Relay Force 6 AUXILIARY Relay Force 7 AUXILIARY Relay Force 8 SELF-TEST WARNING Relay --------------------------------------------F33 F33 F30 F34 F34 F34 F34 F34 F34 F34 F34 Analog Threshld 1 Analog Threshld 2 Disabled De-energized De-energized De-energized De-energized De-energized De-energized De-energized De-energized

FORCE OUTPUT RELAYS (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

49

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 33 of 40)


ADDR 1A09 1A10 1A11 1A12 1A13 1A14 1A15 1A16 1A17 1A18 1A20 1A21 1B00 1B01 1B02 1B03 1B04 1B05 1B06 1B10 1B11 1B122 1B132 1B14 1B15
2 2

DESCRIPTION Force Solid State Output Force Analog Outputs Function Force Analog Output 1 Force Analog Output 2 Force Analog Output 3 Force Analog Output 4 Force Analog Output 5 Force Analog Output 6 Force Analog Output 7 Force Analog Output 8 Pickup Test Function Pickup Test Relays Active Setpoint Group Edit Setpoint Group Breaker Open Inhibit Overcurrent Pickup Inhibit Overvoltage Pickup Inhibit Undervoltage Pickup Inhibit Underfrequency Pickup Inhibit Synchrocheck Function Dead Source Permissive Dead Bus Maximum Voltage Dead Line Maximum Voltage Live Bus Minimum Voltage Live Line Minimum Voltage Maximum Voltage Difference Maximum Angle Difference Maximum Frequency Difference Synchrocheck Relays Manual Close Feature Blocking Function Manual Close Relays Manual Close Block Time Select Setpoint Group Overcurrent Blocking Flags Phase Time Overcurrent 1 Raised Pickup Neutral Time Overcurrent 1 Raised Pickup Ground Time Overcurrent Raised Pickup Negative Sequence Time Overcurrent Raised Pickup Sensitive Ground Time Overcurrent Raised Pickup Cold Load Pickup Feature Blocking Function Cold Load Pickup Relays Outage Time Before Cold Load Cold Load Pickup Block Time Select Setpoint Group

RANGE ----0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 ----------------------0.00 to 1.25 0.00 to 1.25 0.00 to 1.25 0.00 to 1.25 0.01 to 100.00 0 to 100 0 to 5.00 ------1 to 1000 ----0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 ----1 to 1000 1 to 1000 ---

UNITS ----% % % % % % % % ----------------------x VT x VT x VT x VT kV Hz ------s ----% % % % % ----min. s ---

TYPE F34 F30 F1 F1 F1 F1 F1 F1 F1 F1 F30 F57 F79 F80 F30 F30 F30 F30 F30 F38 F20 F3 F3 F3 F3 F3 F1 F3 F57 F38 F57 F1 F80 F59 F1 F1 F1 F1 F1 F38 F57 F1 F1 F80

DEFAULT De-energized Disabled 0% 0% 0% 0% 0% 0% 0% 0% Disabled None Group 1 Active Group Disabled Disabled Disabled Disabled Disabled Disabled OFF 0.20 x VT 0.20 x VT 0.80 x VT 0.80 x VT 2.00 kV 24 2.00 Hz None Disabled None 5s Active Group None blocked 0% 0% 0% 0% 0% Disabled None 100 min. 5s Active Group

FORCE ANALOG OUTPUTS (read/write setpoints)

PICKUP TEST (read/write setpoints)

SETPOINT GROUPS (read/write setpoints)

SYNCHROCHECK (read/write setpoints)

1B162 1B17 1B18 1B19 1B20 1B21 1B222 1B231 1B242 1B25
2

MANUAL CLOSE FEATURE BLOCKING (read/write setpoints)

1B262 1B27 1B28


2 2

1B293 1B40 1B41 1B42 1B432 1B441

COLD LOAD FEATURE BLOCKING (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

50

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 34 of 40)


ADDR 1B452 1B462 1B47
2

DESCRIPTION Overcurrent Blocking Flags Phase Time Overcurrent 1 Raised Pickup Neutral Time Overcurrent 1 Raised Pickup Ground Time Overcurrent Raised Pickup Negative Sequence Time Overcurrent Raised Pickup Sensitive Ground Time Overcurrent Raised Pickup Undervoltage Restoration Function Undervoltage Restoration Relays Undervoltage Restoration Phases Required for Operation Undervoltage Restoration Minimum Voltage Undervoltage Restoration Delay Undervoltage Restoration Incomplete Sequence Time Undervoltage Restoration Source Underfrequency Restoration Function Underfrequency Restoration Relays Underfrequency Restoration Minimum Voltage Underfrequency Restoration Minimum Frequency Underfrequency Restoration Delay Underfrequency Restoration Incomplete Sequence Time Transfer Function Transfer Delay This Source Transfer Delay Other Source Block Trip On Double Loss Transfer Delay Select to Trip Transfer Ready Operate Relay 3 Bus Transfer Logic Scheme Autoreclose Function Number of Reclosure Shots Autoreclose Reset Time Autoreclose Block Time Upon Manual Close Incomplete Sequence Time Reclosure Enabled Relays Reclose In Progress Relays Reclosure Lockout Relays Autoreclose External Close Logic Rate Supervision Function Max Autoreclose Rate Rate Supervision Relays Current Supervision Function 3 Shots For Current Above 2 Shots For Current Above 1 Shot For Current Above Current Supervision To Lockout Lockout For Current Above

RANGE --0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 ------0.00 to 1.25 0 to 10000 1 to 10,000 ------0.00 to 1.25 20.00 to 65.00 0 to 10000 1 to 10,000 --0.0 to 10.0 0.0 to 10.0 --0.0 to 10.0 --0 to 1 --1 to 4 1 to 1000 0 to 200 1 to 1000 ----------1 to 50 ----0.00 to 20.00 0.00 to 20.00 0.00 to 20.00 --0.00 to 20.00

UNITS --% % % % % ------x VT s min. ------x VT Hz s min. --s s --s ------1 s s s ----------/hr. ----x CT x CT x CT --x CT

TYPE F59 F1 F1 F1 F1 F1 F38 F57 F41 F3 F1 F1 F87 F38 F57 F3 F3 F1 F1 F56 F2 F2 F30 F2 F30 F94 F30 F1 F1 F1 F1 F57 F57 F57 F30 F38 F1 F57 F30 F3 F3 F3 F30 F3

DEFAULT None blocked 0% 0% 0% 0% 0% Disabled None All Three 0.90 x V 10 s 100 min. Bus Disabled None 0.90 x V 59.90 Hz 10 s 100 min. Disabled 1.0 s 3.0 s Disabled 0.0 s Disabled Scheme 1 Disabled 1 60 s 10 s 30 s None None None Disabled Disabled 25 None Disabled 17.00 x CT 18.00 x CT 19.00 x CT Disabled 20.00 x CT

1B482 1B492 1B4A3 1B60 1B61 1B62 1B632 1B64 1B65 1B663 1B70 1B71 1B72
2

UNDERVOLTAGE RESTORATION (read/write setpoints)

UNDERFREQUENCY RESTORATION (read/write setpoints)

1B738 1B74 1B75 1B80 1B81 1B82 1B83 1B84 1B85 1B86 1BA0 1BA1 1BA2 1BA3 1BA4 1BA5 1BA6 1BA7 1BA88 1BAA8 1BAB8 1BAC
8

TRANSFER (read/write setpoints)

AUTORECLOSE SETUP (read/write setpoints, 760 only)

AUTORECLOSE RATE SUPERVISION (read/write setpoints, 760 only)

CURRENT SUPERVISION (read/write setpoints, 760 only) 1BB0 1BB12 1BB22 1BB3
2

1BB4 1BB52

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

51

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 35 of 40)


ADDR 1BB81 1BB91 1BBA1 1BBB1 1BC02 1BC1
1

DESCRIPTION Zone Coordination Function Phase Current Increase Neutral Current Increase Maximum fault Clearing Time Deadtime Before Reclosure 1 Select Setpoint Group Overcurrent Blocking Flags Phase Time Overcurrent 1 Raised Pickup Neutral Time Overcurrent 1 Raised Pickup Ground Time Overcurrent Raised Pickup Negative Sequence Time Overcurrent Raised Pickup Sensitive Ground Time Overcurrent Raised Pickup Deadtime Before Reclosure 2 Select Setpoint Group Overcurrent Blocking Flags Phase Time Overcurrent 1 Raised Pickup Neutral Time Overcurrent 1 Raised Pickup Ground Time Overcurrent Raised Pickup Negative Sequence Time Overcurrent Raised Pickup Sensitive Ground Time Overcurrent Raised Pickup Deadtime Before Reclosure 3 Select Setpoint Group Overcurrent Blocking Flags Phase Time Overcurrent 1 Raised Pickup Neutral Time Overcurrent 1 Raised Pickup Ground Time Overcurrent Raised Pickup Negative Sequence Time Overcurrent Raised Pickup Sensitive Ground Time Overcurrent Raised Pickup Deadtime Before Reclosure 4 Select Setpoint Group Overcurrent Blocking Flags Phase Time Overcurrent 1 Raised Pickup Neutral Time Overcurrent 1 Raised Pickup Ground Time Overcurrent Raised Pickup Negative Sequence Time Overcurrent Raised Pickup Sensitive Ground Time Overcurrent Raised Pickup Logic Input 1 Name (9 words = 18 characters) Logic Input 2 Name (9 words = 18 characters) Logic Input 3 Name (9 words = 18 characters) Logic Input 4 Name (9 words = 18 characters)

RANGE --0.05 to 20.00 0.05 to 20.00 1 to 1000 0.00 to 300.00 ----0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 0.00 to 300.00 ----0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 0.00 to 300.00 ----0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 0.00 to 300.00 ----0 to 100 0 to 100 0 to 100 0 to 100 0 to 100 ---------

UNITS --x CT x CT s s ----% % % % % s ----% % % % % s ----% % % % % s ----% % % % % ---------

TYPE F30 F3 F3 F1 F3 F80 F59 F1 F1 F1 F1 F1 F3 F80 F59 F1 F1 F1 F1 F1 F3 F80 F59 F1 F1 F1 F1 F1 F3 F80 F59 F1 F1 F1 F1 F1 F33 F33 F33 F33

DEFAULT Disabled 1.00 x CT 1.00 x CT 10 s 0.50 s Active Group None blocked 0% 0% 0% 0% 0% 3.00 s Active Group None blocked 0% 0% 0% 0% 0% 4.00 s Active Group None blocked 0% 0% 0% 0% 0% 5.00 s Active Group None blocked 0% 0% 0% 0% 0% Logic Input 1 Logic Input 2 Logic Input 3 Logic Input 4

ZONE COORDINATION (read/write setpoints, 760 only)

RECLOSURE SHOT 1 (read/write setpoints, 760 only)

1BC22 1BC31 1BC4 1BC5


1 1

1BC61 1BC73 1BD02 1BD11 1BD22 1BD3


1

RECLOSURE SHOT 2 (read/write setpoints, 760 only)

1BD41 1BD51 1BD6


1

1BD73 1BE02 1BE1


1

RECLOSURE SHOT 3 (read/write setpoints, 760 only)

1BE22 1BE31 1BE4


1

1BE51 1BE61 1BE73 1BF02 1BF11 1BF22 1BF3


1

RECLOSURE SHOT 4 (read/write setpoints, 760 only)

1BF41 1BF5
1

1BF61 1BF73 1C001 1C091 1C121 1C1B


1

LOGIC INPUT NAMES (read/write setpoints)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

52

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 36 of 40)


ADDR 1C241 1C2D1 1C36
1

DESCRIPTION Logic Input 5 Name (9 words = 18 characters) Logic Input 6 Name (9 words = 18 characters) Logic Input 7 Name (9 words = 18 characters) Logic Input 8 Name (9 words = 18 characters) Logic Input 9 Name (9 words = 18 characters) Logic Input 10 Name (9 words = 18 characters) Logic Input 11 Name (9 words = 18 characters) Logic Input 12 Name (9 words = 18 characters) Logic Input 13 Name (9 words = 18 characters) Logic Input 14 Name (9 words = 18 characters) Logic Input 15 Name (9 words = 18 characters) Logic Input 16 Name (9 words = 18 characters) Logic Input 17 Name (9 words = 18 characters) Logic Input 18 Name (9 words = 18 characters) Logic Input 19 Name (9 words = 18 characters) Logic Input 20 Name (9 words = 18 characters) Event Number Selector Number of Events Since Clear Event Recorder Last Cleared (2 words) Record #N Date of Event (2 words) Record #N Time of Event (2 words) Record #N Cause of Event Record #N Phase A Current Magnitude Record #N Phase B Current Magnitude Record #N Phase C Current Magnitude Record #N Ground Current Magnitude Record #N A-N (A-B) Voltage Magnitude Record #N B-N (B-C) Voltage Magnitude Record #N C-N (C-A) Voltage Magnitude Record #N System Frequency Record #N Analog Input Record #N Phase A Current Angle Record #N Phase B Current Angle Record #N Phase C Current Angle Record #N Ground Current Angle Record #N A-N (A-B) Voltage Angle Record #N B-N (C-B) Voltage Angle Record #N C-N Voltage Angle Record #N Synchronizing RMS Voltage Magnitude Record #N Synchronizing Voltage Angle Record #N Synchronizing RMS Voltage Frequency Record #N Sensitive Ground Current Magnitude Record #N Sensitive Ground Current Angle Trace Memory Number Selector

RANGE --------------------------------0 to 65535 0 to 65535 --------0 to 65535 0 to 65535 0 to 65535 0 to 65535 0.00 to 600.00 0.00 to 600.00 0.00 to 600.00 0.00 to 90.00 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.00 to 600.00 0 to 359 0.00 to 90.00 0.00 to 655.35 0 to 359 0 to 65535

UNITS --------------------------------------------A A A A kV kV kV Hz Units Lag Lag Lag Lag Lag Lag Lag kV Lag Hz A Lag ---

TYPE F33 F33 F33 F33 F33 F33 F33 F33 F33 F33 F33 F33 F33 F33 F33 F33 F1 F1 F23 F23 F22 F24 F1 F1 F1 F1 F3 F3 F3 F3 F1 F1 F1 F1 F1 F1 F1 F1 F3 F1 F3 F3 F1 F1

DEFAULT Logic Input 5 Logic Input 6 Logic Input 7 Logic Input 8 Logic Input 9 Logic Input 10 Logic Input 11 Logic Input 12 Logic Input 13 Logic Input 14 Logic Input 15 Logic Input 16 Logic Input 17 Logic Input 18 Logic Input 19 Logic Input 20 0 0 --------------------------------------------------0

1C3F1 1C481 1C511 1C5A1 1C631 1C6C


1

1C751 1C7E1 1C87


1

1C901 1C99
1

1CA21 1CAB1 2000 2001 2002 2010 2012 2014 2015 2016 2017 2018 2019 201A 201B 201C 201D 201E1 201F
1 1

EVENT RECORD SELECTOR (read/write actual values) EVENT RECORDER INFORMATION (read only actual values)

EVENT RECORDER DATA (read only actual values)

2020

20211 20221 2023


1

20241 2025
1

20261 20271 20283 2029


3

TRACE MEMORY SELECTORS (read/write) 2100


1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

53

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 37 of 40)


ADDR 2101 2102 2110 2111 2112 2113 2114 2115 2117 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 212A 212B 212C 212D 212E 212F 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 213A 213B 213C 213D 213E 213F 2140 2141 2142 2143 2144 2145 2146 2147 DESCRIPTION Trace Memory Channel Selector Trace Memory Sample Selector (TMSS) Number of Trace Memory Triggers Since Clear Number of Trace Memory Samples Stored Trace Memory Start Index Trace Memory Trigger Index Trace Memory Trigger Cause Trace Memory Trigger Date Trace Memory Trigger Time Trace Memory Sampling Frequency Trace Memory Sample TMSS+0 Trace Memory Sample TMSS+1 Trace Memory Sample TMSS+2 Trace Memory Sample TMSS+3 Trace Memory Sample TMSS+4 Trace Memory Sample TMSS+5 Trace Memory Sample TMSS+6 Trace Memory Sample TMSS+7 Trace Memory Sample TMSS+8 Trace Memory Sample TMSS+9 Trace Memory Sample TMSS+10 Trace Memory Sample TMSS+11 Trace Memory Sample TMSS+12 Trace Memory Sample TMSS+13 Trace Memory Sample TMSS+14 Trace Memory Sample TMSS+15 Trace Memory Sample TMSS+16 Trace Memory Sample TMSS+17 Trace Memory Sample TMSS+18 Trace Memory Sample TMSS+19 Trace Memory Sample TMSS+20 Trace Memory Sample TMSS+21 Trace Memory Sample TMSS+22 Trace Memory Sample TMSS+23 Trace Memory Sample TMSS+24 Trace Memory Sample TMSS+25 Trace Memory Sample TMSS+26 Trace Memory Sample TMSS+27 Trace Memory Sample TMSS+28 Trace Memory Sample TMSS+29 Trace Memory Sample TMSS+30 Trace Memory Sample TMSS+31 Trace Memory Sample TMSS+32 Trace Memory Sample TMSS+33 Trace Memory Sample TMSS+34 Trace Memory Sample TMSS+35 Trace Memory Sample TMSS+36 Trace Memory Sample TMSS+37 Trace Memory Sample TMSS+38 Trace Memory Sample TMSS+39 RANGE --0 to 4095 0 to 65535 0 to 4096 0 to 4095 0 to 4095 ------16.00 to 65.00 --------------------------------------------------------------------------------UNITS ------------------Hz --------------------------------------------------------------------------------TYPE F26 F1 F1 F1 F1 F1 F24 F23 F22 F3 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 DEFAULT Ia 0 -------------------------------------------------------------------------------------------------

TRACE MEMORY INFORMATION (read/write)

TRACE MEMORY SAMPLES (read/write)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

54

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 38 of 40)


ADDR 2148 2149 214A 214B 214C 214D 214E 214F 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 215A 215B 215C 215D 215E 215F 2200 2201 2202 2210 2211 2212 2213 2214 2215 2217 2220 2222 2222 2223 2224 2225 2226 2227 2228 2229 222A 222B 222C 222D 222E 222F DESCRIPTION Trace Memory Sample TMSS+40 Trace Memory Sample TMSS+41 Trace Memory Sample TMSS+42 Trace Memory Sample TMSS+43 Trace Memory Sample TMSS+44 Trace Memory Sample TMSS+45 Trace Memory Sample TMSS+46 Trace Memory Sample TMSS+47 Trace Memory Sample TMSS+48 Trace Memory Sample TMSS+49 Trace Memory Sample TMSS+50 Trace Memory Sample TMSS+51 Trace Memory Sample TMSS+52 Trace Memory Sample TMSS+53 Trace Memory Sample TMSS+54 Trace Memory Sample TMSS+55 Trace Memory Sample TMSS+56 Trace Memory Sample TMSS+57 Trace Memory Sample TMSS+58 Trace Memory Sample TMSS+59 Trace Memory Sample TMSS+60 Trace Memory Sample TMSS+61 Trace Memory Sample TMSS+62 Trace Memory Sample TMSS+63 Data Log Number Selector Data Log Channel Selector Data Log Sample Selector (DLSS) Number of Data Log Triggers Since Clear Number of Data Log Samples Stored Data Log Start Index Data Log Trigger Index Data Log Trigger Cause Data Log Trigger Date Data Log Trigger Time Data Logger Sample DLSS+0 Data Logger Sample DLSS+1 Data Logger Sample DLSS+2 Data Logger Sample DLSS+3 Data Logger Sample DLSS+4 Data Logger Sample DLSS+5 Data Logger Sample DLSS+6 Data Logger Sample DLSS+7 Data Logger Sample DLSS+8 Data Logger Sample DLSS+9 Data Logger Sample DLSS+10 Data Logger Sample DLSS+11 Data Logger Sample DLSS+12 Data Logger Sample DLSS+13 Data Logger Sample DLSS+14 Data Logger Sample DLSS+15 RANGE ------------------------------------------------0 to 65535 0 to 7 0 to 4095 0 to 65535 0 to 4096 0 to 4095 0 to 4095 --------------------------------------UNITS ----------------------------------------------------------------------------------------------------TYPE F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F1 F1 F1 F1 F1 F1 F1 F24 F23 F22 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 DEFAULT ------------------------------------------------0 0 0 -----------------------------------------------

DATA LOGGER SELECTORS (read/write)

DATA LOGGER INFORMATION (read only)

DATA LOGGER SAMPLES (read only)

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

55

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 6: Modbus Memory Map (Sheet 39 of 40)


ADDR 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 223A 223B 223C 223D 223E 223F 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 224A 224B 224C 224D 224E 224F 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 225A 225B 225C 225D 225E 225F 227011 227211 227411 227611 DESCRIPTION Data Logger Sample DLSS+16 Data Logger Sample DLSS+17 Data Logger Sample DLSS+18 Data Logger Sample DLSS+19 Data Logger Sample DLSS+20 Data Logger Sample DLSS+21 Data Logger Sample DLSS+22 Data Logger Sample DLSS+23 Data Logger Sample DLSS+24 Data Logger Sample DLSS+25 Data Logger Sample DLSS+26 Data Logger Sample DLSS+27 Data Logger Sample DLSS+28 Data Logger Sample DLSS+29 Data Logger Sample DLSS+30 Data Logger Sample DLSS+31 Data Logger Sample DLSS+32 Data Logger Sample DLSS+33 Data Logger Sample DLSS+34 Data Logger Sample DLSS+35 Data Logger Sample DLSS+36 Data Logger Sample DLSS+37 Data Logger Sample DLSS+38 Data Logger Sample DLSS+39 Data Logger Sample DLSS+40 Data Logger Sample DLSS+41 Data Logger Sample DLSS+42 Data Logger Sample DLSS+43 Data Logger Sample DLSS+44 Data Logger Sample DLSS+45 Data Logger Sample DLSS+46 Data Logger Sample DLSS+47 Data Logger Sample DLSS+48 Data Logger Sample DLSS+49 Data Logger Sample DLSS+50 Data Logger Sample DLSS+51 Data Logger Sample DLSS+52 Data Logger Sample DLSS+53 Data Logger Sample DLSS+54 Data Logger Sample DLSS+55 Data Logger Sample DLSS+56 Data Logger Sample DLSS+57 Data Logger Sample DLSS+58 Data Logger Sample DLSS+59 Data Logger Sample DLSS+60 Data Logger Sample DLSS+61 Data Logger Sample DLSS+62 Data Logger Sample DLSS+63 Three-phase real power Three-phase reactive power Three-phase apparent power Phase A real power RANGE ------------------------------------------------------------------------------------------------0.00001 to 32000 0.00001 to 32000 0.00001 to 32000 0.00001 to 32000 UNITS ------------------------------------------------------------------------------------------------MW Mvar MVA MW TYPE F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F25 F95 F95 F95 F95 DEFAULT ------------------------------------------------------------------------------------------------0 0 0 0

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

56

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 6: Modbus Memory Map (Sheet 40 of 40)


ADDR 227811 227A11 227C11 227E11 228011 228211 228411 228611 Phase A reactive power Phase A apparent power Phase B real power Phase B reactive power Phase B apparent power Phase C real power Phase C reactive power Phase C apparent power DESCRIPTION RANGE 0.00001 to 32000 0.00001 to 32000 0.00001 to 32000 0.00001 to 32000 0.00001 to 32000 0.00001 to 32000 0.00001 to 32000 0.00001 to 32000 UNITS Mvar MVA MW Mvar MVA MW Mvar MVA TYPE F95 F95 F95 F95 F95 F95 F95 F95 DEFAULT 0 0 0 0 0 0 0 0

1 2 3 4 5 6 7 8 9 10 11 12

For explanation of Table footnotes, see the Memory Map Notes at the end of this table.

Memory Map Notes: 1 These registers are new for version 2.10 2 These registers have been changed from version 2.00 to 2.10 3 These registers are new or have changed for version 3.00 4 These registers are new or have changed for version 3.10 5 These registers are new or have changed for version 3.20 6 These registers are new for version 3.30 7 These registers are new or have changed for version 3.40 MOD 010 8 These registers are new or have changed for version 3.60 9 These registers are new or have changed for version 3.70 10 These registers are new or have changed for version 7.00 11 These registers are new or have changed for version 7.40 12 These registers support compatibility with version 7.31 and previous. Floating point format in registers 2270 to 2287 provides more precise values.

4.7

Data Formats
Table 7: Data Formats (Sheet 1 of 20)
Type F1 F2 F3 Value Unsigned Value (16 bits) Example: 1234 stored as 1234 Unsigned Value, 1 Decimal Place (16 bits) Example: 123.4 stored as 1234 Unsigned Value, 2 Decimal Places (16 bits) Example: 12.34 stored as 1234 2's Complement Signed Value (16 bits) Example: -1234 stored as -1234 F5 F6 2's Complement Signed, 1 Decimal Place (16 bits) Example: -123.4 stored as -1234 2's Complement Signed, 2 Decimal Places (16 bits) Example: -12.34 stored as -1234 Unsigned Long Value (32 bits) F7 High order word of long value stored in 1st 16 bits; low order word of long value stored in 2nd 16 bits Example: 123456 stored as 123456 Unsigned Long Value, 1 Decimal Place (32 bits) F8 High order word of long value stored in 1st 16 bits; low order word of long value stored in 2nd 16 bits Example: 12345.6 stored as 123456 Description

F4

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

57

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 7: Data Formats (Sheet 2 of 20)


Type F9 Value Unsigned Long Value, 2 Decimal Places (32 bits) High order word of long value stored in 1st 16 bits; low order word of long value stored in 2nd 16 bits Example: 1234.56 stored as 123456 2's Complement Signed Long Value (32 bits) F10 High order word of long value stored in 1st 16 bits Low order word of long value stored in 2nd 16 bits Example: -123456 stored as -123456 2's Complement Signed Long Value, 1 Decimal Place (32 bits) F11 High order word of long value stored in 1st 16 bits Low order word of long value stored in 2nd 16 bits Example: -12345.6 stored as -123456 2's Complement Signed Long Value, 2 Decimal Places (32 bits) F12 High order word of long value stored in 1st 16 bits Low order word of long value stored in 2nd 16 bits Example: -1234.56 stored as -123456 Hardware Revision 1 F13 2 26 0F00h F14 00F0h 000Fh Installed Options 0001h 0002h 0004h3 F15 0020h 0080h 0300h 3000h 8000h 0 1 F16 2 3 4 5 F17 0 1 0 F18 1 2 3 4 Phase Current (0 = 1 A, 1 = 5 A) Ground Current (0 = 1 A, 1 = 5 A) Sensitive Ground Current (0 = 1 A, 1 = 5 A) Power Supply (0 = LO, 1 = MID, 2 = HI) Breaker Closed LED (0 = Red, 1 = Green) Analog Outputs (0 = A1, 1 = A5, 2 = A20, 3 = A10) 0 = Not applicable 2 = Enhanced display 3 = Enhanced display with Ethernet 750/760 Product Selector (0=750, 1=760) 5 min. 10 min. 15 min. 20 min. 30 min. 60 min. RS485 RS422 Van Vbn Vcn Vab Vcb A B Z Major Revision Number (0 to 9 in steps of 1) Minor Revision Number (0 to 9 in steps of 1) Ultra Minor Revision No. (0 to 9 in steps of 1) Description

Software Revision

Example: Revision 2.83 stored as 0283 hex

Demand Interval/response

Communication Hardware

Line VT Connection

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

58

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 7: Data Formats (Sheet 3 of 20)


Type 0 1 2 F19 3 4 5 6 7 8 9 10 11 12 F19 ctd. 13 14 15 16 7 17 7 0 1 F20 2 3 4 5 General Status 0001h 0002h 0004h 0008h 0010h 0020h 0040h F21 0080h 0100h 0200h 0400h 0800h 1000h 2000h 4000h 8000h Time (32 bits) Hours / Minutes (HH:MM:xx.xxx) 1st 16 bits FF00h F22 00FFh FFFFh Hours (0= 12am, 1=1am,..., 23=11pm) Minutes (0 to 59 in steps of 1) (0 = 00.000 s, 1=00.001 s, 59999=59.999 s) Relay In Service (0 = Not In Svc, 1 = In Svc) Trip (0 = No Active Trips, 1 = Active Trip) Alarm (0 = No Active Alarms, 1 = Active Alrm) Pickup (0 = No Protection, 1 = Protection) Setpoint Group 1 (0 = Disabled, 1 = Enabled) Setpoint Group 2 (0 = Disabled, 1 = Enabled) Setpoint Group 3 (0 = Disabled, 1 = Enabled) Setpoint Group 4 (0 = Disabled, 1 = Enabled) Breaker Open (0 = Closed, 1 = Open) Breaker Closed (0 = Open, 1 = Closed) Reclosure (0=Disabled, 1=Enabled), 760 only Reclosure (0=Enabled, 1=Disabled), 760 only Reclosure In Progress (0 = Not In Progress, 1 = In Progress) 760 only! Reclosure Lockout (0 = Not In Lockout, 1 = In Lockout) 760 only! Local Mode (0 = Enabled, 1 = Disabled) Message (0 = No Diagnostic Message, 1 = Diagnostic Messages) Value Command Operation Code No Operation Reset Open Breaker Close Breaker Set Time Set Date Trigger Trace Memory Clear Energy Use Data Clear Max Demand Data Clear Event Recorder Data Reset Trip Counter Data Reset Arcing Current Data Display Override Message Trigger Data Logger Reset Trace Memory Reset Data Logger Reset Ar Shot Count Data (760 Only!) Reset Ar Shot Rate Data (760 Only!) Off DB & DL LL & DB DL & LB DB | DL DB X DB Description

Dead Source Permissive

Seconds (xx:xx:SS.SSS) (2nd 16 bits) NOTE: If the time has never been set then all 32 bits will be 1. 1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

59

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 7: Data Formats (Sheet 4 of 20)


Type Value Date (32 bits) Month / Day (MM/DD/xxxx) (2nd 16 bits) FF00h F23 00FFh FFFFh Month (1 = January,..., 12 = December) Day (1 to 31 in steps of 1) 2000 to 2097 in steps of 1 Description

Year (xx/xx/YYYY) (2nd 16 bits) NOTE: If the date has never been set then all 32 bits will be 1. General Event Type 46 47 F24 48 49 50 51 Event Type F000h 1 2 3 4 5 6 7 8 F24 10
8

Diagnostic 1 Diagnostic 1 Test Mode 2 Test Mode 3 Self-Test 1 Self-Test 2 Event Type (first 4 bits) General Pickup Trip Alarm Control Logic Input Self-Test Warning Dropout Maintenance Alert

The format for the rest of the register depends on Event Type General Event Type 00FFh 1 2 3 4 5 6 7 8 Event Cause (last 8 bits) Control Power Off Control Power On Breaker Opened Breaker Closed Breaker Not Connected Reset Open Breaker Close Breaker

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

60

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 7: Data Formats (Sheet 5 of 20)


Type 9 10 11 12 13 14 15 16 17 18 20 21 22 23 24 30 31 32 33 34 35 36 37 38 39 40 41 F24 ctd. 42 43 44 7 45 7 FF00h 0100h 0200h 0400h 00FFh 12 22 3
2

Value Set Time Set Date Trigger Trace Memory Clear Energy Use Clear Max Demand Clear Event Recorder Reset Trip Counter Reset Arcing Current Reserved Trigger Data Logger Transfer Initiated Transfer Not Ready Close From Transfer Trip From Transfer Transfer Ready Reclosure 1 760 only! Reclosure 2 760 only! Reclosure 3 760 only! Reclosure 4 760 only! Reclosure Lockout 760 only! Shots Reduced to 3 760 only! Shots Reduced to 2 760 only! Shots Reduced to 1 760 only! Shots Reduced to L/O 760 only! Autoreclose Reset 760 only! Setpoint Group 1 Active Setpoint Group 2 Active Setpoint Group 3 Active Setpoint Group 4 Active Reset AR Count 760 only! Reset AR Shot Rate 760 only! Phases (first 8 bits) Phase A (0 = No Fault, 1 = Fault) Phase B (0 = No Fault, 1 = Fault) Phase C (0 = No Fault, 1 = Fault) CAUSE OF EVENT (last 8 bits) Phase Time Overcurrent 1 Phase Instantaneous Overcurrent 1 Phase Instantaneous Overcurrent 2 Ground Time Overcurrent Ground Instantaneous Overcurrent Neutral Time OC 1 Neutral Time OC 2

Description

Pickup / Trip / Alarm Latched Alarm / Control / Dropout Event Types

42 5
2

62 72 8
2

Neutral Instantaneous Overcurrent 1 Neutral Instantaneous Overcurrent 2 Phase Directional is Reverse Neutral Directional is Reverse Manual Close Feature Blocking Cold Load Pickup Feature Blocking Bus Undervoltage 1 Bus Undervoltage 2

92 10 2 11 2 12 2 13 14 15

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

61

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 7: Data Formats (Sheet 6 of 20)


Type 17 18 19 20 21 22 23 1 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 F24 ctd. 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 1 58 1 59 3 60 61
3 3

Value Line Undervoltage 4 Overvoltage 1 Overvoltage 2 Underfrequency 1 Underfrequency 2 Phase Current Level Neutral Current Level Power Factor 1 Power Factor 2 Out Of Synchronization Current Demand Real Power Demand Reactive Power Demand Apparent Power Demand Analog Input Threshold 1 Analog Input Threshold 2 Analog Input Rate of Change 1 Analog Input Rate of Change 2 Overfrequency Trip Counter Arcing Current VT Failure Breaker Failure Breaker Operation Trip Coil Monitor Close Coil Monitor User Input A User Input B User Input C User Input D User Input E User Input F User Input G User Input H

Description

Negative Sequence Instantaneous Overcurrent Negative Sequence Time Overcurrent Negative Sequence Overvoltage Undervoltage Restoration Underfrequency Restoration Phase Time Overcurrent 2 Frequency Decay Negative Sequence is Reverse Sensitive Ground Instantaneous OC Sensitive Ground Time Overcurrent Sensitive Ground Direction is Reverse Reverse Power (requires Mod 008) Neutral Displacement Positive Watthours Pulse Output Negative Watthours Pulse Output Positive Varhours Pulse Output Negative Varhours Pulse Output Ground Directional is Reverse

62 4 63 64
4 4

65 4 66 4 67 4 68 5

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

62

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 7: Data Formats (Sheet 7 of 20)


Type 69 6 70 7 71
7

Value Reserved for Mod 010 User Input I User Input J User Input K User Input L User Input M User Input N User Input O User Input P User Input Q User Input R User Input S User Input T Autoreclose Rate 760 ONLY! Restricted Earth Fault States (first 8 bits) Contact State (0 = Open, 1 = Closed) Virtual State (0 = Off, 1 = On)

Description

72 7 73 7 74 7 75 7 76 7 77
7

78 7 79 7 80
7

81 7 82
7

83 7 FF00h 0100h 0200h 0400h 00FFh 1 2 3 F24 ctd. 10 11 12 13 14 15 16 17 20 21 22 23 24 25 26 27 30 31 32 33 34 35 36 37 38 39 40 41

Logic Input Event Type

Logic Input (0 = Not Asserted, 1 = Asserted) Input Function (last 8 bits) 52a Contact 52b Contact Breaker Connected Local Mode Remote Reset Remote Open Remote Close Cold Load Pickup Setpoint Group 2 Setpoint Group 3 Setpoint Group 4 User Input A User Input B User Input C User Input D User Input E User Input F User Input G User Input H Block 1 TRIP Block 2 CLOSE Block Reset Block Undervolt 1 Block Undervolt 2 Block Undervolt 3 Block Undervolt 4 Block Underfreq 1 Block Underfreq 2 Bypass Synchrocheck Block Trip Count Block Negative Sequence Overvoltage

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

63

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 7: Data Formats (Sheet 8 of 20)


Type 42 43 1 50 51 52 53 54 2 55 2 56 2 57
2

Value Block Restoration Block Freq Decay Block All Overcurrent Block Phase Overcurrent Block Ground Overcurrent Block Neutral Overcurrent Block Phase Time Overcurrent 1

Description

Block Phase Instantaneous Overcurrent 1 Block Phase Instantaneous Overcurrent 2 Block Ground Time Overcurrent Block Ground Instantaneous Overcurrent Block Neutral Time Overcurrent 2 Block Neutral Time Overcurrent 1 Block Neutral Instantaneous Overcurrent 1 Block Neutral Instantaneous Overcurrent 2 Block Negative Sequence Instantaneous Overcurrent Block Negative Sequence Time Overcurrent Block Phase Time Overcurrent 2 Selected To Trip Undervoltage On Other Source Incomer 1 Closed Incomer 2 Closed BusTie Connected Bus Tie Closed Block Transfer Transformer Lockout Source Trip Close From Incomer 1 Close From Incomer 2 Initiate Reclosure Cancel Reclosure Block Reclosure Trigger Trace Memory Simulate Fault Trigger Data Log
3

58 2 59 2 60 2 61 2 62 63 64 65 1 70 71 72 73 74 75 76 F24 ctd. 77 78 79 80 90 91 92 100 101 102 103 104 3 105 106


3 4 2

Block All Sensitive Ground Overcurrent Block Sensitive Ground Instantaneous OC Block Sensitive Ground Time Overcurrent Block Reverse Power (requires Mod 008) Block Neutral Displacement User Input I User Input J User Input K User Input L User Input M User Input N User Input O User Input P User Input Q User Input R

107 4 108 109


7 7

110 7 111 7 112 7 113 7 114 115


7 7

116 7 117
7

64

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 7: Data Formats (Sheet 9 of 20)


Type 120 7 00FFh 1 2 3 4 5 6 7 8 9 10 F24 ctd. 11 12 13 14 15 16 17 18 7 19 7 20
7

Value Start Demand Interval Event Cause (last 8 bits) Relay Not Ready Analog Output +32V FLASH Corrupt EEPROM Corrupt Dry Contact +32V A/D Virtual Ground Internal RS485 Internal Temperature Clock Not Set Prototype Software Not Calibrated Force Relays Force Analog Out Simulation Mode Pickup Test Factory Service Mode IRIG-B Failure Not Used Not Used RTC Crystal Event Cause (last 8 bits) Event Rate High EEPROM Usage High Self-Test Warning Event Type

Description

Maintenance Alert Event Type 00FFh 1 2

2's Complement Signed Value F25 To convert phase currents to Amps, multiply by Phase CT Primary and divide by 1000. To convert ground current to Amps, multiply by Ground CT Primary and divide by 1000. To convert sensitive ground current to Amps, multiply by Sensitive Ground CT Primary and divide by 10000. To convert to voltages to Volts, multiply by VT Ratio, multiply by VT Secondary Voltage and divide by 1000. Trace Memory Channel Selector The contents of the Trace Memory Samples depends on the value contained in the Trace Memory Channel Selector as follows: 0 1 2 3 F26 4 5 6 7 8 9 10 0 1 2
3

Phase A Current (Format F25) Phase B Current (Format F25) Phase C Current (Format F25) Ground Current (Format F25) A-N (A-B) Voltage (Format F25) B-N Voltage (Format F25) C-N (C-B) Voltage (Format F25) Line Voltage (Format F25) Output Relay States (Format F40) Logic Input States (Format F46) Sensitive Ground Current (Format F25) None Odd Even

Communications Parity F27

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

65

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 7: Data Formats (Sheet 10 of 20)


Type 0 1 2 760 Operation F29 0 1 Enabled/Disabled F30 0 1 Baud Rate 0 1 F31 2 3 4 5 F32 Default Message Internally Defined ASCII Text Characters F33 00FFh FF00h F34 0 1 0 1 2 0 1 2 3 4 5 F36 6 7 8 9 10 11 12 13 14 0 1 F37 2 3 4 5
8

Value VT Connection Type None Wye Delta Not Ready Ready 0 = Disabled 1 = Enabled 300 Baud 1200 Baud 2400 Baud 4800 Baud 9600 Baud 19200 Baud

Description

F28

Second ASCII Character First ASCII Character De-energized Energized Self-Resetting Latched Pulsed Extremely Inverse Very Inverse Normally Inverse Moderately Inverse Definite Time IEC Curve A IEC Curve B IEC Curve C FlexCurve A FlexCurve B IAC Extreme Inverse IAC Very Inverse IAC Inverse IAC Short Inverse IEC Short Inverse Disabled Trip Trip & Autoreclose 760 only! Alarm Control Latched Alarm

Relay Non-operated State

Relay Output Type F35

Overcurrent Curve Shape

Trip/Alarm/Control Function

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

66

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 7: Data Formats (Sheet 11 of 20)


Type 0 F38 3 4 5 0 1 F39 3 4 58 69 0001h 0002h 0004h F40 0008h 0010h 0020h 0040h 0080h 1 2 3 0 F422 1 2 3 4 0 1 2 0001h F44 0002h 0004h 0020h
1 8

Value Alarm/Control Function Disabled Alarm Control Latched Alarm Disabled Trip Alarm Control Latched Alarm

Description

Trip/Alarm/Control Function

Blk Thrsh 1 (Analog Input Threshold 2 only) Relay 1 Trip (0 = not operated, 1 = operated) Relay 2 Close (0 = not operated, 1 = operated) Relay 3 Alarm (0 = not operated, 1 = operated) Relay 4 Aux (0 = not operated, 1 = operated) Relay 5 Aux (0 = not operated, 1 = operated) Relay 6 Aux (0 = not operated, 1 = operated) Relay 7 Aux (0 = not operated, 1 = operated) Self-test Relay (0 = not operated, 1 = operated) Any One Any Two All Three 0-1 mA 0-5 mA 4-20 mA 0-20 mA 0-10 mA None DC Shift Amplitude Modulated Major Internal Failure (0=disabled, 1=enabled) Minor Internal Failure (0=disabled, 1=enabled) Testing Mode (0=Disabled, 1=Enabled) Code Programming Mode (0=Disabled, 1=Enabled) Definite Time Inverse Time

Output Relay Status

Current/Voltage Phases F41

Analog Input Range

IRIG-B Signal Type F43


2

Out Of Service States

Undervoltage Curve Type F45 0 1

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

67

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 7: Data Formats (Sheet 12 of 20)


Type Value Contact Input Status 0001h 0002h 0004h 0008h 0010h 0020h F46 0040h 0080h 0100h 0200h 0400h 0800h 1000h 2000h 4000h F47 0001h 0002h 0 F48 1 2 3 1000h 2000h F49 4000h 8000h 0100h 0200h 0400h Polarization F50 0 1 2 0001h 0002h 0004h 0008h F51 0010h 0020h 0040h 0080h 0100h 7 8000h Voltage Current Dual +32V Analog Out Volt Monitor (0 = OK, 1 = Fail) +32V Switch In Volt Monitor (0 = OK, 1 = Failed) Real Time Clock (0 = OK, 1 = Unable to Start) Not Used EEPROM Failure (0 = OK, 1 = Failed) Internal Temperature (-40 to 70 C) (0 = OK, 1= Out of Range) A/D Virtual Ground (0 = OK, 1 = Out of Spec) Not Calibrated (0 = OK, 1 = Not Calibrated) Not Used Prototype Unit (0 = OK, 1 = Installed) Contact Input 1 State (0=Open, 1=Closed) Contact Input 2 State (0=Open, 1=Closed) Contact Input 3 State (0=Open, 1=Closed) Contact Input 4 State (0=Open, 1=Closed) Contact Input 5 State (0=Open, 1=Closed) Contact Input 6 State (0=Open, 1=Closed) Contact Input 7 State (0=Open, 1=Closed) Contact Input 8 State (0=Open, 1=Closed) Contact Input 9 State (0=Open, 1=Closed) Contact Input 10 State (0=Open, 1=Closed) Contact Input 11 State (0=Open, 1=Closed) Contact Input 12 State (0=Open, 1=Closed) Contact Input 13 State (0=Open, 1=Closed) Contact Input 14 State (0=Open, 1=Closed) Setpoint Access (0=Restricted, 1=Allowed) Coil Monitor 1 Circuit (0=Open, 1=Closed) Coil Monitor 2 Circuit (0=Open, 1=Closed) Disabled Prefault State Fault State Postfault State Pickup (0=Not picked up, 1=Picked up) Operate (0=Not operating, 1=Operating) Latched (0=Not latched, 1=Latched) Latched Alarm (0=Not latched, 1=Latched) Phase A (0=Phase A is not picked up/operating, 1= Phase A is picked up/operating) Phase B (0=Phase B is not picked up/operating, 1= Phase B is picked up/operating) Phase C (0=Phase C is not picked up/operating, 1= Phase C is picked up/operating) Description

Trip/Close Coil Status

Simulation Status

Protection Function State

A100 Self-Test Errors

F52

2's Complement Signed Value, 2 Decimal Places Distance to Fault Example: -12.34 stored as -1234. Note: a value of 327.67 indicates that the distance could not be calculated.

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

68

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 7: Data Formats (Sheet 13 of 20)


Type F53 Value Unsigned Value, 2 Decimal Places - Line Z1 to Fault Example: 12.34 stored as 1234. Note: a value of 655.35 indicates that the impedance could not be calculated Force LED State 0001h 0002h 0004h F54 0008h 0010h 0020h 0040h 0080h Front Panel Key 0 1 2 3 4 5 6 7 8 9 10 F55 13 14 15 16 17 18 19 20 21 22 23 24 25 31 0 F56 1 2 3 0004h F57 0008h 0010h 0020h 0040h 0 1 2 '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' '.' 'Value Up' 'Value Down' 'Message Up' 'Message Down' 'Message Right' 'Enter' 'Escape' 'Menu' 'Message Left' 'Reset' 'Open' 'Close' 'Help' No Key Disabled Incomer 1 Incomer 2 Bus Tie 3 Alarm (0 = Do Not Operate, 1 = Operate) 4 Auxiliary (0 = Do Not Operate, 1 = Operate) 5 Auxiliary (0 = Do Not Operate, 1 = Operate) 6 Auxiliary (0 = Do Not Operate, 1 = Operate) 7 Auxiliary (0 = Do Not Operate, 1 = Operate) Thermal Exponential Block Interval Rolling Demand LED #1 (Top) (0 = Off, 1 = On) LED #2 (0 = Off, 1 = On) LED #3 (0 = Off, 1 = On) LED #4 (0 = Off, 1 = On) LED #5 (0 = Off, 1 = On) LED #6 (0 = Off, 1 = On) LED #7 (0 = Off, 1 = On) LED #8 (Bottom) (0 = Off, 1 = On) Description

Transfer Function

Output Relays (3-7)

Demand Measurement Type F58

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

69

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 7: Data Formats (Sheet 14 of 20)


Type Value Overcurrent Blocking Flags 0001h 2 F59 2 0002h 2 0004h
2

Description Phase Inst OC 1 (0 = Do Not Block, 1= Block) Neutral Inst OC 1 (0 = Do Not Block, 1= Block) Ground Inst OC (0 = Do Not Block, 1= Block) Neg Seq Inst OC (0 = Do Not Block, 1= Block) Sens Gnd Inst OC (0 = Do Not Block, 1= Block) A100 Communications (0 = OK, 1 = Failing) Prototype Unit (0 = OK, 1 = Installed) None COM1 COM2 Front Disabled Contact Close Contact Open Virtual On Virtual Off Closed & Von Closed & Voff Open & Von Open & Voff Closed | Von

0008h 2 0010h 3 F61 0001h 8000h 0 F62 1 2 3 01 1


1

C400 Self Test Errors

Port Used For DNP

Inputs 1-14 Asserted Logic

21 31 4
1

51 6 F63 2 7
1 1

81 9
1 1

10

Closed | Voff Open | Von Open | Voff Closed X Von Closed X Voff Open X Von Open X Voff Disabled Virtual On Virtual Off Disabled Input 1 Input 2 Input 3 Input 20 Off On Instantaneous Linear

11 1 12 1 13 1 14 1 15 16 01 1 2 0 1 F65 2 3 20 Logic Input State F66 0 1 Reset Time Model F68 0 1


1 1 1 1

Inputs 15-20 Asserted Logic F64 2

Logic Input Function

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

70

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 7: Data Formats (Sheet 15 of 20)


Type Value Logic Input State F69 0100h 0200h 0400h F70 Contact State (0 = Open, 1 = Closed) Virtual State (0 = Off, 1 = On) Logic Input (0 = Not Asserted, 1 = Asserted) Description

Unsigned Value, 3 Decimal Places Example: 1.234 stored as 1234 Factory Service Commands 0 Clear Any Pending Commands Load Factory Default Setpoints Load Factory Default Calibration Data Clear Diagnostic Data LED's (0=Normal, 1=Use LED force codes) Reserved A100 Output Relay Watchdog (0=Normal, 1=Stop Updating) C400 Watchdog (0=Normal, 1=Stop Updating) 485 Communication Port (0=Normal, 1=Echo) E485 Comm Port (0=Normal, 1=Echo) A100 Watchdog (0=Normal, 1=Stop Updating) No Priority Adjustment Voltage Restraint Manual Close Cold Load Autoreclose 1 cycle 1 second 1 minute 5 minutes 10 minutes 15 minutes 20 minutes 30 minutes 60 minutes km Miles A (0=Not involved, 1= Involved) B (0=Not involved, 1= Involved) C (0=Not involved, 1= Involved) Ground (0=Not involved, 1= Involved)

F71

1 2 3 Force Hardware 0001h 0002h 8

F72

0004h 0008h 0010h 0020h 0040h 0

Dynamic Overcurrent Priority 1 2 3 4 0 1 2 F74 3 4 5 6 7 8 Units of Length F75 0 1 Type of Fault 0001h F76 0002h 0004h 0008h

F73

Data Logger Sample Rate

Example: B to C to Ground = 000Eh 1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

71

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 7: Data Formats (Sheet 16 of 20)


Type 0 1 2 3 F77 2 4 5 6 7 8 9 10 Value Analog Output Parameter Type Disabled Phase A Current Phase B Current Phase C Current Average Phase Current % of Load to Trip Neutral Current Phase A-N Voltage Phase B-N Voltage Phase C-N Voltage Average Phase Voltage Description

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

72

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 7: Data Formats (Sheet 17 of 20)


Type 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 34 1 35
1

Value Line A-B Voltage Line B-C Voltage Line C-A Voltage Average Line Voltage Frequency 3 Real Power (MW) 3 Reactive Power (Mvar) 3 Apparent Power (MVA) 3 Power Factor Last Phase A Current Demand Last Phase B Current Demand Last Phase C Current Demand Last Real Power Demand Last Reactive Power Demand Last Apparent Power Demand Analog Input Last Fault Location Positive Watthours Negative Watthours Positive Varhours Negative Varhours Ground Current A Real Power (MW) A Reactive Power (Mvar) A Apparent Power (MVA) A Power Factor B Real Power (MW) B Reactive Power (Mvar) B Apparent Power (MVA) B Power Factor C Real Power (MW) C Reactive Power (Mvar) C Apparent Power (MVA) C Power Factor Synchro Voltage Synchro Frequency Synchro Voltage Angle Sychro Voltage Difference Sychro Angle Difference Sychro Frequency Difference Frequency Decay Rate Polarizing Current Phase A Current Angle Phase B Current Angle Phase C Current Angle Neutral Current Angle Ground Current Angle Polarizing Current Angle A-N Voltage Angle B-N Voltage Angle

Description

36 1 37 1 F77 2 ctd. 38
1

39 1 40
1

41 1 42 1 43 44
1 1

45 1 46 1 47 1 48 1 49
1

50 1 51 1 52
3

53 1 54 1 55 1 56 1 57 58
1 3

59 1 60 1

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

73

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 7: Data Formats (Sheet 18 of 20)


Type 64 1 65 1 66
1

Value C-A Voltage Angle

Description

Positive Sequence Current Magnitude Positive Sequence Current Angle Negative Sequence Current Magnitude Negative Sequence Current Angle Zero Sequence Current Magnitude Zero Sequence Current Angle Positive Sequence Voltage Magnitude Positive Sequence Voltage Angle Negative Sequence Voltage Magnitude Negative Sequence Voltage Angle Zero Sequence Voltage Magnitude Zero Sequence Voltage Angle Sensitive Ground Current Sensitive Ground Current Angle Neutral Voltage Neutral Voltage Angle

67 1 68 1 69 1 70 1 71 1 F77 2 ctd. 72
1

73 1 74 1 75
1

76 1 77
3

78 3 79 4 80
4

Analog Output Minimum / Maximum The Range, Step Value, and Units for the Analog Output Minimum and Maximum depends upon the parameter type programmed for the output. The following table shows the format for a given parameter type:
PARAMETER All currents All voltages % Load to Trip Frequency all pwr / energy Power Factor Analog Input Fault Location Frequency Decay All Angles STEP 1 0.01 1 0.01 see F86 -0.99 to +1.00 0.01 0 to 65535 1 -1000.0 to +1000.0 0.1 -10.00 to +10.00 0.01 0 to 359 1 RANGE 0 to 65535 0.00 to 655.35 0 to 2000 20.00 to 65.00 UNITS Amps kV % Hz --units km / mi Hz/s Lag

F78 2

Setpoint Group 0 F79 1 2 3 0 F80 1 2 3 4 0 F81 1 2 3 Group 1 Group 2 Group 3 Group 4 Group 1 Group 2 Group 3 Group 4 Active Group 2 x 2048 4 x 1024 8 x 512 16 x 256

Edit Setpoint Group

Trace Memory / Data Logger Buffer

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

74

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

MODBUS MEMORY MAP

Table 7: Data Formats (Sheet 19 of 20)


Type Value Trace Memory / Data Logger Trigger 0x0001 F82 0x0002 0x0004 0x0008 0x0010 Phase Sequence F83 1 0 1 0 1 2 Pickup Type F85 1 0 1 Over Under ABC ACB Disabled Forward Reverse Trigger on pickup Trigger on dropout Trigger on trip Trigger on alarm Trigger on control Description

Overcurrent Direction F84 1

Auto-Ranging Power / Energy All power quantities auto-range to display units relative to the nominal power of the system as defined below. Multiply the power quantity in question by the multiplier in register 0316h to yield the correct reading. The SI prefix for all power and energy quantities before scaling by the multiplier is k. All power quantities are signed, single word registers (F4). All energy quantities are unsigned, double word registers (F7). The multiplier is determined from the nominal power which is defined as the product of three setpoints: PN = Phase CT Primary x Bus VT Secondary Voltage x Bus VT Ratio
NOMINAL POWER PN PN < 1 MVA 1 MVA PN < 10 MVA 10 MVA PN MULTIPLIER 1 10 100

F86 1

Example: If the 3 Real Power register (0310) has a value of 123 and the Multiplier register (0316) has a value of 10 then the value to display is 1230 kW. Undervoltage Restoration Source F87
3

0 1

Bus Line

Reserved for Mod 010 F88 6 0 1 DNP Data Link Confirmation Mode F89 7 0 1 2 Coil Monitor Type F90 7 0 1 Ethernet Options F91 10 This code represents the IP address, IP subnet mask, and IP default gateway of the relay. It is a string containing up to 15 ASCII characters terminated by a NULL or blank space. The string must be formatted as a correct IP address or subnet mask (for example, 3.94.247.21 or 255.255.255.0). Trace Memory Buffer 0 F92 10 1 2 3 F94 0 1 0 x 4096 4 x 2048 8 x 1024 16 x 512 Scheme 1 Scheme 2 Trip Close Never Sometimes Always

Bus Transfer Logic Schemes

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

75

MODBUS MEMORY MAP

CHAPTER 2: COMMUNICATIONS GUIDE

Table 7: Data Formats (Sheet 20 of 20)


Type F95 Value Floating Point (32 bits) IEEE 754 single precision binary floating-point format: binary32. The first modbus address contains the sign bit, exponent, and 7 most significant bits of the fraction. The second modbus address contains the 16 least significant bits of the fraction. Description

1 2 3 4 5 6 7 8 9 10 For explanation of footnotes, see notes of end of Table.

4.8

Data Formats Notes


1. 2. 3. 4. 5. 6. 7. 8. 9. New for version 2.10 Changed from version 2.00 to 2.10 New or changed for version 3.00 New or changed for version 3.20 New for version 3.30 New for version 3.31 MOD 010 New or changed for version 3.60 New or changed for version 3.70 New or changed for version 4.00

10. New for version 7.00

76

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

DNP COMMUNICATIONS

DNP Communications
5.1 DNP 3.0 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: 750/760 Feeder 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) 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 (note 1) Requires Data Link Layer Confirmation: Never Always Sometimes Configurable (note 1)  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)
None None  None  Fixed Fixed Fixed Variable Variable Variable Configurable  Configurable Configurable Configurable

Maximum Application Fragment Size (octets): Transmitted: 2048 Received: 2048 Maximum Application Layer Re-tries: None  Configurable

(fixed value is 5000 milliseconds) None  Fixed Variable

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

77

DNP COMMUNICATIONS

CHAPTER 2: COMMUNICATIONS GUIDE

DNP 3.0: DEVICE PROFILE DOCUMENT (Continued)

Executes Control Operations: Write Binary Outputs Never Always  Sometimes Configurable Select/Operate  Never Always Sometimes Configurable Direct Operate  Never Always Sometimes Configurable Direct Operate: No Ack  Never Always Sometimes Configurable Count > 1 Never Always  Sometimes Configurable Pulse On Sometimes Configurable  Never Always Pulse Off Never Always  Sometimes Configurable Latch On Sometimes Configurable  Never Always Latch Off Sometimes Configurable  Never Always Trip/Close Sometimes Configurable  Never Always See Binary / Control Relay Output on page 282 for explanation of the above. Queue Never Always  Sometimes Configurable Clear Queue Never Always  Sometimes Configurable 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 Sends Multi-Fragment Responses:
Yes

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
No 

Note 1: The data link layer confirmation mode, confirmation time-out, and number of retries are all configurable. Refer to the DNP Configuration section in Chapter 5 of the instruction manual for more details.

5.2

DNP Implementation
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.

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.

78

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

DNP COMMUNICATIONS

2.

All static input 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) and type 30 (Analog Input). The point tables for Binary Input and Analog Input objects contain a field which defines to which event class the corresponding static data has been assigned. For this object, the qualifier code must specify an index of 7 only. Table 8: DNP Implementation Table
Object Request Description Func Codes 1 1 1 1 1 1 1 1 3, 4, 5, 6 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 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 00, 01 17, 28 129 129 17, 28 17, 28 129 129 00, 01 00, 01 Response Func Codes Qual Codes (Hex)

3. 4.

Obj 1 1 1 2 2 2 10 10 12 30 30 30 30 30 32 32 32 32 32 50 60 60 60 60 80 0 1 2 0 1 2 0 2 1 0 1 2 3 4 0 1 2 3 4 1 1 2 3 4 1

Var

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 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 (Note 5) No object - Delay Measurement

1, 2, 3, 4, 5, 6: see the IMPLEMENATION TABLE NOTES above.

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.
Object Description Default Variation

1 2 10 30

Binary Input - Single Bit Binary Input Change With Time Binary Output Status 16-Bit Analog Input Without Flag

1 2 2 4

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

79

DNP COMMUNICATIONS

CHAPTER 2: COMMUNICATIONS GUIDE

Object

Description

Default Variation

32

16-Bit Analog Input Change Without Time

80

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

DNP POINT LISTS

DNP Point Lists


6.1 Binary Input / Binary Input Change
The point list for Binary Input (Object 01) and Binary Input Change (Object 02) is shown below.

Table 9: Binary Inputs DNP Points


Index 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 Description Relay In Service Trip Condition(s) Active Alarm Condition(s) Active Protection Picked Up Setpoint Group 1 Active Setpoint Group 2 Active Setpoint Group 3 Active Setpoint Group 4 Active Breaker Is Open Breaker Is Closed Reclosure Enabled 1 Reclosure Disabled 1 Reclosure In Progress 1 Reclosure Locked Out 1 Local Mode Active Diagnostic Message(s) Active Major Internal Failure Minor Internal Failure Testing Mode Active Contact Input 1 Closed Contact Input 2 Closed Contact Input 3 Closed Contact Input 4 Closed Contact Input 5 Closed Contact Input 6 Closed Contact Input 7 Closed Contact Input 8 Closed Event 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 Class 1

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

81

DNP POINT LISTS

CHAPTER 2: COMMUNICATIONS GUIDE

Table 9: Binary Inputs DNP Points


Index 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
Note

Description Contact Input 9 Closed Contact Input 10 Closed Contact Input 11 Closed Contact Input 12 Closed Contact Input 13 Closed Contact Input 14 Closed Setpoint Access Jumper Present Coil Monitor 1 Circuit Closed Coil Monitor 2 Circuit Closed Relay 1 Trip Operated Relay 2 Close Operated Relay 3 Auxiliary Operated Relay 4 Auxiliary Operated Relay 5 Auxiliary Operated Relay 6 Auxiliary Operated Relay 7 Auxiliary Operated Relay 8 Service Operated

Event 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

1. 2.

Any detected change in the state of any point will cause the generation of an event object. An event object will be generated as a result of any change in any point.

6.2

Binary / Control Relay Output


The point list for Binary Output (Object 10) and Control Relay Output (Object 12) is shown below.

82

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

DNP POINT LISTS

Table 10: Binary Outputs DNP Points


Index 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

Reset Open Breaker Close Breaker Virtual Input 1 Virtual Input 2 Virtual Input 3 Virtual Input 4 Virtual Input 5 Virtual Input 6 Virtual Input 7 Virtual Input 8 Virtual Input 9 Virtual Input 10 Virtual Input 11 Virtual Input 12 Virtual Input 13 Virtual Input 14 Virtual Input 15 Virtual Input 16 Virtual Input 17 Virtual Input 18 Virtual Input 19 Virtual Input 20 Breaker Control

The following restrictions should be observed when using object 12 to control the points listed in the above table. 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.

2.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

83

DNP POINT LISTS

CHAPTER 2: COMMUNICATIONS GUIDE

If the Code sub-field is NUL, then the command will be accepted without any action being taken. A Code sub-field of Pulse On (1) is valid only for points 0 through 2. This is used to activate the function (e.g., Reset) associated with the point. A Code sub-field of Pulse On (1) in combination with a value in the Trip/ Close sub-field form a Trip or Close value. A Trip value consists of a Pulse On (1) in the Code sub-field and a 2 in the Trip/Close sub-field. This results in a value of 81 (hex) in the Control Code field. A Close value consists of a Pulse On (1) in the Code sub-field and a 1 in the Trip/Close subfield. This results in a value of 41 (hex) in the Control Code field. A Code sub-field of Latch On (3) or Latch Off (4) is valid for all virtual input points (i.e., points 3 through 22). This is used to set the associated Virtual Input on (Latch On) or off (Latch Off). As well, a Close value in the Control Code field will cause the virtual input to be turned on while a Trip value in this field will cause the virtual input to be turned off. The Breaker Control point (23) will only accept a Trip or Close value. A value of Trip will activate the Breaker Open function. Similarly, a value of Close will activate the Breaker Close function. All operations not defined above are invalid and will be rejected.

3. 4.

The On Time and Off Time fields are ignored. A Pulse On Code takes effect immediately when received, therefore 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 Open Breaker (1), Close Breaker (2) or Breaker Control (23) points and the relay is in local mode (this status is indicated by Object 1, Point 14).

Setting or clearing a Virtual Input will always succeed, however an operate of the Reset, Open Breaker, Close Breaker or Breaker Control points 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 these points 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 a Binary Output, a read of points 0 through 2 and 23 will always return zero. For other points, the current state of the corresponding Virtual Input will be returned.

6.3

Analog Input / Analog Input Change


In the following table, the entry in the Format column indicates that the format of the associated data point can be determined by looking up the entry in the Memory Map Data Formats table. 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. The point list for Analog Input (Object 30) and Analog Input Change (Object 32) is shown below. Refer to the notes following the table for additional details.

84

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

DNP POINT LISTS

Table 11: Analog Inputs DNP Points (Sheet 1 of 7)


Index when Point Mapping is: Disabled Enabled Format Description Event Class Assigned

n/a n/a n/a n/a 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

0 1 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142

F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49

User Map Value 1 User Map Value 2 User Map Value 119 User Map Value 120 Phase Time Overcurrent 1 Phase Instantaneous Overcurrent 1 Phase Instantaneous Overcurrent 2 Ground Time Overcurrent Ground Instantaneous Overcurrent Neutral Time Overcurrent 1 Neutral Time Overcurrent 2 Neutral Instantaneous Overcurrent 1 Neutral Instantaneous Overcurrent 2 Phase Directional Is Reverse Neutral Directional Is Reverse Manual Close Blocking Cold Load Pickup Blocking Bus Undervoltage 1 Bus Undervoltage 2 Line Undervoltage 1 Line Undervoltage 2 Overvoltage 1 Overvoltage 2 Underfrequency 1 Underfrequency 2 Phase Current Level Neutral Current Level 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

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

85

DNP POINT LISTS

CHAPTER 2: COMMUNICATIONS GUIDE

Table 11: Analog Inputs DNP Points (Sheet 2 of 7)


Index when Point Mapping is: Disabled Enabled Format Description Event Class Assigned

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

143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171

F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49

Power Factor 1 Power Factor 2 Synchrocheck Block (Not In Sync) Current Demand Real Power Demand Reactive Power Demand Apparent Power Demand Analog Input Threshold 1 Analog Input Threshold 2 Analog Input Rate of Change 1 Analog Input Rate of Change 2 Overfrequency Trip Counter Arcing Current VT Failure Breaker Failure Breaker Operation Failure Trip Coil Monitor Close Coil Monitor User Input A User Input B User Input C User Input D User Input E User Input F User Input G User Input H Negative Sequence Instantaneous Overcurrent Negative Sequence Time Overcurrent

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

86

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

DNP POINT LISTS

Table 11: Analog Inputs DNP Points (Sheet 3 of 7)


Index when Point Mapping is: Disabled Enabled Format Description Event Class Assigned

52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81

172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201

F49 F49 F49 F49 F49 F49 F49 F49 F49 F1 F1 F1 F1 F1 F3 F3 F3 F3 F3 F3 F3 F1 F3 F3 F1 F86 F86 F86 F6 F3

Negative Sequence Overvoltage Undervoltage Restoration Underfrequency Restoration Phase Time Overcurrent 2 Frequency Decay Negative Sequence Directional Is Reverse Sensitive Ground Instantaneous Overcurrent Sensitive Ground Time Overcurrent Sensitive Ground Directional Is Reverse Phase A RMS Current (see Note 3) Phase B RMS Current (see Note 3) Phase C RMS Current (see Note 3) Percent Of Load-To-Trip (see Note 3) Ground Current (see Note 3) Phase A-Neutral RMS Voltage (see Note 3) Phase B-Neutral RMS Voltage (see Note 3) Phase C-Neutral RMS Voltage (see Note 3) Phase A-Phase B RMS Voltage (see Note 3) Phase B-Phase C RMS Voltage (see Note 3) Phase C-Phase A RMS Voltage (see Note 3) Sensitive Ground Current (see Note 3) Average Current (see Note 3) Average Line Voltage (see Note 3) Average Phase Voltage (see Note 3) Neutral Current (see Note 3) 3 Real Power (see Note 3) 3 Reactive Power (see Note 3) 3 Apparent Power (see Note 3) 3 Power Factor (see Note 3) System Frequency (see Note 4)

Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 Class 1 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

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

87

DNP POINT LISTS

CHAPTER 2: COMMUNICATIONS GUIDE

Table 11: Analog Inputs DNP Points (Sheet 4 of 7)


Index when Point Mapping is: Disabled Enabled Format Description Event Class Assigned

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

202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231

F1 F23 F23 F22 F22 F24 F1 F1 F1 F1 F3 F3 F3 F3 F3 F1 F1 F23 F23 F22 F22 F76 F52 F53 F23 F23 F22 F22 F76 F52

Analog Input (see Note 3) Date Of Last Trip (upper 16 Bits, see Note 1) Date Of Last Trip (lower 16 Bits, see Note 1) Time Of Last Trip (upper 16 Bits, see Note 1) Time Of Last Trip (lower 16 Bits, see Note 1) Cause Of Last Trip Last Trip Phase A RMS Current Last Trip Phase B RMS Current Last Trip Phase C RMS Current Last Trip Ground Current Last Trip Sensitive Ground Current Last Trip A-N (A-B) RMS Voltage Last Trip B-N (B-C) RMS Voltage Last Trip C-N (C-A) RMS Voltage Last Trip System Frequency Last Trip Analog Input Last Trip Neutral Current Date Of Fault 1 (Upper 16 Bits - See Note 1) Date Of Fault 1 (Lower 16 Bits - See Note 1) Time Of Fault 1 (Upper 16 Bits - See Note 1) Time Of Fault 1 (Lower 16 Bits - See Note 1) Type Of Fault 1 Distance To Fault 1 Line Z1 To Fault 1 (Magnitude) Date Of Fault 2 (Upper 16 Bits - See Note 1) Date Of Fault 2 (Lower 16 Bits - See Note 1) Time Of Fault 2 (Upper 16 Bits - See Note 1) Time Of Fault 2 (Lower 16 Bits - See Note 1) Type Of Fault 2 Distance To Fault 2

Class 2 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 3 Class 3 Class 3 Class 3 Class 3 Class 3 Class 3

88

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

DNP POINT LISTS

Table 11: Analog Inputs DNP Points (Sheet 5 of 7)


Index when Point Mapping is: Disabled Enabled Format Description Event Class Assigned

112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141

232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261

F53 F23 F23 F22 F22 F76 F52 F53 F23 F23 F22 F22 F76 F52 F53 F23 F23 F22 F22 F76 F52 F53 F23 F23 F22 F22 F76 F52 F53 F23

Line Z1 To Fault 2 (Magnitude) Date Of Fault 3 (Upper 16 Bits - See Note 1) Date Of Fault 3 (Lower 16 Bits - See Note 1) Time Of Fault 3 (Upper 16 Bits - See Note 1) Time Of Fault 3 (Lower 16 Bits - See Note 1) Type Of Fault 3 Distance To Fault 3 Line Z1 To Fault 3 (Magnitude) Date Of Fault 4 (Upper 16 Bits - See Note 1) Date Of Fault 4 (Lower 16 Bits - See Note 1) Time Of Fault 4 (Upper 16 Bits - See Note 1) Time Of Fault 4 (Lower 16 Bits - See Note 1) Type Of Fault 4 Distance To Fault 4 Line Z1 To Fault 4 (Magnitude) Date Of Fault 5 (Upper 16 Bits - See Note 1) Date Of Fault 5 (Lower 16 Bits - See Note 1) Time Of Fault 5 (Upper 16 Bits - See Note 1) Time Of Fault 5 (Lower 16 Bits - See Note 1) Type Of Fault 5 Distance To Fault 5 Line Z1 To Fault 5 (Magnitude) Date Of Fault 6 (Upper 16 Bits - See Note 1) Date Of Fault 6 (Lower 16 Bits - See Note 1) Time Of Fault 6 (Upper 16 Bits - See Note 1) Time Of Fault 6 (Lower 16 Bits - See Note 1) Type Of Fault 6 Distance To Fault 6 Line Z1 To Fault 6 (Magnitude) Date Of Fault 7 (Upper 16 Bits - See Note 1)

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

89

DNP POINT LISTS

CHAPTER 2: COMMUNICATIONS GUIDE

Table 11: Analog Inputs DNP Points (Sheet 6 of 7)


Index when Point Mapping is: Disabled Enabled Format Description Event Class Assigned

142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171

262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291

F23 F22 F22 F76 F52 F53 F23 F23 F22 F22 F76 F52 F53 F23 F23 F22 F22 F76 F52 F53 F23 F23 F22 F22 F76 F52 F53 F49 F49 F49

Date Of Fault 7 (Lower 16 Bits - See Note 1) Time Of Fault 7 (Upper 16 Bits - See Note 1) Time Of Fault 7 (Lower 16 Bits - See Note 1) Type Of Fault 7 Distance To Fault 7 Line Z1 To Fault 7 (Magnitude) Date Of Fault 8 (Upper 16 Bits - See Note 1) Date Of Fault 8 (Lower 16 Bits - See Note 1) Time Of Fault 8 (Upper 16 Bits - See Note 1) Time Of Fault 8 (Lower 16 Bits - See Note 1) Type Of Fault 8 Distance To Fault 8 Line Z1 To Fault 8 (Magnitude) Date Of Fault 9 (Upper 16 Bits - See Note 1) Date Of Fault 9 (Lower 16 Bits - See Note 1) Time Of Fault 9 (Upper 16 Bits - See Note 1) Time Of Fault 9 (Lower 16 Bits - See Note 1) Type Of Fault 9 Distance To Fault 9 Line Z1 To Fault 9 (Magnitude) Date Of Fault 10 (Upper 16 Bits - See Note 1) Date Of Fault 10 (Lower 16 Bits - See Note 1) Time Of Fault 10 (Upper 16 Bits - See Note 1) Time Of Fault 10 (Lower 16 Bits - See Note 1) Type Of Fault 10 Distance To Fault 10 Line Z1 To Fault 10 (Magnitude) Reserved for MOD 008 Neutral Displacement Ground Directional is Reverse Class 1 Class 1 Class 1

90

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

CHAPTER 2: COMMUNICATIONS GUIDE

DNP POINT LISTS

Table 11: Analog Inputs DNP Points (Sheet 7 of 7)


Index when Point Mapping is: Disabled Enabled Format Description Event Class Assigned

172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
Note

292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309

F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F49 F1 F3 F3

Reserved For MOD 010 User Input I User Input J User Input K User Input L User Input M User Input N User Input O User Input P User Input Q User Input R User Input S User Input T Autoreclose Rate Supervision Restricted Earth Fault Auto Ranging Power / Energy Multiplier Neutral Voltage (see Note 3) Last Trip Neutral Voltage

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 2 Class 2 Class 1

1.

To support existing SCADA hardware that is not capable of 32-bit data reads, the upper and lower 16-bit portions of all time and date values have been assigned to separate points. To read a date or time, 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 (i.e., F22 for time, F23 for date). Points which have an assigned event class will generate an event object as a result of any change in the points value unless otherwise noted. An event object will be generated if the points value changes by a minimum of 2% of its previous value. An event object will be generated if the system frequency changes by 0.04 Hz or more. There are two defined maps for Analog Output points. The map that is used is specified by the setting of the DNP Point Mapping setpoint at Modbus address 10DBh. This setpoint may be set to a value of Disabled or Enabled. When Disabled, only the preassigned Analog Output points are available beginning at point index 0.

2. 3. 4. 5.

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

91

DNP POINT LISTS

CHAPTER 2: COMMUNICATIONS GUIDE

When Enabled, the User Map Values are assigned to points 0 through 119 with the preassigned Analog Outputs following beginning with Point Index 120. The value read from points 0 through 119 will depend upon the value programmed into the corresponding User Map Address setpoint (note that programming of these setpoints can only be accomplished via Modbus). Refer to Accessing Data via the User Map on page 216 for more information. Please note that changes in User Map Values never generate event objects.

92

750/760 FEEDER MANAGEMENT RELAY INSTRUCTION MANUAL

Potrebbero piacerti anche