9.02 snap
This commit is contained in:
parent
3284dff5e7
commit
e5ce7f228d
14 changed files with 109 additions and 43 deletions
|
|
@ -3,16 +3,18 @@
|
|||
DEBUGVAR TimeoutForProtectButtonHideLongTime
|
||||
DEBUGVAR TiemoutForDoorCupOpenLongTime
|
||||
|
||||
Var TimeoutForProtectButtonHideLongTime = TimeoutForProtectButtonHideLongTime + 1
|
||||
If TimeoutForProtectButtonHideLongTime > 45 Then
|
||||
Var TimeoutForProtectButtonHideLongTime = 0
|
||||
|
||||
If buttonRemoveCup = "Enable" Then
|
||||
If buttonRemoveCup = "Enable" Then
|
||||
|
||||
Else
|
||||
Else
|
||||
|
||||
Var TimeoutForProtectButtonHideLongTime = TimeoutForProtectButtonHideLongTime + 1
|
||||
|
||||
If TimeoutForProtectButtonHideLongTime > 120 Then
|
||||
Var TimeoutForProtectButtonHideLongTime = 0
|
||||
If DoorCupPosition = "bottom" Then
|
||||
SAVELOG "Check Cup all from Long time button hide"
|
||||
Machine CheckCupAll
|
||||
Var buttonRemoveCup = "Enable"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue