03-02-2020 10:35 AM
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.
Solved! Go to Solution.
03-02-2020 11:08 AM
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.