Sie sind auf Seite 1von 5

Control Architecture for Power Distribution Systems

Based on IEC 61850, IEC 61499 and Holonic


Concepts

Valentin Vlad, Cezar D. Popa, Radu D. Pentiuc, Corneliu Buzduga


Electrical Engineering and Computer Science Department
Stefan cel Mare University of Suceava
Suceava, Romania
{vladv | cezarp | radup | cbuzduga}@eed.usv.ro

Abstract—This paper proposes a control architecture for future blocks in the design of distributed industrial-process
power distribution systems, which combines the specifications of measurement and control systems. IEC 61499 includes
the international standards IEC 61850 and IEC 61499 with advanced software technologies, such as the encapsulation of
concepts from the field of multi-agent systems. Models for functionality, component-based design, event-driven execution
substation automation systems are proposed, relying on IEC and distribution, and is considered a complementary standard
61499 function blocks for the implementation of the control logic to the IEC 61131 standard for PLCs.
and on IEC 61850 abstract services for communication and
information exchange between the intelligent electronic devices. Ongoing research is also carried out on the development of
For efficient structuring and distribution of control, holonic intelligent and distributed control architectures for efficient
models were proposed and exemplified for power substations. integration and management of the energy sources and
consumers within the grid, at different aggregation levels. Most
Keywords- power grid, holonic, function blocks, IEC 61850, of the proposed control architectures are based on concepts
IEC 61499 from multi-agent systems and standards like FIPA (Foundation
for Intelligent Physical Agents), the representative examples
I. INTRODUCTION including [4], [5], [6], [7] and [8]. A popular agent-based
The power distribution systems are becoming more and paradigm is also the holonic control [9], applied by researchers
more complex due to the increasing number of composing in both the area of manufacturing and electric power
entities (with various control opportunities) both on the energy distribution.
production and consumption sides. As example one can In this paper we present our work on developing a control
consider the future homes with local grid-connected energy architecture for power distribution systems, combining the
sources, plug-in vehicles, battery storage and smart meters for specifications of the IEC 61850 standard (for communications),
monitoring the energy consumption and production. The the function block models defined by IEC 61499 (for
efficient management of energy in this complex and dynamical encapsulation of the control logic) and holonic concepts, for
context impose an increasing of the power grid automation and behavioral and organizational aspects. The rest of the paper is
the development of new control architectures based on organized as follows. The next chapter presents a control
intelligent and distributed control paradigms. architecture for substation automation systems based on the
An important step in power grid automation was the standards IEC 61850 and IEC 61499. The third chapter defines
development of the international standard IEC 61850, initially holonic models for power distribution control systems and the
focused on the communication between the intelligent last one presents implementation aspects for the control
electronic devices (IEDs) within substations [1], [2]. The architecture introduced in chapter two.
standard specifies how the data should be organized in IEDs,
defines a list of services for reading and modifying these data, II. CONTROL ARCHITECTURE FOR SUBSTATION
and proposes a mapping of the data and services to a specific AUTOMATION SYSTEMS BASED ON IEC 61850 AND IEC 61499
communication protocol. However, the standard do not impose In presenting the proposed architecture we assume that the
a specific type of implementation for the control logic within reader has already basic knowledge of the IEC 61850 and IEC
IEDs, nor how different control components in the same IED 61499 standards, the previously mentioned references being
should communicate with each other, but rather the external useful in this regard.
behavior of the control devices.
As anticipated in introduction, our approach for
A convenient solution for developing distributed and implementing control applications for substation automation
reconfigurable control applications is the one proposed by the relies on IEC 61499 models for the control logic and on IEC
IEC 61499 standard [3], which is focused on applying function 61850 specifications for communication and information
exchange between IEDs. As illustrated in Fig. 1, we propose a
logical node be modeled and implemented as a network of
function blocks mapped to an IEC 61499 resource. The
function blocks network will contain a principal function block
encapsulating the data of the logical node (as specified in the
IEC 61850 standard) and function blocks for internal
communications (with logical nodes in the same device) or for
interfacing with the primary equipment of the power system.
The principal function block of a logical node will receive
information from the process or from other logical nodes, and
will generate actions and/or will update its internal data
according to the encapsulated control algorithms. In the
example in Fig. 1 we considered a protection IED with three
logical nodes: LLN0 (containing device information), PTOC
(Protection Time Overcurrent) and PTRC (Protection Trip
Conditioning). The principal function blocks of the logical
nodes can be implemented as IEC 61499 service interface
function blocks (SIFBs).
As to the communication part, an IEC 61850 server should
be implemented as specified in part 7-2 of the standard. The
server will exhibit outside the data indicated in the IED
configuration file (defined according to the IEC 61850
Substation Configuration description Language – SCL),
updated continuously from the function blocks implementing
the control logic. In our approach the synchronization of data
between the control logic and the server is realized through a Figure 1. Logical nodes modeled as networks of function blocks, mapped to
modified IEC 61499 remote device, including functions for resources
accessing data in principal function blocks, based on their IEC
61850-compliant references. This mechanism, along with the The transmission of GOOSE (Generic Object Oriented
control architecture, is illustrated in Fig. 2, considering the Substation Events) messages or sampled values using multicast
example of a breaker IED. can be realized with specialized service interface function
blocks, transmitting the data at regular intervals or when
In the example in Fig. 2 the circuit breaker is modeled as a requested by principal function blocks. In the example
logical node of type XCBR, implemented in the XCBR illustrated in Fig. 2 the GOCB service interface function blocks
Resource as a network of function blocks, the principal models a Goose Control Block.
function block (XCBR SIFB) encapsulating the data of the
logical node.

