After merge
This commit is contained in:
commit
25b5303a05
25 changed files with 88 additions and 61 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue