New layout

This commit is contained in:
kong 2022-10-11 13:28:43 +07:00
parent 8304e81f8d
commit f18511b8e4
117 changed files with 902 additions and 22202 deletions

View file

@ -67,6 +67,8 @@
DEBUGVAR TelephoneNumber
DEBUGVAR Seeker.StoreCreditFlag
Var SaveTheWorldST = "Invisible"
Var SaveTheWorldCount = 0
@ -122,6 +124,10 @@
Var buttonRemoveCup = "Invisible"
Var CountUpDoorCupOpen = 0
Machine DoorClose
Var Timeout2 = 0
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
@ -134,9 +140,9 @@
DEBUGVAR CHECKCUP
DEBUGVAR CupChecking
DEBUGVAR MaybeHaveCup
DEBUGVAR NextOrder
DEBUGVAR DoorCupPosition
DEBUGVAR CountUpDoorCupOpen
DEBUGVAR Timeout2
DEBUGVAR MakeContinue
If PaySuccessWithDaemonTask = 1 Then
@ -159,6 +165,29 @@
EndIf
Var Timeout2 = Timeout2 + 1
; Timeout2 10*60*2
If Timeout2 > 1100 Then
SAVELOG "Timeout2 1100"
SAVELOG "Make next order by take-cup with close-maintenance 2"
Var error_code_stop_now = 1221
If DoorCupPosition = "bottom" Then
Else
Var error_code_stop_now = 1296
EndIf
Open "ROOT/taobin_project/xml/page_cannotConti.xml"
EndIf
If HaveCup = "true" Then
Var Timeout = 0
Else