This commit is contained in:
kong 2020-10-12 19:09:05 +07:00
parent c723453e06
commit f1de7ba052
49 changed files with 2230 additions and 509 deletions

View file

@ -2,22 +2,9 @@
<Scale> "ALL" </Scale>
<Width> HeadScreenWidth </Width>
<Height> HeadScreenHeight </Height>
<Video> AdvFilename </Video>
<Video> "/mnt/sdcard/coffeevending/video/adv_2020_2.mp4" </Video>
<EventOpen>
Var Count = Count + 1
If VendingClass = "coffeeInthanin01" Then
If Count > 1 Then
Var Count = 1
EndIf
Else
If Count > 3 Then
Var Count = 1
EndIf
EndIf
Var AdvFilename = "/mnt/sdcard/coffeevending/video/adv_main_0"
Var AdvFilename = AdvFilename + Count
Var AdvFilename = AdvFilename + ".mp4"
</EventOpen>
@ -26,7 +13,7 @@
Open "/mnt/sdcard/coffeevending/xml/startup_head.xml"
</EventTimeout>
<EventEnd>
Open "/mnt/sdcard/coffeevending/xml/test_video_loop.xml"
Open "/mnt/sdcard/coffeevending/taobin_project/xml/test_video_loop.xml"
</EventEnd>
<EventSecurity>
Open "/mnt/sdcard/coffeevending/xml/security_alarm.xml"