10-22-2009 04:21 AM
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.
10-26-2009 03:35 AM - edited 10-26-2009 03:36 AM
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