FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
02-08-2023 02:51 PM
Hello,
is there a way to set the cycle time of the main task to less than 1MS? I looked directly at codesys and there I can set the time to 50µs
However, we used a different PLC for the codesys program.
thank you in advance for an answer.
codesys:
Bosch Core:
Solved! Go to Solution.
02-10-2023 08:24 AM - edited 04-24-2023 10:35 AM
In a ctrlX CORE the the standard scheduler for PLC tasks is working in 1ms cycle time at the moment, so the tasks cannot be set faster.
You could use another event to trigger you task faster created directly in the ctrlX COREs scheduler. But at the moment also there is minimum time of 500µs.
Could you explain what you need such low cycle times? As e.g. EtherCat is 2ms minimum in X3 so IO data could also not get updated faster.