LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Modify components from multiple waveforms

I would like to use the "Acquire waveforms" fonction and modify SOME parameters of SOME signals.
Note this is the the function that acquires waveformS (plural) and not waveform (singular).
Attached is my vi that shows simply what I would like to do.
But it seems that some signals are incompatible.
Could you give me help please?

USing Labview6.0 and NI-daq6062E
Thanks in advance.
Nico404
0 Kudos
Message 1 of 3
(2,567 Views)
You're mixing apples and oranges in a couple different places. First you're acquiring an array a waveforms and trying to wire it to the Get Waveform Components which only accepts a single waveform (i.e. one element of your array). Second, you're trying to extract the Y data (which is an array of points) and use a formula node with a scalar input. I've modified your example to do what I think your're trying to accomplish.
Message 2 of 3
(2,567 Views)
Thanks for your answer.
Regards.
Nico404
0 Kudos
Message 3 of 3
(2,567 Views)