08-24-2009 06:14 AM
Hi, I am struggling with this problem for a few days now. I am using a PCI card used for a multiplexer for ultra-sonic testing. I am trying to develop a LABVIEW application to access the card, and acquire data. I have some example code from the vendor of the card and some instructions. The program uses "Call Library Function" nodes that calls functions from dll files. One of the instructions is to allocate memory since this program uses pointers. I have searched the Labview help files and it gives a list of memory management functions. I have no idea how to go about doing this. The vendor wants me to allocate at least 2 x 128kB. Please advise me on how this can be done. when i run the program it crashes on me every time and i think it has something to do with this.
Thanks very much!
Solved! Go to Solution.
08-24-2009 06:23 AM
08-24-2009 06:27 AM
Thanks Gerd, Let me try that and get back to you.