06-30-2010 11:03 AM
I'm sorry I am very new to lab view and I am trying to take multiple consecutive measurements from a frequency counter. I place both the measurement sub VI and the indicator with in a for loop and then set N to the desired number of iterations. The problem is I only get one box in my display panel when I need all of the previous measurements taken for that iteration. Thanks for your time.
Solved! Go to Solution.
06-30-2010 11:38 AM
Wire your data from inside the loop to an object outside the loop. Right-click on the tunnel and enable Indexing. You will have a 2D array (if your data was in 1D) where each line (either row or column, you'll have to figure out) is the result of a different iteration.
You can separate the 2D array using the Index Array vi.