doing
This commit is contained in:
parent
8497d41ff7
commit
a169f84751
11 changed files with 34 additions and 20 deletions
5
inc/door_initial_state.inc
Normal file
5
inc/door_initial_state.inc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
If Seeker = "curr" Then
|
||||
Machine DoorClose
|
||||
Machine DoorLidClose
|
||||
EndIf
|
||||
|
|
@ -19,6 +19,8 @@ If DebugRemoveCup = 1 Then
|
|||
DEBUGVAR CH9992_Status
|
||||
DEBUGVAR CH9993_Status
|
||||
DEBUGVAR CH9994_Status
|
||||
|
||||
; setvar CH9992_Status SUCCESS
|
||||
EndIf
|
||||
|
||||
If TimeoutForDoorCupOpenLongTime = "" Then
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
|
||||
; Test
|
||||
If BoxID > 200010 Then
|
||||
If BoxID < 200229 Then
|
||||
If BoxID < 200500 Then
|
||||
Var EnableMultiInstanceFromBoxID = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -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,9 +418,11 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
SAVELOG " SmoothieProcessState press "
|
||||
Var SmoothieProcessState = "press"
|
||||
If DoorCupPosition = "top" Then
|
||||
|
||||
Else
|
||||
If SmoothieProcessState = "checking" Then
|
||||
|
||||
Else
|
||||
Var CountDownCupStageRunningTimeout = 15
|
||||
Var CountDownCertainConfuse = 2
|
||||
|
|
@ -429,6 +431,10 @@
|
|||
__CMD "UseArm" ArmIDForMakeOrderStr "-" "-"
|
||||
Machine InsertCupAndOpen
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var SmoothieProcessState = "press"
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -327,8 +327,7 @@
|
|||
Var LidDeactiveButton = "Invisible"
|
||||
Var StrawDeactiveButton = "Invisible"
|
||||
|
||||
Machine DoorClose
|
||||
Machine DoorLidClose
|
||||
;include="ROOT/taobin_project/inc/door_initial_state.inc"
|
||||
|
||||
Var ButtonNext = "false"
|
||||
|
||||
|
|
|
|||
|
|
@ -680,8 +680,7 @@
|
|||
Var LidDeactiveButton = "Invisible"
|
||||
Var StrawDeactiveButton = "Invisible"
|
||||
|
||||
Machine DoorClose
|
||||
Machine DoorLidClose
|
||||
;include="ROOT/taobin_project/inc/door_initial_state.inc"
|
||||
|
||||
Var ButtonNext = "false"
|
||||
|
||||
|
|
@ -11835,6 +11834,11 @@
|
|||
; Coaco
|
||||
Var strMulti6_3 = "TPID:322+multiply:0"
|
||||
|
||||
Var strMulti6_4 = ""
|
||||
|
||||
Var strMulti6_5 = "TPID=324,multiply=0"
|
||||
|
||||
|
||||
; light-milk
|
||||
Var strMulti11_1 = "TPID:541+multiply:0"
|
||||
; normal-milk
|
||||
|
|
|
|||
|
|
@ -108,8 +108,8 @@
|
|||
Var RandomPromotionMyworld = 0
|
||||
Var RandomSalePackage = 0
|
||||
|
||||
Var XMLPageVersion = "10.03"
|
||||
Var XMLPageVersionInt = 1003
|
||||
Var XMLPageVersion = "10.04"
|
||||
Var XMLPageVersionInt = 1004
|
||||
|
||||
Var CurrentMainVideo = 2
|
||||
</EventOpen>
|
||||
|
|
|
|||
|
|
@ -108,8 +108,8 @@
|
|||
Var RandomPromotionMyworld = 0
|
||||
Var RandomSalePackage = 0
|
||||
|
||||
Var XMLPageVersion = "11.03"
|
||||
Var XMLPageVersionInt = 1103
|
||||
Var XMLPageVersion = "11.04"
|
||||
Var XMLPageVersionInt = 1104
|
||||
;Oreo
|
||||
Var OreoGuarantee = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue