-
Notifications
You must be signed in to change notification settings - Fork 4
Repeat
AutomationDirect edited this page Jan 3, 2020
·
3 revisions
Run a set of commands repeatedly for a given number of times.
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.
- The 'times' must have a block connected to it, otherwise the program will not be able to 'verify' or 'upload'.