Re-Trigger Alarm Associated Data Property Bindings

Bindings on alarm properties only evaluate on tag restart or an actual alarm event.

A binding that controls alarm enable will only be evaluated on an alarm state change, and there will be no more state changes once disabled.

The general alternative is to use a separate expression tag to compute the enable state, and use a valueChange event on that expression tag to write to the affected alarms.

1 Like