Do term tem
This commit is contained in:
parent
1dae55ca4b
commit
396e85c779
130 changed files with 2749 additions and 2863 deletions
|
|
@ -79,7 +79,18 @@
|
|||
Var PictureFile = PictureFile + "1"
|
||||
Var PictureFile = PictureFile + PictureEnd
|
||||
|
||||
STRCONTAIN "9701" BrewParam IgnoreLidStraw
|
||||
|
||||
DEBUGVAR BrewParam
|
||||
DEBUGVAR IgnoreLidStraw
|
||||
|
||||
|
||||
|
||||
If IgnoreLidStraw = "true" Then
|
||||
Var IgnoreLidStraw = "false"
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
||||
If Service_LidStraw = "Disable" Then
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
|
@ -103,7 +114,12 @@
|
|||
; count down
|
||||
If LidStrawCountDown = 1 Then
|
||||
Var LidStrawCountDown = 10
|
||||
|
||||
If StarwState = "Press" Then
|
||||
Machine Straw
|
||||
EndIf
|
||||
If LidState = "Press" Then
|
||||
Machine Lid
|
||||
EndIf
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue