Synopsis
-----------------------------------------
File Name     : Timed.src
Author        : RLWS
File Version  : 1.00
Creation Date : June 19, 2009
Category      : iRite Sample Programs



Description
-----------------------------------------
This sample program demonstrates the use of the 
TimerDigoutOFF type.  This is used to let the core of 
indicator  switch a digital output state.  There is actually
another digital output timer type too the TimerDigoutOn 
which is used to turn a digital output on after the timer 
expires.  This method of turning outputs on or off is a more
precise method than using the timer and the iRite event to
change the state.  The iRite program is basically setting 
the core up to handler the task.  In this example the iRite 
program is also using the event to set up the toggle of 
another digital output.


Dependencies
-----------------------------------------
Use TimedIO.920 with this program.




Revision History
-----------------------------------------
   1.00 06/19/09 - Released to web site.