DO wait
This commit is contained in:
parent
cd976b3f49
commit
01c4e279d0
4 changed files with 63 additions and 21 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue