生活美好,臂不可少
http://www.realman-robotics.com
57
The Loop command means a repeat execution of a program. It can be set to no loop,
loop a specified number of times, and loop infinitely.
Fig. 8-54 Loop command hyperparameters.
No loop:
Run the program once.
Loop a specified number of times
:
repeat the program for a specified number of
times.
Infinite loop:
Repeat the program infinitely.
Demo:
Add a Loop command between Waypoint6 and Waypoint7 as the figure shows
below.
Fig. 8-55 Loop command demo.
The line 12 is the Loop command that runs the program two times.