LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to access LV dll data handle pointer from c# .NET

Hello,

 

I want to access a dll created in labview, which outputs array handle pointer from c# .NET program.

 

I have created a simple dll in labview 2011, which outputs a byte array. I have to read this output byte array from C# .NET code. Earlier while building LV dll, in the "Define VI Prototype" dialog, I have given this output byte array pass by "Array Data Pointer". But in this case I have to wire length input of this output byte array, which I don't want to do. In my actual application, I don't know the length of the output array. So now I have made my output byte array pass by "Array Handle Pointer". I want to know, how to pass a array handle pointer from c# .NET.

 

Please find the attached LV Project. Any help is appreciated.

 

Regards,

S.Nandakumar

--

 

0 Kudos
Message 1 of 1
(2,451 Views)