Add image
This commit is contained in:
parent
f55ca3deaf
commit
387ac0773a
1525 changed files with 2889 additions and 689 deletions
|
|
@ -109,6 +109,12 @@
|
|||
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
|
||||
EndIf
|
||||
|
||||
If MachineStage = "" Then
|
||||
|
||||
Var LEDSet = "false"
|
||||
|
|
@ -157,7 +163,7 @@
|
|||
|
||||
DEBUGVAR show_error_normal
|
||||
DEBUGVAR show_error_sp1
|
||||
|
||||
DEBUGVAR TimeOut
|
||||
Var TimeOut = TimeOut + 1
|
||||
If TimeOut > 30 Then
|
||||
Var TimeOut = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue