AlarmAcknowledged Event
Occurs when an alarm is acknowledged by double-clicking an alarm or calling the AckAlarm, AckAlarmPage, or the AckAllAlarms methods. Unlike the AlarmAck event, the AlarmAcknowledged event returns the name of the node, tag, and field that was acknowledged.
Syntax
object_AlarmAcknowledged(strNode As String, strTag As String, strField As String)
Properties
The AlarmAcknowledged event syntax has these parts:
Part |
Description |
Object |
An object expression that evaluates to an object in the Applies To list. |
strNode |
String. The name of the node on which the alarm was acknowledged. |
StrTag |
String. The name of the tag whose alarm was acknowledged. |
StrField |
String. The name of the field whose alarm was acknowledged. |
Remarks
If you acknowledge a page of alarms, you receive one event for each alarm. If you acknowledge all alarms, the event does not occur.