Add image
This commit is contained in:
parent
f55ca3deaf
commit
387ac0773a
1525 changed files with 2889 additions and 689 deletions
|
|
@ -216,6 +216,7 @@
|
|||
Var MachineErrorDetailAll = NETCORE_LOST_COUNT_UP_STR + " #"
|
||||
EndIf
|
||||
Else
|
||||
; zone all ok
|
||||
|
||||
If stop_now_from_netcore_event = 1 Then
|
||||
Var stop_now = "false"
|
||||
|
|
@ -223,6 +224,14 @@
|
|||
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
|
||||
|
||||
Var LEDSet = "false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue