After merge

This commit is contained in:
kong 2022-05-20 10:44:46 +07:00
commit 25b5303a05
25 changed files with 88 additions and 61 deletions

View file

@ -132,6 +132,7 @@
;Var CountDownThankyou = CountDownThankyou - 1
DEBUGVAR MachineStage
DEBUGVAR stop_now
DEBUGVAR CupOnArm
DEBUGVAR buttonRemoveCup
DEBUGVAR CART_COUNT
@ -144,6 +145,13 @@
DEBUGVAR NextOrder
DEBUGVAR DoorCupPosition
If MachineStage = "close-maintenance" Then
If stop_now = "true" Then
Open "ROOT/taobin_project/xml/page_cannotConti.xml"
EndIf
EndIf
If HaveCup = "true" Then
Var Timeout = 0
Else