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.
Содержание AUBO-i10
Страница 1: ...USER MANUAL AUBO i10 CB4 Please read this manual carefully before using the product...
Страница 2: ......
Страница 10: ...V4 5 2015 2019 AUBO All rights reserved vi...
Страница 26: ...V4 5 2015 2019 AUBO All rights reserved 22...
Страница 44: ...V4 5 2015 2019 AUBO All rights reserved 40...
Страница 56: ...V4 5 2015 2019 AUBO All rights reserved 52...
Страница 87: ...V4 5 2015 2019 AUBO All rights reserved 83...
Страница 118: ...V4 5 2015 2019 AUBO All rights reserved 114 Date Time tab Figure 10 39 Date Time tab Date Time tab can set date and time...
Страница 127: ...V4 5 2015 2019 AUBO All rights reserved 123...
Страница 161: ...V4 5 2015 2019 AUBO All rights reserved 157 Figure 11 43 script file editor...
Страница 179: ......