Vous êtes sur la page 1sur 5

Distance Protection Testing

in an IEC 61850 Environment

Jan Ciechanowicz, Waldemar Rebizant


Department of Electrical Power Engineering
Wroclaw University of Science and Technology
Wroclaw, Poland
jan.ciechanowicz@pwr.edu.pl, waldemar.rebizant@pwr.edu.pl

Abstract—Distance protection is a crucial element in the possible variations and technological improvements of the
protection system of a transmission line. As the use of IEC 61850- testing process. Protection testing in IEC 61850 environments is
compliant IEDs (Intelligent Electronic Devices) in substations a constantly evolving field, with new soft- and hardware, as well
grows, protection testing has to adapt in order to reliably and as new procedures emerging every year. Especially in regard to
efficiently test these advanced protection relays. Testing IEC the continued growth of distributed energy generation and the
61850 IEDs poses many challenges, not only because such devices use of IEC 61850 in this context [1], understanding how distance
usually combine protection and control functionality, but also protection in IEC 61850 works plays an important role in
because of the complexity of the abstract data model defined by
ensuring the power grid's stability and efficiency.
the IEC 61850 standard. In an effort to present protection testing
knowledge in a concise and useful manner, this paper aims at II. DISTANCE PROTECTION: TRADITIONAL VS
giving insight into the workings and testing of IEC 61850 distance
IEC 61850
protection relays.
One of the aims of the IEC 61850 standard is to increase
Keywords: protection testing; distance protection; IEC 61850 interoperability by creating a set of universal modeling rules for
substation protection and communication devices. Traditionally,
I. INTRODUCTION every manufacturer of microprocessor protection relays
Even though various aspects of distance protection still cause implements their own distance protection algorithm with their
a great deal of confusion, the general idea behind it is very own characteristic or set of supported characteristics and their
simple. Knowing the expected load impedance and its expected own, custom interface to the user. This user, usually a power
variations, the distance relay is set up to constantly measure utility or protection testing engineer, must learn to work with
actual impedance values and restrain as long as the values are in different models of the same protection function. More often
a safe area on the R-X diagram but operate as soon as they take than not, the settings used by manufacturers to describe their
values indicating the occurrence of a fault. The complexity of protection models vary widely, allowing for various degrees of
distance protection arises not from this general idea but from the freedom in setting the protection function characteristic.
need for proper coordination in the power grid and special fault
A. Distance Protection Characteristics
cases, which must be taken into consideration in order to provide
accurate and reliable line protection. These special When working with distance protection, the most interesting
considerations are widely explored in scientific literature and are setting for protection engineers is the distance characteristic.
not the focus of this paper. The goal of this paper is to facilitate This geometrical figure represented on the R-X diagram defines
the transition from working with traditional distance relays to which measured impedance values are acceptable and cause the
working with IEC 61850 IEDs. relay to restrain, and which impedance values are the effect of a
fault and cause the relay to operate (Fig. 1). The traditional
An in-depth understanding of the test object is needed for the circular shape of the characteristic is the result of the restrictions
development of reliable testing procedures. After a general of the mho element and is easily described only by the reach and
comparison of traditional and IEC 61850-compliant distance offset.
protection, this paper analyzes the IEC 61850 representation of
protection testing functionality in the ACSI (Abstract More and more often, polygonal characteristics can be found
Communication Service Interface). As the IED's interface, the in distance protection (Fig. 2). The settings required to
ACSI representation is what contains all parameters of the accurately describe a typical quadrilateral characteristic like the
distance protection and therefore defines its behavior. It is also one presented in Fig. 2 are the following [2] [3]:
the testing target for protection testing engineers, soft- and • the reach value and reactive line angle (for the distance
hardware. reach),
Basic testing principles, which are founded on this
• the angles of the right and left resistance blinder,
knowledge, are presented in this paper, including the setup of
the testing environment (usually within a substation) and • the resistive ground reach value,

