Technical Overview and Benefits of the IEC 61850 Standard for Substation Automation

Total Page:16

File Type:pdf, Size:1020Kb

Technical Overview and Benefits of the IEC 61850 Standard for Substation Automation 1 Technical Overview and Benefits of the IEC 61850 Standard for Substation Automation Ralph Mackiewicz SISCO, Inc. Sterling Heights, MI USA Abstract-- Legacy substation automation protocols and much higher rates. With this migration in technology, the architectures typically provided basic functionality for power “cost” component of a data acquisition system has now system automation and were designed to accommodate the become the configuration and documentation component. technical limitations of the networking technology available for Consequently, a key component of a communication system is implementation. There has recently been a vast improvement in networking technology that has changed dramatically what is the ability to describe themselves from both a data and now feasible for power system automation in the substation. services (communication functions that an IED performs) Technologies such as switched Ethernet, TCP/IP, high-speed perspective. Other “key” requirements include: wide area networks, and high-performance low-cost computers are providing capabilities that could barely be imagined when · High-speed IED to IED communication most legacy substation automation protocols were designed. · Networkable throughout the utility enterprise IEC61850 is an important new international standard for substation automation that will have a very significant impact on · High-availability how electric power systems are designed and built for many · Guaranteed delivery times years to come. IEC61850 is a part of the International · Standards based Electrotechnical Commission’s (IEC) Technical Committee 57 · Multi-vendor interoperability (TC57) architecture for electric power systems. The model- · Support for Voltage and Current samples data driven approach of the TC57 standards, including IEC61850, is · Support for File Transfer an innovative approach that requires a new way of thinking about substation automation that will result in very significant · Auto-configurable / configuration support improvements in both costs and performance of electric power · Support for security systems. Given these requirements, work on a “next generation” I. COMMUNICATION SYSTEM NEEDS communication architecture began with the development of ommunication has always played a critical role in the the Utility Communication Architecture (UCA) in 1988. The C real-time operation of the power system. In the result of this work was a profile of “recommended” protocols beginning, the telephone was used to communicate line for the various layers of the International Standards loadings back to the control center as well as to dispatch Organization (ISO) Open System Interconnect (OSI) operators to perform switching operations at substations. communication system model. This architecture resulted in Telephone-switching based remote control units were the definition of a “profile” of protocols, data models, and available as early as the 1930’s and were able to provide abstract service definitions that became known as UCA. The status and control for a few points. As digital concepts and fundamental work done in UCA became the communications became a viable option in the 1960’s, data foundation for the work done in the IEC Technical Committee acquisition systems (DAS) were installed to automatically Number 57 (TC57) Working Group 10 (WG10) which collect measurement data from the substations. Since resulted in the International Standard – IEC 61850 – bandwidth was limited, DAS communication protocols were Communication Networks and Systems in Substations. optimized to operate over low-bandwidth communication channels. The “cost” of this optimization was the time it took to configure, map, and document the location of the various data bits received by the protocol. II. SCOPE AND OUTLINE OF IEC 61850 The stated scope of IEC 61850 was communications within As we move into the digital age, literally thousands of the substation. The document defines the various aspects of analog and digital data points are available in a single the substation communication network in 10 major sections as Intelligent Electronic Device (IED) and communication shown in Table 1 below. bandwidth is no longer a limiting factor. Substation to master communication data paths operating at 64,000 bits per second are now commonplace with an obvious migration path to 2 TABLE I object and services onto the Manufacturing Messaging STRUCTURE OF THE IEC 61850 STANDARD Specification – MMS and sections 9.1 and 9.2 define the Part # Title mapping of the Sample Measured Values (unidirectional 1 Introduction and Overview point-to-point and bi-directional multipoint accordingly) onto 2 Glossary of terms an Ethernet data frame. The 9.2 document defines what has 3 General Requirements become known as the Process Bus. 4 System and Project Management 5 Communication Requirements for Functions and From a system perspective, there is a significant amount of Device Models configuration that is required in order to put all the pieces 6 Configuration Description Language for together and have them work. In order to facilitate this Communication in Electrical Substations Related to process and to eliminate much of the human error component, IEDs an XML based Substation Configuration Language (SCL) was 7 Basic Communication Structure for Substation and defined in part 6. It allows the formal description of the Feeder Equipment relations between the substation automation system and the 7.1 - Principles and Models substation (switchyard). At the application level, the 7.2 - Abstract Communication Service Interface switchyard topology itself and the relation of the switchyard (ACSI) structure to the SAS functions (logical nodes) configured on 7.3 - Common Data Classes (CDC) the IEDs can be described. Each device must provide an SCL 7.4 - Compatible logical node classes and data classes file that describes the configuration of itself. 8 Specific Communication Service Mapping (SCSM) 8.1 - Mappings to MMS(ISO/IEC 9506 – Part 1 and Although the scope of 61850 was originally focused Part 2) and to ISO/IEC 8802-3 “inside” the substation, discussions are underway to look at 9 Specific Communication Service Mapping (SCSM) defining 61850 for the Substation to Master communication 9.1 - Sampled Values over Serial Unidirectional protocol (already in service in several installations). In Multidrop Point-to-Point Link addition, applications are in service that uses various 9.2 - Sampled Values over ISO/IEC 8802-3 components of 61850 for wide area substation-to-substation 10 Conformance Testing communication. Parts 3, 4, and 5 of the standard start by identifying the Finally, part 10 of the document defines a testing general and specific functional requirements for methodology in order to determine “conformance” with the communications in a substation (key requirements stated numerous protocol definitions and constraints defined in the above). These requirements are then used as forcing functions document. to aid in the identification of the services and data models The rest of this paper goes into some focused details of the needed, application protocol required, and the underlying various parts of the IEC 61850 standard. transport, network, data link, and physical layers that will meet the overall requirements. III. MODELING APPROACH Legacy protocols have typically defined how bytes are The major architectural construct that 61850 adopts is that transmitted on the wire. However, they did not specify how of “abstracting” the definition of the data items and the data should be organized in devices in terms of the services, that is, creating data items/objects and services that application. This approach requires power system engineers to are independent of any underlying protocols. The abstract manually configure objects and map them to power system definitions then allow “mapping” of the data objects and variables and low-level register numbers, index numbers, I/O services to any other protocol that can meet the data and modules, etc. IEC 61850 is unique. In addition to the service requirements. The definition of the abstract services is specification of the protocol elements (how bytes are found in part 7.2 of the standard and the abstraction of the transmitted on the wire), IEC 61850 provides a data objects (referred to as Logical Nodes) is found in part comprehensive model for how power system devices should 7.4. In as much as many of the data objects are made up of organize data in a manner that is consistent across all types common pieces (such as Status, Control, Measurement, and brands of devices. This eliminates much of the tedious Substitution), the concept of “Common Data Classes” or non-power system configuration effort because the devices “CDC” was developed which defined common building can configure themselves. For instance, if you put a CT/VT blocks for creating the larger data objects. The CDC elements input into an IEC 61850 relay, the relay can detect this module are defined in part 7.3. and automatically assign it to a measurement unit without user interaction. Some devices use an SCL file to configure the Given the data and services abstract definitions, the final objects and the engineer need only import the SCL file into step was one of “mapping” the abstract services into an actual the device to configure it. Then, the IEC 61850 client protocol. Section 8.1 defines the mapping of the abstract data application can extract the object definitions from the device 3 over the network. The result is a very large
Recommended publications
  • An Introduction to Integrated Process and Power Automation
    Power Up Your Plant An introduction to integrated process and power automation Jeffrey Vasel ABB, Inc. June 30, 2010 Rev 1 Abstract This paper discusses how a single integrated system can increase energy efficiency, improve plant uptime, and lower life cycle costs. Often referred to as Electrical Integration, Integrated Process and Power Automation is a new system integration architecture and power strategy that addresses the needs of the process and power generation industries. The architecture is based on Industrial Ethernet standards such as IEC 61850 and Profinet as well as Fieldbus technologies. Emphasis is placed on tying the IEC 61850 substation automation standard with the process control system. The energy efficiency gains from integration are discussed in a power generation use case. In this use case, energy efficiency is explored with integrated variable frequency drives, improved visibility into power consumption, and energy efficiency through faster plant startup times. Demonstrated capital expenditure (CAPEX) savings is discussed in a cost avoidance section where a real world example of wiring savings is described. Lastly, a power management success story from a major oil and gas company, Petrobras, is discussed. In this case, Petrobras utilized integrated process and power automation to lower CAPEX, operational expenditure (OPEX), and explore future energy saving opportunities. Executive Summary Document ID: 3BUS095060 Page 1 Date: 6/30/2010 © Copyright 2010 ABB. All rights reserved. Pictures, schematics and other graphics contained herein are published for illustration purposes only and do not represent product configurations or functionality. Executive Summary Document ID: 3BUS095060 Page 2 Date: 6/30/2010 © Copyright 2010 ABB.
    [Show full text]
  • Smart Reconfiguration of Distribution Grids Using Agent-Based Technology
    FACULDADE DE ENGENHARIA DA UNIVERSIDADE DO PORTO Smart Reconfiguration of Distribution Grids using Agent-based Technology Matheus Macedo Lopes Dissertation conducted under the Master’s in Electrical and Computers Engineering Program - Major Energy Supervisor: Prof. Vladimiro Miranda , Ph.D. Co-Supervisor: Prof. Diego Issicaba , Ph.D. July 28, 2016 © Matheus Macedo Lopes, 2016 Resumo As manobras de isolamento para reconfiguração em redes de distribuição de média tensão são tradicionalmente manuais ou dependem de decisões tomadas pelos operadores de rede. A abor- dagem proposta assume uma arquitetura onde os agentes interagem em um ambiente de rede de distribuição simulado a partir do estabelecimento de metas projetadas seguindo o paradigma de orientação mulit-agente. A aplicação é implementada de tal forma que agentes AgentSpeak in- teragem entre eles através de uma comunicação baseada em ato de fala/comunicação, bem como com um ambiente desenvolvido em linguagem JAVA. Neste contexto, esta tese propõe a modelagem e verificação de soluções baseadas em agentes para apoiar as operações de reconfiguração em redes de distribuição em nível de média tensão. A metodologia foi utilizada para apoiar as actividades dos operadores de redes de distribuição por meio de planos de restabelecimento de energia para ajudar em casos de falhas permanentes. As abordagens empregadas para arquitetura de agentes para a reconfiguração foram baseadas em modelo hierárquico e uma abordagem totalmente descentralizada. A capabilidade dos agentes foram desenvolvidas prevendo as possiveis aplicações do sistema de distribuição com foco em procedimentos de gestão des interrupções de service. As abordagens foram testadas em um ali- mentador teste trifásico do IEEE de 123 nós.
    [Show full text]
  • Introduction to IEC 61850
    IEC 61850 - Communication Networks and Systems in Substations: An Overview of Computer Science Jianqing Zhang and Carl A. Gunter University of Illinois at Urbana-Champaign Agenda • Overview • Data modeling approach • Communication model • Communication service mapping • Sampled measured values • Configuration description language • Conclusion • Reference 2 Background I: Power Substation 3 Intelligent Electronic Device • Microprocessor-based controllers of power system equipment – e.g. circuit breaker, protective relay… • Receive digitalized data from sensors and power equipment • Issue control commands in case of anomalies to maintain the desired status of power grid – e.g. tripping circuit breakers 4 Why Standards Are Needed • Interoperability and Integration – No standard for data representation or how devices should look and behave to network applications • Intuitive device and data modeling and naming – Hierarchical and structured, rather than plain formatted • Fast and convenient communication • Lower cost for installation, configuration and maintenance – Wire connected legacy devices 5 History of IEC 61850 UCA: Utility Communication Architecture • Protocols • Data models • Abstract service definitions GOAL: One International Standard IEC 61850 IEC 60870-5 • A communication profile for sending basic telecontrol messages between two systems • Based on permanent directly connected data circuits 6 IEC 61850 Substation Architecture • IEC61850-enabled IEDs get digitalized power grid condition data via process bus and merge units • IEDs communicate with each other using substation buses • Legacy devices use IEC61850 wrapper 7 Core Components of IEC 61850 • An object model describing the information available from the different primary equipment and from the substation automation functions – Abstract definitions of services, data and Common Data Class, independent of underlying protocols • A specification of the communication between the IEDs of the substation automation system.
    [Show full text]
  • Add Ons for Simatic PCS 7
    © Siemens AG 2015 Add-ons for the SIMATIC PCS 7 Process Control System SIMATIC PCS 7 Catalog Edition ST PCS 7 AO 2015 Answers for industry. Umschlag_STPCS7AO_2015_xx.indd 3 20.08.2015 10:51:57 © Siemens AG 2015 Related catalogs SIMATIC ST PCS 7 SITRAIN ITC SIMATIC PCS 7 Training for Industry Process Control System System components Only available in German E86060-K4678-A111-C1-7600 E86060-K6850-A101-C4 SIMATIC ST PCS 7 T Products for Automation and Drives CA 01 SIMATIC PCS 7 Interactive Catalog, DVD Process Control System Technology components E86060-K4678-A141-A2-7600 E86060-D4001-A510-D4-7600 SIMATIC ST 70 Industry Mall Products for Information and Ordering Platform Totally Integrated Automation in the Internet: E86060-K4670-A101-B5-7600 www.siemens.com/industrymall SIMATIC HMI / ST 80/ST PC PC-based Automation Human Machine Interface Systems PC-based Automation E86060-K4680-A101-C2-7600 Industrial Communication IK PI SIMATIC NET E86060-K6710-A101-B8-7600 Process Automation FI 01 Field Instruments for Process Automation PDF (E86060-K6201-A101-B9-7600) Process Automation AP 01 Process Analytical Instruments PDF (E86060-K3501-A101-B2-7600) Weighing Technology WT 10 Products for Weighing Technology E86060-K6410-A101-A4-7600 © Siemens AG 2015 Add-ons for the SIMATIC PCS 7 Process Control System SIMATIC PCS 7 Information and management systems 1 Advanced Process Control 2 Operator control and monitoring 3 Libraries/blocks/tools 4 Catalog ST PCS 7 AO · 2015 Supersedes: Distributed I/O on PROFIBUS 5 Catalog ST PCS 7 AO · 2013 Refer to the Industry Mall for current updates of this catalog: Diagnostics www.siemens.com/industrymall 6 and as PDF at the following address: www.siemens.com/stpcs7ao The products contained in this catalog can also be found in the Interactive Catalog CA 01.
    [Show full text]
  • Author Information Only
    Cyber Security Practical considerations for implementing IEC 62351 Frank Hohlbaum, Markus Braendle, Fernando Alvarez ABB [email protected] Switzerland 1. Introduction Two trends are currently changing substation automation systems: IEC 61850 and the need for increased cyber security. IEC 61850 has gained global acceptance by both vendors as well as customers. Cyber security on the other hand has quickly become one of the most dominant topics for control systems in general and electrical utilities in particular. The combination of the two, securing IEC 61850 based communications, has been one of the goals of the recently published technical specification IEC 62351. In the authors‟ view IEC 62351 is overall a good starting point and will be the future standard to help secure IEC 61850 communication. However, there are some shortcomings of the current standard and some challenges that need to be addressed before IEC 62351 can be implemented and gain wide acceptance. This paper will highlight the challenge of addressing secure communication in the substation real-time environment, complying with the IEC 61850 real-time specifications. The major difficulties are to reach the performance defined in IEC 61850 for GOOSE and SV data with today‟s proposed technical specification defined for IEC 62351 part 6. In chapter 2, we will give a short overview about the structure of IEC 61850 as well as the detailed performance requirements for the various data types. Chapter 3 will present an introduction of the IEC 62351 standard including the used methods to secure the IEC 61850 communication. Chapter 4 will then show the major implementation issues of IEC 62351 part 6.
    [Show full text]
  • ASE 61850 Suite
    ASE 61850 Suite Applied Systems Engineering, Inc. now offers the ASE 61850 Suite to meet all your IEC 61850 compliance and management needs. The ASE 61850 Suite is powered by the ASE 61850 Communications TestSet, SCL Manager and IED Smart. ASE 61850 COMMUNICATIONS TESTSET The ASE 61850 Communications TestSet simplifies access to IEC 61850 environments and devices. It allows easy identification of equipment on the network by either scanning for connected devices or entering specific device network addresses. GOOSE messages and report data from the devices are displayed as received. Individual data nodes may be selected for monitoring, and information from GOOSE, reports, and scans are updated in a single view. The ASE-61850 TestSet provides a user interface familiar to our many ASE2000 V2 Communications TestSet product users. ASE 61850 SCL MANAGER (SUBSTATION CONFIGURATION ENGINEERING MANAGEMENT) ASE 61850 SCL Manager is a vendor agnostic, comprehensive graphical tool that allows the user to create, configure, view and edit all substation elements, and its data models specified in the IEC 61850 Substation Configuration Language specification. Capabilities and Functions • Helps create, import and export SCD/SSD/SED/ICD/IID SCL files with SLD Info • Creates architectures for substations, wind/hydro power plants and distributed energy resources (DER) and defines complete system specifications • Links different Intelligent Electronic Devices (IEDs) and their logical functions to substation specifications • Supports IEC 61850 Ed. 1.0 and Ed.
    [Show full text]
  • ABB Review Special Report: IEC 61850
    The corporate ABB technical journal review IEC 61850: The new approach 7 Products for the standard 16 Verification and validation 23 Case studies of IEC 61850 38 Special Report IEC 61850 Communication is more than ex- changing data; it means globally understandable information based on syntax and semantic. This is behind IEC 61850, the topic of this issue of ABB Review Special Report. Electric energy is the backbone of our global society. Its reliable sup- ply from conventional and renew- able sources via complex networks requires seamless control that is only possible with the help of a standard providing a high-level and compre- hensive description of the information exchanged. ABB serves the power system with substations as well as utility automation solutions. Learn more about IEC 61850 and ABB’s commitment from the onset both to developing the standard and imple- menting it in products and system solutions. 2 ABB review special report Contents 7 The concept of IEC 61850 Background A new approach for communication in substation automation and beyond 13 Common denominator Innovation and Common components have helped ABB adopt the IEC 61850 substation communication standard in record time development 16 Pushing the limits ABB product development based on the IEC 61850 standard 23 Verified and validated ABB has its own system verification and validation center 29 A testing environment ABB’s comprehensive suite of software testing and commissioning tools for substation automation systems 33 Next generation substations Smarter Impact of
    [Show full text]
  • Vulnerability and Impact Analysis of the IEC 61850 GOOSE Protocol in the Smart Grid
    sensors Article Vulnerability and Impact Analysis of the IEC 61850 GOOSE Protocol in the Smart Grid Haftu Tasew Reda 1 , Biplob Ray 2 , Pejman Peidaee 3 , Adnan Anwar 4 , Abdun Mahmood 1 , Akhtar Kalam 3 and Nahina Islam 2,* 1 Department of Computer Science and IT, La Trobe University, Plenty Rd., Bundoora 3086, Australia; [email protected] (H.T.R.); [email protected] (A.M.) 2 Centre for Intelligent Systems (CIS), School of Engineering and Technology, CQUniversity, Rockhampton 4700, Australia; [email protected] 3 Department of Electrical and Electronics Engineering, Victoria University, Ballarat Rd., Footscray 3011, Australia; [email protected] (P.P.); [email protected] (A.K.) 4 School of IT, Deakin University, 75 Pigdons Rd, Waurn Ponds 3216, Australia; [email protected] * Correspondence: [email protected] Abstract: IEC 61850 is one of the most prominent communication standards adopted by the smart grid community due to its high scalability, multi-vendor interoperability, and support for several input/output devices. Generic Object-Oriented Substation Events (GOOSE), which is a widely used communication protocol defined in IEC 61850, provides reliable and fast transmission of events for the electrical substation system. This paper investigates the security vulnerabilities of this protocol and analyzes the potential impact on the smart grid by rigorously analyzing the security of the GOOSE protocol using an automated process and identifying vulnerabilities in the context of smart grid communication. The vulnerabilities are tested using a real-time simulation and industry standard Citation: Reda, H.T.; Ray, B.; Peidaee, hardware-in-the-loop emulation.
    [Show full text]
  • Light-Weight IEC 61850 Ieds Reducing Complexity
    Light-Weight IEC 61850 IEDs Reducing complexity SESP PROJECT REPORT Mike Mekkanen 29.04.2019 Contents 1 THE NEW SUBSTATION STANDARD IEC 61850 ..................................... 1 1.1 IEC61850standard Overview and Basic Concepts ............................... 2 1.2 IEC 61850 Impact and Benefits ............................................................ 4 1.3 IEC 61850 Information Model ............................................................. 4 1.4 Virtualization of the Physical Devices and LN, LD Concept ... 6 1.5 Communication and Logical Interfaces within SAS ............................ 8 1.6 IEC 61850 Communication Protocols .................................................. 9 1.7 Abstract Communication Service Interface (ACSI) ........................... 10 1.8 GSSE, GOOSE and SV ...................................................................... 12 1.9 Manufacturing Messaging Specification (MMS) ............................... 13 1.10 Substation Configuration description Language (SCL) ........... 14 1.11 IEC 61850 Technical Challenges Implementation Issues ................. 15 1.11.1 System Configuration Challenging .................................... 16 2 LIGHT-WEIGHT IEC 61850 ........................................................................ 18 2.1 Light- Weight IEC 61850 reducing complexity ................................. 19 2.2 Light-Weight IEC 61850 implementation process ............................. 20 2.2.1 Setting up the device .......................................................... 20 2.3 libiec61850
    [Show full text]
  • IEC 61850 Communication
    Sepam IEC 61850 communication 02/2017 Safety instructions 0 Safety symbols and messages Read these instructions carefully and look at the equipment to become familiar with the device before trying to install, operate, service or maintain it. The following 1 special messages may appear throughout this bulletin or on the equipment to warn of potential hazards or to call attention to information that clarifies or simplifies a procedure. Risk of electric shock The addition of either symbol to a Danger or Warning safety label indicates that an electrical hazard exists, which will result in personal injury if the instructions are not followed. ANSI symbol. IEC symbol. Safety alert This is the safety alert symbol. It is used to alert you to potential personal injury hazards. Obey all safety messages that follow this symbol to avoid possible injury or death. Safety messages DANGER DANGER indicates an imminently hazardous situation which, if not avoided, will result in death or serious injury. WARNING WARNING indicates a potentially hazardous situation which, if not avoided, can result in death or serious injury. CAUTION CAUTION indicates a potentially hazardous situation which, if not avoided, can result in minor or moderate injury. NOTICE NOTICE is used to address practices not related to physical injury. Important notes Restricted liability Electrical equipment should be serviced and maintained only by qualified personnel. No responsibility is assumed by Schneider Electric for any consequences arising out of the use of this manual. This document is not intended as an instruction manual for untrained persons. Device operation The user is responsible for checking that the rated characteristics of the device are suitable for its application.
    [Show full text]
  • GFK-2849, Pacsystems Rx3i IEC 61850 Ethernet Communication
    GE Intelligent Platforms Programmable Control Products PACSystems* RX3i IEC 61850 Ethernet Communication Module User Manual, GFK-2849 February 2014 g Warnings, Cautions, and Notes as Used in this Publication Warning Warning notices are used in this publication to emphasize that hazardous voltages, currents, temperatures, or other conditions that could cause personal injury exist in this equipment or may be associated with its use. In situations where inattention could cause either personal injury or damage to equipment, a Warning notice is used. Caution Caution notices are used where equipment might be damaged if care is not taken. Note: Notes merely call attention to information that is especially significant to understanding and operating the equipment. These instructions do not purport to cover all details or variations in equipment, nor to provide for every possible contingency to be met during installation, operation, and maintenance. The information is supplied for informational purposes only, and GE makes no warranty as to the accuracy of the information included herein. Changes, modifications, and/or improvements to equipment and specifications are made periodically and these changes may or may not be reflected herein. It is understood that GE may make changes, modifications, or improvements to the equipment referenced herein or to the document itself at any time. This document is intended for trained personnel familiar with the GE products referenced herein. GE may have patents or pending patent applications covering subject matter in this document. The furnishing of this document does not provide any license whatsoever to any of these patents. GE PROVIDES THE FOLLOWING DOCUMENT AND THE INFORMATION INCLUDED THEREIN AS-IS AND WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED STATUTORY WARRANTY OF MERCHANTABILITY OR FITNESS FOR PARTICULAR PURPOSE.
    [Show full text]
  • Lessons Learned in Implementing IEC 61850 Communications Solutions
    Lessons Learned in Implementing IEC 61850 Communications Solutions Kevin Mahoney and Kevin Coyne Casco Systems Brian Waldron Schweitzer Engineering Laboratories, Inc. Presented at the Power and Energy Automation Conference Spokane, Washington March 5–6, 2019 1 Lessons Learned in Implementing IEC 61850 Communications Solutions Kevin Mahoney and Kevin Coyne, Casco Systems Brian Waldron, Schweitzer Engineering Laboratories, Inc. Abstract—One of the main goals of the IEC 61850 standard is A packet analysis tool captures Ethernet-based network to allow for interoperability between products from different traffic and decodes it into human-readable fields. This allows manufacturers in a substation. This allows power system for easy analysis of the information that is exchanged between operators to decrease their dependence on any one type of intelligent electronic device (IED). However, over the past decade devices. There are paid and open-source options for packet as engineers have implemented IEC 61850 solutions, there has analysis tools and MMS browsers. been a variety of communications challenges between IEDs. Troubleshooting using an IEC 61850 MMS browser almost Common challenges that implementers face are as follows: always makes it easier to see current values and requires less • Why is the IEC 61850 Manufacturing Message knowledge of the IEC 61850 standard than analyzing network Specification (MMS) connection not active? captures does. However, an MMS browser is not always • Why do report control blocks not activate when the available,
    [Show full text]