CimPointAlarm.AlarmValueUpdate (property)

Enables / disables alarm value update.
Syntax: Boolean = object.AlarmValueUpdate
object.AlarmValueUpdate = Boolean
Description: The CimPointAlarm.AlarmValueUpdate is a boolean indicating if the %VAL field in the alarm message should be updated while the point is in ana alarm state.

Examples

' Stop %VAL updates
point.PointAlarm.AlarmValueUpdate = False


See Also

Point Configuration