doing
This commit is contained in:
parent
8497d41ff7
commit
a169f84751
11 changed files with 34 additions and 20 deletions
|
|
@ -61,9 +61,7 @@
|
|||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_tt_catalog.xml"
|
||||
EndIf
|
||||
|
||||
If Seeker = "curr" Then
|
||||
Machine DoorLidClose
|
||||
EndIf
|
||||
;include="ROOT/taobin_project/inc/door_initial_state.inc"
|
||||
|
||||
Var GetPayInfoFlag = 0
|
||||
Var countDownRetrun = 120
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
|
||||
SAVELOG "======================================= page_smoothie_suggest_and_process.xml == Version 1.05 =============================="
|
||||
SAVELOG "======================================= page_smoothie_suggest_and_process.xml == Version 1.07 =============================="
|
||||
; On open
|
||||
|
||||
TopView "show"
|
||||
|
|
@ -418,17 +418,23 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
SAVELOG " SmoothieProcessState press "
|
||||
Var SmoothieProcessState = "press"
|
||||
If DoorCupPosition = "top" Then
|
||||
|
||||
Else
|
||||
Var CountDownCupStageRunningTimeout = 15
|
||||
Var CountDownCertainConfuse = 2
|
||||
Var ArmIDForMakeOrderStr = "" + ArmIDForMakeOrder
|
||||
DEBUGVAR ArmIDForMakeOrderStr
|
||||
__CMD "UseArm" ArmIDForMakeOrderStr "-" "-"
|
||||
Machine InsertCupAndOpen
|
||||
If SmoothieProcessState = "checking" Then
|
||||
|
||||
Else
|
||||
Var CountDownCupStageRunningTimeout = 15
|
||||
Var CountDownCertainConfuse = 2
|
||||
Var ArmIDForMakeOrderStr = "" + ArmIDForMakeOrder
|
||||
DEBUGVAR ArmIDForMakeOrderStr
|
||||
__CMD "UseArm" ArmIDForMakeOrderStr "-" "-"
|
||||
Machine InsertCupAndOpen
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var SmoothieProcessState = "press"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue