07-18-2007 10:45 AM
07-18-2007 11:30 AM
Sorry, I cannot test because I don't have any DAQ installed and I also don't have your hardware.
Have you tried to wire a "=0?" to [i] of the While loops, and then the boolean output to the "reset" input of the timer?
(Overall, your code is way too linear and "duplicative" (is this even a word :o). One simple while loop and state machine architecture would be sufficient.)
07-18-2007 02:14 PM
I am attempting to go through with what you suggested but what does "state machine architecture" mean?
Thanks for your help!
07-18-2007 03:58 PM
07-18-2007 04:19 PM - edited 07-18-2007 04:19 PM
I have seen similar issues with the elapsed time Express VI.
You could use a shift register and pass the "Time Elapsed" value back into the "Reset" boolean... personally I opted to create my own elapsed time VI.
I attached a screen shot of my version that will automatically reset itself when the time has elapsed.
Message Edited by MattH on 07-18-2007 04:20 PM
07-18-2007 04:24 PM
07-18-2007 04:32 PM - edited 07-18-2007 04:32 PM
Message Edited by smercurio_fc on 07-18-2007 04:34 PM
07-18-2007 04:43 PM
07-18-2007 04:48 PM
altenbach wrote (in the first answer of this thread!) :... Have you tried to wire a "=0?" to [i] of the While loops, and then the boolean output to the "reset" input of the timer? ...
07-18-2007 04:52 PM