I have a status integer tag that I need to trigger alarm for all the values except on healthy value (eg. 1), also I’m generating the Display Path dynamically according to value, using another expression string tag that convert the integer status to string. I’m able to achieve that using Not Equal, however, if the alarm is Active and the status changed to another unhealthy status, the alarm Display Path does not reevaluate and keeps showing the initial Display Path with initial status that originally triggered the alarm in the first trigger.
I know that the alarm properties bindings will not evaluate again unless the alarm is cleared then triggered again, however, I wonder if there’s something like “Any Change?” property in Above Setpoint mode, or any work around that can be implemented to achieve the requirement.