12-23-2010 01:20 PM
I am using LabVIEW to record and display data. The problem that I have run into is that if I try to collect and display the data all in one loop data points are lost because the loop takes so long to execute. I decided to break my program into two independent loops and the data is recorded at proper speeds, but now I cannot get the data out of the first loop and into the second loop.
12-23-2010 01:24 PM
Use a Queue
Look up LabVIEW Producer Consumer example.
12-23-2010 01:45 PM
See my example for one method of how to setup the Queue which Omar suggested. You'll also see many other ways, most of which should be avoided until you get more experience.