Commit e84c5840 authored by Marcus Nordenberg's avatar Marcus Nordenberg Committed by Esteban Blanc

rt_emon/rt_plc_thread: change log text for cyclesup

(cherry picked from commit 2af07ac8cd412fb403490faa321850065a4a6261)
parent 7c1f8b81
......@@ -1357,7 +1357,7 @@ static void cSup_exec(sSupActive* sp)
l.nodep->EmergBreakTrue = TRUE;
errh_SetStatus(MH__IOSTALLED);
if (prev_rwflag)
errh_Fatal("CycleSup delayed with action Stop I/O");
errh_Fatal("Delay detected in a CycleSup with action Emergency Break!");
}
}
}
......
......@@ -741,7 +741,7 @@ static void scan(plc_sThread* tp)
pp->Node->EmergBreakTrue = TRUE;
errh_SetStatus(PLC__IOSTALLED);
if (prev_rwflag)
errh_Fatal("CycleSup delayed with action Stop I/O");
errh_Fatal("Delay detected in a CycleSup with action Emergency Break!");
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment