This commit is contained in:
wanlop run 2024-01-29 14:54:48 +07:00
parent cd976b3f49
commit 01c4e279d0
4 changed files with 63 additions and 21 deletions

View file

@ -151,6 +151,20 @@
Var EmergencyStop = "-"
If DoorCupPosition = "bottom" Then
If stop_now_from_door_cup = 1 Then
Var stop_now = "false"
Var EmergencyStop = "false"
SAVELOG "stop_now_from_door_cup is set"
Var stop_now_from_door_cup = 0
Var MachineErrorDetailAll = " --- "
EndIf
Else
Var EmergencyStop = "true"
EndIf
If EmergencyStop = "true" Then
If DoorCupPosition = "bottom" Then
; It normal
@ -224,13 +238,7 @@
Var stop_now_from_netcore_event = 0
EndIf
If stop_now_from_door_cup = 1 Then
Var stop_now = "false"
SAVELOG "stop_now_from_door_cup is set"
Var stop_now_from_door_cup = 0
Var MachineErrorDetailAll = " --- "
EndIf
If MachineStage = "" Then