2016 Electric Power Networks (EPNet) September 19-21, 2016, Poland


epnet2016.pwr.edu.pl

978-1-5090-5518-0/16/$31.00 ©2016 IEEE


Fig. 1. Mho characteristic (point A - restrain, point B - operate). Fig. 2. Quadrilateral characteristic.
• the resistive phase reach value, object StrVal (start value) containing the current value at which
• the angle of the line in the fourth quadrant. the protection trips.

Unfortunately, these are not always found in the relay A. Logical Nodes Within an IED
settings. In fact, most of the time various settings of the As already mentioned, IEC 61850-compatible IEDs
quadrilateral characteristic are not exposed to the user and the combine the functionality of multiple protection, automation and
ones which are accessible have different namings in different control elements in a single device. In order to realize distance
IEDs. The missing settings are not editable and their fixed values protection, an IED requires not only the distance protection
can usually be either found in the manual or obtained from the logical node PDIS (Protection: Distance) which implements the
manufacturer's technical support. This hinders the work of distance element but also the LNs PTRC (Protection: Trip
protection engineers who have to set up and/or test the relays Conditioning) and XCBR (Switchgear: Circuit Breaker). The
without immediate access to all necessary information. They opening of a physical circuit is only performed by the circuit
must either: breaker abstraction in the XCBR logical node, never by the
actual distance protection LN. However, the XCBR logical node
• consult the manual or ask technical support every time, does not act on its own accord and needs to be controlled by a
• keep notes on fixed settings for each relay model, or trip signal from any of a number of possible sources. The PTRC
logical node is used to connect the circuit breaker model to the
• remember everything. root source of the trip signal, in our case the distance protection
The creation of protection functionality abstractions in IEC LN (Fig. 3).
61850 is an effort to standardize protection modeling so that all This topology could be simplified by including all of the
relays of the same type share a single common set of parameters, necessary functionality in a single logical node. The reason to
not bound to the manufacturer or model of the relay. This saves use three interconnected elements where one would suffice is the
time, effort and money and is a logical step to the creation of an increased flexibility provided by the modular solution. One of
efficient and seamlessly interconnected network of power the main features of the IEC 61850
produce. standard is the possibility of building
a wide range of different
III. IEC 61850 DATA MODEL functionalities from a set of basic
The IEC 61850 standard defines a set of abstract objects to reusable building blocks. It is because
represent real physical devices and functionality. This layer of of this approach that, as the IEC
abstraction, called the ACSI (Abstract Communication Service 61850-7-1 standard states, „the IED
Interface), is based on describing complex functionality using a composition is very flexible to meet
multitude of small building blocks. current and future needs”. Thanks to
this approach, one can easily set up a
The IEC 61850 data model uses abstractions in the protection environment as presented
form of logical nodes (LN) for defining specific IED in Fig. 4. In this setup, IED A
functionalities. Every functionality requires its own logical node combines the functionality of distance
and every logical node contains a number of data objects (DO) and time overcurrent protection, by
which represent its parameters. As an example, instantaneous connecting both the PDIS and PTOC
overcurrent protection, as a separate functionality, is represented logical nodes to the trip condition LN
by an IEC 61850 logical node named PIOC (Protection: PTRC. A different device, IED B, acts Fig. 3. Logical nodes
Instantaneous Overcurrent) and one of its parameters is the data as backup and performs instantaneous within an IED.
It was mentioned previously that the PDIS logical node
defines the protection behavior for one zone. In order to achieve
multi-zone protection, each zone must have its own PDIS LN.
The single-zone LNs are then connected to a PSCH (Protection
Scheme) logical node which models the entire line protection
scheme.
Practical experience of power utility operators and
protection testing engineers shows that theoretically required
parameters of the characteristic tend to be missing and that, more
often than not, IED vendors ignore the standardized logical
nodes in favor of their own, custom logical nodes tailored at
vendor-specific implementations of protection functionality.
This does not help in creating a clear and understandable,
interoperable abstraction for protection functions and in fact
only worsens the reputation of the IEC 61850 standard.

