Hello all,
one of our customer would like to have a button, which acknowledges always and only the first (top) alarm in the list of the alarm-viewer, independent of the sorting.
Ideas? I checked the help, but it seems not to be possible to refer to the index of the list using SCADA Basic.
Thanks in advance.
Hi Johannes,
I am afrid that, without selecting the alarm, it won't be possible 🙁
Hello,
an additional question for this topic:
Is there a way to acknowledge a set of alarms that have a certain status? For example acknowledge all alarms with status Alarm Off - No Ack.
Thanks!
BR,
Daniel
Filter an alarmviewer with the status you want (ALARMDISPLAY("FILTER"..)) and ack. what is displayed (ALARMDISPLAY(ACK_DISPLAY"...))
To close that topic:
we have now a new Mode "ALARMNAMEFROMLINE” in the AlarmDisplay instruction. So we can get the name of the alarm using the index (line-number). After that we perform an ALARM("ACK", AlarmName) on the known Alarm.
The new functions are available in version later than 11.1 update 16.
Thanks Johannes.
I will request changing the mode name as it's very difficult reading it.
We should add underscore like that: ALARM_NAME_FROM_LINE


