Conditional latching of alarms #3737
georgweiss
started this conversation in
General
Replies: 1 comment 7 replies
|
"Maintenance Mode" suppresses annunciation of invalid/unknown alarms and auto-acknowledges them. Operationally, however, it will be difficult to distinguish between PVs that are invalid/unknown because of known reasons that should be ignored or equipment being on fire, where you might want to follow up.
Maybe just configure the alarm delay long enough to bridge the known hiccups for the PLC PVs? |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We're seeing issues with IOCs connecting to PLCs and where the (TCP/IP) connection times out and goes away, and then reconnects a brief moment later. Disconnection triggers in many cases an avalanche of INVALID alarms, obscuring other (more "important") alarms.
To help operators with the visual clutter, it has been proposed to support conditions on the latching property: e.g. set latching = false if alarm state is INVALID.
Intention of this discussion is to collect feed-back and to identify potential pitfalls and side effects.
All reactions