TABLE I. Settings of the PDIS logical node [4].

PDIS class - settings


PoRch Polar reach is the diameter of the Mho diagram
Fig. 4. Remote circuit breaker control. PhStr Phase start value

overcurrent protection [3]. Both IEDs A and B control the same GndStr Ground start value
circuit breaker without the need for copper wiring, as the signal DirMod Directional Mode
may be transmitted over a network.
PctRch Percent reach
B. The PDIS Logical Node Ofs Offset
Most protection functions in IEC 61850 have two mandatory
status data objects: Start and Operate. The Start DO represents PctOfs Percent offset
the starting of the relay operation, when a fault has been detected. RisLod Resistive reach for load area
For zone 1 distance protection this will be nearly synonymous
AngLod Angle for load area
with tripping a connected circuit breaker, but already zone 2
protection uses an internal timing mechanism so as not to trip TmDlTmms Operate time delay mode
too quickly. For this reason, any connected PTRC logical node
OpDlTmms Operate time delay
will wait until the Operate DO sends out a tripping signal, which
may happen immediately after Start is set, after some delay or PhDlMod Operate time delay multiphase mode
not at all if the fault is cleared before the delay timer expires. PhDlTmms Operate time delay for multiphase faults
In addition to Start and Operate, the PDIS logical node GndDlMod Operate time delay for single phase ground mode
defines over twenty settings (Table 1) which together make up
the behavior of the distance function for one zone. All of the GndDlTmms Operate time delay for single phase ground faults
PDIS settings are optional and their presence in an IED largely X1 Positive sequence line (reach) reactance
depends upon the type of characteristic which the protection
realizes. A brief overview of the more basic settings is given in LinAng Line angle
this chapter, in order to facilitate working with 61850 distance RisGndRch Resistive ground reach
protection.
RisPhRch Resistive phase reach
It must be noted that the characteristic type is not explicitly
defined as it is dictated by the presence or absence of certain K0Fact Residual compensation factor K0
DOs. All the required parameters for a characteristic shape K0FactAng Residual compensation factor angle
should be present while all settings for other characteristics
should be absent. The PoRch setting should only be present RsDlTmms Reset time delay
when using circular characteristics of the mho element and the
RisGndRch and RisPhRch DOs define the reach for quadrilateral
characteristics. PhStr and GndStr are the levels of phase and
ground measurements which cause the distance protection to
operate. PctOfs defines the offset of the characteristic, in percent
of the line length. The timing behavior is defined by the DOs
TmDlTmms, OpDlTmms, PhDlMod, PhDlTmms, GndDlMod,
and GndDlTmms.
IV. TESTING IEC 61850 DISTANCE PROTECTION
A. Traditional Distance Protection Testing
When considering protection testing in an IEC 61850
environment, the question arises: „why should it work any
differently than with non-61850 relays?” In fact, the black-box
testing process performed by a protection testing engineer is
usually very much the same, regardless of the technology
implemented in the protection relay.
The task of the protection engineer is to artificially feed the
relay voltage and current measurement values which fake
various line impedances. These test points must be inside the
distance characteristic, on its border and just outside of the
shape on the R-X diagram (Fig. 5). The relay must operate for
points within or on the borders of the characteristic and restrain
for points outside of it, regardless whether it is
IEC 61850-conform or not. Again, the difference lies in
Fig. 5. Example distance protection testshots.
efficiency and interoperability.
In order to properly choose the test points, the exact shape transmitted to the IED over an Ethernet network, so that the
of the R-X characteristic must be known, which means that the only data input to the device is an Ethernet connector [5]. This
same problems arise which were already discussed in Chapter serves to further increase interoperability and efficiency within
I. Having a standardized distance protection model is an substations.
immense help when choosing the test points because the R-X
characteristic can be calculated in the same way for every V. CONCLUSIONS
testing process. An example of an extremely inefficient though This paper shows the aspects which must be taken into
not incorrect testing process would be manually calculating the consideration when transitioning from testing traditional
test points on paper and subsequently manually operating a distance protection to IEC 61850-conform distance protection.
voltage and current generator to feed the values to the relay. It is important to remember that despite practical difficulties
Modern protection testing equipment takes over most of these resulting from the relative complexity of the IEC 61850 data
tasks, suggesting appropriate test points and checking all of model, using IEC 61850 IEDs in power utilities has the
them one after another while automatically clearing the relay in potential to increase protection testing efficiency and as a result
between. Providing the settings of the distance function to the to reduce downtime for transmission lines. However, it can be
testing equipment is really the only thing that is difficult to clearly observed that the industry has not yet committed to the
automate unless all distance functions share a common set of idea behind this standard and still heavily uses custom, vendor-
settings. specific logical nodes and data objects, thus creating less
improvement in terms of interoperability than could be
B. Full IEC 61850 Environment achieved. The multitude of vendor-specific data classes present
In an IEC 61850 environment, the distance characteristic in many modern IEDs hinders the work of power utility and
could even be acquired automatically by the testing equipment protection engineers, even though more and more of these IEDs
by checking the settings of the IED. The only limit in have IEC 61850 certification.
IEC 61850 test automation is how comfortable one feels with
carrying out tests based on the information acquired from the One of the problems is without a doubt the high level of
test object. This issue could be solved by starting the test freedom which the standard gives to IED manufacturers. Since
process with an additional test case aimed at checking the extensive use of custom extensions does not lead to increased
validity of queried information from the internal data model. clarity or interoperability in any way, it prompts the question
Even testing line distance protection installed at both ends of whether perhaps a more restrictive approach would yield better
the line can be automated by using time synchronization among results for the future of the power grid. However, for this to
testing equipment on both ends of the line. With both succeed, the standard would have to meet all the needs of
substations accessible through the same IEC 61850 network, it manufacturers and utility operators, which is currently not the
would be quite imaginable to test both ends of the line with a case. IEC 61850 is constantly corrected and updated with
single piece of testing equipment. Technical Issues and new editions of the standard aim to fix
what is broken. Perhaps, as long as the standard is not in a
Another thing to note is the possible change of the test setup satisfactory state, one should not be surprised that IEDs use
in fully IEC 61850-compliant environments. Traditionally, the custom data classes and extensions to model what the standard
measurements required by the distance protection IED are would otherwise not support.
provided by wiring all necessary signals to the backside of the
IED. IEC 61850 defines an alternative way of transmitting REFERENCES
measurement values in the form of GOOSE messages (Generic [1] Sinclair A., Finney D., Martin D., Sharma P.: Distance Protection in
Object Oriented Substation Event). GOOSE messages Distribution Systems: How It Assists With Integrating Distributed
containing voltage and current transformer outputs can be Resources, IEEE Transactions on Industry Applications, Vol. 50, Issue 3,
May-June 2014, pp. 2186-2196.
[2] Apostolov A., Vandiver B.: On the standardization of distance [4] IEC 61850-7-4:2010: Communication networks and systems for power
characteristics, Power System Conference: Advance Metering, utility automation – Part 7-4: Basic communication structure –
Protection, Control, Communication and Distributed Resources, Compatible logical node classes and data object classes.
Clemson, SC, 13-16 March 2007, pp. 209-212. [5] Apostolov A., Vandiver B.: Functional Testing of IEC 61850 Based
[3] Benmouyal G., Guzmán A., Jain R.: Tutorial on the Impact of Network Protection Relays, 60th Annual Conference for Protective Relay
Parameters on Distance Element Resistance Coverage, presented at the Engineers, College Station, TX, 27-29 March 2007, pp. 333-340.
40th Annual Western Protective Relay Conference, Spokane, WA, 15-17
Oct. 2013.

Vous aimerez peut-être aussi