Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This symbol acts as an indicator for the alarm state of a specific tag. It can display the alarm priority level (low, medium, and or high), and it has 3 different possible color configurations according to the Alarm Statedepending on the status of the alarm state. See image below. 

 

There is a tag property called AlarmPriorityEnum that The AlarmPriorityEnum property is used for animating the Alarm Indicator symbol. The Enum property has the following settings:

...

Code Block
Number in Symbol:
-	1: Priority High (2)
-	2: Priority Medium (1)
-	3: Priority Low (0)

Outer Border and inner element:
-	Border static and Element blinking: Alarm is active
-	Border static and Element static: Alarm is acked
-	No Border and Element blinking: Alarm is normalized
-	No Border and No Element: Alarm not active


To illustrate the behaviors described above, the The following images demonstrates demonstrate the display's appearance when an alarm is in an active state.