09-03-2008 03:58 PM
I am reading an analog signal (value of 'low' or 'high') which I would like to send to an analog output after a certain amount of delay (defined in ms). I would like to send the output (will be a boolean 1) for a specified amount of time and then change it back to 0. How can I achieve it? I'll be running the VI on a real time system so I don't know using software timers are a good idea.
09-04-2008 11:36 AM
09-04-2008 04:33 PM
You can use software timing or hardware timing. Since you'll be running on a Real-Time operating system, software timing will be much better than if it were running on Windows. You also have the option of configuring an interrupt to "fire" and execute code whenever you want.
I hope this helps,
Kevin S.
Applications Engineer
National Instruments
09-08-2008 12:44 PM