Introduction
Imagine you are monitoring a factory with many machines. When something goes wrong, alarms alert you. But not all alarms are equally urgent, so you need a way to know which ones to fix first.
Jump into concepts and practice - no test required
Imagine a fire alarm system in a building. A fire alarm means immediate danger and needs quick action. A smoke detector warning might mean a potential problem but not urgent. A reminder to check batteries is useful but not urgent.
┌───────────────────────────┐ │ Alarm Priority │ ├─────────────┬─────────────┤ │ High │ Immediate │ │ Priority │ Attention │ ├─────────────┼─────────────┤ │ Medium │ Timely │ │ Priority │ Response │ ├─────────────┼─────────────┤ │ Low │ Informational│ │ Priority │ Review │ └─────────────┴─────────────┘
Critical alarm priority level indicate in a SCADA system?Time: 10:00, Alarm: Temperature High, Priority: Medium Time: 10:05, Alarm: Pressure Critical, Priority: Critical Time: 10:10, Alarm: Valve Leak, Priority: Low
alarm.priority = Critical but the system treats it as Low priority. What is the likely cause?