Beginner · 8 minute read · practical mental model

What is IEC 61850, in plain language?

IEC 61850 is a standardized way for substation devices to describe their functions, exchange data and share engineering information. Its biggest idea is not a cable or a packet—it is a common, meaningful model of the power-system function.

30-second takeaway

IEC 61850 gives substation data a shared name and meaning.

Instead of saying “read register 1024,” an IEC 61850 client can discover a named object that represents a real function—such as breaker position, phase current or protection pickup—and read its value together with quality and timestamp.

The mental model

Think of the IED as a structured library of functions.

The names may look unfamiliar at first, but the hierarchy is logical once each level has a job.

IED

The physical or virtual device

A protection relay, bay controller, merging unit or other IEC 61850 server.

LD

Logical Device

A grouping boundary inside the IED. One physical relay can contain several logical devices for protection, measurement or control.

LN

Logical Node

A standardized functional block. For example, XCBR represents circuit-breaker information, while MMXU commonly represents measurements.

DO

Data Object

A meaningful item inside the function, such as Pos for position or A for current.

DA

Data Attribute

The actual value and supporting details, such as stVal, quality q and timestamp t.

Example

A breaker position is more than ON or OFF.

An object such as XCBR.Pos can provide the state, quality and timestamp. This lets the engineer distinguish a valid fresh observation from an old, questionable or invalid value.

  • Value: what state was reported?
  • Quality: can the state be trusted?
  • Timestamp: when did the IED say it changed?
  • Identity: which IED and object produced it?
Why this matters

A value without context is weak evidence.

Two tools may display the same “1,” but only one may preserve the correct IED, object reference, quality, timestamp and acquisition path. IEC 61850 engineering is about that context as much as the value itself.

Main pieces of IEC 61850

Different services solve different communication problems.

Client/server

MMS

Used to associate with an IED, discover its model, read and write supported data, manage reports, transfer files and perform approved controls.

Change delivery

Reporting

The IED sends selected changes through a DataSet and Report Control Block instead of waiting for the client to repeatedly poll every point.

Fast peer messaging

GOOSE

Multicast messages distribute fast event states between devices, with sequence and retransmission behavior designed for dependable delivery.

Sample streams

Sampled Values

High-rate streams carry sampled current and voltage values, commonly between merging units and protection or measurement functions.

Engineering files

SCL

XML-based Substation Configuration Language files describe devices, communication, DataSets, reports, GOOSE, Sampled Values and system intent.

Operation

Control models

Direct and Select-Before-Operate define how approved commands are prepared, checked, executed and confirmed.

Common beginner mistakes

Keep these distinctions clear from the start.

IEC 61850 is not “Ethernet protection”

Ethernet is only part of the transport. The standard also defines data meaning, services, configuration and system engineering.

SCL is not automatically the live truth

SCL describes configured intent. The online IED model shows what the server currently exposes. A good workflow compares both.

Ping success is not MMS success

An IED can answer ping while TCP port 102, association, permissions or the application service still fails.

A good-looking value may still be invalid

Always read quality and timestamp before treating a displayed value as evidence.

Is IEC 61850 only a communication protocol?
No. It combines standardized data models, communication services, engineering configuration through SCL and broader system-design concepts.
Does every IEC 61850 device use exactly the same model?
No. The standard defines common classes and naming rules, but optional data, extensions and implementation details still vary. Discover and validate the actual IED.
What should I learn after this page?
Connect one approved IED, discover its live model, then read one point together with quality and timestamp. After that, learn DataSets and Reporting.
Next practical step

Open one IED and connect the names to real data.

The next tutorial shows how to prepare the network, add an IED by IP address in ARSAS, complete discovery and verify your first live value.

Verified stable release · ARSAS 1.6.33

Download the release-grade IEC 61850 workstation for Windows.

The current stable build includes Rev.3 IO List FAT import, an executive AS TESTED evidence report, a loaded Engineering/FAT workspace session, and direct receive-only GOOSE plus bounded SMV capture from each IED card.

Use the installer for a normal workstation, choose the portable single EXE for an approved no-install deployment, and verify the published SHA-256 before use.

What’s new, engineering boundaries and signing status →