02-08-2018 05:14 PM
Hello,
Is it possible to control a constant Boolean output with a timer. For example having a "constant true" being outputted after X amount of seconds/milliseconds? I want to have a while loop containing a continuously running DAQ assistant, until the timer controlled "constant true" value is outputted to the termination button after those X seconds/milliseconds.
Thanks for any help.
02-08-2018 05:56 PM
Everything is possible!
There's the "elapsed time express VI".
What is a "termination button"?
Can you show us some code?
02-08-2018 06:43 PM
Apologies, I meant the red "loop condition" button found in the lower right of loops. I have a state machine attached with a continuous sine function generator, I want to run the first state with this sine generator for a number of seconds before switching to the second state and ending the program.