add lid straw
This commit is contained in:
parent
9760b4491f
commit
0990a37cbb
3 changed files with 20 additions and 2 deletions
|
|
@ -640,9 +640,11 @@
|
|||
|
||||
|
||||
|
||||
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_drinkfail.xml"
|
||||
;OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_drinkfail.xml"
|
||||
|
||||
;OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
|
||||
;OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/test_video_loop.xml"
|
||||
|
||||
;Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_list.xml"
|
||||
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_tt_catalog.xml"
|
||||
EndIf
|
||||
|
||||
Machine DoorLidClose
|
||||
|
||||
Var GetPayInfoFlag = 0
|
||||
Var countDownRetrun = 30
|
||||
|
|
|
|||
|
|
@ -577,7 +577,22 @@
|
|||
|
||||
DEBUGVAR LidState
|
||||
DEBUGVAR StarwState
|
||||
DEBUGVAR HAVE_UV_DOOR_LID
|
||||
|
||||
If HAVE_UV_DOOR_LID = "true" Then
|
||||
|
||||
If StarwState = "Press" Then
|
||||
Machine StrawOrder
|
||||
EndIf
|
||||
|
||||
If LidState = "Press" Then
|
||||
Machine LidOrder
|
||||
EndIf
|
||||
|
||||
Var StarwState = "Enable"
|
||||
Var LidState = "Enable"
|
||||
|
||||
EndIf
|
||||
|
||||
; Set drink
|
||||
Topping "Select" SelectDrink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue