Skip to main content
Reference

IEC 61850

The foundational standard for substation automation — defines the data model, communication services, and configuration language used by modern digital substations.

Also: 61850

IEC 61850 is the standard the international power industry has settled on for substation automation. It replaces decades of vendor-proprietary protocols and bespoke point-to-point copper with a shared data model, three Ethernet-based communication services, and an XML configuration language.

What it actually defines

The standard is multi-part — the published series runs to dozens of documents — but four pieces matter most for substation work:

  • A data model (parts 7-x). The substation is a hierarchy of logical entities: Server → Logical Device → Logical Nodes → Data Objects → Data Attributes. Common Data Classes (CDCs) standardise how each kind of value is structured.
  • Three communication services mapped onto the model:
    • MMS for client/server reads, writes, control, reports — the slow, conversational traffic on the station bus.
    • GOOSE for fast multicast event messaging on the process bus — the trip messages with a 3 ms budget.
    • Sampled Values for streaming digitised current and voltage waveforms from merging units at 4 kHz to subscribing IEDs.
  • A configuration language, SCL, defined in IEC 61850-6. The whole substation exists as an XML file before it exists as steel.
  • Performance requirements in IEC 61850-5 — the latency classes that constrain the design. Type 1A messages (trip) have a 3 ms budget end-to-end; Type 4 (raw data) requires PTP-grade time synchronisation across all subscribers.

Editions

The currently deployed editions are 2003 (Edition 1.0) and 2007 (Edition 2.0, sometimes referenced as 2.1 with the 2011 amendments). Edition mismatches between vendor tools are a real source of integration friction — an SCL file produced by an Edition 2.0 tool may not import cleanly into an Edition 1.0 tool, and vice versa.

Why it matters

61850 is the substrate every modern substation conversation rests on. Security work (IEC 62443 zone-and-conduit design, IEC 62351 protocol-level cryptography) is layered on top of 61850’s three transport profiles. Centralised and virtualised protection (vPAC, SEAPATH) presumes 61850 as the device-level interface. The “intelligent substation” is, operationally, an IEC 61850 substation.

Without 61850 the substation is still a substation — it’s just the 1980s version, with copper trunks and proprietary protocols. The standard is what makes the engineering work feel like infrastructure work.