Appendix B: Modbus Protocol B.4 Modbus Data: 1601-0800-A1 F650 Digital Bay Controller B-19
Appendix B: Modbus Protocol B.4 Modbus Data: 1601-0800-A1 F650 Digital Bay Controller B-19
4 MODBUS DATA
0X11,0Xd1,0Xd0,0X10,0Xf0,0X30,0X31,0Xf1,0X33,0Xf3,
0Xf2,0X32,0X36,0Xf6,0Xf7,0X37,0Xf5,0X35,0X34,0Xf4,
0X3c,0Xfc,0Xfd,0X3d,0Xff,0X3f,0X3e,0Xfe,0Xfa,0X3a,
0X3b,0Xfb,0X39,0Xf9,0Xf8,0X38,0X28,0Xe8,0Xe9,0X29,
0Xeb,0X2b,0X2a,0Xea,0Xee,0X2e,0X2f,0Xef,0X2d,0Xed,
0Xec,0X2c,0Xe4,0X24,0X25,0Xe5,0X27,0Xe7,0Xe6,0X26,
0X22,0Xe2,0Xe3,0X23,0Xe1,0X21,0X20,0Xe0,0Xa0,0X60,
0X61,0Xa1,0X63,0Xa3,0Xa2,0X62,0X66,0Xa6,0Xa7,0X67,
0Xa5,0X65,0X64,0Xa4,0X6c,0Xac,0Xad,0X6d,0Xaf,0X6f,
0X6e,0Xae,0Xaa,0X6a,0X6b,0Xab,0X69,0Xa9,0Xa8,0X68,
0X78,0Xb8,0Xb9,0X79,0Xbb,0X7b,0X7a,0Xba,0Xbe,0X7e,
0X7f,0Xbf,0X7d,0Xbd,0Xbc,0X7c,0Xb4,0X74,0X75,0Xb5,
0X77,0Xb7,0Xb6,0X76,0X72,0Xb2,0Xb3,0X73,0Xb1,0X71,
0X70,0Xb0,0X50,0X90,0X91,0X51,0X93,0X53,0X52,0X92,
0X96,0X56,0X57,0X97,0X55,0X95,0X94,0X54,0X9c,0X5c,
0X5d,0X9d,0X5f,0X9f,0X9e,0X5e,0X5a,0X9a,0X9b,0X5b,
0X99,0X59,0X58,0X98,0X88,0X48,0X49,0X89,0X4b,0X8b,
0X8a,0X4a,0X4e,0X8e,0X8f,0X4f,0X8d,0X4d,0X4c,0X8c,
0X44,0X84,0X85,0X45,0X87,0X47,0X46,0X86,0X82,0X42,
0X43,0X83,0X41,0X81,0X80,0X40 };
UCHAR chi;
UCHAR clo;
USHORT ui;
chi = 0xff;
clo = 0xff;
while(us--)
{ ui = chi ^ *p++;
chi = clo ^ hi[ui];
clo = lo[ui];
}
ui = chi;
ui = ui << 8;
ui = ui | clo; // Big-Endian format
return(ui);
}
If it is Little-Endian format the returned bytes must be interchanged: each unsigned 16 bit type's bytes need to be
swapped.
The Memory map can be obtained from EnerVista 650 Setup software, menu:
View > ModBus Memory map
ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS
Estado CPU - CPU Status
0x0003 0x0100 TIMER STATUS F001 R 1
0x0003 0x0200 E2PROM STATUS F001 R 1
Salidas Virtuales (512 elementos) - Virtual Outputs
0x0005 0x0400 VIRTUAL OUTPUT 000 F001 R 1
0x0005 0x0800 VIRTUAL OUTPUT 001 F001 R 1
... ... ... ... ... ... ... ...
0x0025 0x0200 VIRTUAL OUTPUT 511 F001 R 1
Salidas virtuales analógicas- Virtual Output Analog
0x07D0 INT32_000 F005 1.000 R 2
0x07D2 INT32_001 F005 1.000 R 2
0x07D4 INT32_002 F005 1.000 R 2
0x07D6 INT32_003 F005 1.000 R 2
0x07D8 INT32_004 F005 1.000 R 2
0x07DA INT32_005 F005 1.000 R 2
0x07DC INT32_006 F005 1.000 R 2
0x07DE INT32_007 F005 1.000 R 2
0x07E0 INT32_008 F005 1.000 R 2
0x07E2 INT32_009 F005 1.000 R 2
0x07E4 INT32_010 F005 1.000 R 2
0x07E6 INT32_011 F005 1.000 R 2
0x07E8 INT32_012 F005 1.000 R 2
0x07EA INT32_013 F005 1.000 R 2
0x07EC INT32_014 F005 1.000 R 2
0x07EE INT32_015 F005 1.000 R 2
0x07F0 INT32_016 F005 1.000 R 2
0x07F2 INT32_017 F005 1.000 R 2
0x07F4 INT32_018 F005 1.000 R 2
0x07F6 INT32_019 F005 1.000 R 2
0x07F8 INT32_020 F005 1.000 R 2
0x07FA INT32_021 F005 1.000 R 2
0x07FC INT32_022 F005 1.000 R 2
0x07FE INT32_023 F005 1.000 R 2
0x0800 INT32_024 F005 1.000 R 2
0x0802 INT32_025 F005 1.000 R 2
0x0804 INT32_026 F005 1.000 R 2
0x0806 INT32_027 F005 1.000 R 2
0x0808 INT32_028 F005 1.000 R 2
0x080A INT32_029 F005 1.000 R 2
0x080C INT32_030 F005 1.000 R 2
0x080E INT32_031 F005 1.000 R 2
0x0810 INT32_032 F005 1.000 R 2
0x0812 INT32_033 F005 1.000 R 2
0x0814 INT32_034 F005 1.000 R 2
0x0816 INT32_035 F005 1.000 R 2
Estado Señales Reposición de Salidas Tarjeta F (16 elementos) - Board F: Contact Output Resets
0x008A 0x1000 CONT OP RESET_F_1 F001 R 1
Estado Salidas Tarjeta F (16 elementos) - Board F: Contact Outputs -physical status-
0x008B 0x1000 CONT OP_F_01 F001 R 1
0x008B 0x2000 CONT OP_F_02 F001 R 1
... ... ... ... ... ... ... ...
0x008C 0x0800 CONT OP_F_16 F001 R 1
Estado Tarjeta F - Board F Status
0x008C 0x1000 BOARD F STATUS F001 R 1
Estado Entradas Tarjeta G (32 elementos) - Board G: Contact Input Status
0x00AC 0x2000 CONT IP_G_CC1 F001 R 1
0x00AC 0x4000 CONT IP_G_CC2 F001 R 1
... ... ... ... ... ... ... ...
0x00AE 0x1000 CONT IP_G_CC32 F001 R 1
Estado Señales Activación salidas Tarjeta G (16 elementos) - Board G: Contact Output Operate -logical status-
0x00AE 0x2000 CONT OP OPER_G_01 F001 R 1
0x00AE 0x4000 CONT OP OPER_G_02 F001 R 1
... ... ... ... ... ... ... ...
0x00AF 0x1000 CONT OP OPER_G_16 F001 R 1
Estado Señales Reposición de Salidas Tarjeta G (16 elementos) - Board G: Contact Output Resets
0x00AF 0x2000 CONT OP RESET_G_01 F001 R 1
0x00AF 0x4000 CONT OP RESET_G_02 F001 R 1
... ... ... ... ... ... ... ...
0x00B0 0x1000 CONT OP RESET_G_16 F001 R 1
Estado Salidas Tarjeta G (16 elementos) - Board G: Contact Outputs -physical status-
0x00B0 0x2000 CONT OP_G_01 F001 R 1
0x00B0 0x4000 CONT OP_G_02 F001 R 1
... ... ... ... ... ... ... ...
0x00B1 0x1000 CONT OP_G_16 F001 R 1
Estado Tarjeta G - Board G Status
0x00B1 0x2000 BOARD G STATUS F001 R 1
LEDS HMI (16 elementos) - HMI Leds
0x00D1 0x4000 READY LED F001 R 1
0x00D1 0x8000 LED 1 F001 R 1
0x00D1 0x0001 LED 2 F001 R 1
0x00D1 0x0002 LED 3 F001 R 1
0x00D1 0x0004 LED 4 F001 R 1
0x00D1 0x0008 LED 5 F001 R 1
Appendix C:
1. Physical Port: The F650 supports the Distributed Network Protocol (DNP) version 3.0. The F650 can be used as a
DNP slave device connected up to three DNP masters (usually RTUs or SCADA master stations). The Physical Port
setting is used to select the communications port assigned to the DNP protocol for a specific logical DNP slave
device of F650. When this setting is set to NETWORK, the DNP protocol can be used over either TCP/IP or UDP/IP.
2. Address: This setting is the DNP slave address. This number identifies the F650 on a DNP communications link.
Each logical DNP slave should be assigned a unique address.
3-22. IP Addr Client x Oct x: this setting is one of four octets of an IP address. The F650 relay can respond to a maximum
of 5 specific DNP masters (not in the same time). To set the IP address of DNP master it is necessary to set four
octets (e.g. to set the IP address of the first DNP master to 192.168.48.125, you should set IP Addr Client1 Oct1 =
192, IP Addr Client1 Oct2 = 168, IP Addr Client1 Oct3 = 48, IP Addr Client1 Oct4 = 125).
23. TCP/UDP Port: TCP/UDP port number for the case of DNP3 communication being performed through the Ethernet.
24. Unsol Resp Function: ENABLED, if unsolicited responses are allowed, and DISABLED otherwise.
25. Unsol Resp TimeOut: sets the time the F650 waits for a DNP master to confirm an unsolicited response.
26. Unsol Resp Max Ret: This setting determines the number of times the F650 retransmits an unsolicited response
without receiving a confirmation from the master. Once this limit has been exceeded, the unsolicited response is
sent at a larger interval. This interval is called the unsolicited offline interval and is fixed at 10 minutes.
27. Unsol Resp Dest Adr: This setting is DNP address to which all unsolicited responses are sent. The IP address to
which unsolicited responses are sent is determined by the F650 from either the current DNP TCP connection or the
most recent UDP message.
28-32. Scale Factor: These settings are numbers used to scale Analog Input point values. These settings group the F650
Analog Input data into types: current, voltage, power, energy, and other. Each setting represents the scale factor
for all Analog Input points of that type. For example, if the Voltage Scale Factor is set to a value of 1000, all DNP
Analog Input points that are voltages are returned with the values 1000 times smaller (e.g. a value 72000 V on the
F650 is returned as 72). These settings are useful when Analog Input values must be adjusted to fit within certain
ranges in DNP masters. Note that a scale factor of 0.1 is equivalent to a multiplier of 10 (i.e. the value is 10 times
larger).
33-37. Deadband: These settings are the values used by the F650 to determine when to trigger unsolicited responses
containing Analog Input data. These settings group the F650 Analog Input data into types: current, voltage, power,
energy, and other. Each setting represents the default deadband value for all Analog Input points of that type. For
example, in order to trigger unsolicited responses from the F650 when any current values change by 15 A, the
Current Deadband setting should be set to 15. Note that these settings are the default values of the deadbands.
DNP object 34 points can be used to change deadband values, from the default, for each individual DNP Analog
Input point. Whenever power is removed and re-applied to the F650, the default deadbands are in effect.
38. Msg Fragment Size: This setting determines the size, in bytes, at which message fragmentation occurs. Large
fragment sizes allow for more efficient throughput; smaller fragment sizes cause more application layer
confirmations to be necessary which can provide for more robust data transfer over noisy communication
channels
39-48. Binary Input Block x: These settings allow customization and change of the size of DNP Binary Inputs point list. The
default Binary Inputs point list contains 160 points representing binary states that are configured using Setpoint >
Relay Configuration in the EnerVista 650 Setup program. These 160 binary states are grouped in 10 blocks of 16
points each. There are 128 bits (8 blocks of 16) called Control Events and 32 bits (2 blocks of 16) corresponding to
the states of 16 switchgears available in F650 relay. If not all of the 160 points are required in the DNP master, a
custom Binary Inputs point list can be created by selecting up to 10 blocks of 16 points. Each block represents 16
Binary Input points. Block 1 represents Binary Input points 0-15, block 2 represents Binary Input points 16- 31, block
3 represents Binary Input points 32-47, etc. The minimum number of Binary Input points that can be selected is 16
(1 block). If all of the Binary Input Block x settings are set to “NOT USED”, the default list of 160 points is in effect.
The F650 forms the Binary Inputs points list from the Binary Input Block x settings up to the first occurrence of a
setting value “NOT USED”. Permitted values for these settings are: NOT USED, CTL EVENTS 1-16, CTL EVENTS 17-32,
CTL EVENTS 33-48, CTL EVENTS 49-64, CTL EVENTS 65-80, CTL EVENTS 81-96, CTL EVENTS 97-112, CTL EVENTS 113-
128, SWITCHGEAR 1-8, SWITCHGEAR 9-16,BOARD F 1-16,BOARD F 17-32, BOARD G 1-16, BOARD G 17-32,BOARD H
1-16, BOARD H 17-32, BOARD J 1-16,BOARD J 17-32.
49-81. Default analog Map: This setting allows selection between predefined Analog Input Points or choosing preferred
Analog Input Points (from 50 to 81).
Reports Binary Input Change Events when no specific Reports time-tagged Binary Input Change Events when no
variation requested: specific variation requested:
Never Never
Only time-tagged Binary Input Change With Time
Only non-time-tagged Binary Input Change With Relative Time
Configurable Configurable (attach explanation)
Sends Unsolicited Responses: Sends Static Data in Unsolicited Responses:
Never Never
Configurable When Device Restarts
Only certain objects When Status Flag Change
Sometimes (attach explanation)
ENABLE/DISABLE unsolicited Function codes No other options permitted
supported
Explanation of ‘Sometimes’: It will be disabled for RS-
485 applications, since there is no collision avoidance
mechanism. For ethernet communication it will be
available and it can be disabled or enabled with the
proper function code.
Default CounterObject/Variation: Counters Roll Over at:
No Counters Reported No Counters Reported
Configurable (attach explanation) Configurable (attach explanation)
Default Object: 20. 16 Bits
Default Variation: 1 32 Bits
Point-by-point list attached Other Value: ______
Point-by-point list attached
Sends Multi-Fragment Responses:
Yes
No
The following table shows objects, variations, function codes and qualifiers supported by F650 units, both in requests and
responses for DNP3 protocol. For static (non-change-event) objects, requests sent with qualifiers 00, 01, 06, 07 or 08, are
responded to with qualifiers 00 or 01. Static object requests sent with qualifiers 17 or 28 are responded to with qualifiers 17
or 28. For change-event objects, qualifiers 17 or 28 are always responded.
Text in bold and italic indicates functionality higher than DNP3 implementation level 2.
1 (read)
20 (enable unsol)
60 0 Class 0, 1, 2, and 3 Data 06 (no range, or all)
21 (disable unsol)
22 (assign class)
60 1 Class 0 Data 06 (no range, or all)
1 (read)
20 (enable unsol) 06 (no range, or all)
60 2 Class 1 Data
21 (disable unsol) 07,08 (limited qty)
22 (assign class)
1 (read)
20 (enable unsol) 06 (no range, or all)
60 3 Class 2 Data
21 (disable unsol) 07,08 (limited qty)
22 (assign class)
1 (read)
20 (enable unsol) 06 (no range, or all)
60 4 Class 3 Data
21 (disable unsol) 07,08 (limited qty)
22 (assign class)
00 (start-stop)
80 1 Internal Indications 2 (write)
(index must =7)
No Object (function code only)
13 (cold restart)
See Note 3
No Object (function code only) 14 (warm restart)
No Object (function code only) 23 (delay meas.)
Note 1: A default variation refers to the variation responded when variation 0 is requested and/or in class 0, 1, 2, or 3 scans.
Note 2: For static (non-change-event) objects, qualifiers 17 or 28 are only responded when a request is sent with qualifiers 17 or 28,
respectively. Otherwise, static object requests sent with qualifiers 00, 01, 06, 07, or 08, are responded to with qualifiers 00 or 01 (for
change-event objects, qualifiers 17 or 28 are always responded).
Note 3: Cold restarts are implemented the same as warm restarts – The F650 is not restarted, but the DNP process is restarted.
POINT NAME/DESCRIPTION
INDEX
0-127 Control Events 1-128
128 Switchgear 1 Contact A
129 Switchgear 1 Contact B
130 Switchgear 2 Contact A
131 Switchgear 2 Contact B
132 Switchgear 3 Contact A
133 Switchgear 3 Contact B
134 Switchgear 4 Contact A
135 Switchgear 4 Contact B
136 Switchgear 5 Contact A
137 Switchgear 5 Contact B
138 Switchgear 6 Contact A
139 Switchgear 6 Contact B
140 Switchgear 7 Contact A
141 Switchgear 7 Contact B
142 Switchgear 8 Contact A
In the example presented in this chapter the F650 relay has 48 Binary Input points, as shown in the table below.
POINT NAME/DESCRIPTION
INDEX
0 CONT_IP_F_CC1(CC1)
1 CONT_IP_F_CC2(CC2)
2 CONT_IP_F_CC3(CC3)
3 CONT_IP_F_CC4(CC4)
4 CONT_IP_F_CC5(CC5)
5 CONT_IP_F_CC6(CC6)
6 CONT_IP_F_CC7(CC7)
7 CONT_IP_F_CC8(CC8)
8 PH IOC1 HIGH A PKP
9 PH IOC1 HIGH B PKP
10 PH IOC1 HIGH C PKP
11 PH IOC1 LOW A PKP
12 PH IOC1 LOW B PKP
13 PH IOC1 LOW C PKP
14 GROUND IOC1 PKP
15 NEUTRAL IOC1 PKP
16 CONT OP_F_01
17 CONT OP_F_02
18 CONT OP_F_03
19 CONT OP_F_04
20 CONT OP_F_05
21 CONT OP_F_06
22 CONT OP_F_07
23 CONT OP_F_08
POINT NAME/DESCRIPTION
INDEX
24 Not Configured
25 Not Configured
26 Not Configured
27 Not Configured
28 Not Configured
29 Not Configured
30 Not Configured
31 Not Configured
32 CONT_IP_F_CC13 (CC13)
33 CONT_IP_F_CC14(CC14)
34 CONT_IP_F_CC15(CC15)
35 CONT_IP_F_CC16(CC16)
36 Not Configured
37 Not Configured
38 Not Configured
39 Not Configured
40 Not Configured
41 Not Configured
42 Not Configured
43 Not Configured
44 Not Configured
45 Not Configured
46 Not Configured
47 Not Configured
BINARY COUNTERS
FROZEN COUNTERS
The "Fault Type" is represented by enumeration value. The table below shows values with DNP3 setting "Other Scale Factor
= 1".
ENUM VALUE FAULT TYPE
0 GROUND
1 PHASE
2 TRIPH
3 AG
4 ABG
5 AB
6 BG
7 BCG
8 BC
9 CG
10 CAG
11 CA
12 NAF
If the DNP3 setting "Other Scale Factor" has a value different from "1" then "Enum Value" is scaled by the adjusted factor.
For example if "Other Scale Factor = 0.001", then the value corresponding to "TRIPH" fault type is 2000.
NAF indicates that the type of fault has not been calculated.
D.1 Introduction
The F650 implements functionality of an IEC 60870-5-104 server. The devices responds to client requests or can send
spontaneous transmissions. F650 implementation of 60870-5-104 provides analog metering and states.
The IEC 60870-5-104 communications protocol is supported on Ethernet ports A and B only.
ASDU is the information unit used for data transmission. An ASDU may have data inside or not. The ASDU is encapsulated
in another package of the link layer. ASDU address takes up 2 bytes.
Communication frames can be control or data frames. Control strings do not have ASDU inside.
A frame is consisting of 3 parts. (2 of them are not always present):
Link data + [ASDU header+ [ASDU data]]
The data between brackets can be omitted.
In IEC104 communication is made by TCP/IP protocols. Actually, it is a TCP communication. The default port is the 2404.
The F650 is listening as a server and supports up to two different IEC60870-5-104 masters simultaneously.
Spontaneous Transmission:
Information objects may be transmitted without a specific request from the IEC 60870-5-104 master.
Clock synchronization
F650 supports clock synchronization from IEC 60870-5-104 master.
If IRIG-B, PTP-1588 or SNTP is being used for time synchronization, the IEC 60870-5-104 clock synchronization command
does not set the F650 real time clock.
Command transmission
F650 is allowed to accept single commands and double commands.
The Communication settings for IEC 60870-5-104 protocol are the following:
Product Setup > Communication Settings > IEC 870-5-104
Name Value Units Range
Function DISABLED
TCP Port 2404 [0:65535]
Common Addr of ASDU 255 [0:65535]
Cyclic Meter Period 0 Seconds [0:3600]
Synchronization Event 0 Minutes [0:1400]
IEC104 NET1 CLI1 OCTET1 0 [0 : 255]
IEC104 NET1 CLI1 OCTET2 0 [0 : 255]
IEC104 NET1 CLI1 OCTET3 0 [0 : 255]
IEC104 NET1 CLI1 OCTET4 0 [0 : 255]
IEC104 NET1 CLI2 OCTET1 0 [0 : 255]
IEC104 NET1 CLI2 OCTET2 0 [0 : 255]
IEC104 NET1 CLI2 OCTET3 0 [0 : 255]
IEC104 NET1 CLI2 OCTET4 0 [0 : 255]
Function 2 DISABLED
TCP Port 2 2404 [0:65535]
Common Addr of ASDU 2 255 [0:65535]
IEC104 NET2 CLI1 OCTET1 0 0 : 255]
IEC104 NET2 CLI1 OCTET2 0 0 : 255]
IEC104 NET2 CLI1 OCTET3 0 0 : 255]
IEC104 NET2 CLI1 OCTET4 0 0 : 255]
IEC104 NET2 CLI2 OCTET1 0 0 : 255]
IEC104 NET2 CLI2 OCTET2 0 0 : 255]
IEC104 NET2 CLI2 OCTET3 0 0 : 255]
IEC104 NET2 CLI2 OCTET4 0 0 : 255]
IEC104 SCALE CURRENT 1
IEC104 SCALE VOLTAGE 1
Function: Enable or disable the protocol operation for the first IEC 60870-5-104
connection.
TCP Port: Listening TCP port in the relay. Default value is 2404.
Common Addr of ASDU: Address in the ASDU header. Default value is 255.
Cyclic Meter Period: Number of seconds for cyclical data sending, 0 means no spontaneous
meterings.
Synchronization event: Period of time (in minutes) for which timestamps are considered valid after
receiving a clock synchronization command.
IEC104 NET1 CLI1 OCTET1 to 4: These four octets define the IP address of the first client that is accepted in
the first connection. The F650 relay can respond to a maximum of 2 IEC
60870-5-104 masters (not at the same time) in this connection.
EC104 NET1 CLI2 OCTET1 to 4: These four octets define the IP address of the second client that is accepted
in the first connection. The F650 relay can respond to a maximum of 2 IEC
60870-5-104 masters (not at the same time) in this connection.
Function 2: Enable or disable the protocol operation for the second connection.
TCP Port 2: Listening TCP port in the relay. Default value is 2404.
Common Addr of ASDU2: Address in the ASDU header. Default value is 255.
IEC104 NET2 CLI1 OCTET1 to 4: These four octets define the IP address of the first client that is accepted in
the second connection. The F650 relay can respond to a maximum of 2 IEC
60870-5-104 masters (not at the same time) in this connection.
IEC104 NET2 CLI2 OCTET1 to 4: These four octets define the IP address of the second client that is accepted
in the second connection. The F650 relay can respond to a maximum of 2
IEC 60870-5-104 masters (not at the same time) in this connection.
IEC104 SCALE CURRENT, VOLTAGE,
POWER, ENERGY, OTHER: These settings are numbers used to scale Analog Input point values. These
settings group the F650 Analog Input data into types: current, voltage,
power, energy, and other. Each setting represents the scale factor for all
Analog Input points of that type. For example, if the IEC104 SCALE VOLTAGE
is set to a value of 1000, all IEC104 Analog Input points that are voltages are
returned with the values 1000 times smaller (e.g. a value 72000 V on the
F650 is returned as 72). These settings are useful when Analog Input values
must be adjusted to fit within certain ranges in IEC 60870-5-104 masters.
Note that a scale factor of 0.1 is equivalent to a multiplier of 10 (i.e. the value
is 10 times larger).
IEC104 IOA BINARIES: Starting Information Object Address for Single Points.
IEC104 IOA DOUBLE POINTS: Starting Information Object Address for Double Points.
IEC104 IOA ANALOGS: Starting Information Object Address for Analog Inputs.
IEC104 IOA COUNTERS: Starting Information Object Address for Counters.
IEC104 IOA COMMANDS: Starting Information Object Address for Single or Double Commands.
IEC104 IOA ANALOG PARAMETERS: Starting Information Object Address for Parameter of measured value. Each
Measured value has a Parameter of measured value associated with its
threshold.
The F650 relay has a custom Binary Inputs points list, called User Map; it is common for any protocol. In the case of IEC 104
Protocol, those points are GROUP1 and GROUP2.
The IEC 104 User Map can be configured using the EnerVista 650 Setup software in Setpoint > Relay Configuration >
Control Events.
The User Map contains 128 Binary Inputs. To each point of the User Map, assign any of the binary states of the F650 relay.
It is also possible to combine those states using OR and NOT functions. These states are: contact inputs and outputs, virtual
outputs, protection element states, PLC states, etc. The User Map always has a size of 128 Binary Inputs. Points in the User
Map that are not configured have a zero value in the answer.
It is possible to implement more complex logic than simple OR and NOT using the PLC Editor tool in EnerVista 650 Setup in
the menu Setpoint > Logic Configuration. These complex signals (Virtual Outputs) can be assigned to the binary points in
the Control Events configuration for the IEC 104 user map.
Groups of Data
The data is organized into groups in order to provide values when the controlling station requests them by a general or
group interrogation.
Group 5 and 6 are set by the120 Analog Inputs, short floating-point (M_ME_NC_1).
Group 7 is set by the 120 Parameter of measured value, short floating-point (P_ME_NC_1).
These 256 Single Points, 16 Double points and 120 Measured Values are also sent as a response to a General Interrogation.
The 20 Integrated Totals (M_IT_NA_1) has its own Counter Group and it is sent as a response to a General Request Counter.
Group 1 Status
POINT DESCRIPTION
M_SP_NA_1
1000-1063 CONTROL EVENTS 1-64
Group 2 Status
POINT DESCRIPTION
M_SP_NA_1
1064-1127 CONTROL EVENTS 65-128
Group 3 Status
POINT DESCRIPTION
M_DP_NA_1
1500-1515 SWITCHGEAR EVENTS
Group 4 Status
POINT DESCRIPTION
M_SP_NA_1
1128-1255 BOARD F 1-32, G 1-32, H 1-32, J 1-32
Group 6 Metering
POINT DESCRIPTION
M_ME_NC_1
2060 Fault 1 Prefault Phase AB Voltage Angle
2061 Fault 1 Prefault Phase BC Voltage Magnitude
2062 Fault 1 Prefault Phase BC Voltage Angle
2063 Fault 1 Prefault Phase CA Voltage Magnitude
2064 Fault 1 Prefault Phase CA Voltage Angle
2065 Fault 1 Postfault Phase A Current Magnitude
2066 Fault 1 Postfault Phase A Current Angle
2067 Fault 1 Postfault Phase B Current Magnitude
2068 Fault 1 Postfault Phase B Current Angle
2069 Fault 1 Postfault Phase C Current Magnitude
2070 Fault 1 Postfault Phase C Current Angle
Group 6 Metering
2071 Fault 1 Postfault Phase AB Voltage Magnitude
2072 Fault 1 Postfault Phase AB Voltage Angle
2073 Fault 1 Postfault Phase BC Voltage Magnitude
2074 Fault 1 Postfault Phase BC Voltage Angle
2075 Fault 1 Postfault Phase CA Voltage Magnitude
2076 Fault 1 Postfault Phase CA Voltage Angle
2077 Fault 1 Type
2078 Fault 1 Location
2079 Fault 1 Prefault Ground Current Magnitude
2080 Fault 1 Prefault Ground Current Angle
2081 Fault 1 Prefault Sensitive Ground Current Magnitude
2082 Fault 1 Prefault Sensitive Ground Current Angle
2083 Fault 1 Postfault Ground Current Magnitude
2084 Fault 1 Postfault Ground Current Angle
2085 Fault 1 Postfault Sensitive Ground Current Magnitude
2086 Fault 1 Postfault Sensitive Ground Current Angle
2087 % of Load to Trip
2088 Board F – Analog 1
2089 Board F – Analog 2
2090 Board F – Analog 3
2091 Board F – Analog 4
2092 Board F – Analog 5
2093 Board F – Analog 6
2094 Board F – Analog 7
2095 Board F – Analog 8
2096 Board G – Analog 1
2097 Board G – Analog 2
2098 Board G – Analog 3
2099 Board G – Analog 4
2100 Board G – Analog 5
2101 Board G – Analog 6
2102 Board G – Analog 7
2103 Board G – Analog 8
2104 Board H – Analog 1
2105 Board H – Analog 2
2106 Board H – Analog 3
2107 Board H – Analog 4
2108 Board H – Analog 5
2109 Board H – Analog 6
2110 Board H – Analog 7
2111 Board H – Analog 8
2112 Board J – Analog 1
2113 Board J – Analog 2
2114 Board J – Analog 3
2115 Board J – Analog 4
2116 Board J – Analog 5
2117 Board J – Analog 6
2118 Board J – Analog 7
2119 Board J – Analog 8
Group 7 Deadband
POINT DESCRIPTION
P_ME_NC_1
5000-5119 Analog Input Deadbands 2000-2119
Integrated Totals
POINT DESCRIPTION
M_IT_NA_1
4000-4007 Pulse Counter 1-8
4008-4015 Digital Counters 1-8
4016-4019 Energy Counters
Commands
POINT DESCRIPTION COMMAND MODE
3000 Operation 1 (ON) + Operation 2(OFF) Select and Execute Double Command
--- --- ---
3005 Operation 11 (ON) + Operation 12(OFF) Select and Execute Double Command
3006 Operation 13 (ON) + Operation 14(OFF) Direct Double Command
--- --- ---
3011 Operation 23 (ON) + Operation 24(OFF) Direct Double Command
3012 Virtual Self Reset 1 (ON) + Virtual Self Reset 2(OFF) Direct Double Command
--- --- ---
3027 Virtual Self Reset 31 (ON) + Virtual Self Reset 32(OFF) Direct Double Command
3028-3059 Virtual Latched 1-32 Direct Single Command
There are 24 available operation in F650 device; they must be configured using EnerVista 650 Setup in Setting
> Relay Configuration > Operations.
ASDU address must start with 3000; the addresses for operation are from 3000 to 3011. The operations go from 0 to 23.
The interoperability list is defined as in IEC 60870-5-101 and extended with parameters used in this standard. The text
descriptions of parameters which are not applicable to this companion standard are strike-through (corresponding check
box is marked black).
NOTEIn addition, the full specification of a system may require individual selection of certain parameters for certain parts
of the system, such as the individual selection of scaling factors for individually addressable measured values.
The possible selection (blank, X, R, or B) is specified for each specific clause or parameter.
A black check box indicates that the option cannot be selected in this companion standard.
System or device
System definition
Network configuration
(network-specific parameter, all configurations that are used are to be marked "X")
Physical layer
(network-specific parameter, all interfaces and data rates that are used are to be marked "X")
Link layer
(network-specific parameter, all options that are used are to be marked “X”. Specify the maximum frame length. If a non-
standard assignment of class 2 messages is implemented for unbalanced transmission, indicate the Type ID and COT of all
messages assigned to class 2.)
Frame format FT 1.2, single character 1 and the fixed time out interval are used exclusively in this companion
standard.
Frame length
When using an unbalanced link layer, the following ASDU types are returned in class 2 messages (low priority)
with the indicated causes of transmission:
Note: (In response to a class 2 poll, a controlled station may respond with class 1 data when there is no class
2 data available).
Application layer
Transmission mode for application data
Mode 1 (Least significant octet first), as defined in 4.10 of IEC 60870-5-4, is used exclusively in this companion
standard.
Cause of transmission
(system-specific parameter, all configurations that are used are to be marked "X")
Length of APDU
(system-specific parameter, specify the maximum length of the APDU per system)
The maximum length of APDU for both directions is 253. It is a fixed system parameter.
In this companion standard only the use of the set <30> – <40> for ASDUs with time tag is permitted.
Either the ASDUs of the set <45> – <51> or of the set <58> – <64> are used.
File transfer
(station-specific parameter, mark each Type ID "X" if it is only used in the standard direction, "R" if only used in
the reverse direction, and "B" if used in both directions).
to to
36 41
<1> M_SP_NA_1 X X
<2> M_SP_TA_1
<3> M_DP_NA_1 X X
<4> M_DP_TA_1
<5> M_ST_NA_1
<6> M_ST_TA_1
<7> M_BO_NA_1
<8> M_BO_TA_1
<9> M_ME_NA_1
<10> M_ME_TA_1
<11> M_ME_NB_1
<12> M_ME_TB_1
<13> M_ME_NC_1 X X X
<14> M_ME_TC_1
<15> M_IT_NA_1 X
<16> M_IT_TA_1
<17> M_EP_TA_1
<18> M_EP_TB_1
<19> M_EP_TC_1
<20> M_PS_NA_1
<21> M_ME_ND_1
<30> M_SP_TB_1 X
<31> M_DP_TB_1
<32> M_ST_TB_1
<33> M_BO_TB_1
<34> M_ME_TD_1
<35> M_ME_TE_1
<36> M_ME_TF_1 X
<37> M_IT_TB_1 X
<38> M_EP_TD_1
<39> M_EP_TE_1
<40> M_EP_TF_1
<45> C_SC_NA_1 X X X X X
<46> C_DC_NA_1 X X X X X
<47> C_RC_NA_1
<48> C_SE_NA_1
<49> C_SE_NB_1
<50> C_SE_NC_1
<51> C_BO_NA_1
<58> C_SC_TA_1 X X X X X
<59> C_DC_TA_1 X X X X X
<60> C_RC_TA_1
Type identification Cause of transmission
1 2 3 4 5 6 7 8 9 10 11 12 13 20 37 44 45 46 47
to to
36 41
<61> C_SE_TA_1
<62> C_SE_TB_1
<63> C_SE_TC_1
<64> C_BO_TA_1
<70> M_EI_NA_1* X
<100> C_IC_NA_1 X X X X X
<101> C_CI_NA_1 X X X
<102> C_RD_NA_1 X
<103> C_CS_NA_1 X X
<104> C_TS_NA_1
<105> C_RP_NA_1 X X
<106> C_CD_NA_1
<107> C_TS_TA_1
<110> P_ME_NA_1
<111> P_ME_NB_1
<112> P_ME_NC_1 X X X
<113> P_AC_NA_1
<120> F_FR_NA_1
<121> F_SR_NA_1
<122> F_SC_NA_1
<123> F_LS_NA_1
<124> F_AF_NA_1
<125> F_SG_NA_1
<126> F_DR_TA_1*
<127> F_SC_NB_1*
* Blank or X only
Station initialization
(station-specific parameter, mark "X" if function is used)
X Remote initialization
Read procedure
(station-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions)
X Read procedure
Spontaneous transmission
(station-specific parameter, mark “X” if function is only used in the standard direction, "R" if only used in the
reverse direction, and “B” if used in both directions)
X Spontaneous transmission
The following type identifications may be transmitted in succession caused by a single status change of an
information object. The particular information object addresses for which double transmission is enabled are
defined in a project-specific list.
Station interrogation
(station-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).
Clock synchronization
(station-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).
X Spontaneous transmission
Command transmission
(object-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).
X No additional definition
X Persistent output
X Supervision of maximum delay in command direction of commands and set point commands
X Counter read
Parameter loading
(object-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the reverse
direction, and “B” if used in both directions).
X Threshold value
Smoothing factor
Parameter activation
(object-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).
Test procedure
(station-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).
Test procedure
File transfer
(station-specific parameter, mark “X” if function is used).
File transfer in monitor direction
Transparent file
Transparent file
Background scan
(station-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).
Background scan
Maximum number of outstanding I format APDUs k and latest acknowledge APDUs (w)
Portnumber
Redundant connections
X Ethernet 802.3
Serial X.21 interface
Other selection from RFC 2200:
Appendix E:
PROCOME PROTOCOL
Procome is an communication protocol focused on control operations. Commands to read data as status, measurements,
events and counters have been implemented together with commands to perform operations and synchronization.
This procome implementation has a subset of the basic application functions, asdus and services of the whole procome
profile. The protection functionality for procome has not been implemented.
- Primary to Secondary.
ASDU 121 Commands
- Secondary to Primary.
ASDU 121 Commands
f) Clock Synchronization
- Primary to Secondary.
ASDU 6 Clock Synchronization
-Secondary to Primary:
ASDU 6 Clock Synchronization
Procome Settings:
When value NONE is selected in the COMM Port setting the protocol is not enabled. The COM1 selection enables PROCOME
for the COM1 (remote) serial port.
Slave Number:is the PROCOME slave number.
Baud rate and parity for COM1 must be set in Setpoint > Communications > Serial Ports.
Procome Configuration:
The procome data configuration is performed through the Setpoint > Procome Configuration tool when communicating
via Ethernet with the device. The procome configuration file can be retrieved and sent to the relay easily. The relay must be
switched off and on to start working with the new procome configuration set by the user. The relay by default has no
procome configuration. For more information about procome configuration see 5.13 IEC 60870-5-103 configuration.
1. PHYSICAL LAYER
Electrical interface
X EIA RS-485
Optical interface
X Glass fiber
X Plastic fiber
Transmission speed
X 9600 bits/s
X 19200 bits/s
2. LINK LAYER
There are no choices for the link layer.
3. APPLICATION LAYER
Transmission mode for application data
Mode 1 (least significant octet first), as defined in 4.10 of IEC 60870-5-4, is used exclusively in this companion standard.
X <3> Reset CU
X <4> Start/restart
X <5> Power on
<26> Characteristic 4
<78> Zone 1
<79> Zone 2
<80> Zone 3
<81> Zone 4
<82> Zone 5
<83> Zone 6
Disturbance data
Generic services
Private data
Miscellaneous
Measurand Max. MVAL = times rated value
1,2 or 2,4
Current L1 X
Current L2 X
Current L3 X
Voltage L1-E X
Voltage L2-E X
Voltage L3-E X
Active power P X
Reactive power Q X
Frequency f X
Voltage L1-L2 X
Data is transferred to the primary or control station (master) using the "data acquisition by polling" principle. Cyclically, the
master requests class 2 data to the secondary station (slave). When slave has class 1 data (high priority) pending, the ACD
control bit is set to 1 demanding the master to request for that data. Periodically, the master can send a General
Interrogation in order to update the complete database.
The measurands are sent to the primary station as a response to a class 2 request. There is a setting (0-60 min) in order to
configure the desired interval, where 0 means transmission as fast as possible.
2. Type identification
The implemented Type Identification values are listed below:
TYPE IDENTIFICATION UI8[1..8] <1..255>
<1..31> := definitions of this companion standard (compatible range)
<32..255>:= for special use (private range)
3. Function Type
FUNCTION TYPE UI8 [1..8] <0..255>
The F650 device is identified at the protocol level as "overcurrent protection", so the Function Type <160> is used for all the
digital and analogue points proposed by the standard and mapped in this profile. For the other data supported by the
device, the number can be set from the private range.
4. Information Number
INFORMATION NUMBER := UI8 [1..8] <0..255>
REDUNDANCY PROTOCOL
Industrial real-time Ethernets typically demand much higher availability and uninterrupted operation than office Ethernet
solutions can provide. Even a short loss of connectivity can result in loss of functionality, as for example in some
automation, vehicular, power generation, and power distribution systems.
To recover from a network failure, different standard redundancy schemes are applied such as Parallel Redundancy
Protocol (PRP), High-availability Seamless Redundancy (HSR) and others.
The basic concept of both protocols, PRP and HSR, is to send practically identical frames over different paths and discard
one of the copies in reception, at best. If an error occurs or one of the paths is down, the frame traveling through that path
does not reach the destination, but its copy does.
If the node to be attached to a redundant network has not the capability to do it (e.g. has only one port), it can be
connected through a Redundancy Box (RedBox). This type of node allows single attached nodes connect transparently to a
redundant network. An example can be seen in Figures 1.
PRP operates on two independent networks. Each frame is replicated on the sending node and transmitted over both
networks. The receiving node processes the frame arriving first and discards the subsequent copy. The PRP layer is
responsible for this replicate/discard function and hides the two networks from the upper layers. This scheme works
without explicit reconfiguration and switchover and therefore does not show a period of unavailability.
Figure G-1: Example of PRP with two LANs (LAN A and LAN B)
The two LANs, named LAN_A and LAN_B, are identical in protocol at the MAC level, but they can differ in performance and
topology. Transmission delays can also be different. The LANs have no direct connection among them and they are
assumed to be fail independent.
In some applications, only availability-critical nodes need a double attachment, while others do not. In order to meet the
specific requirements, PRP defines different kinds of end nodes.
• The Dual Attached Node (DAN) is connected to both LANs.
• Uncritical nodes can be attached to only one LAN and are therefore called Single Attached Nodes (SAN). SANs that
need to communicate with each other are on the same LAN.
• The Redundancy Box (RedBox) is used when a single interface node has to be attached to both networks. Such a node
can communicate with all other nodes. Since a node behind a RedBox appears for other nodes like a DAN, it is called
Virtual DANs (VDAN). The RedBox itself is a DAN and acts as a proxy on behalf of its VDANs. The RedBox has its own IP
address for management purposes
Similarly to PRP, HSR is based in the duplication of every frame sent, but in a ring topology. Each copy of the frame is
injected in a different direction of the ring. If any of the links between nodes is down, all nodes are still reachable. This
topology forces every node in the net to be HSR aware because they have to forward every message until it reaches its
destination. With that purpose, the redundancy information is located at the beginning of the frame allowing a faster
forwarding, see next figure.
Definitions:
• PRP – Parallel Redundancy Protocol - redundancy protocol for high availability in substation automation networks
based on IEC 62439-3 Clause 4 and applicable to networks based on Ethernet technology (ISO/IEC 8802-3).
• OSI - Open Systems Interconnection - model defined by the International Organization for Standardization (ISO) for
standardizing the functions of a communication system in terms of abstraction layers. Similar communication
functions are grouped into logical layers. A layer serves the layer above it and is served by the layer below it. There are
7 layers: physical, data link, network, transport, session, presentation, application.
• DANP – Doubly Attached Node running PRP – a node that has two ports which operate in parallel and are attached to
the upper layers of the OSI communications stack through a Link Redundancy Entity module.
• DANH – Doubly Attached Node with HSR protocol.
• LRE - Link Redundancy Entity – module operating at the link layer of the OSI stack and responsible for handling
duplicates and managing redundancy.
• SAN – Singly Attached Node – regular nodes with non-redundant network adapters
• RedBox – device attaching singly attached nodes (SANs) to a redundant network.
• RCT – Redundancy Check Trailer – PRP trailer added to frames and consisting of the following fields:
– 16-bit sequence number (SeqNr);
– 4-bit LAN identifier (LanId);
– 12 bit frame size (LSDUsize)
– 16-bit suffix (PRPsuffix).
G.1.1 PRP
PRP defines a redundancy protocol for high availability in substation automation networks. It is applicable to networks
based on Ethernet technology (ISO/IEC 8802-3).
PRP is designed to provide seamless recovery in case of a single failure in the network, by using a combination of LAN
duplication and frame duplication technique. Identical frames are sent on two completely independent networks that
connect source and destination, see next figure.
Under normal circumstances both frames reach their destination and one of them is sent up the OSI stack to the
destination application, while the second one is discarded. If an error occurs in one of the networks and traffic is prevented
from flowing on that path, connectivity is still be provided through the other network to ensure continuous communication.
However, care must be taken when designing the two LANs, so that no single point of failure (such as a common power
supply) is encountered, as such scenarios can bring down both LANs simultaneously.
PRP uses specialized nodes called doubly attached nodes (DANPs) for handling the duplicated frames. DANPs devices have
an additional module at the link layer level, called the Link Redundancy Entity (LRE). LRE is responsible for duplicating
frames and adding the specific PRP trailer when sending the frames out on the LAN, as well as making decisions on
received frames as to which one is sent up the OSI stack to the application layer and which one is discarded. In essence
LRE is responsible for making PRP transparent to the higher layers of the stack. There is a second type of specialized device
used in PRP networks, called RedBox, with the role of connecting Single Attached Nodes (SANs) to a redundant network.
F650 relays implement only the DANP functionality. The RedBox functionality is not implemented.
The original standard IEC 62439-3 (2010) was amended to align PRP with the High availability Seamless Redundancy (HSR)
protocol. To achieve this, the original PRP was modified at the cost of losing compatibility with the PRP 2010 version. The
revised standard IEC 62439-3 (2012) is commonly referred to as PRP-1, while the original standard is PRP-0. The F650
relays support only PRP-1.
PRP can be enabled in configuration through a setting available on the network configuration menu (Product Setup?
Communication Settings? Network (Ethernet), REDUNDANCY, which already has the capability of enabling Failover
redundancy. When REDUNDANCY is set to PRP, the ports dedicated for PRP operate in redundant mode.
The rights associated with configuring PRP follow the security requirements for network configuration.
PRP management through SNMP MIB is not supported, as F650 doesn’t currently support SNMP for configuration. Settings
and actual values are only available through the front panel and through EnerVista.
The PRP solution to implement must ensure that performance requirements stated in IEC 61850-5 Clause 13 are still met. It
is specified under Clause 13 (Message performance requirements) that messages of type 1A must meet the performance
class P2/3, which is 3ms (See 3.7.1.1).
G.1.2 HSR
HSR defines a redundancy protocol for high availability in substation automation networks, based on PRP principles,
provides the property of zero recovery time, typically used in ring topology but applicable to any topology.
In the F650 relay, HSR is implemented in devices with communication option number K (for Fiber; 100 Base Fx) and M (for
cooper; Base 100 Tx). A frame is sent over both ports. A destination should receive, in the fault-free state, two identical
frames within a certain time skew, forward the first frame to the application and discard the second frame when (and if) it
comes. A sequence number is used to recognize such duplicates.
In contrast to PRP (IEC 62439-3- Clause 4), with which it shares the operating principle, HSR nodes are arranged into a ring,
which allows the network to operate without dedicated switches, since every node is able to forward frames from port to
port. HSR originally meant "High-availability Seamless Ring", but HSR is not limited to a simple ring topology.
Redundant connections to other HSR rings and to PRP networks are possible.
• Topology changes in STP must be passed to the root bridge before they can be propagated to the network. Topology
changes in RSTP can be originated from and acted upon by any designated switch (bridge), leading to more rapid
propagation of address information
• STP recognizes one state - blocking for ports that should not forward any data or information. RSTP explicitly
recognizes two states or blocking roles - alternate and backup port including them in computations of when to learn
and forward and when to block
• STP relays configuration messages received on the root port going out of its designated ports. If an STP switch (bridge)
fails to receive a message from its neighbor it cannot be sure where along the path to the root a failure occurred. RSTP
switches (bridges) generate their own configuration messages, even if they fail to receive one from the root bridge.
This leads to quicker failure detection
• RSTP offers edge port recognition, allowing ports at the edge of the network to forward frames immediately after
activation while at the same time protecting them against loops
• An improvement in RSTP allows configuration messages to age more quickly preventing them from “going around in
circles” in the event of a loop RSTP has three states. They are discarding, learning and forwarding.
The discarding state is entered when the port is first taken into service. The port does not learn addresses in this state and
does not participate in frame transfer. The port looks for STP traffic in order to determine its role in the network. When it is
determined that the port plays an active part in the network, the state changes to learning. The learning state is entered
when the port is preparing to play an active member of the network. The port learns addresses in this state but does not
participate in frame transfer. In a network of RSTP switches (bridges) the time spent in this state is usually quite short. RSTP
switches (bridges) operating in STP compatibility mode spend between 6 to 40 seconds in this state. After 'learning' the
bridge places the port in the forwarding state. While in this state the port both learn addresses and participates in frame
transfer while in this state. The result of these enhanced states is that the IEEE 802.1d version of spanning tree (STP) can
take a fairly long time to resolve all the possible paths and to select the most efficient path through the network. The IEEE
802.1w Rapid reconfiguration of Spanning Tree significantly reduces the amount of time it takes to establish the network
path. The result is reduced network downtime and improved network robustness. In addition to faster network
reconfiguration, RSTP also implements greater ranges for port path costs to accommodate the higher connection speeds
that are being implemented.
Proper implementations of RSTP (by switch vendors) is designed to be compatible with IEEE 802.1d STP. GE recommends
that you employ RSTP or STP in your network.
Ports A and B use port A’s MAC and IP address settings while port B is in standby mode in that it does not actively
communicate on the Ethernet network but monitors its link.
Appendix H:
PICKUPS
104
PH TOC1 HIGH PKP 40
105 319
VO_053_51P _PKP
PH TOC2 HIGH PKP inOR1 OR6 outOR1
106 inOR2
PH TOC3 HIGH PKP
316 inOR3
318 inOR6
PH TOC3 LOW PKP
101
39
PH IOC1 HIGH PKP 11
VO_05 1_50PH_PKP
102 inOR1 OR3 outOR1
PH IOC2 HIGH PKP
inOR2
103
PH IOC3 HIGH PKP inOR3
98 38
PH IOC1 LOW PKP 10
VO_05 0_50PL_PKP
99 inOR1 OR3 outOR1
PH IOC2 LOW PKP
100 inOR2
95 37
GROUND TOC1 PKP 1
VO_049_51G_PKP
96 inOR1 OR3 outOR1
GROUND TOC2 PKP
inOR2
97
GROUND TOC3 PKP inOR3
92
GROUND IOC1 PKP 36
0
VO_04 8_50G_PKP
93 inOR1 OR3 outOR1
GROUND IOC2 PKP
inOR2
94
GROUND IOC3 PKP inOR3
220 219
VO 049 51G PKP OR 221
VO_049_51G_PKP OR 221
222 VO_009_GROUND_OVERCURRENT_PKP
VO_048_50G_PKP
191 195
SENS GND TOC1 PKP 187
VO_003_51SG_PKP
192 inOR1 OR3 outOR1
SENS GND TOC2 PKP
inOR2
193
SENS GND TOC3 PKP inOR3
188
194
SENS GND IOC1 PKP 186
VO_00 2_50SG_PKP
189 inOR1 OR3 outOR1
SENS GND IOC2 PKP
inOR2
190
SENS GND IOC3 PKP inOR3
173
ISOLATED GND1 PKP 172
171
VO_043_50IG_PKP
OVERCURRENT 174 inOR1 OR3 outOR1
PICKUPS ISOLATED GND2 PKP
175 inOR2
231 inOR2
VO_009_GROUND_OVERCURR ENT_PKP
228
232 inOR3
VO_011_ALL_OVERCURRENT_PKP
VO_010_SENSITIVE_ GROUND_PKP inOR4
233
VO_006_I2_TOC_PKP inOR5
309 inOR6
VO_001_THERMAL_ALARM
86
34
PH ASE UV1 PKP 2
VO_04 5_27P_PKP
87 inOR1 OR3 outOR1
PH ASE UV2 PKP
inOR2
88
PHASE UV3 PKP inOR3
89
35
PH ASE OV1 PKP 3
VO_04 6_59P_PKP
90 inOR1 OR3 outOR1
PH ASE OV2 PKP
inOR2
91
PH ASE OV3 PKP inOR3
235
NEUTRAL OV1 HIGH PKP 254
234
VO_012_59NH_PKP
236 inOR1 OR3 outOR1
NEUTRAL OV2 HIGH PKP
237 inOR2
NEUTRAL OV3 HIGH PKP
inOR3
238
NEUTRAL OV1 LOW PKP 255
250
VO_01 3_59NL_PKP
239 inOR1 OR3 outOR1
NEUTRAL OV2 LOW PKP
inOR2
240
NEUTRAL OV3 LOW PKP inOR3
241
256
AUXILIARY UV 1 PKP 252
VO_014_27X_PKP
242 inOR1 OR3 outOR1
VOLTAGE AUXILIARY UV2 PKP
260 InOR3
VO_012_59NH_PKP
261 InOR4
VO_013_59NL_PKP InOR5
263
InOR6
VO_015_59X_PKP
264 InOR7
VO_016_V2_OV_PKP
107
OVERFREQ1 PKP 41
108 515
VO_054_81O_PKP
OVERFREQ2 PKP inOR1 OR6 outOR1
109
inOR2
OVERFREQ3 PKP
513 inOR3
110
42
UNDERFREQ1 PKP 516
VO_055_81U_PKP
111 inOR1 OR6 outOR1
UNDERFREQ2 PKP
inOR2
112
FREQUENCY UNDERFREQ3 PKP inOR3
PICKUPS 514
inOR4
UNDERFREQ4 PKP
519
inOR5
UNDERFREQ5 PKP
520 inOR6
UNDERFREQ6 PKP
406 409
405
FREQ RATE1 PKP VO_052_81DF-DT PKP
407 inOR1 OR3 outOR1
FREQ RATE2 PKP
408 inOR2
FREQ RATE3 PKP
inOR3
411 45
410
VO_05 2_81DF-DT PKP VO_056_ALL_FREQUENCY_PKP
43 inOR1 OR3 outOR1
VO_054_81O_PKP
44 inOR2
VO_05 5_81U_PKP
inOR3
270
BROKEN CONDUCT1 PKP 273
269
VO_018_BROKEN_CONDUCTOR_PKP
271 inOR1 OR3 outOR1
BROKEN
BROKEN CONDUCT2 PKP
CONDUCTOR inOR2
272
BROKEN CONDUCT3 PKP inOR3
343
343
FWD PW R1 STG1 PKP 349
344 342
VO_023_FORWARD_POWER_PKP
FWD PW R1 STG2 PKP inOR1 OR6 outOR1
345
inOR2
FWD PW R2 STG1 PKP
FORW ARD inOR3
346
POWER
FWD PW R2 STG2 PKP inOR4
347
FWD PW R3 STG1 PKP inOR5
348 inOR6
FWD PW R3 STG2 PKP
386
366
DIR PW R1 STG PKP 369
VO_025_DIRECTIONAL_POWER_PKP
DIRECTIONAL 367 inOR1 OR3 outOR1
POWER DIR PW R2 STG PKP
368 inOR2
DIR PW R3 STG PKP
inOR3
440 447
439
32N1 HIGH PKP VO_092_32N_HIGH_PKP
441 inOR1 OR3 outOR1
32N2 HIGH PKP
442 inOR2
WATTIMETRIC 32N3 HIGH PKP
GROUND 443 inOR3 448
FAULT PKP 446
32N1 LOW PKP VO_093_32N_LOW_PKP
444 inOR1 OR3 outOR1
32N2 LOW PKP
445 inOR2
32N3 LOW PKP
inOR3
370 373
464
VO_023_FORWARD_POWER_PKP VO_026_POWER_PKP
371 inOR1 OR4 outOR1
VO_02 5_DIRECTIONAL_POWER_PKP
POWER 462 inOR2
VO_09 2_32N_HIGH_PKP
463 inOR3
VO_09 3_32N_LOW_PKP
inOR4
389 392
388
LOCKED ROTOR1 PKP VO_02 9_LOCKED_ROTOR_PKP
390 inOR1 OR3 outOR1
LOCKED
ROTOR LOCKED ROTOR2 PKP
391 inOR2
LOCKED ROTOR3 PKP
inOR3
414 417
413
LOAD LOAD ENCR1 PKP VO_031_LOAD_ENCROACHMENT_PKP
415 inOR1 OR3 outOR1
ENCROACHMENT LOAD ENCR2 PKP
PICKUP 416 inOR2
LOAD ENCR3 PKP
inOR3
274 85
419
VO_01 1_ALL_OVERCURRENT_PKP VO_08 5_GENER AL_PKP
275 InOR1 OR7 OutO R1
VO_01 7_ALL_VOLTAGE_PKP
276 InOR2
VO_05 6_ALL_FREQUENC Y_PKP
277 InOR3
GENERAL VO_01 8_BROKEN_CONDUCTOR_PKP
PICKUP 374 InOR4
VO_02 6_POWER_PKP
400 InOR5
VO_02 9_LOCKED_ROTOR_PKP
418 InOR6
VO_031_LOAD_ENCROACHMENT_PKP
InOR7
TRIPS
113
PH TOC1 HIGH OP 46
114 312
VO_05 7_51P_TRIP
PH TOC2 HIGH OP inOR1 OR6 outOR1
115
inOR2
PH TOC3 HIGH OP
313 inOR3
PH TOC1 LOW OP inOR4
314
PH TOC2 LOW OP inOR5
315 inOR6
PH TOC3 LOW OP
116
PH IOC1 HIGH OP 47
12
VO_05 8_50PH_TRIP
117 inOR1 OR3 outOR1
PH IOC2 HIGH OP
inOR2
118
PH IOC3 HIGH OP inOR3
119
48
PH IOC1 LOW OP 29
VO_05 9_50PL_TRIP
120 inOR1 OR3 outOR1
PH IOC2 LOW OP
inOR2
121
PH IOC3 LOW OP inOR3
125
50
THERMAL1 OP 13
VO_06 2_THERMAL_TRIP
126 inOR1 OR3 outOR1
THERMAL2 OP
inOR2
127
OVERCURRENT
THERMAL3 OP inOR3
TRIPS
280
279
VO_057_51P_TRIP 307
VO_01 9_PHASE_OVERCURRENT_TRIP
281 inOR1 OR3 outOR1
VO_058_50PH_TRIP
inOR2
282
VO_05 9_50PL_TRIP inOR3
131
52
NEUTRAL TOC1 OP 8
VO_06 5_51N_TRIP
133 inOR1 OR3 outOR1
NEUTRAL TOC2 OP
inOR2
132
NEUTRAL TOC3 OP inOR3
128
51
NEUTRAL IOC1 OP 7
VO_06 4_50N_TRIP
129 inOR1 OR3 outOR1
NEUTRAL IOC2 OP
inOR2
130
NEUTRAL IOC3 OP inOR3
54 9
VO_064_50N_TRIP OR 53
55 VO_066_NEUTRAL_OVERCURRENT_TRIP
VO_065_51N_TRIP
137
GROUND TOC1 OP 56
14
VO_06 7_51G_TRIP
138 inOR1 OR3 outOR1
GROUND TOC2 OP
139 inOR2
134
57
GROUND IOC1 OP 15
VO_068_50G_TRIP
135 inOR1 OR3 outOR1
GROUND IOC2 OP
inOR2
136
GROUND IOC3 OP inOR3
59 16
VO_067_51G_TRIP OR 58
60 VO_069_GR OUND_ OVERCURRENT_TR IP
VO_068_50G_TRIP
143
SENS GND TOC1 OP 61
18
VO_070_51SG_TRIP
144 inOR1 OR3 outOR1
SENS GND TOC2 OP
inOR2
145
SENS GND TOC3 OP inOR3
140
62
SENS GND IOC 1 OP 17
VO_071_50SG_TRIP
141 inOR1 OR3 outOR1
SENS GND IOC2 OP
inOR2
142
SENS GND IOC 3 OP inOR3
177
180
ISOLATED GND1 OP 176
VO_044_50IG_TRIP
178 inOR1 OR3 outOR1
OVERCURRENT ISOLATED GND2 OP
inOR2
TRIPS 179
ISOLATED GND3 OP inOR3
64
63
VO_070_51SG_TRIP 170
VO_072_SENSITIVE_GROUND_TRIP
65 inOR1 OR3 outOR1
VO_071_50SG_TRIP
inOR2
181
VO_044_50IG_TRIP inOR3
122
49
NEG SEQ TOC1 OP 4
VO_061_I2_TOC_TRIP
123 inOR1 OR3 outOR1
NEG SEQ TOC2 OP
inOR2
124
NEG SEQ TOC3 OP inOR3
284
VO_019_PHASE_OVERCURRENT_TRIP
285 310
VO_066_NEUTRAL_OVERCURRENT_TRIPinOR1 OR6 outOR1
286
inOR2
VO_069_GR OUND_OVERCURR ENT_TRIP
287 inOR3
VO_072_SENSITIVE_GROUND_TRIP
inOR4
288
283
VO_061_I2_TOC_TRIP inOR5
VO_020_ALL_OVERCURRENT_TRIP
311
inOR6
VO_062_THERMAL_TRIP
146
66
PHASE UV1 OP 5
VO_073_27P_TRIP
147 inOR1 OR3 outOR1
PHASE UV2 OP
148 inOR2
VO_075_59NH_TRIP InOR4
76
InOR5 72
VO_076_59NL _TRIP
VO_079_ALL_VOLTAGE_TRIP
77 InOR6
VO_077_59X_TRIP
InOR7
294
VO_021_V2 _OV_TRIP
164
OVERFREQ1 OP
165 508 79
OVERFREQ2 OP inOR1 OR6 outOR1 VO_080_81O_TRIP
166 inOR2
OVERFREQ3 OP
505 inOR3
OVERFREQ4 OP
inOR4
506
OVERFREQ5 OP inOR5
507
inOR6
OVER FREQ6 OP
167
UNDERFREQ1 OP
512 80
168
inOR1 OR6 outOR1 VO_081_81U_TRIP
UNDERFREQ2 OP
169 inOR2
UNDERFREQ3 OP
FREQUENCY inOR3
TRIPS 509
UNDERFREQ4 OP inOR4
510
UNDERFREQ5 OP inOR5
511 inOR6
UNDERFREQ6 OP
UNDERFREQ6 OP
425 428
423
FREQ RATE1 OP VO_060_81DF-DT OP
426 inOR1 OR3 outOR1
FREQ RATE2 OP
427 inOR2
FREQ RATE3 OP
inOR3
82 81
424
VO_080_81O_TRIP VO_082_ALL_FREQUENCY_TRIP
83 inOR1 OR3 outOR1
VO_081_81U_ TRIP
429 inOR2
VO_060_81DF-DT OP
inOR3
298
BROKEN CONDUCT1 OP 301
297
VO_022_BROKEN_CONDUCTOR_TRIP
299 inOR1 OR3 outOR1
BROKEN
CONDUCTOR BROKEN CONDUCT2 OP
inOR2
300
BROKEN CONDUCT3 OP inOR3
353
FWD PW R1 STG1 OP 359
354 352
VO_024_FORWARD_POWER_TRIP
FWD PW R1 STG2 OP inOR1 OR6 outOR1
355 inOR2
FWD PW R2 STG1 OP
FORW ARD inOR3
356
POWER
FWD PW R2 STG2 OP inOR4
357
inOR5
FWD PW R3 STG1 OP
358 inOR6
FWD PW R3 STG2 OP
376
380
DIR PW R1 STG OP 379
VO_027_DIRECTIONAL_POWER_TRIP
377 inOR1 OR3 outOR1
DIRECTIONAL
DIR PW R2 STG OP
POWER inOR2
378
DIR PW R3 STG OP inOR3
467 470
466
32N1 HIGH OP VO_096_32N_HIGH_TRIP
468 inOR1 OR3 outOR1
32N2 HIGH OP
469 inOR2
32N3 HIGH OP
WATTIMETRIC inOR3
GROUND
476 472
FAULT 471
32N1 LOW OP VO_097_32N_LOW_TRIP
477 inOR1 OR3 outOR1
32N2 LOW OP
478 inOR2
32N3 LOW OP
inOR3
382 384
475
VO_024_FORWARD_POWER_TRIP VO_028_POWER _TRIP
383 inOR1 OR4 outOR1
VO_02 7_DIRECTIONAL_POWER_TRIP
POWER 473 inOR2
VO_096_32N_HIGH_TRIP
474 inOR3
VO_097_32N_LOW_TRIP
inOR4
395 398
394
LOCKED ROTOR1 OP VO_03 0_LOCKED_ROTOR_TRIP
396 inOR1 OR3 outOR1
LOCKED
ROTOR LOCKED ROTOR2 OP
397 inOR2
LOCKED ROTOR3 OP
inOR3
431 435
434
LOAD VO_032_LOAD_ENCROACHMENT_TRIP
LOAD 432 ENCR1 OP inOR1 OR3 outOR1
ENCROACHMENT LOAD ENCR2 OP
TRIP 433 inOR2
LOAD ENCR3 OP
inOR3
302 84
436
VO_020_AL L_OVERC URRENT_TRIP VO_08 3_GENERAL_TRIP
304 InOR1 OR7 OutO R1
VO_079_AL L_VOLTAGE_TRIP
305 InOR2
VO_08 2_AL L_FREQUENCY_TRIP
303 InOR3
GENERAL
VO_022_BROKEN_CONDUCTOR_TRIP
TRIP
TRIP 385
385 InOR4 InOR4
VO_028_POWER _TRIP
399 InOR5
VO_030_LOCKED_ROTOR_TRIP
437 InOR6
VO_032_LOAD_ENCROACHMENT_TRIP
InOR7
InOR4
BOARD STATUS ALARM
491 InOR5
(CRITICAL TO OPERATION)
NOT
488
BOAR D F STATUS
522
ORDERCODE ERROR
498
VO_000_PROTECTION_ALARM
DELAY
494 497
VO_09 8_AL ARM T_Input Timer(Pkp-Dpt) T_Output
495
T_Pi ckup
503
10000
VO_09 9_PROT_ALARM
496 T_Dropout
0
Appendix I:
**For firmware versions 7.00 or higher; the Network settings are the ethernet communication parameters are as follow
**For firmware versions 7.00 or higher; on the Network settings are also located the settings for Redundancy.
User
Setting Description Name Default Value Step Range
Value
Function permission REDUNDANCY MODE INDEPENDENT N/A [INDEPENDENT; LLA; PRP;
HSR; RSTP; DAISY_CHAIN]
Establish priority for Port A LLA Priority DISABLED N/A [ENABLED; DISABLED]
Switch over time from port B to port A LLA Timeout 5000 N/A [0 : 600000]
Switch (bridge) priority value RSTP BRIDGE PRIORITY 32768 N/A [0 : 61440]
determine which ports are used for RSTP PORT A PRIORITY 128 N/A [0 : 240]
forwarding
assigned port cost value used for the switch RSTP PORT A 200000 N/A [0 : 2000000]
PATHCOST
Determine which ports are used for RSTP PORT B PRIORITY 128 N/A [0 : 240]
forwarding
Assigned port cost value used for the switch RSTP PORT B 200000 N/A [0 : 2000000]
PATHCOST
3nd Octect of IP address of DNP master 2 IP Addr Client2 Oct3 0 N/A [0 : 255]
4th Octect of IP address of DNP master 2 IP Addr Client2 Oct4 0 N/A [0 : 255]
1st Octect of IP address of DNP master 3 IP Addr Client3 Oct1 0 N/A [0 : 255]
2nd Octect of IP address of DNP master 3 IP Addr Client3 Oct2 0 N/A [0 : 255]
3nd Octect of IP address of DNP master 3 IP Addr Client3 Oct3 0 N/A [0 : 255]
4th Octect of IP address of DNP master 3 IP Addr Client3 Oct4 0 N/A [0 : 255]
1st Octect of IP address of DNP master 4 IP Addr Client4 Oct1 0 N/A [0 : 255]
2nd Octect of IP address of DNP master 4 IP Addr Client4 Oct2 0 N/A [0 : 255]
3nd Octect of IP address of DNP master 4 IP Addr Client4 Oct3 0 N/A [0 : 255]
4th Octect of IP address of DNP master 4 IP Addr Client4 Oct4 0 N/A [0 : 255]
1st Octect of IP address of DNP master 4 IP Addr Client5 Oct1 0 N/A [0 : 255]
2nd Octect of IP address of DNP master 4 IP Addr Client5 Oct2 0 N/A [0 : 255]
3nd Octect of IP address of DNP master 4 IP Addr Client5 Oct3 0 N/A [0 : 255]
4th Octect of IP address of DNP master 4 IP Addr Client5 Oct4 0 N/A [0 : 255]
TCP/UDP port number for DNP over TCP/UDP Port 20000 N/A [0 : 65535]
Ethernet
Unsolicited responses permission Unsol Resp Function DISABLED N/A [DISABLED – ENABLED]
Time out to confirm an unsolicited response Unsol Resp TimeOut 5 1s [0 : 60]
Number of retransmissions of an unsol resp Unsol Resp Max Ret 10 N/A [0 : 255]
w/o confirmation
Address to which all unsolicited responses Unsol Resp Dest Adr 200 N/A [0 : 65519]
are sent
Scale for currents Current Scale Factor 1 N/A [0.00001-0.0001-0.001-
0.01-0.1-1-10-100-1000]
Scale for voltages Voltage Scale Factor 1 N/A [0.00001-0.0001-0.001-
0.01-0.1-1-10-100-1000]
Product Setup > Communication Settings > DNP3 Slave (CONT.)
DNP3 Slave 1 > DNP3 Slave 2 > DNP3 Slave 3
User
Setting Description Name Default Value Step Range
Value
Scale for power Power Scale Factor 1 N/A [0.00001-0.0001-0.001-
0.01-0.1-1-10-100-1000]
Scale for energy Energy Scale Factor 1 N/A [0.00001-0.0001-0.001-
0.01-0.1-1-10-100-1000]
Other Scale factor Other Scale Factor 1 N/A [0.00001-0.0001-0.001-
0.01-0.1-1-10-100-1000]
Default deadband for Current Analog Input Current Deadband 30000 N/A [0 : 65535]
points to trigger unsolicited responses
Default deadband for Voltage Analog Input Voltage Deadband 30000 N/A [0 : 65535]
points to trigger unsolicited responses
Default deadband for Power Analog Input Power Deadband 30000 N/A [0 : 65535]
points to trigger unsolicited responses
Default deadband for Energy Analog Input Energy Deadband 30000 N/A [0 : 65535]
points to trigger unsolicited responses
Default deadband for Other Analog Input Other Deadband 30000 N/A [0 : 65535]
points to trigger unsolicited responses
Size (in bytes) for message fragmentation Msg Fragment Size 240 1 byte [30 : 2048]
DNP Analog Input Points point list Analog Input Point 26 End of list N/A
DNP Analog Input Points point list Analog Input Point 27 End of list N/A
DNP Analog Input Points point list Analog Input Point 28 End of list N/A
DNP Analog Input Points point list Analog Input Point 29 End of list N/A
DNP Analog Input Points point list Analog Input Point 30 End of list N/A
DNP Analog Input Points point list Analog Input Point 31 End of list N/A
DNP Notes
Note 1: Scale Factor Note that a scale factor of 0.1 is equivalent to a multiplier of 10 (i.e. the value is 10 times
[NOT USED, CTL EVENTS 1-16, CTL EVENTS 17-32, CTL EVENTS 33-48,CTL EVENTS 49-64, CTL
Note 2: Binary Input Block Selection: EVENTS 65-80, CTL EVENTS 81-96, CTL EVENTS 97-112, CTL EVENTS 113-128, SWITCHGEAR
Set the stop hour of the DST DST STOP HOUR 2 1 [0 : 23]
IRIG-B local time IRIG-B LOCAL TIME OFF NA [ON; OFF]
Function permission IRIGB Function DISABLED NA ENABLLED; DISABLED
Establish the sync priority PTP IRIGB Priority PTP-1588 NA PTP-1588; IRIG_B
Setpoint > Protection Elements > Phase Current > Phase Directional >
Phase Directional 1> Phase Directional 2 > Phase Directional 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Maximum Torque Angle MTA 45 1 Deg [-90 : +90]
Operation Direction Direction FORWARD N/A [FORWARD – REVERSE]
Block logic Block Logic PERMISSION N/A [BLOCK – PERMISSION]
Polarization voltage threshold Pol V Threshold 40 1V [0 : 300]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Voltage Memory Voltage Memory 0,00 s 0,01 s [0,00 : 3,00]
Setpoint > Protection Elements > Phase Current > Thermal Model >
Thermal Model 1 > Thermal Model 2 > Thermal Model 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Heating constant Heat Time Constant 6.0 0.1 min [3.0 : 600.0]
Cooling constant Cool Time Constant 2.00 0.01 times [1.00 : 6.00]
Heat Time
Ct.
Pickup level Pickup Level 1.00 0.01 A [0.05 : 160.00]
Alarm level Alarm Level 80.0 0.10% [1.0 : 110.0]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Neutral Current > Neutral TOC
Neutral TOC 1> Neutral TOC 2 > Neutral TOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup level Pickup Level 1.00 0.01 A [0.05 : 160.00]
Curve shape Curve IEEE Ext Inv N/A [See list of curves]
Time Dial TD Multiplier 1.00 0.01 s [0.00 : 900.00]
Reset type Reset INSTANTANEO N/A [INSTANTANEOUS – LINEAR]
US
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Neutral Current > Neutral IOC
Neutral IOC 1 > Neutral IOC 2 > Neutral IOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup level Pickup Level 30.00 0.01 A [0.05 : 160.00]
Trip time Trip Delay 0.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Neutral Current > Neutral Directional >
Neutral Directional 1 > Neutral Directional 2 > Neutral Directional 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Maximum Torque Angle MTA -45 1 Deg [-90 : +90]
Operation Direction Direction FORWARD N/A [FORWARD – REVERSE]
Polarization type Polarization VO N/A [V0 – IP – V0+IP – V0*IP ]
Block logic type Block Logic PERMISSION N/A [BLOCK – PERMISSION]
Polarization voltage threshold Pol V Threshold 10 1V [0 : 300]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Ground Current > Ground TOC
Ground TOC 1 > Ground TOC 2 > Ground TOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input type Input PHASOR(DFT) N/A [PHASOR – RMS]
Pickup level Pickup Level 1.00 0.01 A [0.05 : 160.00]
Curve shape Curve IEEE Ext Inv N/A [See list of curves]
Time Dial TD Multiplier 1.00 0.01 s [0.00 : 900.00]
Reset type Reset INSTANTANEO N/A [INSTANTANEOUS – LINEAR]
US
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Ground Current > Ground IOC
Ground IOC 1 > Ground IOC 2 > Ground IOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input type Input PHASOR(DFT) N/A [PHASOR – RMS]
Pickup level Pickup Level 30.00 0.01 A [0.05 : 160.00]
Trip time Trip Delay 0.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Ground Current > Ground Directional >
Ground Directional 1 > Ground Directional 2 > Ground Directional 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Maximum Torque Angle MTA -45 1 Deg [-90 : +90]
Operation Direction Direction FORWARD N/A [FORWARD – REVERSE]
Polarization type Polarization VO N/A [V0 – IP – V0+IP – V0*IP ]
Block logic type Block Logic PERMISSION N/A [BLOCK – PERMISSION]
Polarization voltage threshold Pol V Threshold 10 1V [0 : 300]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Sensitive Ground Current > Sensitive Ground TOC
Sensitive Ground TOC 1 > Sensitive Ground TOC 2 > Sensitive Ground TOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input type Input PHASOR(DFT) N/A [PHASOR – RMS]
Pickup level Pickup Level 0.050 0.001 A [0.005 : 16.000]
Curve shape Curve IEEE Ext Inv N/A [See list of curves]
Time Dial TD Multiplier 1.00 0.01 s [0.00 : 900.00]
Reset type Reset INSTANTANEO N/A [INSTANTANEOUS – LINEAR]
US
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Sensitive Ground Current > Sensitive Ground IOC
Sensitive Ground IOC 1 > Sensitive Ground IOC 2 > Sensitive Ground IOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input type Input PHASOR(DFT) N/A [PHASOR – RMS]
Pickup level Pickup Level 0.100 0.001 A [0.005 : 16.000]
Trip time Trip Delay 0.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Sensitive Ground Current > Isolated Ground IOC
Isolated Ground IOC 1 > Isolated Ground IOC 2 > Isolated Ground IOC 3
User
Setting Description Name Default Value Step Range
Value
Function Permission Function DISABLED N/A [DISABLED – ENABLED]
High Voltage level Vh Level 20 1V [2 : 70]
Low Current level Il LEVEL 0.005 0.001 A [0.005 : 0.400]
Low Voltage level Vl LEVEL 2 1V [2 : 70]
High Current level Ih LEVEL 0.025 0.001 A [0.005 : 0.400]
Operation time Delay 0.00 0.01 s [0.00 : 900.00]
Deviation time to instantaneous Time to inst 0.00 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Sensitive Ground Current > Sensitive Ground Directional >
Sensitive Ground Directional 1 > Sensitive Ground Directional 2 > Sensitive Ground Directional 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Maximum Torque Angle MTA -45 1 Deg [-90 : +90]
Operation Direction Direction FORWARD N/A [FORWARD – REVERSE]
Block logic type Block Logic PERMISSION N/A [BLOCK – PERMISSION]
Polarization voltage threshold Pol V Threshold 10 1V [0 : 300]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Negative Sequence Current > Negative Sequence TOC >
Negative Sequence TOC 1 > Negative Sequence TOC 2 > Negative Sequence TOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup level Pickup Level 1.00 0.01 A [0.05 : 160.00]
Curve shape Curve IEEE Ext Inv N/A [See list of curves]
Time Dial TD Multiplier 1.00 0.01 s [0.00 : 900.00]
Reset type Reset INSTANTANEO N/A [INSTANTANEOUS – LINEAR]
US
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Voltage Elements > Phase UV >
Phase UV 1 > Phase UV 2 > Phase UV 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input mode Mode PHASE-PHASE N/A [PHASE-PHASE, PHASE-
GROUND]
Pickup Level Pickup Level 10 1V [3 : 300]
Curve shape Curve DEFINITE TIME N/A [DEFINITE TIME – INVERSE
TIME]
Time Dial Delay 10.00 0.01 s [0.00 : 900.00]
Minimum Voltage Threshold Minimum Voltage 5 1V [0 : 300]
Operation logic Logic ANY PHASE N/A [ANY PHASE – TWO PHASES
– ALL PHASES]
Supervision by breaker status Supervised by 52 DISABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > Voltage Elements > Phase OV >
Phase OV 1 > Phase OV 2 > Phase OV 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup Level Pickup Level 10 1V [3 : 300]
Trip time Trip Delay 10.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Operation logic Logic ANY PHASE N/A [ANY PHASE – TWO PHASES
– ALL PHASES]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Setpoint > Protection Elements > voltage elements > Negative Sequence OV >
Negative Sequence OV 1 > Negative Sequence OV 2 > Negative Sequence OV 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup Level Pickup Level 10 1V [3 : 300]
Trip time Trip Delay 10.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Frequency rate Trip Delay Freq. Rate Delay 0.00 0.01 s [0.00 : 60.00]
Snapshot Events Generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Remote comms selection Remote Comms GSSE N/A [NONE – GSSE – GOOSE]
Device Identification 650 ID F650 N/A
Hold time signal send by the transmitting Hold Time 10000 1 ms [1000 : 60000]
device
SOURCE COLUMN
This column allows the user to select the simple or complex (OR signal/virtual output) operand that activates the selected
elements for configuration of the relay.
If more than one operand is selected, the relay performs an OR gate to activate the selected element.
Appendix J: Miscellaneous
MISCELLANEOUS
J.1 Warranty
For products shipped as of 1 October 2013, GE warrants most of its GE manufactured products for 10 years. For warranty
details including any limitations and disclaimers, see our Terms and Conditions at:
https://www.gegridsolutions.com/multilin/warranty.htm
For products shipped before 1 October 2013, the standard 24-month warranty applies.