With the Timing Definition Language (TDL) you simply define the timing of each periodic task. For example, you specify the timing for task1 to be 5 milliseconds (ms) and the timing for task2 to be 20 ms. Not more and not less.
We call these timing specifications the Logical Execution Time (LET) that abstracts from the platform-specific timing. As typical for solid model-based development, automatic code generators do the hard work for you. You just have to select the target platform.
|