Skip to content

Data Type: Abstract Alarm Level - v2.0

This abstract data type defines a structure to represent the information for each alarm level.

ParameterTypeInitial valueDescription
triggeredUInt0SR: 0= No alarm
1..N= Number of triggered alarms
idInt0SR: 0= No alarm ID; Other=Alarm ID
mapArray[0..n] of Int-SR: Mapping of alarm bits to an integer. Useful for HMI or legacy SCADA that do not support bits
a00_nameBool0SR: 1= Alarm bit triggered
a01_nameBool0SR: 1= Alarm bit triggered
...
a0n_nameBool0SR: 1= Alarm bit triggered
ID RangeAlarm type
0x6000 .. 0x6FFFInformation alarm ID
0x7000 .. 0x7FFFWarning alarm ID
0x8000 .. 0x8FFFError alarm ID
0xF000 .. 0xFFFFEmergency alarm ID