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

@ -0,0 +1,5 @@
If Seeker = "curr" Then
Machine DoorClose
Machine DoorLidClose
EndIf

View file

@ -19,6 +19,8 @@ If DebugRemoveCup = 1 Then
DEBUGVAR CH9992_Status DEBUGVAR CH9992_Status
DEBUGVAR CH9993_Status DEBUGVAR CH9993_Status
DEBUGVAR CH9994_Status DEBUGVAR CH9994_Status
; setvar CH9992_Status SUCCESS
EndIf EndIf
If TimeoutForDoorCupOpenLongTime = "" Then If TimeoutForDoorCupOpenLongTime = "" Then

View file

@ -71,7 +71,7 @@
; Test ; Test
If BoxID > 200010 Then If BoxID > 200010 Then
If BoxID < 200229 Then If BoxID < 200500 Then
Var EnableMultiInstanceFromBoxID = 1 Var EnableMultiInstanceFromBoxID = 1
EndIf EndIf
EndIf EndIf

View file

@ -61,9 +61,7 @@
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_tt_catalog.xml" Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_tt_catalog.xml"
EndIf EndIf
If Seeker = "curr" Then ;include="ROOT/taobin_project/inc/door_initial_state.inc"
Machine DoorLidClose
EndIf
Var GetPayInfoFlag = 0 Var GetPayInfoFlag = 0
Var countDownRetrun = 120 Var countDownRetrun = 120

View file

@ -6,7 +6,7 @@
<Volume> SoundVolume </Volume> <Volume> SoundVolume </Volume>
<EventOpen> <EventOpen>
SAVELOG "======================================= page_smoothie_suggest_and_process.xml == Version 1.05 ==============================" SAVELOG "======================================= page_smoothie_suggest_and_process.xml == Version 1.07 =============================="
; On open ; On open
TopView "show" TopView "show"
@ -418,17 +418,23 @@
<Volume> SoundVolume </Volume> <Volume> SoundVolume </Volume>
<EventClick> <EventClick>
SAVELOG " SmoothieProcessState press " SAVELOG " SmoothieProcessState press "
Var SmoothieProcessState = "press"
If DoorCupPosition = "top" Then If DoorCupPosition = "top" Then
Else Else
Var CountDownCupStageRunningTimeout = 15 If SmoothieProcessState = "checking" Then
Var CountDownCertainConfuse = 2
Var ArmIDForMakeOrderStr = "" + ArmIDForMakeOrder Else
DEBUGVAR ArmIDForMakeOrderStr Var CountDownCupStageRunningTimeout = 15
__CMD "UseArm" ArmIDForMakeOrderStr "-" "-" Var CountDownCertainConfuse = 2
Machine InsertCupAndOpen Var ArmIDForMakeOrderStr = "" + ArmIDForMakeOrder
DEBUGVAR ArmIDForMakeOrderStr
__CMD "UseArm" ArmIDForMakeOrderStr "-" "-"
Machine InsertCupAndOpen
EndIf
EndIf EndIf
Var SmoothieProcessState = "press"
</EventClick> </EventClick>
</Button> </Button>

Binary file not shown.

Binary file not shown.

View file

@ -327,8 +327,7 @@
Var LidDeactiveButton = "Invisible" Var LidDeactiveButton = "Invisible"
Var StrawDeactiveButton = "Invisible" Var StrawDeactiveButton = "Invisible"
Machine DoorClose ;include="ROOT/taobin_project/inc/door_initial_state.inc"
Machine DoorLidClose
Var ButtonNext = "false" Var ButtonNext = "false"

View file

@ -680,8 +680,7 @@
Var LidDeactiveButton = "Invisible" Var LidDeactiveButton = "Invisible"
Var StrawDeactiveButton = "Invisible" Var StrawDeactiveButton = "Invisible"
Machine DoorClose ;include="ROOT/taobin_project/inc/door_initial_state.inc"
Machine DoorLidClose
Var ButtonNext = "false" Var ButtonNext = "false"
@ -11835,6 +11834,11 @@
; Coaco ; Coaco
Var strMulti6_3 = "TPID:322+multiply:0" Var strMulti6_3 = "TPID:322+multiply:0"
Var strMulti6_4 = ""
Var strMulti6_5 = "TPID=324,multiply=0"
; light-milk ; light-milk
Var strMulti11_1 = "TPID:541+multiply:0" Var strMulti11_1 = "TPID:541+multiply:0"
; normal-milk ; normal-milk

View file

@ -108,8 +108,8 @@
Var RandomPromotionMyworld = 0 Var RandomPromotionMyworld = 0
Var RandomSalePackage = 0 Var RandomSalePackage = 0
Var XMLPageVersion = "10.03" Var XMLPageVersion = "10.04"
Var XMLPageVersionInt = 1003 Var XMLPageVersionInt = 1004
Var CurrentMainVideo = 2 Var CurrentMainVideo = 2
</EventOpen> </EventOpen>

View file

@ -108,8 +108,8 @@
Var RandomPromotionMyworld = 0 Var RandomPromotionMyworld = 0
Var RandomSalePackage = 0 Var RandomSalePackage = 0
Var XMLPageVersion = "11.03" Var XMLPageVersion = "11.04"
Var XMLPageVersionInt = 1103 Var XMLPageVersionInt = 1104
;Oreo ;Oreo
Var OreoGuarantee = 0 Var OreoGuarantee = 0