Command: Loop

The Loop command creates a repeat loop in the programme. Any number of commands can be added within the repeat loop. The repeat loop executes its content until its condition is no longer fulfilled. The condition is checked before each loop run.

You can either set a specific number of repetitions (loop runs), select an endless loop or define a condition for an input, a variable or an output.

Conditions for the execution of the repeat loop can be defined under the Advanced setting.

The condition can be set so that an input, output, register or variable has a certain relationship (<,>,=,?,?,?) to another input, output, register or variable.