V4.5
©2015-2019 AUBO.All rights reserved.
142
commands, we can program successfully and completely.
Loop
➢
Loop is a loop command. The underlying program commands are either looped infinitely, a certain
number of times or as long as the given condition is true.
➢
Choose
【
Loop always
】
to loop infinitely.
➢
Choose
【
Loop_Times
】
to set loop frequency and exit the loop when reach loop times.
➢
Choose
【
Loop condition
】
to set loop expression. When expression is established, enter the loop,
otherwise, exit loop. Click
【
Clear
】
to clear the expression.
➢
Click
【
Confirm
】
to confirm and save the configurations.
Figure 11-23 Loop
Break
➢
Break command is used to jump out of a loop when Break condition is satisfied.
➢
The gramma of Break should be formal. Break can only be used inside Loop.Before Break command,
there must be an If command. When If condition is true, Break will be executed and jump out of the
loop. Otherwise, an error message will pop up.
➢
Click
【
Remove
】
to delete the Break command.
Figure 11-24 Break
Continue
➢
Continue
command is used to terminate a Loop for one time. Note the difference between
Continue
and
Break
, Break jump out of whole loop and don’t enter again.
Continue
jump out of loop for one
time and enter the loop in next time.
Summary of Contents for AUBO-i10
Page 1: ...USER MANUAL AUBO i10 CB4 Please read this manual carefully before using the product...
Page 2: ......
Page 10: ...V4 5 2015 2019 AUBO All rights reserved vi...
Page 26: ...V4 5 2015 2019 AUBO All rights reserved 22...
Page 44: ...V4 5 2015 2019 AUBO All rights reserved 40...
Page 56: ...V4 5 2015 2019 AUBO All rights reserved 52...
Page 87: ...V4 5 2015 2019 AUBO All rights reserved 83...
Page 127: ...V4 5 2015 2019 AUBO All rights reserved 123...
Page 161: ...V4 5 2015 2019 AUBO All rights reserved 157 Figure 11 43 script file editor...
Page 179: ......