In the “Task Configuration” object, on the “Watchdog” tab, you can monitor the periodic jitter values of the individual tasks at runtime. The periodic jitter is differentiated from latency-based release jitter. See the following definitions:
Periodic jitter
Periodic jitter (Jper) is the deviation of the cycle time of a task (Tper) from the desired task cycle time (T0).
Jper = Tper - T0
The desired (ideal) cycle time T0 is specified in the configuration of the task as “Interval”.
You can monitor the current value, as well as the maximum and minimum value of the periodic jitter, on the “Watchdog” tab of the “Task Configuration”.
If the sum of all negative Jper values and the sum of all positive Jper values do not balance each other, then a drift results.
Latency
Latency is the delay between the invocation of a task and the actual start of its release.
Release jitter
The release jitter Jr is the difference between the maximum and the minimum latency (L) that has ever occurred.
Jr = Lmax - Lmin
In the case that Lmax = Lmin, a release jitter Jr of 0. results. This corresponds to a plain offset shift.