12-16-2010 05:37 PM
Dear Labview Board,
I have a boolean that is continually changing within a while loop, and would like to measure how long it stays true. Each time the boolean goes true, I would like to begin counting up from zero and continue until the boolean goes false. When the boolean goes false, I would like an indicator to hold the last count until the boolean goes true again, repeating the process.
It sounds simple, but it has been surprisingly difficult for me. I hope someone can help.
Thanks,
Zach
I attached a VI showing my construct... a boolean within a while loop. It start/stops but doesn't reset.
Solved! Go to Solution.
12-16-2010 11:03 PM
Hi Super Neuron,
I think this is what you need to do..
Warm Regards,
Nitz..
(Kudos are always welcome;))
12-17-2010 02:58 AM
Hi Zach,
This should do the job for you.
Regards,
Lucither
12-17-2010 11:08 AM
Brilliant. Thanks Lucither!