Release 6.41
This commit is contained in:
parent
dbb7254a47
commit
f169781442
11 changed files with 104 additions and 31 deletions
|
|
@ -196,6 +196,23 @@
|
|||
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
; Timeout 10*60*2
|
||||
If Timeout > 1200 Then
|
||||
SAVELOG "Timeout 1200"
|
||||
If NextOrder = "true" Then
|
||||
|
||||
Var NextOrder = "false"
|
||||
TransferVar "next" "curr"
|
||||
Var Seeker = "curr"
|
||||
SAVELOG "Make next order by take-cup with close-maintenance"
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_cannotConti.xml"
|
||||
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If Timeout > 30 Then
|
||||
Var MultiGo = 1
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue