DOING and fix 5.65

This commit is contained in:
kong 2021-10-29 18:02:29 +07:00
parent e737762343
commit a8cf23f0a3
14 changed files with 1626 additions and 15 deletions

View file

@ -11,6 +11,7 @@
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/topview_button_back_main.xml"
Var FileNumber = 1
DEBUGVAR SoundVolume
Var GetFreeFromError = 0
Var taobin_version = "1.53"

View file

@ -249,10 +249,19 @@
Var Timeout = Timeout + 1
If CountDownBrewing > 0 Then
Var CountDownBrewing = CountDownBrewing - 1
If MOVE_CUP_TO_DOOR = "true" Then
Var MOVE_CUP_TO_DOOR = "false"
EndIf
If BREW_COUNT_DOWN_FROM_APP = "on" Then
Var CountDownBrewing = BREW_CNT
Else
If CountDownBrewing > 0 Then
Var CountDownBrewing = CountDownBrewing - 1
EndIf
Endif
If Simulation = "true" Then
If CountDownBrewing = 0 Then
;Open "ROOT/taobin_project/xml/page_drinkok.xml"

View file

@ -18,7 +18,7 @@
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_tt_catalog.xml"
EndIf
Machine DoorLidClose
;Machine DoorLidClose
Var GetPayInfoFlag = 0
Var countDownRetrun = 30
@ -51,7 +51,6 @@
Var StrawAutoRelease1 = "false"
Var StrawAutoRelease2 = "false"
Machine DoorClose
If NetworkStatus = "ACTIVATE" Then
Var ShowButtonClick2 = "Enable"

View file

@ -305,6 +305,8 @@
EndIf
EndIf
Machine DoorClose
</EventOpen>
<EventActionOk>

View file

@ -7,6 +7,9 @@
<EventOpen>
Var y_topping_bg = 912
If JXMLVersionInt > 355 Then
Open "ROOT/taobin_project/xml/page_topping_select3.xml"
EndIf
If ConfigNumer > 360 Then
SAVELOG "Recipe have smoothies"
Open "ROOT/taobin_project/xml/page_topping_select2.xml"

View file

@ -7,6 +7,10 @@
<EventOpen>
Var y_topping_bg = 912
;Machine DoorClose
Machine DoorLidClose
DEBUGVAR video_menu_0
DEBUGVAR SelectDrink
@ -94,8 +98,6 @@
Var backGroundAddShotPremium = DirImage + "/bg_add_shot_coffee2_only.png"
Var backGroundAddShotPremiumWith = DirImage + "/bg_add_shot_coffee_only.png"
; Move to catalog.
;Machine DoorClose
;Var blendedState = "Enable"
@ -145,6 +147,8 @@
Var btnAddCart = "Invisible"
EndIf
EndIf
</EventOpen>
<Timeout> 2000 </Timeout>
<EventTimeout>
@ -557,14 +561,6 @@
Var ShotCoffeePremium = "Enable"
Var showShotEnable = "Enable"
DEBUGVAR TOPPING2
Refresh
EndIf
If TOPPING2 = "shot coffee 1008" Then
Var ShotCoffeePremium = "Enable"
Var showShotEnable = "Enable"
DEBUGVAR TOPPING2
Refresh
EndIf

1558
xml/page_topping_select3.xml Normal file

File diff suppressed because it is too large Load diff