Hello all,
I'm trying to build a DLL that emulates an acquision card in labview, returning a WAVEFORM data type. This way, I can substitute easily the "AI read" VI of the real DAQ (a 6052E card, actually) with my custom VI that generates a waveform in the same way the real "AI read" does.
I have searched the forums and most answers point to build the waveform cluster in labview from the array of samples returned by the DLL, but I would like to return directly a waveform data type (an array of waveforms, in fact, for all the AI channels). I haven't been able to find the data definition of waveform in "C", but it should be somewhere because you can define waveform as the data type of the parameters of a DLL, and even the DLL of my rea
l DAQ card (lvdaq.dll called within "AI Buffer Read" VI) use the waveform data type as a parameter.
Any help finding the definition wil be appreciated.
thanks in advance,
Adolfo.