cycle time of the plc

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:

 

Best reply by CodeShepherd

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.

View original
1 reply