Programming Reference / Program / Repeat Loop


The blocks inserted within the boundaries of the Repeat Loop instruction will execute in order and repeat at the beginning.
The number of loops that the block and all blocks within are executed depends on the value entered for the operand A, however the loop block will be called approximately every millisecond if it is in the main program block. For that reason this block likely should be within the Oneshot block or similar controlled cal