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

  1. Step 1: Create a signal list with status, event or alarm class.
  2. Step 2: Define normal state, priority, latch and reset.
  3. Step 3: Choose timestamp owner and time-quality alarm.
  4. Step 4: Standardise local HMI and SCADA text.
  5. 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

Engineering note: Verify the contracted standard edition, amendments, manufacturer evidence and project-specific studies before applying these principles to a supplied assembly.

Similar Posts