LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass numeric array from TestStand to CVI DLL and vice versa?

Well title says it all, but I have this DLL function
that has to modify a double array passed from TestStand
StationGlobals. Anyone have any idea, how this is done
without using ActiveX in particular C-code?
0 Kudos
Message 1 of 2
(3,076 Views)
Finn,

If you don't want to use ActiveX code in CVI, then I'd recommend you use the Flexible Prototype Adapter to call the CVI DLL function AND have the array as a parameter in your DLL function. There are several examples under the /Examples/AccessingArrays/PassingArrayParameterstoDLL that show this.

Regards,

Azucena
NI
0 Kudos
Message 2 of 2
(3,076 Views)