07-16-2009 10:10 AM
Solved! Go to Solution.
07-16-2009 10:16 AM
Hi Jiggles,
you can restart it in your main vi you can add another loop to your sub vi or you can insert a case structure with stores all x iterations your data to the file without stopping the loop.
Mike
07-16-2009 10:51 AM
07-16-2009 11:51 AM
The while loop isn't passing information because it's still looping (you wired the continue terminal to a True constant). Loops don't pass out any data until they're finished.
If you attach your main VI as well then we can help you correct both of them to make them work together.
Jeremy
07-16-2009 12:31 PM
Jeremy,
Wow, that was boneheaded of me. Unfortunately, the main VI is at work and I cannot get to it right now. The random number generator simulates the data coming into the subVI. The except for the data input, the subVI is autonomous.
07-16-2009 12:38 PM
Not a problem. What exactly is that data that you are passing to the subVI. Is it an array of doubles? What exactly (in words) do you want the subVI to do?
Jeremy
07-16-2009 12:56 PM
07-16-2009 01:00 PM
Great!
Have a nice day.
Jeremy