ON TIMERStatement
Syntax
RevisedJanuary 2, 2001 (Release 4) DescriptionThis statement designates a particular function or subroutine as a timer-event handling routine. A timer-event handling routine is called periodically according to a time interval that you specify. Setting After timer events have been initiated, FB checks its internal timer whenever a Timer events are queued. If the timer interval is one second and your program is otherwise occupied for a period of 10 seconds, you will receive 10 timer events as soon as the program becomes idle. You may flush this queue by using Designating a timer-event routine is useful when your program needs to perform periodic activities at particular intervals. To ensure that your timer-event handling routine is called at the right moments, your program should execute Note: See Also
|