Time

Time is an important issue for all systems interacting with the real world.

We can in general identify two time issues

  • sampled system e.g. strict periodic execution of program

    • digitized control like PID,…

    • normally repetetive ececution every xx msec

  • reaction time for events handling

    • you must execute code within a timeframe (response time)

A simple efficient time system

A simple efficient system or algorithm for execute code with a fixed frequency

See … simpletime.html