LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I take multiple consecutive measurements from a frequency counter and keep the previous measurement?

Solved!
Go to solution

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.

0 Kudos
Message 1 of 2
(2,212 Views)
Solution
Accepted by topic author JosephClark

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.

Message 2 of 2
(2,204 Views)