SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
Effect on Substation Engineering
Costs of IEC 61850 and System
Configuration Tools
Executive summary
Change management, software configuration training,
and human error all impact the cost associated with
substation automation engineering. Object-oriented
engineering approaches as defined in the IEC 61850
standard represent significant cost savings when
compared to traditional methods using hardwire and
Distributed Network Protocol (DNP3). New multivendor
system configuration tools are described that further
reduce substation automation engineering costs.
by Adam Gauci, P.Eng.
Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools
Schneider Electric White Paper Revision 0 Page 2
As substation automation evolves towards software based IEC 61850 environments, the
engineering process is becoming more complex. Consequently a greater portion of the
CAPEX budget is used to develop new (or upgrade existing) substations especially in
interoperable, multi-vendor environments. More complex automation schemes increase the
learning curve of engineers. A multitude of new and different configuration tools are now
required in order to properly engineer a substation automation system.
One problem today is that many vendors of substation systems have tried to adapt
proprietary methodologies into their native tools for configuring IEC 61850 communications
within a substation. This leads to incompatibilities between devices and configuration tools
from different vendors. It also increases the potential for incorporating human error into the
process as engineers have to use multiple tools to configure a substation automation system.
This paper introduces a series of new approaches for cutting substation engineering costs in
IEC 61850 environments.
Data with context
Preparing a tabulation of functions for monitoring and control of a substation by a central
SCADA system can be a complex task. With the multitude of new intelligent electronic
devices (IEDs) and with communications capabilities such as protection relays, controllers,
remote terminal units (RTUs) and gateways, a multitude of players are now involved in the
process. These players usually have very different roles and priorities. For example, a
protection engineer may be involved with the data mapping of a protection relay, but their
primary function is to configure the protection settings of the relay. As dataflow progresses up
the hierarchy from device to SCADA, data must be passed through many different systems,
and through teams with different competencies, which makes it difficult to ensure the data
context stays intact.
With traditional SCADA protocols such as DNP3, many engineers would use spreadsheets
and other forms of documentation to pass the context of the data from level to level. An alarm
at a protection IED would be mapped to a DNP3 index; this index could be mapped to data
concentrators by a controls engineer, and finally mapped to a SCADA front-end processor.
As the data is mapped from index to index, it is easy to lose the context of the data through
human error when compiling such mapping tables.
With IEC 61850, data is mapped to logical nodes with pre-defined, meaningful names in the
context of an electrical substation. This standardization between different devices and players
ensures that the data never loses its context at different stages of the substation engineering
process.
Peer-to-peer messaging
With new technologies, protection schemes are becoming more complex. Inputs and outputs
are traditionally hardwired between different IEDs. During the engineering process, a small
change in the protection scheme logic could require a substantial amount of effort to
implement, especially during later stages of the engineering process. This change could
require updating engineering drawings, making modifications to, or adding new wiring
between devices. These changes can be time consuming and labour intensive, requiring
different trades to accomplish what could be considered a trivial change to some digital logic.
IEC 61850 Generic Object-Oriented Substation Event (GOOSE) messages are high speed
messages optimised to be multicast over an Ethernet network. These messages allow
for digital representations of hardwire I/O to be published on the network and received by the
subscribers within a 4 millisecond timeframe. The major benefit of using GOOSE messaging
for I/O is that adding new logic variables and virtual inputs and outputs are simplified,
Leveraging
IEC 61850
Introduction
“There was a time savings
of 72% using a system
configuration tool versus
configuring each
protection relay
individually using the
native vendor tool alone.”
Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools
Schneider Electric White Paper Revision 0 Page 3
requiring the engineer to only modify the device configurations. The potential now exists for
much more complex, distributed protection schemes.
Removal of physical I/O limitations of protection relays allows for hundreds of virtual input
and output signals – internal to a relay and not typically used in today’s schemes – to be
shared between multiple devices.
Substation configuration language
Based on eXtensible Markup Language (XML), IEC 61850 provides a configuration language
that can be used to describe the functional specification of the substation switchyard
equipment, and how it relates to communication systems and IEDs. This information is stored
in various types of files with different subsets of data, described in Table 1.
These files allow for data transfer between different engineering tools and devices,
independent of the manufacturer. This eliminates some of the intermediate steps that are
required when using current methods for typical substation engineering projects, and helps to
maintain data coherency.
Distributed multi-vendor environments
With the progression of Ethernet based networks inside the substation, functions are
increasingly being distributed amongst many different devices. Since open standards are not
restricting designers into a vendor proprietary solution, designers are free to choose the best
solution for their application. This can lead to multi-vendor environments. To configure the
communications between the different devices inside a substation, system engineers must
SCL file File extension Description
IED Capability
Description
ICD
The ICD contains a description of the functional
capabilities of a specific IED type. It acts as a
template to be configured by the engineer in a
system or IED configuration tool.
Instantiated IED
Description
IID
The IID contains a pre-configured instance for a
single IED for a specific project. It may already have
some components already configured such as
project addresses or datasets. This data can be
imported to a system configuration tool.
System
Specification
Description
SSD
The SSD describes the single line diagram of the
substation, the required substation switchyard
equipment, their functions, and the required IEC
61850 Logical Nodes.
Substation
Configuration
Description
SCD
The SCD contains the complete system
configuration including the substation specification,
all configured IED instances, and the
communications configuration.
Configured IED
Description
CID
The CID file is meant to be sent directly to the IED
for configuration. It contains information related to
configuring the communications for a specific IED.
System Exchange
Description
SED
The SED describes interfaces for data that needs to
be exchanged between different projects.
Table 1
Substation Configuration
Language (SCL)
description file types
Substation
engineering
challenges
Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools
Schneider Electric White Paper Revision 0 Page 4
learn to configure multiple devices from different vendors. These vendors can take vastly
different approaches to their configuration methodology. This can lead to increased costs in
terms of additional training time for engineers.
Manual engineering
With the multitude of different configuration tools available for the different devices in a
substation system, creating links between diverse devices can be a manual process. This can
lead to the introduction of human error into the system.
Change management implementation
When deciding whether to permit a change during the substation system engineering
process, one common consideration is the amount of effort the change will take to implement.
It is often difficult to completely plan for all contingencies during the design phase of the
system. Realistically, new requirements and problems can arise during the implementation
phase of a project. The change can require updates to engineering drawings, modifications to
already implemented wiring, and many device configuration updates. This can be costly in
terms of the time to implement the change and the effort of personnel with different roles and
competencies.
Another consideration has to do with how the desired outcome of the change is evaluated. If
the outcome of the desired change does not have the intended results, it can be difficult and
costly to undo or modify this change.
The IEC 61850 standard defines a methodology for engineering a substation automation
system in an object-oriented, multi-vendor environment. The data flow for this process is
shown in Figure 1.
IEC 61850
engineering
process
Figure 1
Data and information flow
in the IEC 61850
engineering process
Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools
Schneider Electric White Paper Revision 0 Page 5
Most organizations have a process to choose the standard IEDs used in their substations,
based on their specific protection and control philosophies, and the required logical nodes for
their power system. Native vendor IED configuration tools contain a mechanism to export ICD
files, which act as a template for a specific IED containing the device’s supported logical
nodes and capabilities.
In some cases, an organization may have standardised configuration parameters such as
network addresses or preconfigured datasets. In this case an IID file can be used. The IID file
would contain the same data as the ICD file, and contain additional parameters regarding the
configuration for a specific IED. In parallel, substation engineers define the substation
specification based on their operating methodologies. This includes defining the primary
switchyard equipment, their functions, the single line diagram and choosing the necessary
logical nodes. This data can be contained in the substation section of the project SSD file.
Once the group of IEDs and the system specification has been defined, they can be imported
into a system configuration tool. Within the system configuration tool the engineer can define
specific instances from the different IED templates and link them to the electrical process.
The engineer can then define project-specific addressing and configure the data model by
defining the datasets and GOOSE publishing/subscribing amongst the various IEDs. The
complete substation description, all IEDs and communications configuration can then be
exported to a SCD file. The SCD file can then be imported to various IED native vendor
configuration tools to complete the protection, control, and device-specific configuration.
The IED configuration tool is fully aware of the data available to it from the system, and can
make use of this data in the protection logic. After the IED specific configuration is completed,
the configuration can be placed on the IED through proprietary means, or by transferring
a CID file to the IED. If changes are made to the communications configuration or the IED
instance in an IED configuration tool, they can be reintegrated into the system by importing
the IID file back into the system configuration tool.
An example of one such system configuration tool allows designers to start developing their
substation automation system, by importing a copy of their single line diagram schematic
(see Figure 2) from sources such as a CAD drawing.
System
configuration
tool example
Figure 2
System configuration tool:
Defining the primary
equipment, voltage levels,
bays, and associating
IEDs
“Since open standards are
not restricting designers
into a vendor proprietary
solution, designers are
free to choose the best
solution for their
application.”
Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools
Schneider Electric White Paper Revision 0 Page 6
Through automatic recognition of the substation primary equipment, the common logical
nodes associated with the detected equipment are added to the project. The associated
voltage levels and bays can then be defined for the substation based on the single line
diagram layout and the utility’s standard substation philosophies.
Each selected IED used in the project should have the supported logical nodes defined in an
ICD file, which is imported into a database of approved IEDs. These IEDs can then be
selected, instantiated, and placed into the appropriate bay on the single line diagram.
Additional logical nodes can be added at any level of the hierarchy for enhanced
customisation. The System View allows the system designer to visualise the network
architecture. It includes all network devices, such as Ethernet switches and printers (see
Figure 3). The designer can then set the entire specific network addressing for each device,
such as the IP address and subnet. This view can help the designer to develop complex
network topologies potentially spanning multiple networks.
Switching to the logical view allows the designer to view the IEC 61850 dataflow between the
functional elements of the different devices. Based on the logical nodes available from each
IED, the data sets for reporting can be defined for each IEC 61850 server and HMI,
concentrator and gateway clients. Data sets can also be defined for publishing and
subscribing of GOOSE messages for peer-to-peer messaging between IEDs. The view can
easily be rearranged to view only the dataflow associated with a specific device, making
troubleshooting much simpler.
Once configuration of the system has been completed the data model can then be exported
as an SCD file, which will contain a system specification of the primary equipment, as well
as an instantiated data model of each IED used in the project. This SCD file will contain all of
the addressing and configured data sets required for the project. The next step is to import
the SCD file into the vendor-specific IED configuration tool and complete the device-specific
configuration and logic for each IED, such as protection settings for protection relays or
legacy protocol configuration for protocol convertors. The last step would be to send the
complete device configuration to each device.
Figure 3
System configuration tool:
Overview of the network
architecture and defining
device addressing
Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools
Schneider Electric White Paper Revision 0 Page 7
Apart from the traditional cost savings of adopting IEC 61850, such as reductions in physical
copper wiring used for I/O, there are significant cost savings to be found in the engineering
process, due to the efficiencies that can now be realised.
1) Reduction in the amount of time needed to configure a
substation automation system
System configuration tools have the capability of significantly reducing the amount of time
required to configure a system. These tools can reduce configuration time by automating as
much of the addressing as possible within the system, and eliminating the need to individually
configure the communications/data flow for each individual IED within the native vendor IED
tool.
One such study – testing the configuration of a system of 7 protection relays engaged in a
GOOSE-based protection scheme – found that there was a time savings of 72% using a
system configuration tool versus configuring each protection relay individually using the
native vendor tool alone. For this test only one brand of protection relay was used, and of the
two engineers selected for the test, the less experienced was selected to work with the
system configuration tool.
2) Increased virtualisation
The substation data model can be developed and tested before the implementation phase of
the project. A stronger initial design allows for a reduction in modifications later, when they
could be more costly. Virtualisation also allows the engineer to focus on designing for the
functional requirements of the substation automation system project and selecting the
functional elements that are necessary for its realisation. Conversely, using current design
methods, significant effort is spent on integrating the physical devices from different vendors
and trying to make them fit into an eventual solution. Virtualisation allows utilities to define
the outcome without defining the means of the solution. This allows for the development
Figure 4
System configuration tool:
Logical view of the IEC
61850 dataflow between
devices
Cost
savings
Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools
Schneider Electric White Paper Revision 0 Page 8
of more innovative and cost-effective system solutions without sacrificing functionality.
3) Reduced reaction to design
Changes to the design that require modifications to the system during the implementation
phase can be made through software, minimizing physical reconfiguration. This means the
system design is solely in the hands of the engineer and that it is simple to quickly revert
back to previous versions of the configuration if the change does not have the desired results.
4) Increased standardisation and object–oriented engineering
The object-oriented approach to substation design enabled by the IEC 61850 standard allows
designers to develop standard bay configurations for elements of their power system. This
means that the building blocks of a project do not have to be re-engineered from scratch
every time a substation automation system engineering project comes along. Standardisation
also allows for a high level of reusability and efficient repeatability.
A comprehensive data model can be produced for each substation in the system which can
be exported to a number of other systems. Harmonization of the IEC 61850 model with the
IEC Common Interface Model (CIM) standards (IEC 61968/61970) will allow for
communication and integration of the substation data model with any number of enterprise
applications. From automatic configuration of local human machine interfaces (HMI), to
enterprise level applications such as distribution management systems (DMS), the
opportunity to develop innovative integrated solutions are boundless.
[1] Communication networks and systems for power utility automation – Part 6: Configuration
description language for communication in electrical substations related to IEDs, IEC
Standard 61850-6, 2009.
[2] “Substation Engineering Tools: A New Generation”, L. Hossenlopp, Lattes, France, 2003.
[3] “Engineering Perspectives on IEC 61850”, L. Hossenlopp, IEEE Power and Energy
Magazine, pp. 45-50, Jun. 2007.
[4] “VLPGO Statement on the IEC 61850 Standard”, The Very Large Power Grid
Operators,VLPGO Secretariat, Lansdale, PC, USA, May 2012.
[5] “Engineering savings example”, M. Jardim, Lattes, France, April, 12, 2012.
©2013SchneiderElectric.Allrightsreserved.
Conclusion
Adam F. Gauci was born in Toronto, Ontario, Canada and received a Bachelors of Science
in computer engineering from Queen’s University at Kingston, Ontario. His previous work
experience includes Hydro One Networks as a Protection and Control Engineer and Cooper
Power Systems as a Field Application Engineer. Currently he is working with Smart Grid
Solutions at the Schneider Electric North American Energy Automation Center in Toronto,
Ontario. Mr. Gauci is currently a member of the IEEE Power and Energy Society, and a
registered professional engineer in the province of Ontario.
About the author
References

