Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

waveform array

Dear All,

I would like to transform a data array into a waveform using LabWIndows/CVI.

I tried to use the function _CreateArbWaveform but I didn’t succeed; I got a compile error “Missing prototype” (Function declaration or call is for a function without prototype declaration information). Does anybody know how to convert a data array into a waveform?

 

Thank you very much for your help.

 


Martiemp.

0 Kudos
Message 1 of 2
(2,778 Views)

The waveform data type is defined only for Labview.

If you want you can create a struct like a waveform. It contains an array and timing information.

However follow this discussion 

Message Edited by DaBenny on 26-10-2009 09:36 AM
D. Beninato
0 Kudos
Message 2 of 2
(2,752 Views)