V4.5
©2015-2019 AUBO.All rights reserved.
143
➢
The gramma of Continue should be formal. Continue can only be used inside Loop and there must
have an If command before Continue. When condition in If is satisfied, then execute Continue to
jump out of the loop for one time. Otherwise, an error message will pop up.
➢
Click
【
Remove
】
to delete the Continue command.
Figure 11-25 Continue
If…else
➢
If...else command is used to operate different subprograms based on different conditions.
➢
Click
【
Input condition
】
to input condition expression based on C language arithmetic rule, as
shown in Figure 11.18(b). If the condition is evaluated to be true, the program inside this If are
executed. If the expression evaluates to be false, the following Else If or Else statements will be
executed.
➢
Click
【
Clear
】
to delete an expression.
➢
Click
【
Add Else
】
to add an Else node to make an If…Else statement. One
【
If
】
command can
only add one Else.
➢
Click
【
Add ElseIf
】
to add an ElseIf node. One
【
If
】
command can add multiple Else If nodes.
➢
Click
【
Remove
】
to delete
【
If
】
command. All ElseIf nodes and Else nodes will be deleted
together.
➢
Click
【
Confirm
】
to confirm and save the configurations.
Figure 11-26 If…Else
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: ......