10-22-2012 04:26 AM
I have a .dll code with a function to control the Analyzer from AX/4000, as follow bellow:
void anaRun(UINT8 run, UINT8 *devList, UINT8 numDev)
How do I create in Labview the list of devices and how do I specify the number of devices?
Thank you.
10-23-2012 04:03 PM
If you simply need to know how to pass a pointer into a call library function node then you should check out this document:
Passing and Receiving Pointers with C/C++ DLLs from LabVIEW
https://decibel.ni.com/content/docs/DOC-9080
--Ryan