Remove block NCIC07_EVENT_CNT and update play-list
This commit is contained in:
parent
cddb610548
commit
12e1b630d5
25 changed files with 130 additions and 149 deletions
|
|
@ -192,8 +192,36 @@
|
|||
DEBUGVAR NETCORE_EVENT_CNT_TMP
|
||||
|
||||
If NCIC07_EVENT_CNT = NETCORE_EVENT_CNT_TMP Then
|
||||
|
||||
Var NETCORE_LOST_COUNT_UP = NETCORE_LOST_COUNT_UP + 1
|
||||
DEBUGVAR NETCORE_LOST_COUNT_UP
|
||||
|
||||
If NETCORE_LOST_COUNT_UP > 300 Then
|
||||
SAVELOG " NETCORE_LOST_COUNT_UP out !"
|
||||
Reboot
|
||||
EndIf
|
||||
|
||||
If textStep > 3 Then
|
||||
Var textStep = 0
|
||||
Var MachineErrorDetailAll = MachineErrorDetailAll + " !"
|
||||
EndIf
|
||||
If textStep = 3 Then
|
||||
Var MachineErrorDetailAll = MachineErrorDetailAll + " !!"
|
||||
EndIf
|
||||
If textStep = 2 Then
|
||||
Var MachineErrorDetailAll = MachineErrorDetailAll + " !!!"
|
||||
EndIf
|
||||
If textStep = 1 Then
|
||||
Var MachineErrorDetailAll = MachineErrorDetailAll + " !!!!"
|
||||
EndIf
|
||||
Else
|
||||
|
||||
If stop_now_from_netcore_event = 1 Then
|
||||
Var stop_now = "false"
|
||||
SAVELOG "stop_now_from_netcore_event is set"
|
||||
Var stop_now_from_netcore_event = 0
|
||||
EndIf
|
||||
|
||||
If MachineStage = "" Then
|
||||
|
||||
Var LEDSet = "false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue