...
This commit is contained in:
parent
223c407d65
commit
3efc439f6b
2 changed files with 15 additions and 0 deletions
|
|
@ -183,9 +183,20 @@
|
|||
<EventMachine>
|
||||
|
||||
If MachineStage = "drink-failed" Then
|
||||
Var MachineState_Result = 1
|
||||
Open "ROOT/taobin_project/xml/page_brewing2.xml"
|
||||
EndIf
|
||||
|
||||
<EventMachine>
|
||||
If MachineStage = "drink-success" Then
|
||||
Var MachineState_Result = 1
|
||||
EndIf
|
||||
|
||||
If MachineStage = "drink-failed" Then
|
||||
Var MachineState_Result = 2
|
||||
EndIf
|
||||
</EventMachine>
|
||||
|
||||
|
||||
</EventMachine>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue