07-28-2006 08:27 PM
07-31-2006 02:52 PM
07-31-2006 07:55 PM
08-01-2006 01:07 PM
Obi,
So then it sounds like you want your while loop to run at a fast rate but only slow down part of it. Of course this condition can't be logically met, but you can use parallel while loops in a producer consumer architecture. This is a concept we at NI teach in our LabVIEW basics course. If you're interested in taking the course, please refer to the LabVIEW Basics 1 page.
Also, LabVIEW ships with a producer consumer architecture template and can be found by going to file>>New...>>From Template>>Frameworks>>Producer/Consumer. You can also find examples like Queue to Pass Data.
This isn't the only way to accomplish your goals, it's just the first that pops into mind.
Chris C