Forum Navigation

What are Comparisons in Accord programs?

Quote

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

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.

Scroll to Top