Syntax |
AlarmEvent.ReqAction |
Description |
Integer. Returns the action requested on the alarm. For example, if the user had acknowledged the alarm in the Alarm Viewer the requested action would be AM_ACKNOWLEDGED. |
Example |
Sub Main() Dim AlarmEvent as CimEmAlarmEvent Set AlarmEvent = CimGetEMEvent().AlarmEvent() If AlarmEvent.ReqAction = AM_ACKNOWLEDGED then PointSet "ALARM_MESSAGE", "Alarm has been Acknowledged" End if end sub |
CIMPLICITY Extensions to Basic |