Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Invoke vi from LLB file

Solved!
Go to solution

I got some VIs which stored in a .LLB file. Is it possible to invoke these VIs by C# language?If yes, could someone can share a demo code to me?Thanks!

0 Kudos
Message 1 of 5
(5,175 Views)
Solution
Accepted by topic author song403
Have you tried building your VIs into a .NET interop assembly using Application Builder rather than an LLB?
Daniel Dorroh
National Instruments
0 Kudos
Message 2 of 5
(5,154 Views)

Yes. you are correct. I already include interop assembly in my c# project. Thanks!

0 Kudos
Message 3 of 5
(5,144 Views)

Hi,

One more thing. If we invoke this dll in a machine, should we have to install labview runtime to support it?

0 Kudos
Message 4 of 5
(5,127 Views)
Yes, if you use LabVIEW to create a binary, that binary is dependent on the LabVIEW runtime.
Daniel Dorroh
National Instruments
0 Kudos
Message 5 of 5
(5,120 Views)