...
This commit is contained in:
commit
8bcbdb4f6c
108 changed files with 3721 additions and 579 deletions
|
|
@ -11,7 +11,9 @@
|
|||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/topview_button_back_main.xml"
|
||||
|
||||
|
||||
Var taobin_version = "1.00"
|
||||
Var sub_profile = "whey"
|
||||
Var taobin_version = "1.05"
|
||||
; 1.00 is
|
||||
|
||||
; On open
|
||||
Var menu_back_to_main = "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
|
|
@ -60,15 +62,16 @@
|
|||
Var TestLoopSuccess = 0
|
||||
Var TestLoopFailed = 0
|
||||
|
||||
|
||||
Var IgnoreNetCore = "true"
|
||||
Var IgnoreNetCore = "false"
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 800 </Timeout>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
If IgnoreNetCore = "true" Then
|
||||
|
||||
Else
|
||||
If NetworkStatus = "DOWN" Then
|
||||
Open "/ROOT/xml/outservice.xml"
|
||||
EndIf
|
||||
|
|
@ -89,6 +92,13 @@
|
|||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
If MachineStage = "remove-cup" Then
|
||||
Open "ROOT/taobin_project/xml/page_remove_cup.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
SAVELOG MachineStage
|
||||
|
||||
|
||||
|
||||
|
|
@ -242,6 +252,7 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
Open "//mnt/sdcard/coffeevending/taobin_project/xml/vending_info.xml"
|
||||
;Open "//mnt/sdcard/coffeevending/taobin_project/xml/page_remove_cup.xml"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue