LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert 1D array to Waveform

First, sorry for my english.

Second, I use Vi Read Acquisition and the output is an 1D array. I would like to detect the min and max or frequency of the data. I think I can use the waveform operations library, but when I connect the output of Read Vi to Min Max Waveform Vi the connection is bad. The message is :" The Output (read vi) is an 1D array Waveform. The input (Min..) is a Waveform Type.

What is the object to convert data and use Waveform Objects if I can.

Thanks for your help.
0 Kudos
Message 1 of 4
(6,443 Views)
Hi,
look attached vi.
The problem is that you connected array of waveforms to input that one waveform. For this target you use loop and find max and min for each waveform. After that you find global max and min.

Good luck.
0 Kudos
Message 2 of 4
(6,443 Views)
Thanks Nadav.

I'm a beginner!!!
0 Kudos
Message 3 of 4
(6,443 Views)
No problem.
Good luck.
0 Kudos
Message 4 of 4
(6,443 Views)