This commit is contained in:
kong 2022-05-01 10:57:47 +07:00
parent 6dc2c89b7a
commit dbb7254a47
56 changed files with 5604 additions and 580 deletions

View file

@ -73,24 +73,30 @@
<Timeout> 1000 </Timeout>
<EventTimeout>
DEBUGVAR NextPage
If NextPage = "-" Then
Else
If CupOnArm = "true" Then
If Timeout > 9 Then
Open NextPage
If CupOnArm = "true" Then
If Timeout > 9 Then
SAVELOG "COA9"
Open NextPage
EndIf
Else
If Timeout > 30 Then
SAVELOG "COA30"
Open NextPage
EndIf
EndIf
Else
If Timeout > 30 Then
Open NextPage
EndIf
EndIf
EndIf
If Timeout > 60 Then
SAVELOG "Timeout"
If Seeker = "next" Then
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
Else
SAVELOG "Back"
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf
EndIf