Button to ack top alam in the alarmviewer list

6 Posts
2 Users
0 Likes
25 Views
(@j.becker@pcvue.de)
Posts: 0
New Member Guest
 

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.

 
Posted : 11/05/2015 1:16 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

Hi Johannes,

I am afrid that, without selecting the alarm, it won't be possible 🙁

 
Posted : 12/05/2015 12:29 pm
(@d.schmidt@pcvue.de)
Posts: 0
New Member Guest
 

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

 
Posted : 13/05/2015 12:28 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

Filter an alarmviewer with the status you want (ALARMDISPLAY("FILTER"..)) and ack. what is displayed (ALARMDISPLAY(ACK_DISPLAY"...))

 
Posted : 18/05/2015 7:45 am
(@j.becker@pcvue.de)
Posts: 0
New Member Guest
 

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.

 
Posted : 09/06/2015 12:32 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

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

 
Posted : 09/06/2015 1:22 pm