01-20-2011 10:03 AM
Dear Labview Board,
I have a section of code in my VI that writes boolean values to digital output (bottom of the block diagram). Right now I do this with the wait function inside a case structure. This works, but has a side effect I would like to eliminate. Because this code is within the context of a while loop, the wait function holds execution of everything until complete. I want timing, but I need the rest of my looped logic to continually run. Please see the attached VI.
Does anyone have any suggestions?
Thanks,
Zach
PS - I can't open anything beyond v8.6
Solved! Go to Solution.
01-20-2011 11:36 PM
See attached file.
01-21-2011 09:22 AM
Thanks Gaurav K!
Its elegant and simple!