...
This commit is contained in:
parent
0f6d6a5e18
commit
7a3b36e4e5
4 changed files with 39 additions and 2 deletions
|
|
@ -219,6 +219,23 @@
|
|||
EndIf
|
||||
|
||||
|
||||
If TestLoopMakeDrink = 1 Then
|
||||
|
||||
If MachineState_Result = 1 Then
|
||||
Var MachineState_Result = 0
|
||||
Var TestLoopSuccess = TestLoopSuccess + 1
|
||||
Open "ROOT/taobin_project/xml/page_drinkloop.xml"
|
||||
EndIf
|
||||
|
||||
If MachineState_Result = 2 Then
|
||||
;Var MachineState_Result = 0
|
||||
Var TestLoopFailed = TestLoopFailed + 1
|
||||
Open "ROOT/taobin_project/xml/page_drinkloop.xml"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If MachineState_Result = 1 Then
|
||||
Var Timeout = 0
|
||||
Var ProcessText = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue