Add image

This commit is contained in:
wanlop run 2024-01-25 21:18:04 +07:00
parent f55ca3deaf
commit 387ac0773a
1525 changed files with 2889 additions and 689 deletions

View file

@ -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"