LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can Open a labview application interface to C# programmer

Solved!
Go to solution

       How can Open a labview application interface to C# programmer?

        

xin
Certified LabVIEW Architect (CLA)
Certified TestStand Architect (CTA)
0 Kudos
Message 1 of 4
(1,904 Views)
Solution
Accepted by topic author ziziran
0 Kudos
Message 2 of 4
(1,891 Views)

Actually if it is specifically for C#, I would rather create a .Net assembly (two entries above in the popup menu for creating a build specification) from the LabVIEW VIs. A DLL would have to be accessed as unmanaged interface, which while possible in C# is an additional hassle.

Rolf Kalbermatter
My Blog
Message 3 of 4
(1,864 Views)

That's good advice Rolf. I had forgot that was possible.

Certified LabVIEW Architect
0 Kudos
Message 4 of 4
(1,856 Views)