Hi my plc stops occasionaly with the folowing error: 13.10.20 07:38:03.533 Arp.Plc.Esm.Internal.Tasks.TaskBase ERROR - Exception in task ‘Cyclic100’ occured: Exception of type ‘Arp::System::Commons::Plc::PlcException’ was thrown13.10.20 07:38:03.533 Arp.Plc.Esm.Internal.Tasks.TaskBase ERROR - Exception in task ‘Cyclic100’ occured: Exception of type ‘Arp::System::Commons::Plc::PlcException’ was thrownExceeding of the watchdog time itself detected. (watchdog time 100000us / execution time 100234us) at Arp::Plc::Esm::Internal::Tasks::TaskBase::ExecuteTask() at Arp::Plc::Esm::Internal::Tasks::TaskBase::Execute() at Arp::Plc::Esm::Internal::Tasks::CyclicTask::SpecializedRun() at Arp::Plc::Esm::Internal::Tasks::TaskBase::ThreadRun(void*) at Arp::System::Commons::Threading:
:RunThread(Arp::System::Commons::Threading::ThreadBinaryCompatibilityExtensions*) at Arp::System::Commons::Threading:
:RunInternal(void*) at Arp::System::Ve::Internal::Linux::ThreadService::RunInternal(void*)13.10.20 07:38:03.737 Arp.Plc.Domain.Internal.PlcManager ERROR - Exception occured: stopping Plc asynchronously. I have firmware 2.6 it has the docker image with nodered and opc Kind regards, David de Roo
Hi David, For the moment we should assume that the Docker image is not the cause of the problem, since that should have no effect on the ESM. The Task Watchdog indicates that the task called “Cyclic100” is taking longer than 100ms to execute. Without knowing what that task is executing, I am afraid that it is impossible for us to say what is causing the task to execute for longer than 100 ms. ~ Martin.