Controls
Use variables, attributes, and counters to track and steer what happens during a run.
- AttributesPer-entity named values (a_): defining them in the Logic Builder, their types, and using them in logic.
- VariablesModel-wide values you read and change in logic, prefixed v_: types, initial value, statistics tracking, and the Variables report.
- ArraysGlobal 1D, 2D, or 3D tables of values (r_) for lookups like setup times or travel distances, with file import.
- ScenariosWhat-if versions of your model that run beside the baseline for side-by-side comparison; the replacement for Scenario Parameters.
- Process TablesReusable IF/THEN decision tables you build once and call from action logic by name.

