Skip to content
AutomationDirect edited this page Jan 3, 2020 · 3 revisions

Repeat


Description

Run a set of commands repeatedly for a given number of times.


Usage

Place an integer value in the 'times' socket and connect desired blocks under the 'commands' hook. These blocks will run in order repeatedly for the given number of times. Placing a 'break' block inside the 'commands' will cause the program to exit the current 'Repeat' block.


Notes

  • The 'times' must have a block connected to it, otherwise the program will not be able to 'verify' or 'upload'.

Clone this wiki locally