09-03-2009 03:32 PM
I am writing an application that exchanges data with a PXI device via DMA. Basically I will provide it a memory address and a direction, and it transfers the data. I would like to give it the memory location of an array in LabVIEW, but I do not know how to get the memory location without doing a DLL call to C code that returns the pointer. Is there an easy way to do this in LabVIEW? Any help is much appreciated.
09-03-2009 04:46 PM