An alarm system should tell the operator what happened, where, how urgent it is and what action is possible. Duplicated contacts and vague text create alarm floods without improving awareness.
Learning objectives
Define alarm classes, normal states, latching and timestamp ownership and produce consistent local and remote indications.
Core engineering principles
Alarm and status are different
Breaker open is a status; unexpected trip is an event; trip-circuit failure is an alarm. Mixing them creates nuisance.
Priority follows required response
Critical protection and DC failures need faster attention than maintenance warnings. Priority should be based on consequence, not device importance.
Latching and acknowledgement serve different purposes
Acknowledgement records operator awareness; reset clears a retained condition only when the cause is gone.
Timestamp source must be known
IED, PLC and SCADA timestamps can differ. SOE analysis requires synchronized clocks and a defined first-event source.
Text should be specific and actionable
“Relay fault” is weaker than “Feeder F03 protection IED self-supervision alarm.” Location and function belong in the message.
Engineering application method
- Step 1: Create a signal list with status, event or alarm class.
- Step 2: Define normal state, priority, latch and reset.
- Step 3: Choose timestamp owner and time-quality alarm.
- Step 4: Standardise local HMI and SCADA text.
- Step 5: Test alarm onset, acknowledgement, return and flood scenarios.
Practical example
One breaker trip can generate protection start, trip, breaker open and common alarm. A rational design preserves useful sequence without presenting four equal-priority operator alarms.
Common mistakes
- Making every signal an alarm.
- Using one common fault contact.
- Confusing acknowledge with reset.
- Allowing unsynchronised SOE records.
- Writing generic HMI text.
Design and review checklist
- Is each point classified?
- Is priority consequence-based?
- Are latch and reset rules clear?
- Is time quality monitored?
- Can the operator identify location and action?
Standards basis and official sources
- IEC 61850-10:2012 + AMD1:2025 — Conformance testing within the IEC 61850 series.
- IEC 60255-1:2022 — Common requirements for measuring relays and protection equipment.
- IEC 61082-1:2014 — Preparation of electrotechnical documents.
Engineering note: Verify the contracted standard edition, amendments, manufacturer evidence and project-specific studies before applying these principles to a supplied assembly.