LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to transform a data array into a waveform using LabWIndows/CVI

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.

 

Best Regards,

Martiemp 

0 Kudos
Message 1 of 3
(3,330 Views)
What exactly do you mean by waveform? Where are you intending to use such data type?


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(3,322 Views)

Hi martiemp, 

 

Your problem (the compilation error) is not about creating waveforms, it is possibly about including the correct header file for the function (_CreateArbWaveform) you are going to use.

 

Your utilisation of the function call may be perfect, but the compiler have to "see" the function's prototype before it can compile your code.

 

Where does that function come from? From another file you wrote or an off-the-shelf library?

S. Eren BALCI
IMESTEK
0 Kudos
Message 3 of 3
(3,297 Views)