- From: Marcel Janssen <mphm.janssen_at_home.nl>
- Date: 02 Sep 2003 17:35:38 +0200
On Tue, 2003-09-02 at 15:12, Ian A Smith wrote: > I have a pci dma input card which writes data to memory. I'd like that > data to end up in a labview array without copying it there. I can't > change the area of memory the i/o card uses. > > Can I change the handle of a labview array to point to the memory area > used by the i/o card? You can pass the labview array as a pointer to a function in a shared lib, than have that pointer point to the memory location that you want should work I think. regards, Marcel Janssen
Received on 2003-09-02Z14:35:38