02-20-2006 11:52 AM
02-21-2006
02:52 PM
- last edited on
05-05-2025
12:19 PM
by
Content Cleaner
Hello!
It is possible to create arrays of data in your C program and pass that data to your LabVIEW DLL. In order to do this you will need to set up your LabVIEW DLL to receive the data via data pointer which means you will have to pass the array length along with the pointer to the array. I urge you to be extremely careful if you intend to resize the array data in your C program as you will need to make calls to the extcode functions. Hopefully the following link helps out. Please let us know if you have further questions!