Design of IEC-61968-Based Distribution Network Inf
Design of IEC-61968-Based Distribution Network Inf
com
Procedia
Engineering
Procedia Procedia
Engineering 00 (2011)24000–000
Engineering (2011) 69 – 77
www.elsevier.com/locate/procedia
Abstract
To build a scientific and efficient Distribution Management System (DMS), it is necessary to achieve sharing of data
and avoid information silos. The IEC61968-based information exchange platform, which adopts IEC61968
Information Exchange Model (IEM) and interface specification, is an effective means to resolve the above problem,
realizing seamless data exchange and sharing of data between various subsystems. It is shown by applications that,
the adapters for multi-system interfaces are simple and practical, ensuring efficient communication for data exchange,
and meeting requirements for data exchange and sharing of data between various subsystems. This
platform effectively solves the problem of information silos, laying a solid foundation for development of smart grid
information technology.
© 2011 Published by Elsevier Ltd. Selection and/or peer-review under responsibility of ICAE2011.
1. Introduction
The smart grid is new modern power grids highly integrated with power infrastructure, integrating the
following technologies: advanced sensor measurement, information & communication, analysis and
decision-making, automatic control and energy and power. The smart grid is an advanced green grid to
enhance energy efficiency, reduce impact on the environment, enhance supply security and reliability,
and reduce power transmission loss 1. It is the development trend of China's future power grid. Building
of a scientific and efficient DMS is an important part for construction of smart grids2.
The DMS system is used to monitor and manage the distribution and electric equipments of the user
using electronic technology, computer technology, automation technology, so as to improve the
management and operation of distribution network. To meet the requirements for construction of smart
grids, the DMS shall be integrated with various subsystems or components. The following components
are defined for the interface of IEC61968 DMS: power transmission equipment monitor, voltage
management, demand side management, interruption management, operation management, automatic
mapping, personnel management 2 and other functions. To realize the functions via the network,
transmission of information must be taken into consideration. For the above components need different
information, the network consists of various subnets. Subject to the importance and complexity of DMSs,
a number of advanced software applications are necessary to support normal operation of the system.
These advanced applications may be supplied by different manufactures, so the DMS is a heterogeneous
system 3.
IEC 61968 is followed for integration of various distributed software applications under utility DMSs,
rather than integration within the applications, and the data is exchanged on event-driven basis. The
current DMSs shall co-operate with various systems, which are usually developed by different
manufacturers. One difficulty for current power information system is sharing of information among
various systems and ensure unique and common data source for integration of heterogeneous
systems. The introduction of IEC61968 accelerates the development and application of USB, providing
an effective way and means for integration and data-sharing among subsystems of DMS.
4. Key technologies
For design and development of IEC61968-based ESBs, at least the following key technologies shall be
adopted:
(1) Service-Oriented Architecture (SOA)8
SOA is a software integration architecture using loosely coupled software services to support business
472 Li Guo
Li Guo et al. / Engineering
/ Procedia Procedia Engineering
00 (2011) 24 (2011) 69 – 77
000–000
process, accelerating enterprise application integration. All resources in SOA environment are
encapsulated as independent services that are invoked without knowing the platform for development.
SOA can be developed using multi technologies, including the Common Object Request Broker
Architecture (CORBA)10-11, Distributed Component Object Model (DCOM), Web services,
middleware technologies such as ESB etc.;
(2) IEC61968-based information exchange model13
The main content transmitted via ESB is message, therefore it is necessary to analyze and master the
mechanism of message. Each message must contain a verb and a noun. The noun shows the types of
message body, indicating the type of exchanged information.
(3) Service interfaces
Considering characteristics of cross-platforms, and to adapt to various development languages, it is
recommended to use Web Service to define the service interfaces.
Take the DMS for certain power company in Hubei as an example, DMS monitoring system (SCADA),
PMS10 and GIS11 etc have been successfully implemented in the company at present. To achieve data
sharing, PMS, GIS and other adapters are developed. The following functions shall be realized: When the
GIS graphic changes, the GIS will actively send the changed CIM model and GIS graphics to DMS; at the
same time, the DMS shall send the real-time monitoring information to GIS for updating; when PMS
equipments change, PMS will initiate sending of relating change information to DMS and GIS, in order to
achieve consistent operation of grids reflected by different sub-systems.
The above systems are developed by different manufacturers. DMS is in Level-1 and 2 security zone,
and other systems are in Level-3 security zone. Before the integration, the exchange of data between
various subsystems is fulfilled manually. As the data of one subsystem changes, the other subsystems
must be notified manually, and the maintenance person will change the corresponding data manually. It is
laborious and time-consuming in this way, difficult for timely update and will cause many errors. In
addition, for different manufacturers, it is difficult to co-operate. In order to achieve automatic exchange
of data, it is necessary to eliminate information silos and reduce working amount of the staff, accelerating
data exchanging between systems, so as to ensure timely data updating and accuracy of data exchanging,
enhancing efficiency of DMS with low cost, reaching the economic goals.
The ESB adopts IEC61968-based interface for data exchange, using the Unified Modeling Language
(UML) to define interfaces between different applications, following the Interface Reference Model (IRM)
and adopting IEC61968 information exchange model. The information exchange interfaces are
independent of the middleware, implementation methods and programming language. Whether .Net or
java is used for programming, as long as the IEC61968 interface standard is followed, the data can be
exchanged successfully. Taking the application into consideration, it is decided to use WebService to
implement the service interface. The specific implementation is as following:
The request of data by DMS from GIS is processed asynchronously. The IEC61968 information
exchange model is used to define the structure of exchanged data, including content, syntax, semantics
and so on. The GIS returns the standard CIM models and SVG12 graphics. The DMS explains CIM
models and SVG graphics via specific procedures, and store the final structure into the database. The
flowchart is as following:
LiLiGuo
Guoet/ al. / Procedia
Procedia Engineering
Engineering 24 (2011)
00 (2011) 69 – 77
000–000 5 73
DMS Request
Adapter
Interface
Message Bus
2 Adapter forwards the request after receiving After receiving the request, the component adapter forwards the request
it to the bus
3 The bus processes the request After receiving the message, the bus analyzes and processes it, and
forwards it to GIS through physical isolator.
4 GIS responses the request After receiving the message, GIS analyzes and processes it, and returns
the result to the bus
5 The bus forwards the request result The bus receives the result via physical isolators, and forwards the result
to adapter
6 The adapter returns the result to client The adapter returns the result to client
In above figure, the adapter and the bus are parts of the interface, which complies with following
IEC61968 standards:
(1) Adopting IEC61968 data exchange model3-4, including request condition, properties, methods, and
parameters etc;
(2) Complying with IEC61968 interface frame service;
A.Message Publish/Subscribe Service. Allow synchronous/asynchronous messaging between anonymous
components; which is achieved mainly via the bus;
B. Request/Answer Service. Allow reliable synchronous or asynchronous messaging between connected
components;
C. Publish/Answer Service. Allow wireless Initialization of Transmission of information (publish), and
wire End Of Transmission (answer).
D. Adopt IEC61968 adapter;
F. Adopt IEC61968 interface criteria.
For above interfaces, the bus can be deployed in Level-1 and 2 security zones or Level-3 security
zones, so as to realize cross-zone transmission of message. The following flowcharts are similar, which
will not be explained additionally.
674 Li Guo
Li Guo et al. / Engineering
/ Procedia Procedia Engineering
00 (2011) 24 (2011) 69 – 77
000–000
As the equipments of Production Management System (PMS) are updated, it is necessary to send data
asynchronously to DMS via PMS adapters, complying with IEC61968 information exchange model and
IEC61968-2 (File and Asset Management) interface frame specification. The flowchart is as following:
Adapter
Interface
MessageBus
2 The adapter forwards the request after receiving it The adapter forwards the request to the bus after receiving it
3 The bus processes the request After receiving the message, the bus analyzes and processes it, and
forwards it to DMS through physical isolator.
4 DMS responses the request After receiving the message, DMS analyzes and processes it, and
returns the result to the bus
In above interface, IEC61968 data exchange model and interface frame standards are followed.
DMS sends real-time data to GIS in two ways: one, DMS initiates the transmission; the other, DMS
adopts request/answer method, sending the real-time data to GIS after receiving data request from GIS.
The IEC61968 information exchange model is adopted.
Adapter
Interface
Message Bus
Isolation Device
GIS Response
2 The adapter forwards the request after receiving it The adapter forwards the request to the bus after receiving it
3 The bus processes the request After receiving the message, the bus forwards it to GIS
GIS Requset
Adapeter
MessageBus
Isolation Device
DMS Response
2 The adapter forwards the request after receiving it After receiving the request, the adapter forwards it to the bus
3 The bus processes the request After receiving the message, the bus analyzes and processes it,
and forwards it to DMS through physical isolator.
4 DMS responses the request After receiving the message, DMS analyzes and processes it,
and returns the result to the bus
5 The bus forwards the request result to the adapter The bus receives the result via physical isolators, and forwards
the result to adapter
The DMS explains CIM models and SVG graphics via specific procedures after receiving GIS data
After initial establishment, the data exchange interface of above subsystems reached the expected
requirements after a period of trial operation, improving efficiency of DMS. The efficiently before and
after application of the interface is compared as the following:
Table 4 Results contrast
Content Before application After application
1, GIS Any change to GIS graphics shall be notified to DMS Any change to GIS graphics will be notified to
graphics maintenance person manually, and the maintenance person will DMS automatically via the interface. DMS will
change change the corresponding graphics and parameters manually. It automatically modify the graphics and
is laborious and time-consuming with many errors. parameters, and return the result to GIS.
2, PMS Any change to PMS parameters will be notified to GI manually, As the PMS parameters change, the system will
parameters and the maintenance person of DMS and marketing system automatically modify corresponding parameters,
change shall modify the corresponding data, time-consuming and and return the result to PMS.
labor- consuming.
3, DMS The operators of other systems will view the real-time data of The latest real-time data will be published the
real-time DMS. Due to different security zones, only the history database request party via the interface, ensuring
data of DMS can be accessed, resulting in delayed real-time data, timeliness of real-time data.
published difficult to reflect the operation of equipments in real-time.
6. Conclusions
In summary, for the above application, the exchange of integrated data of various systems is
implemented complying with IEC61968. The interfaces of all systems comply with the standard. The
message can be transmitted smoothly between all systems without problems failing to transmit or resolve;
taking the secondary security protection in power system into consideration, the interface adopts
forward/reverse physical isolating devices for data exchanging, achieving transparent access to upper-
layer applications, but meeting requirements for secondary security protection.
In one word, the IEC61968 standard can be used for utility application integration. The interfaces
complying with this standard can be used to solve information silos and achieve information sharing, and
is an effective means for integration of utility information systems. Convenient data exchange and
expansion of new functions can be implemented for various subsystems complying with this standard,
featuring good dynamic scalability, easy implementation of modular software and plug-ins, low cost, and
is a good trend for integration of utility information systems.
References
[1] HU Xuehao,Smart Grid-A Development Trend fo Future Power Grid. Power System Technology,2009,33(14).
[2] Xiao Shijie.Consideration of technology for constructing Chinese smart grid[J].Automation of Electric Power System,
2009,33(9).
[3] IEC61968-1, Application Integration at Electric Utilites System Interfaces for Distribution Management Part1 Interface
Architecture And General Requirements[S].
[4] HE Jun,LUO Jian,WANG Guanjie,ZHOU Hongyu. Principle and Analysis of IEC61968. Journal of Chongqing
LiLiGuo
Guoet/ Procedia
al. / Procedia Engineering
Engineering 24 (2011)
00 (2011) 69 – 77
000–000 9 77