How to the loop

X: Loop in execution.

0: go to previous steps; =0: go to the last instruction <0: go to next steps

Y: Loop is ended.

0: go to next steps =0: go to the last instruction <0: go to previous steps;

W: This value denotes the iteration times of the loop

  • Pleas referring the sample: Normal machine

How to use both loop2 with loop

They are a pair both loop2 and loop when you use the double loop.

  • Pleas referring the sample: The loop2’s start instruction must be the first loop. Normal machine