This commit is contained in:
wanlop run 2025-06-16 15:07:32 +07:00
parent 8497d41ff7
commit a169f84751
11 changed files with 34 additions and 20 deletions

View file

@ -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

View file

@ -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>