01-29-2009 02:58 AM
Thank you for your reply. I would like to know the following.
I want to execute a while loop for 5 seconds, and restart after the 5 seconds has passed. Meaning, I want the while loop to restart every 5 seconds. How do i do this in labview?
Also, does labview support any time series segmentation methods such as sliding window algorithm?
Thank you very much
01-29-2009 03:38 AM
I would advise a timed loop type. This loop will try it's best to run at the set pace.
Ton
01-29-2009 03:44 AM
Hello,
Thank you for your reply. By a timed loop, do mean a time delay inside the loop? I do not want the execution of the loop to be delayed. I want a while loop to run for a specified time and restart again. Kindly let me know how I can do this
Thank you very much
01-29-2009 03:49 AM
Hi teddy_aua,
can you describe what you try to do please? What do you make in the inner while loop? Maybe one loop with a case structure is enough.
Mike
01-29-2009 04:24 AM
What do you mean by 'Start again'? A loop runs allways the only thing you can control is the number of runs and the pace of the loop.
Ton