Syntax
AlarmEvent.AlarmId
Description
String. Returns the Alarm ID of the Alarm that triggered the event.
Example
Sub Main()
Dim AlarmEvent as CimEmAlarmEvent
Set AlarmEvent = CimGetEMEvent().AlarmEvent()
PointSet "LAST_ALARM_ID", AlarmEvent.AlarmID
End if
end sub
More information
CIMPLICITY Extensions to Basic