******************************************************* * gotc.bat : batch file for use TC 2.0 * gomsc.bat : batch file for use MSC 5.0/6.0 * demo92.prj : project file for TC++3.0 or BC++ 3.1 ******************************************************* DEMO92 Demonstration for use Timer functions. use StopWatch channel 0 for LED ON/OFF function used: TimerOpen --> begin to use I-7188 timer TimerClose --> stop to use timer StopWatchStart --> start to count time interval StopWatchReadValue -->to decide if time is up. Use StopWatch to count 500ms(0.5s) to turn LED ON or OFF. press 'q' to quit program.