Hello,
i have this problem:
in my application there is a lots of timer (TON).
The problem is that the TON time is slower than real time for example timer of windows.
30s set of the TON is 46s of real time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
check your real time by asking it.
This can happen when running simulation.
and when tasks are overlapping in time so your processor cant keep the pace.
slow down the number of times tasks are executed or even stop some tasks like initialisation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally created by: Stefano.Casarini
Hello,
i have this problem:
in my application there is a lots of timer (TON).
The problem is that the TON time is slower than real time for example timer of windows.
30s set of the TON is 46s of real time.
check your real time by asking it.
This can happen when running simulation.
and when tasks are overlapping in time so your processor cant keep the pace.
slow down the number of times tasks are executed or even stop some tasks like initialisation.