Más contenido relacionado

La actualidad más candente

New Approach for Intelligent Motor Control Centers
New Approach for Intelligent Motor Control CentersNew Approach for Intelligent Motor Control Centers
New Approach for Intelligent Motor Control CentersSchneider Electric
 
The Data Center Evolution and Pre-Fab Data Centers
The Data Center Evolution and Pre-Fab Data CentersThe Data Center Evolution and Pre-Fab Data Centers
The Data Center Evolution and Pre-Fab Data CentersSchneider Electric
 
Best Practices for Creating Your Smart Grid Network Model
Best Practices for Creating Your Smart Grid Network ModelBest Practices for Creating Your Smart Grid Network Model
Best Practices for Creating Your Smart Grid Network ModelSchneider Electric
 
A New Language for Specifying Modular Data Centers
A New Language for Specifying Modular Data CentersA New Language for Specifying Modular Data Centers
A New Language for Specifying Modular Data CentersSchneider Electric
 
[FAQs] Best Practices for IT/OT Convergence
[FAQs] Best Practices for IT/OT Convergence[FAQs] Best Practices for IT/OT Convergence
[FAQs] Best Practices for IT/OT ConvergenceSchneider Electric
 
ADMS (Advanced Distribution Management System)
ADMS (Advanced Distribution Management System)ADMS (Advanced Distribution Management System)
ADMS (Advanced Distribution Management System)Schneider Electric
 
