From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,901 Views)
Solution
Accepted by ziziran
0 Kudos
Message 2 of 4
(1,888 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,861 Views)

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

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