What are Comparisons in Accord programs?
Quote from Guest on 3 July 2026, 10:00 amI want a step to advance only when a tank level reaches a certain value. How do I set up this kind of condition in Accord?
I want a step to advance only when a tank level reaches a certain value. How do I set up this kind of condition in Accord?
Quote from Tim S on 3 July 2026, 10:00 amComparisons are program components that compare a source value (such as an analog input) against a reference setpoint or value. The result is a Boolean condition (true/false) used to enable step transitions, alarms, or other logic. The source and setpoint can be references to other model items, enabling dynamic comparisons.
Comparisons are program components that compare a source value (such as an analog input) against a reference setpoint or value. The result is a Boolean condition (true/false) used to enable step transitions, alarms, or other logic. The source and setpoint can be references to other model items, enabling dynamic comparisons.
