Specifies whether the Alarm Summary object tracks when an alarm's status increases in severity and fires the SeverityIncreased event.
The CheckForSeverityIncrease property must be set in run mode. The value you enter here is not persisted. In other words, when you switch from run mode to configure mode, the value changes back to FALSE (0), which is the default. If you enter TRUE (1) in configure mode, it switches back to FALSE (0) when you enter run mode. You must set this value in run mode.
Syntax
object.CheckForSeverityIncrease [= Boolean]
Properties
The CheckForSeverityIncrease property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Specifies whether the Alarm Summary object tracks when an alarm's status increases in severity and fires the SeverityIncreased event. |
Settings
The settings for Boolean are:
Value |
Description |
True |
Tracks changes to the list of alarms so that the SeverityIncreased event fires. |
False |
Does not track changes to the list of alarms. Consequently, the SeverityIncreased event never fires. (Default) |
Remarks
The best place to set this property is in the Initialize event handler of your picture.