LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Combine 2D Waveform Array with 1D Waveform Array for Producer/Consumer Loop

Solved!
Go to solution

Hello,

 

I am trying to combine a 2D waveform array (frequency measurement) with two 1D waveform arrays (analog input). The purpose of doing this is so that I can then move this into a queue, however I am having difficulty with combining these two different signal types. Does anybody have information on how I might accomplish this. My VI is attached below.

 

A little more information about this VI - I will normally be sampling at a rate greater than 1000 Hz in order to have an accurate measurement from my flow meters. However, when I save this data, I only want to write the averaged data to a measurement file every second which is why I am moving everything to the consumer loop.

0 Kudos
Message 1 of 2
(1,867 Views)
Solution
Accepted by topic author MShinn1

Hi MShinn,

 

In the attached VI you have a 2D double array and two 1D waveform arrays. You could create a cluster with these datatypes if you want them all in a single data structure.

Message 2 of 2
(1,841 Views)