FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
04-29-2022 06:57 PM
I am running the PLC app(V1.12.4) on a virtual ctrlX core. I've created a blank project using the 'ctrlX COREvirtual' template. After making no changes to the generated files, and downloading to the PLC app, I get an exception after 15-40 minutes. After adding a simple rolling counter, the exception seems to occur slightly more often (10-20 minutes).
The log doesn't point to anything specific and I have no idea what the issue might be. I sent my project to a coworker and he was able to recreate the issue on his virtual core. I have not been able to test on a physical core.
I've included screenshots below of the log in the PLC engineering app and the ctrlX core diagnostics page, as well as the zipped PLC project.
Solved! Go to Solution.
05-02-2022 09:00 AM - edited 05-02-2022 09:11 AM
Please keep in mind that the ctrlX COREvirtual is not realtime capable on you PC. So if a watchdog is switched on it can happen that, depending on your operating system load, this watchdog can be triggered. We will check our base settings.
05-02-2022 06:48 PM
After disabling the watchdog in the MainTask configuration, I no longer see the issue. Thank you for your help.