LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

asynchronous data array

I have an transducer inside a nest of five while loops. The transducer is
pre-set with initial parameters such as frequency. At turn-on, it collects
data and then exits into the next outer while loop checking to see if a parameter
has been changed and if so, it will go back into the innermost loop and collect
new data. This process repeats untill all possible combinations of parameters
are tested and data is gathered. There can be several hundreds of data samples
collected. How do I build an array of this data and output it when all possible
samples have been taken?
0 Kudos
Message 1 of 2
(2,617 Views)
Hi Fred

You can Enable Indexing as the data wire leaves each while loop. If you do this for 5 while loops you will get a 5-dimention array
of data produced at the final loop.

Tim

Fred Macary wrote:

> I have an transducer inside a nest of five while loops. The transducer is
> pre-set with initial parameters such as frequency. At turn-on, it collects
> data and then exits into the next outer while loop checking to see if a parameter
> has been changed and if so, it will go back into the innermost loop and collect
> new data. This process repeats untill all possible combinations of parameters
> are tested and data is gathered. There can be several hundreds of data samples
> collected. How do I build an array of this data and output it when all possible

> samples have been taken?
0 Kudos
Message 2 of 2
(2,616 Views)