Skip to main content
Reference

IEC 61850-7-420

The IEC 61850 part that defines logical nodes for Distributed Energy Resources — solar PV, battery storage, EV charging, fuel cells, microturbines, demand response. The standard that lets a battery, a rooftop PV inverter, or an EV charger present the same interface to the grid as a substation IED.

Also: 7-420, 61850-7-420, DER logical nodes, DER communications

IEC 61850-7-420 is the part of the IEC 61850 family that extends the logical-node catalogue to cover Distributed Energy Resources (DER): rooftop and utility-scale solar PV, battery energy storage, electric vehicle supply equipment, fuel cells, reciprocating engines, microturbines, and demand-response endpoints. It is the data-model substrate that lets a DER present the same kind of standardised interface to the grid that a substation IED does.

The Edition 2 published in 2021 was a substantial expansion driven by the need to align with IEEE 1547-2018, the US DER interconnection standard that mandates programmable grid-support functions (volt-VAR, frequency-watt, ride-through curves) on every interconnected DER above small-scale residential.

What it actually defines

The 7-420 logical-node catalogue mirrors the substation pattern but addresses different physical equipment:

Logical node groupCovers
DPVA / DPVM / DPVCPhotovoltaic array, module, controller
DBAT / DBMSBattery, battery management system
DCSGCombined heat and power synchronous generator
DCAR / DCAMReciprocating engine
DSTKFuel cell stack
DGENGeneric DER unit (the catch-all)
DRCT / DRCSReactive power and ride-through control
DSCHSchedule (when can the resource produce or consume?)
DCCTCurtailment control

Each LN composes with the rest of the 61850 model — Server / Logical Device / Logical Node / Data Object / Data Attribute — exactly as substation LNs do. A battery storage system therefore exposes a device tree that an ADMS or DERMS can navigate using the same client libraries it uses for substation IEDs.

Why this is not just an IT-format question

The standard is not just a vocabulary; it is the technical underpinning of the operational concept that DER participates in grid control rather than simply being injected onto it. IEEE 1547-2018 mandates that the DER respond to grid-side commands — ramp up, ramp down, stay through a voltage dip, change power factor — and 61850-7-420 specifies the logical-node and data-object structure that those commands flow through.

The implication is that a DERMS (DER Management System) treating 100,000 DER endpoints as dispatchable is using 7-420 as the data substrate.

Where it relates to 61400-25

IEC 61400-25 handles wind specifically; 7-420 handles everything else DER-flavoured. They both extend 61850-7 with new logical nodes; they overlap in concept but address different generation classes. A wind-and-solar hybrid plant ends up using both.

Communication profile and security

7-420 reuses 61850’s communication profiles — typically MMS over TCP/IP for the client/server traffic to the DERMS, and GOOSE for fast peer-to-peer signalling between DER units in a microgrid. The security mappings are inherited from the same IEC 62351 family that secures conventional substation traffic: 62351-3 for TLS underneath, 62351-4 for MMS application-layer signing, 62351-6 for GOOSE.

The deployment problem is steeper than for substations: a substation has dozens of IEDs run by one engineering team; a DERMS has thousands or tens of thousands of DER endpoints owned by hundreds or thousands of separate parties. The 62351-9 key-management story does not transplant cleanly to that scale, which is one reason the IEEE 2030.5 (Smart Energy Profile) ecosystem — purpose-built for residential-DER scale — coexists with 7-420 in the field.

Where the GB substation architect cares

For a transmission or distribution substation, 7-420 matters because:

  • The substation is increasingly the measurement and control point for aggregated DER on the feeder behind it.
  • The ADMS and EMS systems sitting in the control centre need a DER model that composes with the substation model — both come from the 61850 family, both ultimately land on the same hypervisor cluster.
  • The distribution network’s reliance on DER for voltage and reactive support means the architect must reason about a substation conduit that no longer just carries telemetry from substation-resident IEDs but also commands and acknowledgements to and from DER fleets out on the feeder.

This is one of the larger areas where the corpus’s “virtualised RTU co-located with bare-metal ADMS/EMS” deployment story extends. The same hypervisor cluster increasingly hosts a DERMS instance whose data substrate is 7-420.