do powder sch

This commit is contained in:
wanlop run 2025-03-07 17:30:30 +07:00
parent 12d2a701ac
commit a16ffdd5ed
10 changed files with 142 additions and 9 deletions

View file

@ -1,6 +1,6 @@
Machine RemoveCup
Machine DoorLidOpen
Var buttonRemoveCup = "Invisible"
Var buttonRemoveCup = "Disable2"
; protect value update too slow.
Var DoorCupPosition = "-"

View file

@ -125,19 +125,19 @@ If HaveCup = "true" Then
Else
If buttonRemoveCup = "Enable" Then
Var buttonRemoveCup = "Invisible"
Var buttonRemoveCup = "Disable"
EndIf
EndIf
If DoorCupPosition = "bottom" Then
Else
Var buttonRemoveCup = "Invisible"
Var buttonRemoveCup = "Disable2"
Var CoundUpDelayCertainStage = 0
EndIf
If CupArmMove = "true" Then
Var buttonRemoveCup = "Invisible"
Var buttonRemoveCup = "Disable"
If show_eng = "true" Then
Var MachineErrorDetailAll = "Please wait."
Else
@ -153,6 +153,12 @@ Else
Var buttonRemoveCup = "Enable"
EndIf
EndIf
If buttonRemoveCup = "Disable" Then
Var CoundUpDelayCertainStage = CoundUpDelayCertainStage + 1
If CoundUpDelayCertainStage > 8 Then
Var buttonRemoveCup = "Enable"
EndIf
EndIf
EndIf
EndIf
EndIf