This commit is contained in:
kong 2023-04-27 22:20:59 +07:00
parent 5e91f42848
commit 4abbb1bb4e
25 changed files with 873 additions and 58 deletions

View file

@ -79,6 +79,23 @@
EndIf
EndIf
If CupOnArm = "true" Then
If CheckCupStateDoorCupClose = "" Then
Var buttonRemoveCup = "Enable"
EndIf
If CheckCupStateDoorCupClose = "done" Then
Var buttonRemoveCup = "Enable"
EndIf
Else
If buttonRemoveCup = "Enable" Then
Var buttonRemoveCup = "Invisible"
EndIf
EndIf
Var Timeout = Timeout + 1
TimerReset
</EventTimeout>