LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to access .Net List with a structure (int, double,double,double) elements from a dll in LabVIEW?

I have a C# dll which consists of a list which is of type structure consisting of datatypes int, double, double, double. How can I access and write values to individual elements of this list structure?

0 Kudos
Message 1 of 3
(3,135 Views)

You export a Modify function ni the DLL and use that.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 3
(3,091 Views)

Thanks for your reply!

You mean to say that I have to modify the dll and create a function to access the elements of the List and structure?. This is a good idea if we are developing a dll, but I have a dll being given by a supplier and I do not have access to the source code of the dll. All I know is that how the variables in the dll are specified and I am having trouble to access them in LabVIEW. Could you please suggest some information of this?. I am new to LabVIEW. 

0 Kudos
Message 3 of 3
(3,058 Views)