Figure 2. Proposed control and communication architecture (example for a Breaker IED)
III. HOLONIC MODELS FOR POWER DISTRIBUTION
CONTROL SYSTEMS
The power distribution systems include a large and

Substation Level
diversified range of equipment, from equipment within power
substations to the domestic renewable energy sources and
smart appliances. In defining the architecture of holons we
focused on the area of power substations, but the proposed

Bay Level
models can easily be extended to other areas.
A holon is an intelligent entity with decision-making
capabilities, which can interact with other holons to collect
information for his decisions or provide information to them. In

Process Level
structuring the control of the power substations according to
the holonic principles, we tried to keep the architecture and
models defined by the IEC 61850 specifications. As showed in
Fig. 3, the standard groups control functions and data in logical
nodes (LNs) placed on different control levels (process, bay,
and station) and distributed among several IEDs.
Figure 3. Substation architecture according to IEC 61850
The process level is dedicated mainly to the acquisition of
data from the primary equipment, transmission of this data to
the devices on the upper levels, and execution of the received
control commands. The devices on the bay level include logical
nodes for protection and control of the primary equipment,
which in some cases collect information from other bays for
their decisions. Due to these control responsibilities, we
decided to define the simple holons at the bay level. A simple
holon will include in this case the primary equipment of a bay,
the modules for acquisition and transmission of data, the IEC
61850 logical nodes for protection and control of the bay, and
an intelligent component for local decision and interaction with
other holons. Fig. 4 depicts the proposed general architecture of
a simple holon.
Fig. 5 contains the example of a simple holon modeling a
transformer bay. The meanings of the acronyms for the IEC
61850 logical nodes are given Table 1.

TABLE I. EXPLANATION OF THE LOGICAL NODES ACRONYMS

LN Acronym LN Description
XSWI Circuit switch
Figure 4. Architecture of a simple holon
XCBR Circuit breaker

TCTR Current transformer

YLTC Tap changer

CSWI Switch controller

CILO Interlocking

MMXU Measurement

PTOC Protection time overcurrent

ATCC Automatic tap changer controller

The simple bay holons can be grouped along with station-


level control components in a complex holon, representing the
whole substation. The communication between the bay holons
is done through the station bus, as illustrated in Fig. 6.
Figure 5. Example of a simple holon for a transformer bay
Figure 6. Simple bay holons grouped in a complex station holon

