Add file and Image
This commit is contained in:
parent
e9bf1f2d29
commit
f36bbe7098
72 changed files with 834 additions and 63 deletions
|
|
@ -52,29 +52,32 @@
|
|||
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
|
||||
|
||||
Var IgnoreNetCore = "true"
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 800 </Timeout>
|
||||
<EventTimeout>
|
||||
;If NetworkStatus = "DOWN" Then
|
||||
; Open "/ROOT/xml/outservice.xml"
|
||||
;EndIf
|
||||
;If NetworkStatus = "DEACTIVE" Then
|
||||
; Open "/ROOT/xml/offline.xml"
|
||||
;EndIf
|
||||
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"
|
||||
|
||||
|
|
@ -123,7 +126,7 @@
|
|||
<Video>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Volume> 80 </Volume>
|
||||
;<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