Getting Started with Advanced Network Operations
Getting Started with Advanced Network OperationsGetting Started with Advanced Network Operations
Getting Started with Advanced Network OperationsSchneider Electric
 
[Case study] City Utilities of Springfield - Solution offers one version of t...
[Case study] City Utilities of Springfield - Solution offers one version of t...[Case study] City Utilities of Springfield - Solution offers one version of t...
[Case study] City Utilities of Springfield - Solution offers one version of t...Schneider Electric
 
Preparing for the Future: How Asset Management Will Evolve in the Age of Smar...
Preparing for the Future: How Asset Management Will Evolve in the Age of Smar...Preparing for the Future: How Asset Management Will Evolve in the Age of Smar...
Preparing for the Future: How Asset Management Will Evolve in the Age of Smar...Schneider Electric
 
Industrial sawmill solution Wood Mizer
Industrial sawmill solution Wood MizerIndustrial sawmill solution Wood Mizer
Industrial sawmill solution Wood MizerSchneider Electric
 
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...Schneider Electric
 
Underground Self-Healing Solution
Underground Self-Healing Solution Underground Self-Healing Solution
Underground Self-Healing Solution Schneider Electric
 
Types of Prefabricated Modular Data Centers
Types of Prefabricated Modular Data CentersTypes of Prefabricated Modular Data Centers
Types of Prefabricated Modular Data CentersSchneider Electric
 
[ArcFM™ Solution] Wavepoint
[ArcFM™ Solution] Wavepoint [ArcFM™ Solution] Wavepoint
[ArcFM™ Solution] Wavepoint Schneider Electric
 

La actualidad más candente (20)

New Approach for Intelligent Motor Control Centers
New Approach for Intelligent Motor Control CentersNew Approach for Intelligent Motor Control Centers
New Approach for Intelligent Motor Control Centers
 
The Data Center Evolution and Pre-Fab Data Centers
The Data Center Evolution and Pre-Fab Data CentersThe Data Center Evolution and Pre-Fab Data Centers
The Data Center Evolution and Pre-Fab Data Centers
 
Best Practices for Creating Your Smart Grid Network Model
Best Practices for Creating Your Smart Grid Network ModelBest Practices for Creating Your Smart Grid Network Model
Best Practices for Creating Your Smart Grid Network Model
 
SCADA of the Future
SCADA of the FutureSCADA of the Future
SCADA of the Future
 
Data centers on the Edge
Data centers on the EdgeData centers on the Edge
Data centers on the Edge
 
A New Language for Specifying Modular Data Centers
A New Language for Specifying Modular Data CentersA New Language for Specifying Modular Data Centers
A New Language for Specifying Modular Data Centers
 
[FAQs] Best Practices for IT/OT Convergence
[FAQs] Best Practices for IT/OT Convergence[FAQs] Best Practices for IT/OT Convergence
[FAQs] Best Practices for IT/OT Convergence
 
ADMS (Advanced Distribution Management System)
ADMS (Advanced Distribution Management System)ADMS (Advanced Distribution Management System)
ADMS (Advanced Distribution Management System)
 
Getting Started with Advanced Network Operations
Getting Started with Advanced Network OperationsGetting Started with Advanced Network Operations
Getting Started with Advanced Network Operations
 
Scada expert Clear Scada
Scada expert Clear ScadaScada expert Clear Scada
Scada expert Clear Scada
 
[Case study] City Utilities of Springfield - Solution offers one version of t...
[Case study] City Utilities of Springfield - Solution offers one version of t...[Case study] City Utilities of Springfield - Solution offers one version of t...
[Case study] City Utilities of Springfield - Solution offers one version of t...
 
Holistic Efficiency
Holistic EfficiencyHolistic Efficiency
Holistic Efficiency
 
Ensuring your plant is secure
Ensuring your plant is secureEnsuring your plant is secure
Ensuring your plant is secure
 
DTN Guardian3™
DTN Guardian3™DTN Guardian3™
DTN Guardian3™
 
Preparing for the Future: How Asset Management Will Evolve in the Age of Smar...
Preparing for the Future: How Asset Management Will Evolve in the Age of Smar...Preparing for the Future: How Asset Management Will Evolve in the Age of Smar...
Preparing for the Future: How Asset Management Will Evolve in the Age of Smar...
 
Industrial sawmill solution Wood Mizer
Industrial sawmill solution Wood MizerIndustrial sawmill solution Wood Mizer
Industrial sawmill solution Wood Mizer
 
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...
 
Underground Self-Healing Solution
Underground Self-Healing Solution Underground Self-Healing Solution
Underground Self-Healing Solution
 
Types of Prefabricated Modular Data Centers
Types of Prefabricated Modular Data CentersTypes of Prefabricated Modular Data Centers
Types of Prefabricated Modular Data Centers
 
[ArcFM™ Solution] Wavepoint
[ArcFM™ Solution] Wavepoint [ArcFM™ Solution] Wavepoint
[ArcFM™ Solution] Wavepoint
 

Similar a Effect on Substation Engineering Costs of IEC61850 & System Configuration Tools

Introduction of 132/11 kV Digitally Optimized Substation for Protection, Cont...
Introduction of 132/11 kV Digitally Optimized Substation for Protection, Cont...Introduction of 132/11 kV Digitally Optimized Substation for Protection, Cont...
Introduction of 132/11 kV Digitally Optimized Substation for Protection, Cont...IRJET Journal
 
Software Defined Network Based Internet on thing Eco System for Shopfloor
Software Defined Network Based Internet on thing Eco System for ShopfloorSoftware Defined Network Based Internet on thing Eco System for Shopfloor
Software Defined Network Based Internet on thing Eco System for ShopfloorIRJET Journal
 
Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationeSAT Journals
 
Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationeSAT Publishing House
 
1451synopsis 599 f-good nist
1451synopsis 599 f-good nist1451synopsis 599 f-good nist
1451synopsis 599 f-good nistriyapd10
 
Understanding20and20 simulating20the20iec206185020standard
Understanding20and20 simulating20the20iec206185020standardUnderstanding20and20 simulating20the20iec206185020standard
Understanding20and20 simulating20the20iec206185020standardManojlooki
 
Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...IRJET Journal
 
Module name is Networks 512 As the demand for faster and .pdf
Module name is Networks 512 As the demand for faster and .pdfModule name is Networks 512 As the demand for faster and .pdf
Module name is Networks 512 As the demand for faster and .pdffreddysarabia1
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTIRJET Journal
 
IRJET- Build SDN with Openflow Controller
IRJET-  	  Build SDN with Openflow ControllerIRJET-  	  Build SDN with Openflow Controller
IRJET- Build SDN with Openflow ControllerIRJET Journal
 
Asset Lifecycle Management: flexible infrastructures enabling future change
Asset Lifecycle Management: flexible infrastructures enabling future changeAsset Lifecycle Management: flexible infrastructures enabling future change
Asset Lifecycle Management: flexible infrastructures enabling future changeSchneider Electric
 
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIES
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIESEFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIES
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIEScscpconf
 
SECURE FILE STORAGE IN THE CLOUD WITH HYBRID ENCRYPTION
SECURE FILE STORAGE IN THE CLOUD WITH HYBRID ENCRYPTIONSECURE FILE STORAGE IN THE CLOUD WITH HYBRID ENCRYPTION
SECURE FILE STORAGE IN THE CLOUD WITH HYBRID ENCRYPTIONIRJET Journal
 
ARC White paper: Schneider Electric Introduces First ePAC, Combines PAC with...
ARC White paper:  Schneider Electric Introduces First ePAC, Combines PAC with...ARC White paper:  Schneider Electric Introduces First ePAC, Combines PAC with...
ARC White paper: Schneider Electric Introduces First ePAC, Combines PAC with...Schneider Electric
 

Similar a Effect on Substation Engineering Costs of IEC61850 & System Configuration Tools (20)

Iec61850 overview and benefits paper general
Iec61850 overview and benefits paper generalIec61850 overview and benefits paper general
Iec61850 overview and benefits paper general
 
Introduction of 132/11 kV Digitally Optimized Substation for Protection, Cont...
Introduction of 132/11 kV Digitally Optimized Substation for Protection, Cont...Introduction of 132/11 kV Digitally Optimized Substation for Protection, Cont...
Introduction of 132/11 kV Digitally Optimized Substation for Protection, Cont...
 
Beagle board
Beagle boardBeagle board
Beagle board
 
Software Defined Network Based Internet on thing Eco System for Shopfloor
Software Defined Network Based Internet on thing Eco System for ShopfloorSoftware Defined Network Based Internet on thing Eco System for Shopfloor
Software Defined Network Based Internet on thing Eco System for Shopfloor
 
The Substation of the Future; CIGRE
The Substation of the Future; CIGREThe Substation of the Future; CIGRE
The Substation of the Future; CIGRE
 
Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfiguration
 
Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfiguration
 
1451synopsis 599 f-good nist
1451synopsis 599 f-good nist1451synopsis 599 f-good nist
1451synopsis 599 f-good nist
 
Understanding20and20 simulating20the20iec206185020standard
Understanding20and20 simulating20the20iec206185020standardUnderstanding20and20 simulating20the20iec206185020standard
Understanding20and20 simulating20the20iec206185020standard
 
Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...
 
Module name is Networks 512 As the demand for faster and .pdf
Module name is Networks 512 As the demand for faster and .pdfModule name is Networks 512 As the demand for faster and .pdf
Module name is Networks 512 As the demand for faster and .pdf
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOT
 
IRJET- Build SDN with Openflow Controller
IRJET-  	  Build SDN with Openflow ControllerIRJET-  	  Build SDN with Openflow Controller
IRJET- Build SDN with Openflow Controller
 
Main report
Main reportMain report
Main report
 
Asset Lifecycle Management: flexible infrastructures enabling future change
Asset Lifecycle Management: flexible infrastructures enabling future changeAsset Lifecycle Management: flexible infrastructures enabling future change
Asset Lifecycle Management: flexible infrastructures enabling future change
 
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIES
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIESEFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIES
EFFECTIVE EMBEDDED SYSTEMS SOFTWARE DESIGN METHODOLOGIES
 
Paper on IEC 61850
Paper on IEC 61850Paper on IEC 61850
Paper on IEC 61850
 
SECURE FILE STORAGE IN THE CLOUD WITH HYBRID ENCRYPTION
SECURE FILE STORAGE IN THE CLOUD WITH HYBRID ENCRYPTIONSECURE FILE STORAGE IN THE CLOUD WITH HYBRID ENCRYPTION
SECURE FILE STORAGE IN THE CLOUD WITH HYBRID ENCRYPTION
 
Hardware-Software Codesign
Hardware-Software CodesignHardware-Software Codesign
Hardware-Software Codesign
 
ARC White paper: Schneider Electric Introduces First ePAC, Combines PAC with...
ARC White paper:  Schneider Electric Introduces First ePAC, Combines PAC with...ARC White paper:  Schneider Electric Introduces First ePAC, Combines PAC with...
ARC White paper: Schneider Electric Introduces First ePAC, Combines PAC with...
 

Más de Schneider Electric

Secure Power Design Considerations
Secure Power Design ConsiderationsSecure Power Design Considerations
Secure Power Design ConsiderationsSchneider Electric
 
Digital International Colo Club: Attracting Investors
Digital International Colo Club: Attracting InvestorsDigital International Colo Club: Attracting Investors
Digital International Colo Club: Attracting InvestorsSchneider Electric
 
32 phaseo power supplies and transformers briefing
32 phaseo power supplies and transformers briefing 32 phaseo power supplies and transformers briefing
32 phaseo power supplies and transformers briefing Schneider Electric
 
Key Industry Trends, M&A Valuation Trends
Key Industry Trends, M&A Valuation TrendsKey Industry Trends, M&A Valuation Trends
Key Industry Trends, M&A Valuation TrendsSchneider Electric
 
EcoStruxure™ for Cloud & Service Providers
 EcoStruxure™ for Cloud & Service Providers EcoStruxure™ for Cloud & Service Providers
EcoStruxure™ for Cloud & Service ProvidersSchneider Electric
 
Zelio Time Electronic Relay Briefing
Zelio Time Electronic Relay BriefingZelio Time Electronic Relay Briefing
Zelio Time Electronic Relay BriefingSchneider Electric
 
Spacial, Thalassa, ClimaSys Universal enclosures Briefing
Spacial, Thalassa, ClimaSys Universal enclosures BriefingSpacial, Thalassa, ClimaSys Universal enclosures Briefing
Spacial, Thalassa, ClimaSys Universal enclosures BriefingSchneider Electric
 
Relay Control Zelio SSR Briefing
Relay Control Zelio SSR BriefingRelay Control Zelio SSR Briefing
Relay Control Zelio SSR BriefingSchneider Electric
 
Magelis HMI, iPC and software Briefing
Magelis HMI, iPC and software BriefingMagelis HMI, iPC and software Briefing
Magelis HMI, iPC and software BriefingSchneider Electric
 
Where will the next 80% improvement in data center performance come from?
Where will the next 80% improvement in data center performance come from?Where will the next 80% improvement in data center performance come from?
Where will the next 80% improvement in data center performance come from?Schneider Electric
 
EcoStruxure for Intuitive Industries
EcoStruxure for Intuitive IndustriesEcoStruxure for Intuitive Industries
EcoStruxure for Intuitive IndustriesSchneider Electric
 
Systems Integrator Alliance Program 2017
Systems Integrator Alliance Program 2017Systems Integrator Alliance Program 2017
Systems Integrator Alliance Program 2017Schneider Electric
 
EcoStruxure, IIoT-enabled architecture, delivering value in key segments.
EcoStruxure, IIoT-enabled architecture, delivering value in key segments.EcoStruxure, IIoT-enabled architecture, delivering value in key segments.
EcoStruxure, IIoT-enabled architecture, delivering value in key segments.Schneider Electric
 
It's time to modernize your industrial controls with Modicon M580
It's time to modernize your industrial controls with Modicon M580It's time to modernize your industrial controls with Modicon M580
It's time to modernize your industrial controls with Modicon M580Schneider Electric
 
A Practical Guide to Ensuring Business Continuity and High Performance in Hea...
A Practical Guide to Ensuring Business Continuity and High Performance in Hea...A Practical Guide to Ensuring Business Continuity and High Performance in Hea...
A Practical Guide to Ensuring Business Continuity and High Performance in Hea...Schneider Electric
 
Connected Services Study – Facility Managers Respond to IoT
Connected Services Study – Facility Managers Respond to IoTConnected Services Study – Facility Managers Respond to IoT
Connected Services Study – Facility Managers Respond to IoTSchneider Electric
 
Telemecanqiue Cabling and Accessories Briefing
Telemecanqiue Cabling and Accessories BriefingTelemecanqiue Cabling and Accessories Briefing
Telemecanqiue Cabling and Accessories BriefingSchneider Electric
 
Telemecanique Photoelectric Sensors Briefing
Telemecanique Photoelectric Sensors BriefingTelemecanique Photoelectric Sensors Briefing
Telemecanique Photoelectric Sensors BriefingSchneider Electric
 
Telemecanique Limit Switches Briefing
Telemecanique Limit Switches BriefingTelemecanique Limit Switches Briefing
Telemecanique Limit Switches BriefingSchneider Electric
 

Más de Schneider Electric (20)

Secure Power Design Considerations
Secure Power Design ConsiderationsSecure Power Design Considerations
Secure Power Design Considerations
 
Digital International Colo Club: Attracting Investors
Digital International Colo Club: Attracting InvestorsDigital International Colo Club: Attracting Investors
Digital International Colo Club: Attracting Investors
 
32 phaseo power supplies and transformers briefing
32 phaseo power supplies and transformers briefing 32 phaseo power supplies and transformers briefing
32 phaseo power supplies and transformers briefing
 
Key Industry Trends, M&A Valuation Trends
Key Industry Trends, M&A Valuation TrendsKey Industry Trends, M&A Valuation Trends
Key Industry Trends, M&A Valuation Trends
 
EcoStruxure™ for Cloud & Service Providers
 EcoStruxure™ for Cloud & Service Providers EcoStruxure™ for Cloud & Service Providers
EcoStruxure™ for Cloud & Service Providers
 
Magelis Basic HMI Briefing
Magelis Basic HMI Briefing Magelis Basic HMI Briefing
Magelis Basic HMI Briefing
 
Zelio Time Electronic Relay Briefing
Zelio Time Electronic Relay BriefingZelio Time Electronic Relay Briefing
Zelio Time Electronic Relay Briefing
 
Spacial, Thalassa, ClimaSys Universal enclosures Briefing
Spacial, Thalassa, ClimaSys Universal enclosures BriefingSpacial, Thalassa, ClimaSys Universal enclosures Briefing
Spacial, Thalassa, ClimaSys Universal enclosures Briefing
 
Relay Control Zelio SSR Briefing
Relay Control Zelio SSR BriefingRelay Control Zelio SSR Briefing
Relay Control Zelio SSR Briefing
 
Magelis HMI, iPC and software Briefing
Magelis HMI, iPC and software BriefingMagelis HMI, iPC and software Briefing
Magelis HMI, iPC and software Briefing
 
Where will the next 80% improvement in data center performance come from?
Where will the next 80% improvement in data center performance come from?Where will the next 80% improvement in data center performance come from?
Where will the next 80% improvement in data center performance come from?
 
EcoStruxure for Intuitive Industries
EcoStruxure for Intuitive IndustriesEcoStruxure for Intuitive Industries
EcoStruxure for Intuitive Industries
 
Systems Integrator Alliance Program 2017
Systems Integrator Alliance Program 2017Systems Integrator Alliance Program 2017
Systems Integrator Alliance Program 2017
 
EcoStruxure, IIoT-enabled architecture, delivering value in key segments.
EcoStruxure, IIoT-enabled architecture, delivering value in key segments.EcoStruxure, IIoT-enabled architecture, delivering value in key segments.
EcoStruxure, IIoT-enabled architecture, delivering value in key segments.
 
It's time to modernize your industrial controls with Modicon M580
It's time to modernize your industrial controls with Modicon M580It's time to modernize your industrial controls with Modicon M580
It's time to modernize your industrial controls with Modicon M580
 
A Practical Guide to Ensuring Business Continuity and High Performance in Hea...
A Practical Guide to Ensuring Business Continuity and High Performance in Hea...A Practical Guide to Ensuring Business Continuity and High Performance in Hea...
A Practical Guide to Ensuring Business Continuity and High Performance in Hea...
 
Connected Services Study – Facility Managers Respond to IoT
Connected Services Study – Facility Managers Respond to IoTConnected Services Study – Facility Managers Respond to IoT
Connected Services Study – Facility Managers Respond to IoT
 
Telemecanqiue Cabling and Accessories Briefing
Telemecanqiue Cabling and Accessories BriefingTelemecanqiue Cabling and Accessories Briefing
Telemecanqiue Cabling and Accessories Briefing
 
Telemecanique Photoelectric Sensors Briefing
Telemecanique Photoelectric Sensors BriefingTelemecanique Photoelectric Sensors Briefing
Telemecanique Photoelectric Sensors Briefing
 
Telemecanique Limit Switches Briefing
Telemecanique Limit Switches BriefingTelemecanique Limit Switches Briefing
Telemecanique Limit Switches Briefing
 

Último

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 

Último (20)

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 

Effect on Substation Engineering Costs of IEC61850 & System Configuration Tools

  • 1. Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools Executive summary Change management, software configuration training, and human error all impact the cost associated with substation automation engineering. Object-oriented engineering approaches as defined in the IEC 61850 standard represent significant cost savings when compared to traditional methods using hardwire and Distributed Network Protocol (DNP3). New multivendor system configuration tools are described that further reduce substation automation engineering costs. by Adam Gauci, P.Eng.
  • 2. Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools Schneider Electric White Paper Revision 0 Page 2 As substation automation evolves towards software based IEC 61850 environments, the engineering process is becoming more complex. Consequently a greater portion of the CAPEX budget is used to develop new (or upgrade existing) substations especially in interoperable, multi-vendor environments. More complex automation schemes increase the learning curve of engineers. A multitude of new and different configuration tools are now required in order to properly engineer a substation automation system. One problem today is that many vendors of substation systems have tried to adapt proprietary methodologies into their native tools for configuring IEC 61850 communications within a substation. This leads to incompatibilities between devices and configuration tools from different vendors. It also increases the potential for incorporating human error into the process as engineers have to use multiple tools to configure a substation automation system. This paper introduces a series of new approaches for cutting substation engineering costs in IEC 61850 environments. Data with context Preparing a tabulation of functions for monitoring and control of a substation by a central SCADA system can be a complex task. With the multitude of new intelligent electronic devices (IEDs) and with communications capabilities such as protection relays, controllers, remote terminal units (RTUs) and gateways, a multitude of players are now involved in the process. These players usually have very different roles and priorities. For example, a protection engineer may be involved with the data mapping of a protection relay, but their primary function is to configure the protection settings of the relay. As dataflow progresses up the hierarchy from device to SCADA, data must be passed through many different systems, and through teams with different competencies, which makes it difficult to ensure the data context stays intact. With traditional SCADA protocols such as DNP3, many engineers would use spreadsheets and other forms of documentation to pass the context of the data from level to level. An alarm at a protection IED would be mapped to a DNP3 index; this index could be mapped to data concentrators by a controls engineer, and finally mapped to a SCADA front-end processor. As the data is mapped from index to index, it is easy to lose the context of the data through human error when compiling such mapping tables. With IEC 61850, data is mapped to logical nodes with pre-defined, meaningful names in the context of an electrical substation. This standardization between different devices and players ensures that the data never loses its context at different stages of the substation engineering process. Peer-to-peer messaging With new technologies, protection schemes are becoming more complex. Inputs and outputs are traditionally hardwired between different IEDs. During the engineering process, a small change in the protection scheme logic could require a substantial amount of effort to implement, especially during later stages of the engineering process. This change could require updating engineering drawings, making modifications to, or adding new wiring between devices. These changes can be time consuming and labour intensive, requiring different trades to accomplish what could be considered a trivial change to some digital logic. IEC 61850 Generic Object-Oriented Substation Event (GOOSE) messages are high speed messages optimised to be multicast over an Ethernet network. These messages allow for digital representations of hardwire I/O to be published on the network and received by the subscribers within a 4 millisecond timeframe. The major benefit of using GOOSE messaging for I/O is that adding new logic variables and virtual inputs and outputs are simplified, Leveraging IEC 61850 Introduction “There was a time savings of 72% using a system configuration tool versus configuring each protection relay individually using the native vendor tool alone.”
  • 3. Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools Schneider Electric White Paper Revision 0 Page 3 requiring the engineer to only modify the device configurations. The potential now exists for much more complex, distributed protection schemes. Removal of physical I/O limitations of protection relays allows for hundreds of virtual input and output signals – internal to a relay and not typically used in today’s schemes – to be shared between multiple devices. Substation configuration language Based on eXtensible Markup Language (XML), IEC 61850 provides a configuration language that can be used to describe the functional specification of the substation switchyard equipment, and how it relates to communication systems and IEDs. This information is stored in various types of files with different subsets of data, described in Table 1. These files allow for data transfer between different engineering tools and devices, independent of the manufacturer. This eliminates some of the intermediate steps that are required when using current methods for typical substation engineering projects, and helps to maintain data coherency. Distributed multi-vendor environments With the progression of Ethernet based networks inside the substation, functions are increasingly being distributed amongst many different devices. Since open standards are not restricting designers into a vendor proprietary solution, designers are free to choose the best solution for their application. This can lead to multi-vendor environments. To configure the communications between the different devices inside a substation, system engineers must SCL file File extension Description IED Capability Description ICD The ICD contains a description of the functional capabilities of a specific IED type. It acts as a template to be configured by the engineer in a system or IED configuration tool. Instantiated IED Description IID The IID contains a pre-configured instance for a single IED for a specific project. It may already have some components already configured such as project addresses or datasets. This data can be imported to a system configuration tool. System Specification Description SSD The SSD describes the single line diagram of the substation, the required substation switchyard equipment, their functions, and the required IEC 61850 Logical Nodes. Substation Configuration Description SCD The SCD contains the complete system configuration including the substation specification, all configured IED instances, and the communications configuration. Configured IED Description CID The CID file is meant to be sent directly to the IED for configuration. It contains information related to configuring the communications for a specific IED. System Exchange Description SED The SED describes interfaces for data that needs to be exchanged between different projects. Table 1 Substation Configuration Language (SCL) description file types Substation engineering challenges
  • 4. Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools Schneider Electric White Paper Revision 0 Page 4 learn to configure multiple devices from different vendors. These vendors can take vastly different approaches to their configuration methodology. This can lead to increased costs in terms of additional training time for engineers. Manual engineering With the multitude of different configuration tools available for the different devices in a substation system, creating links between diverse devices can be a manual process. This can lead to the introduction of human error into the system. Change management implementation When deciding whether to permit a change during the substation system engineering process, one common consideration is the amount of effort the change will take to implement. It is often difficult to completely plan for all contingencies during the design phase of the system. Realistically, new requirements and problems can arise during the implementation phase of a project. The change can require updates to engineering drawings, modifications to already implemented wiring, and many device configuration updates. This can be costly in terms of the time to implement the change and the effort of personnel with different roles and competencies. Another consideration has to do with how the desired outcome of the change is evaluated. If the outcome of the desired change does not have the intended results, it can be difficult and costly to undo or modify this change. The IEC 61850 standard defines a methodology for engineering a substation automation system in an object-oriented, multi-vendor environment. The data flow for this process is shown in Figure 1. IEC 61850 engineering process Figure 1 Data and information flow in the IEC 61850 engineering process
  • 5. Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools Schneider Electric White Paper Revision 0 Page 5 Most organizations have a process to choose the standard IEDs used in their substations, based on their specific protection and control philosophies, and the required logical nodes for their power system. Native vendor IED configuration tools contain a mechanism to export ICD files, which act as a template for a specific IED containing the device’s supported logical nodes and capabilities. In some cases, an organization may have standardised configuration parameters such as network addresses or preconfigured datasets. In this case an IID file can be used. The IID file would contain the same data as the ICD file, and contain additional parameters regarding the configuration for a specific IED. In parallel, substation engineers define the substation specification based on their operating methodologies. This includes defining the primary switchyard equipment, their functions, the single line diagram and choosing the necessary logical nodes. This data can be contained in the substation section of the project SSD file. Once the group of IEDs and the system specification has been defined, they can be imported into a system configuration tool. Within the system configuration tool the engineer can define specific instances from the different IED templates and link them to the electrical process. The engineer can then define project-specific addressing and configure the data model by defining the datasets and GOOSE publishing/subscribing amongst the various IEDs. The complete substation description, all IEDs and communications configuration can then be exported to a SCD file. The SCD file can then be imported to various IED native vendor configuration tools to complete the protection, control, and device-specific configuration. The IED configuration tool is fully aware of the data available to it from the system, and can make use of this data in the protection logic. After the IED specific configuration is completed, the configuration can be placed on the IED through proprietary means, or by transferring a CID file to the IED. If changes are made to the communications configuration or the IED instance in an IED configuration tool, they can be reintegrated into the system by importing the IID file back into the system configuration tool. An example of one such system configuration tool allows designers to start developing their substation automation system, by importing a copy of their single line diagram schematic (see Figure 2) from sources such as a CAD drawing. System configuration tool example Figure 2 System configuration tool: Defining the primary equipment, voltage levels, bays, and associating IEDs “Since open standards are not restricting designers into a vendor proprietary solution, designers are free to choose the best solution for their application.”
  • 6. Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools Schneider Electric White Paper Revision 0 Page 6 Through automatic recognition of the substation primary equipment, the common logical nodes associated with the detected equipment are added to the project. The associated voltage levels and bays can then be defined for the substation based on the single line diagram layout and the utility’s standard substation philosophies. Each selected IED used in the project should have the supported logical nodes defined in an ICD file, which is imported into a database of approved IEDs. These IEDs can then be selected, instantiated, and placed into the appropriate bay on the single line diagram. Additional logical nodes can be added at any level of the hierarchy for enhanced customisation. The System View allows the system designer to visualise the network architecture. It includes all network devices, such as Ethernet switches and printers (see Figure 3). The designer can then set the entire specific network addressing for each device, such as the IP address and subnet. This view can help the designer to develop complex network topologies potentially spanning multiple networks. Switching to the logical view allows the designer to view the IEC 61850 dataflow between the functional elements of the different devices. Based on the logical nodes available from each IED, the data sets for reporting can be defined for each IEC 61850 server and HMI, concentrator and gateway clients. Data sets can also be defined for publishing and subscribing of GOOSE messages for peer-to-peer messaging between IEDs. The view can easily be rearranged to view only the dataflow associated with a specific device, making troubleshooting much simpler. Once configuration of the system has been completed the data model can then be exported as an SCD file, which will contain a system specification of the primary equipment, as well as an instantiated data model of each IED used in the project. This SCD file will contain all of the addressing and configured data sets required for the project. The next step is to import the SCD file into the vendor-specific IED configuration tool and complete the device-specific configuration and logic for each IED, such as protection settings for protection relays or legacy protocol configuration for protocol convertors. The last step would be to send the complete device configuration to each device. Figure 3 System configuration tool: Overview of the network architecture and defining device addressing
  • 7. Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools Schneider Electric White Paper Revision 0 Page 7 Apart from the traditional cost savings of adopting IEC 61850, such as reductions in physical copper wiring used for I/O, there are significant cost savings to be found in the engineering process, due to the efficiencies that can now be realised. 1) Reduction in the amount of time needed to configure a substation automation system System configuration tools have the capability of significantly reducing the amount of time required to configure a system. These tools can reduce configuration time by automating as much of the addressing as possible within the system, and eliminating the need to individually configure the communications/data flow for each individual IED within the native vendor IED tool. One such study – testing the configuration of a system of 7 protection relays engaged in a GOOSE-based protection scheme – found that there was a time savings of 72% using a system configuration tool versus configuring each protection relay individually using the native vendor tool alone. For this test only one brand of protection relay was used, and of the two engineers selected for the test, the less experienced was selected to work with the system configuration tool. 2) Increased virtualisation The substation data model can be developed and tested before the implementation phase of the project. A stronger initial design allows for a reduction in modifications later, when they could be more costly. Virtualisation also allows the engineer to focus on designing for the functional requirements of the substation automation system project and selecting the functional elements that are necessary for its realisation. Conversely, using current design methods, significant effort is spent on integrating the physical devices from different vendors and trying to make them fit into an eventual solution. Virtualisation allows utilities to define the outcome without defining the means of the solution. This allows for the development Figure 4 System configuration tool: Logical view of the IEC 61850 dataflow between devices Cost savings
  • 8. Effect on Substation Engineering Costs of IEC 61850 and System Configuration Tools Schneider Electric White Paper Revision 0 Page 8 of more innovative and cost-effective system solutions without sacrificing functionality. 3) Reduced reaction to design Changes to the design that require modifications to the system during the implementation phase can be made through software, minimizing physical reconfiguration. This means the system design is solely in the hands of the engineer and that it is simple to quickly revert back to previous versions of the configuration if the change does not have the desired results. 4) Increased standardisation and object–oriented engineering The object-oriented approach to substation design enabled by the IEC 61850 standard allows designers to develop standard bay configurations for elements of their power system. This means that the building blocks of a project do not have to be re-engineered from scratch every time a substation automation system engineering project comes along. Standardisation also allows for a high level of reusability and efficient repeatability. A comprehensive data model can be produced for each substation in the system which can be exported to a number of other systems. Harmonization of the IEC 61850 model with the IEC Common Interface Model (CIM) standards (IEC 61968/61970) will allow for communication and integration of the substation data model with any number of enterprise applications. From automatic configuration of local human machine interfaces (HMI), to enterprise level applications such as distribution management systems (DMS), the opportunity to develop innovative integrated solutions are boundless. [1] Communication networks and systems for power utility automation – Part 6: Configuration description language for communication in electrical substations related to IEDs, IEC Standard 61850-6, 2009. [2] “Substation Engineering Tools: A New Generation”, L. Hossenlopp, Lattes, France, 2003. [3] “Engineering Perspectives on IEC 61850”, L. Hossenlopp, IEEE Power and Energy Magazine, pp. 45-50, Jun. 2007. [4] “VLPGO Statement on the IEC 61850 Standard”, The Very Large Power Grid Operators,VLPGO Secretariat, Lansdale, PC, USA, May 2012. [5] “Engineering savings example”, M. Jardim, Lattes, France, April, 12, 2012. ©2013SchneiderElectric.Allrightsreserved. Conclusion Adam F. Gauci was born in Toronto, Ontario, Canada and received a Bachelors of Science in computer engineering from Queen’s University at Kingston, Ontario. His previous work experience includes Hydro One Networks as a Protection and Control Engineer and Cooper Power Systems as a Field Application Engineer. Currently he is working with Smart Grid Solutions at the Schneider Electric North American Energy Automation Center in Toronto, Ontario. Mr. Gauci is currently a member of the IEEE Power and Energy Society, and a registered professional engineer in the province of Ontario. About the author References