DC supervision in power substations
DC auxiliary monitoring of LV/MV substations with AEM-60DC8. IEC 61850, critical cybersecurity, blackout prevention and Secure by Design.
The problem
Power substations — LV, MV and HV — depend on the DC auxiliary system (typically 110, 125 or 220 VDC) to feed protection relays, breaker controls, signaling and telecontrol. A failure in the DC auxiliary leaves the substation blind and unable to operate, and the worst operational scenario is exactly the extended blackout in which the DC system is most demanded. Operators face three combined pains: (1) battery banks that age silently between scheduled discharge tests; (2) growing cybersecurity requirements in substation automation (IEC 61850 + IEC 62443) that make measurement IEDs an audit target; and (3) integration with legacy systems that expect open protocols without expanding the attack surface. The result is a demand for dedicated DC supervision, with continuous telemetry and clear segregation between measurement and protection.
Golden rule: substation without dedicated DC visibility walks on invisible risk surface.
Typical topology
A typical substation has a DC system consisting of a charger (rectifier), a stationary lead-acid battery bank (54 to 108 cells depending on voltage) or nickel-cadmium, main DC bus and sectorized distribution to protection, control and telecontrol cubicles.
AC auxiliary service
|
v
+---------------+ +-----------------+
| Charger | DC | Battery bank |
| (rectifier) |----->| Pb-acid or NiCd |
+---------------+ +--------+--------+
| |
v |
Main DC bus +---------------+
|
+------> Protection panel (relays)
+------> Breaker control
+------> Telecontrol (RTU/IED)
+------> Signaling
Sensing:
|
v
+-----------+
| AEM-60DC8 | --- Modbus RTU ---> IEC 61850 gateway
| x N | (SEL-3530, MGate)
+-----------+
The AEM-60DC8 sits on a segregated RS-485 network separated from the station network, and the gateway translates to MMS/GOOSE at the substation level.
Golden rule: measurement on segregated network — protection on 61850 network — never mixed.
What to measure and why
In substation DC systems, eight quantities are priorities:
| Quantity | Justification |
|---|---|
| Main DC bus voltage (V) | Confirms operation within range (e.g., 105–137 VDC for a 110 VDC bank); reference for all fed IEDs. |
| Charger current (A) | Detects overload or regulation failure; should follow typical float profile. |
| Bank discharge current (A) | Sustained above zero signals charger problem or abnormal drain. |
| Battery block voltage (V) | In a 54-block 2 V bank, deviation >50 mV between same-age blocks indicates degradation. |
| Ground isolation (kΩ) | DC system operates floating; isolation drop compromises protection and indicates cable failure. |
| Bank temperature (deg C) | Useful life drops 50% per 10 deg C above 25 deg C; thermal compensation essential. |
| Sector output currents (A) | Allows isolating the faulty sector without affecting a neighbor bay. |
| Charger ripple (mV RMS) | >100 mV on DC bus indicates degraded capacitor, accelerates battery aging. |
In new substations with LiFePO4 banks (growing trend since 2024), block voltage is replaced by reading via dedicated BMS, leaving the AEM-60DC8 to read aggregate bus and sector quantities.
Golden rule: ground isolation is the number-one symptom — almost always detectable before real failure.
Sizing — how many AEM-60DC8?
Formula:
N_AEM = ceil( (V_bus + I_charger + I_discharge + isolation +
n_monitored_blocks + n_outputs + temperatures) / 8 )
Simplified example for MV substation with 54-block lead-acid bank (110 VDC), aggregated monitoring (bank in 6 groups):
- Bus voltage: 1 channel
- Charger current: 1 channel
- Discharge current: 1 channel
- Ground isolation: 1 channel
- 6 block groups: 6 channels
- 4 sectorized outputs: 4 channels
- 2 temperatures: 2 channels
- Total: 16 channels → 2 AEM-60DC8
Simplified example for HV substation with 108-block bank (220 VDC) with per-block monitoring:
- 108 blocks: 108 channels
- Bus + charger + discharge + isolation + 2 temp: 6 channels
- 8 outputs: 8 channels
- Total: 122 channels → 16 AEM-60DC8
Golden rule: per-block monitoring at HV is cost-effective only on critical system assets.
Recommended setpoints and alarms
Reference values for 110 VDC DC system, 54-block lead-acid bank:
| Variable | Warning | Critical | Automatic action |
|---|---|---|---|
| Bus voltage (V) | <108 or >135 | <105 or >137 | Notify control center; generate 61850 event |
| Block voltage (V) | <2.05 or >2.30 | <1.95 or >2.40 | Block under analysis alert |
| Discharge current (A) | >0.5 sustained >60 s | >5 sustained >10 s | Control center alarm level 1 |
| Ground isolation (kΩ) | <100 | <50 | Block remote operation |
| Bank temperature (deg C) | >30 | >40 | Reduce float current |
| Charger ripple (mV) | >80 | >150 | Inspect charger |
| Per-output current (% nominal) | >85 | >95 | Evaluate redistribution |
In IEEE 1188, the isolation limit varies with voltage and local practice; adjust to control center standards.
Golden rule: an isolation alarm <50 kΩ must block remote operation until physical verification.
SCADA / PLC integration
Integration between AEM-60DC8 and IEC 61850 environment follows the gateway pattern:
Schweitzer SEL-3530 RTAC: configure the AEM-60DC8 as a Modbus Serial Slave. The RTAC translates to IEC 61850 Logical Nodes (MMS), typically MMXU for electrical quantities. Suggested polling: 1 s for critical voltages, 5 s for isolation.
MOXA MGate 5119: Modbus RTU to MMS/GOOSE gateway with web configuration. Recommended for smaller substations.
AVEVA System Platform: with a hierarchical DC_System object (Substation → DC_Bus → Battery → Block), allows navigation via PowerSCADA. Natively compatible with IEC 61850.
Elipse Power: uses IODriver-Modbus driver for the AEM-60DC8 and IEC 61850 driver for the main IEDs, keeping a segregated architecture by design.
Siemens SIPROTEC or ABB REF PLCs: indirect reading via gateway, without mixing protection and measurement traffic.
See whitepaper WP03 with IEC 62443-4-2 SL2 checklist applicable to substations.
Golden rule: DC measurement never shares a network with GOOSE — design segregates or you pay during an incident.
Regulatory compliance
Power substations follow hierarchical requirements in Brazil:
- ONS Grid Procedures (Module 2.6 — Measurement equipment), submodules relating to substations
- ONS REN-01 (Cybersecurity requirements for operation)
- ABNT NBR 5419 (lightning protection, applicable to grounding)
- IEC 61850 (substation automation communication)
- IEC 62443-4-2 SL2 as target/in progress for the equipment
- IEEE 1188-2005 and IEEE 1115 (maintenance and selection of stationary batteries)
- ANEEL PRODIST Module 8 (power quality, HV/MV context)
For utilities under ONS, the AEM-60DC8 immutable forensic telemetry contributes to evidence in post-event analysis.
Golden rule: standards are floor; cybersecurity audit demands proof, not promise.
Illustrative case
Simplified example: a distribution utility operated 47 MV substations in the state of Santa Catarina, with 110 VDC DC system and 54-block lead-acid banks. After two incidents in 18 months (a maneuver loss during a storm and a protection failure attributed to DC bus drop), the operator specified dedicated DC supervision in 12 substations classified as critical.
Implementation: 2 AEM-60DC8 per substation monitoring bus, charger, ground isolation, 6 block groups and 4 sectorized outputs. Integration via SEL-3530 RTAC to central SCADA with PI System extension.
Result in 9 months: 4 of 12 substations showed progressive isolation drop detected before causing a protection event. In one of them, the cause was a telecontrol cable with degraded isolation due to humidity, identified on a Sunday morning via remote alarm — scheduled maintenance the following week avoided what would likely have been telecontrol loss in a future incident.
Golden rule: instrumenting before the incident is always cheaper than justifying it afterwards.
Deployment checklist
- Survey DC topology (nominal voltage, number of blocks, chemistry, sectorized outputs).
- Define monitoring level (aggregated, per group, per block) and justify by criticality.
- Specify shunts, voltage dividers and ground isolation transducer.
- Compute N_AEM and reserve 2 channels per unit for expansion.
- Place AEM-60DC8 in a dedicated cubicle, segregated from the 61850 network.
- 22 AWG shielded twisted-pair cable, shield grounded at a single point.
- Configure Modbus → IEC 61850 gateway and map holding registers.
- Define Slave IDs and baudrate 19200 bps on the RS-485 bus.
- Validate 147 holding registers and enable forensic telemetry.
- Document post-commissioning baseline and record in asset management system.
Golden rule: substation without commissioning baseline is history that starts from zero every team handover.
FAQ
See the FAQ block in the frontmatter of this page.
Related content
More LRI technical materials on adjacent topics.
SCADA/PLC integration in 24V industrial panels
24V DC supervision in 24/7 industrial panels with AEM-60DC8. Integration with Ignition, Elipse, AVEVA SCADA and Siemens/Rockwell PLCs via Modbus RTU.
AC/DC rectifier monitoring in UPS and industrial power
Continuous AC/DC rectifier supervision with AEM-60DC8: ripple, efficiency, N+1 redundancy and hot-swap. Modbus RTU and SCADA integration.
Solar string and DC UPS monitoring
Supervision of PV strings and DC UPS with AEM-60DC8: voltage, current, MPPT, shading and mismatch. Modbus RTU and SCADA integration.