fix consent

This commit is contained in:
miggaze 2022-07-04 15:51:40 +07:00
parent 18b6b03d90
commit e060e68b1c
4 changed files with 3 additions and 3 deletions

View file

@ -543,7 +543,7 @@
If NCIC07_EVENT_CNT = NETCORE_EVENT_CNT_TMP Then
Var NETCORE_EVENT_CNT_X = NETCORE_EVENT_CNT_X + 1
If NETCORE_EVENT_CNT_X >= 5 Then
If NETCORE_EVENT_CNT_X >= 30 Then
Var stop_now = "true"
Var MachineErrorDetailAll = "Netcore Lost"
DEBUGVAR "NCIC07_EVENT_CNT"