...
This commit is contained in:
commit
c35ccc6f90
142 changed files with 2306 additions and 567 deletions
|
|
@ -52,7 +52,7 @@
|
|||
EndIf
|
||||
|
||||
If MachineStage = "close-maintenance" Then
|
||||
;Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
@ -61,22 +61,30 @@
|
|||
Var TestLoopFailed = 0
|
||||
|
||||
|
||||
Var IgnoreNetCore = "true"
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 800 </Timeout>
|
||||
<EventTimeout>
|
||||
If IgnoreNetCore = "true" Then
|
||||
If NetworkStatus = "DOWN" Then
|
||||
Open "/ROOT/xml/outservice.xml"
|
||||
EndIf
|
||||
If NetworkStatus = "DEACTIVE" Then
|
||||
Open "/ROOT/xml/offline.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If MachineStage = "close-maintenance" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
If MachineStage = "close-maintenance" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If MachineStage = "drink-failed" Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
|
|
@ -87,8 +95,8 @@
|
|||
Var CountDownShowButton = CountDownShowButton - 1
|
||||
|
||||
|
||||
SAVELOG CountDownShowButton
|
||||
SAVELOG ShowButtonClickFull
|
||||
;SAVELOG CountDownShowButton
|
||||
;SAVELOG ShowButtonClickFull
|
||||
|
||||
If CountDownShowButton = 28 Then
|
||||
Var ShowButtonClickFull = "Enable"
|
||||
|
|
@ -125,6 +133,7 @@
|
|||
<Video>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
;<Volume> 80 </Volume>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> "ROOT/taobin_project/video/main_page.mp4" </Filename>
|
||||
</Video>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue