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

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