LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

connect 2 terminals of diff. type, cluster of 3 elements and waveform (DBL)

i have designed a labview programme that reads the amplitude and frequency from a generated test signal which is a waveform (DBL).
i have installed a labjack, the real analogue input signal works best with ljstream mode.

the problem is that i am unable to connect the lj stream to the waveform (DBL).

Labview says that the 2 connected terminals are of different types.
the type of the source is a cluster of 3 elements.
the type or the sink is a waveform (DBL) .
Is there any way around this or is there another way or connecting these two terminals?
0 Kudos
Message 1 of 2
(2,827 Views)
The Waveform Data Type is basically the same as your 3 elements cluster so the conversion is easy. the only thing you have to be aware of is that the WDT uses a timestamp primitive that needs to be converted to/from the DBL format of the t0 or f0 of your cluster.

The attached VI shows how to perform these conversions.
0 Kudos
Message 2 of 2
(2,827 Views)