...
This commit is contained in:
parent
124f676add
commit
eb2af65ae0
3 changed files with 7 additions and 4 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
Var XPosiShowCountDownBrew = 768
|
Var XPosiShowCountDownBrew = 768
|
||||||
|
|
||||||
If MachineStage = "close-maintenance" Then
|
If MachineStage = "close-maintenance" Then
|
||||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
;Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
@ -56,13 +56,13 @@
|
||||||
|
|
||||||
|
|
||||||
If MachineStage = "close-maintenance" Then
|
If MachineStage = "close-maintenance" Then
|
||||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
;Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
If MachineStage = "drink-failed" Then
|
If MachineStage = "drink-failed" Then
|
||||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
;Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,9 @@
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
<Timeout> 1000 </Timeout>
|
<Timeout> 1000 </Timeout>
|
||||||
<EventTimeout>
|
<EventTimeout>
|
||||||
|
|
||||||
|
SAVELOG SoundPlaying
|
||||||
|
|
||||||
If countDownRetrun > 0 Then
|
If countDownRetrun > 0 Then
|
||||||
Var countDownRetrun = countDownRetrun - 1
|
Var countDownRetrun = countDownRetrun - 1
|
||||||
EndIf
|
EndIf
|
||||||
|
|
|
||||||
|
|
@ -183,7 +183,7 @@
|
||||||
<EventMachine>
|
<EventMachine>
|
||||||
|
|
||||||
If MachineStage = "drink-failed" Then
|
If MachineStage = "drink-failed" Then
|
||||||
Var MachineState_Result = 1
|
Var MachineState_Result = 2
|
||||||
Open "ROOT/taobin_project/xml/page_brewing2.xml"
|
Open "ROOT/taobin_project/xml/page_brewing2.xml"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue