Acknowledge Alarms with Alarm List property
To ack alarms from an Objekt I normally use a Control Modul Variable to rest the alarm in the Control Builder. But now I would like to ack the alarms with the Alarm List Property. Like the command in the tool "Ack all Visible Alarms" in the Alarm List. Where I can find the code from this Button "Ack all visible Alarms"?
I try to set the Property "Alarm List:IsUnAck" to 0. In some object it works but in some object not. What would be de right way to ack this alarms without using variables in the control builder?
I try to set the Property "Alarm List:IsUnAck" to 0. In some object it works but in some object not. What would be de right way to ack this alarms without using variables in the control builder?
Answers
On object level, writing false (0) to Alarm Global Properties:IsAlarmUnAck is equivalent to clicking the triangle (AlarmControl) of the object’s faceplate. Acknowledge all alarms associated with the object.
The Alarm List property is filtered, i.e. may not contain all alarms.
I don’t know what writing false (0) does: maybe it acknowledged the filtered alarms?
The operate permission is required (on each object) to acknowledge an alarm; the user must have this on all objects in a list to acknowledge the complete list.
PG2 Acknowledge All Visible alarms send ack to all embedded objects.
The Alarm List property is filtered, i.e. may not contain all alarms.
I don’t know what writing false (0) does: maybe it acknowledged the filtered alarms?
The operate permission is required (on each object) to acknowledge an alarm; the user must have this on all objects in a list to acknowledge the complete list.
PG2 Acknowledge All Visible alarms send ack to all embedded objects.
by aravind12a6 Rank: 146 on 7/9/2019 3:54:20 AM | Like (0) | Report
Have you tried verb button?
by lukas_b Rank: 60 on 7/15/2019 11:39:57 AM | Like (0) | Report
What should i do with a verb button?
Add new comment