Statements
The commands you write in action logic: assign values, seize resources, set timing, branch, and route.
- StatementsThe action-logic statement reference in ProcessModel, grouped by what each command does.
- Assigning ValuesChange values in action logic: SET, INC, DEC, RESET, CLEAR, and local variables.
- TimingPause an entity in action logic: TIME for a set duration and WAIT UNTIL a condition holds.
- Flow ControlBranch and loop in action logic: IF, WHILE, FOR, GOTO, and RETURN.
- Resources in LogicSeize and release resources in action logic: GET, FREE, USE, and AND/OR chains.
- Creating and Naming EntitiesCreate and rename entities in action logic: CREATE and NEWNAME.
- DisplayTrace a running model with DISPLAY and DEBUG, showing text, attributes, variables, and array values.
- Signals, Gates, and Other LogicDrive other parts of a model from logic: signals, gate control, CALL PG, ProcessTable, and TimeTable.
- InventoryMove stock in action logic: STORE, TAKE, and REQUEST on an inventory location.

