Release 6.41

This commit is contained in:
kong 2022-05-02 22:14:11 +07:00
parent dbb7254a47
commit f169781442
11 changed files with 104 additions and 31 deletions

View file

@ -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