IEC 61850-1 Introduction and overview
Scope, objectives and architecture overview. Introduces the key concepts: logical nodes, data objects, services, and communication stacks. Starting point for understanding the standard.
IEC 61850 is the international standard for communication in electrical substations and power utility automation. It defines a unified data model for protection relays, circuit breakers, transformers and other substation equipment, enabling interoperability between IEDs (Intelligent Electronic Devices) from different vendors over Ethernet.
IEC 61850-1 Scope, objectives and architecture overview. Introduces the key concepts: logical nodes, data objects, services, and communication stacks. Starting point for understanding the standard.
IEC 61850-5 Defines the performance requirements — message types (Type 1 to Type 7), transfer time classes, and which messages are time-critical. GOOSE messages must be transferred in <4 ms for tripping functions.
IEC 61850-6 XML-based Substation Configuration Language. Defines four file types: SCD (complete substation), SSD (single-line diagram), ICD (IED capability), CID (configured IED). SCL enables vendor-neutral configuration and import/export between engineering tools.
IEC 61850-7-1 Defines the abstract data model: server, logical device, logical node, data object, data attribute hierarchy. All IED data is accessed through this model regardless of the underlying communication protocol.
IEC 61850-7-2 The abstract service definitions — reporting, logging, GOOSE control, sampled values, setting groups. ACSI is the platform-independent service layer that MMS and other protocols implement.
IEC 61850-7-3 Standardised data classes — SPS (single point status), DPS (double point status), MV (measured value), CMV (complex measured value), etc. CDC + logical node names give every piece of data a standard identity across all vendors.
IEC 61850-7-4 The catalogue of logical nodes: XCBR (circuit breaker), XSWI (switch), PDIF (differential protection), POTT (distance protection), PTOC (overcurrent protection), MMXU (measurement unit), etc. These standardised names appear in every IEC 61850-compliant relay.
IEC 61850-8-1 Maps ACSI services to MMS (Manufacturing Message Specification, ISO 9506) over TCP/IP. MMS is the station-bus protocol for SCADA access to IED data — reports, logs, control.
IEC 61850-9-2 Merging unit interface — publishes digitised instantaneous current and voltage samples (typically 80 or 256 samples/cycle) over Ethernet multicast. Replaces copper current transformer secondary wiring in digital substations.
IEC 61850-10 Conformance test requirements and methods for IED manufacturers. Successful conformance testing (by accredited labs like KEMA, CESI) is a prerequisite for interoperability.
(LN) (GOOSE) (SV) (SCL) IEC 61850 is the standard for substation automation and protection communication. Before IEC 61850, every relay and IED manufacturer used a proprietary protocol — resulting in expensive, vendor-locked substation engineering with hundreds of copper point-to-point connections.
IEC 61850 introduces:
┌─────────────────── Station Bus (MMS / GOOSE) ────────────────────┐
│ SCADA / HMI Gateway Protection Protection │
│ (Client) (IEC→ICCP) Relay A Relay B │
└──────────────────────────────────────────────────────────────────┘
│ │ │
┌─────── Process Bus (GOOSE + Sampled Values) ───────────────────────┐
│ Merging Unit A Merging Unit B Intelligent CB Unit │
│ (CT/VT digital) (CT/VT digital) (position + GOOSE) │
└────────────────────────────────────────────────────────────────────┘
| Message type | Protocol | Transfer time | Application |
|---|---|---|---|
| GOOSE | IEEE 802.1Q | <4 ms (Type 1A) | Protection tripping, interlocking |
| Sampled Values | IEEE 802.3 | <4 ms (Type 4) | Merging unit current/voltage |
| Reporting (BRCB/URCB) | MMS/TCP | <100 ms (Type 2) | Event-driven data to SCADA |
| Logging | MMS/TCP | <1000 ms (Type 3) | Historical sequence of events |
| Control | MMS/TCP | <500 ms (Type 1B) | Breaker open/close |
| Files | MMS/TCP | No time limit | Oscillography, settings |