Different substation holons in a region can be further The control logic was implemented as an IEC 61499
grouped in a complex holon with high-level goals such as system with five devices, as illustrated in Fig. 9. The function
optimizing the distribution of energy in that region and blocks modeling the logical nodes were encapsulated in IEC
reducing the effects of perturbations. 61499 resources, named according to the syntax defined by the
IEC 61850 standard for the logical node names. For each
IV. IMPLEMENTATION ASPECTS OF THE CONTROL device, an IEC 61850 server was started, assuring a
ARCHITECTURE FOR SUBSTATION AUTOMATION SYSTEMS communication interface described in a SCL file. It can be
noted that there must exists direct correspondence between the
The proposed control architecture for substation automation data type templates defined in the SCL file and the data
systems was implemented and tested in a simple fault implemented in the FB-based logical nodes. For the
protection scenario, with simulated power equipment. The implementation of the IEC 61850 server we used the open
protection scenario (illustrated in Fig. 7) involves the source library presented at [10].
transmission of GOOSE messages between several IEC 61850
logical nodes for tripping a circuit breaker and for publishing
its new position.
The values measured by the current transformer (CT) are
transmitted to a PTOC logical node. When an overcurrent is
detected, PTOC communicates the anomalous condition to the
PTRC LN, which issues a trip command (in form of a GOOSE
message) to the XCBR LN. As a result the circuit breaker (CB)
is open and the new status is transmitted (also through GOOSE Circuit breaker is open
due to the overcurrent
messages) to the PTRC and RREC (Auto-reclosing) logical
nodes. After a short time, RREC issues a reclose command to
the XCBR LN, which closes the circuit breaker and publishes
its new status. The current through the feeder can be modified
Figure 8. User interface simulating the power system
through a user interface simulating the power system,
presented in Fig. 8.

Figure 7. Fault protection scenario


Figure 9. The IEC 61499 system implementing the control logic
ACKNOWLEDGMENT [4] M. Pipattanasomporn, H. Feroze, S. Rahman, "Multi-agent systems in a
distributed smart grid: design and implementation," Power Systems
This paper has been financially supported within the project Conference and Exposition, PSCE '09, 15-18 March 2009, pp.1-8.
entitled „SOCERT. Knowledge society, dynamism through [5] S.D.J. McArthur et al., “Multi-agent systems for power engineering
research”, contract number POSDRU/159/1.5/S/ 132406. This applications—Part I”, IEEE Transactions on Power Systems, Vol. 22,
project is co-financed by European Social Fund through No. 4, 2007, pp. 1743-1752.
[6] K. Manickavasagam, et. al., "Control of distributed generator and smart
Sectoral Operational Programme for Human Resources grid using multi-agent system", Electrical Energy Systems (ICEES),
Development 2007-2013. Investing in people!” 2011 1st International Conference on, 3-5 Jan. 2011, pp.212-217.
[7] E.Negeri, N.Baken, M. Popov,“Holonic architecture of the smart grid”,
Smart Grid and Renewable Energy, Vol.4, 2013, pp. 202-212.
REFERENCES [8] A. Pahwa et al. “Holonic multi-agent control of power distribution
[1] R. E. Mackiewicz, “Overview of IEC 61850 and benefits”, Power systems of the future”, Cigre Grid of the Future Symposium, 2012,
Engineering Society General Meeting, 2006, pp. 8. Kansas City, Missouri - United States of America.
[2] IEC 61850 Communication Networks and Systems in Substations, IEC [9] A. Koestler,The Ghost in the Machine, Arkana Books, London, 1969.
61850, 2004. [10] OpenIEC61850 – Java implementation of IEC 61850 standard.
[3] V. Vyatkin, IEC 61499 Function Blocks for Embedded and Distributed http://www.openmuc.org.
Control Systems Design, Instrumentation Society of America, 2007,
USA.

Das könnte Ihnen auch gefallen