DO
This commit is contained in:
parent
190115c463
commit
0cf2bbe777
10 changed files with 16 additions and 679 deletions
|
|
@ -121,7 +121,10 @@
|
|||
EndIf
|
||||
|
||||
|
||||
|
||||
If LedLidBlink = "true" Then
|
||||
Var LedLidBlink = "no"
|
||||
LED LedDoorLid Blink 255 255 255 255
|
||||
EndIf
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
|
|
|||
|
|
@ -1409,14 +1409,17 @@
|
|||
|
||||
If StarwState = "Press" Then
|
||||
Machine StrawOrder
|
||||
Var LedLidBlink = "true"
|
||||
EndIf
|
||||
|
||||
If LidState = "Press" Then
|
||||
Machine LidOrder
|
||||
Var LedLidBlink = "true"
|
||||
EndIf
|
||||
|
||||
Var StarwState = "Enable"
|
||||
Var LidState = "Enable"
|
||||
;
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</Video>
|
||||
<EventOpen>
|
||||
DEBUGVAR HeadVideoFilename
|
||||
|
||||
Var ClickCountMainTe = 0
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 14000 </Timeout>
|
||||
|
|
@ -34,10 +34,10 @@
|
|||
|
||||
|
||||
<Image>
|
||||
<X> 870 </X>
|
||||
<X> 670 </X>
|
||||
<Y> 0 </Y>
|
||||
<Width> 200 </Width>
|
||||
<Height> 200 </Height>
|
||||
<Width> 400 </Width>
|
||||
<Height> 400 </Height>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClickLong>
|
||||
|
|
@ -45,7 +45,11 @@
|
|||
;OpenInst 0 "//mnt/sdcard/coffeevending/taobin_project/xml/page_remove_cup.xml"
|
||||
</EventClickLong>
|
||||
<EventClick>
|
||||
;OpenInst 0 "//mnt/sdcard/coffeevending/taobin_project/xml/vending_info.xml"
|
||||
Var ClickCountMainTe = ClickCountMainTe + 1
|
||||
If ClickCountMainTe == 2 Then
|
||||
OpenInst 0 "//mnt/sdcard/coffeevending/taobin_project/xml/vending_info.xml"
|
||||
EndIf
|
||||
|
||||
;OpenInst 0 "//mnt/sdcard/coffeevending/taobin_project/xml/page_remove_cup.xml"
|
||||
</EventClick>
|
||||
</Image>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue