toolslib\toolbox\asynctmr.fp
This instrument driver provides timer callbacks that execute in their own threads. Because they execute in their own threads, the timer callbacks are called even when the main thread of your program is not processing events.
These timer callbacks are ideal for tasks, such as data acquisition, that must be executed at reliable intervals.