Add file and Image

This commit is contained in:
kong 2020-12-03 14:21:46 +07:00
parent e9bf1f2d29
commit f36bbe7098
72 changed files with 834 additions and 63 deletions

View file

@ -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>