Alarm keeps coming back after Acknowledged it

:police_car_light::warning: If an alarm keeps coming back after you’ve acknowledged it, :repeat_button: 9 times out of 10 the system is doing exactly what you told it to do :robot::check_mark:

Alarm keeps coming back after Acknowledged it

Acknowledge ≠ clear the condition :red_exclamation_mark:

Mini example:
High pressure alarm at 8 bar :chart_increasing:
Process is actually at 9 bar :red_triangle_pointed_up:
You acknowledge on SCADA :desktop_computer:… but the PLC still sees PV > 8, so the alarm reappears :repeat_button::warning: → Correct behaviour :check_mark:

Typical causes I see :backhand_index_pointing_down:

:red_circle: Process condition still TRUE (switch made, trip active, PV beyond limit)
:bar_chart: Chattering around setpoint because there’s no hysteresis / deadband or delay :stopwatch:
:satellite_antenna: Comms glitches or bad tag quality that look like process trips
:high_voltage: Alarm built as an “event” instead of a stable “state” :repeat_button:
:locked: PLC latch + reset philosophy not aligned with HMI acknowledge :desktop_computer:

For chattering :warning::
If a temp alarm is at 50 °C :thermometer: and PV oscillates 49.8–50.3 °C :chart_decreasing::chart_increasing:, you’ll see alarms flicker forever :repeat_button::warning: without a reset band or delay :stopwatch:

What I’d check first :magnifying_glass_tilted_left:

:white_check_mark: Is the field condition genuinely cleared? (transmitter, switch, trip contact)
:red_circle: Is the PLC bit still TRUE even after you think it’s fixed?
:stopwatch: Is there hysteresis / deadband and an on-delay on the alarm?
:satellite_antenna: Any comms quality / timeout / bad quality flags?
:locked: Is this alarm latched in PLC and waiting for a proper reset?

:backhand_index_pointing_right: Read Full Article Here: Alarms That Keep Reappearing Even After Acknowledgement

:envelope_with_arrow: Share the image if you like.

#SCADA #PLC dcs #ProcessControl #IndustrialAutomation #AlarmManagement #ControlSystems #Instrumentation #Maintenance #Operators #Engineering #Troubleshooting