Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

how can we convert LabView VI to DotNet C# code

 
0 Kudos
Message 1 of 5
(8,636 Views)
.....if you got any solution, Please post it.
0 Kudos
Message 2 of 5
(8,278 Views)

Simply re write it 🙂

 You might want to refer to this : http://zone.ni.com/devzone/cda/tut/p/id/3189

Shreyas Hebbare
Shreyas Technologies
India
0 Kudos
Message 3 of 5
(8,244 Views)

One suggestion is to use LabVIEW 2009 and the new .NET Interop Assembly option in Application Builder. This allows you to build and distribution VIs in a LabVIEW project as .NET interop assemblies. Then you can just load up these assemblies directly from your .NET application.

 

Just another thought.

 

Check out the Building a .NET Interop Assembly LabVIEW Help topic.

 

Best Regards,

Jonathan N.
National Instruments
0 Kudos
Message 4 of 5
(8,225 Views)

Another option is to build a dll and call the dll in your C# application.  It's not that tough, depending on your variables.  You create your vi, add it to a project, right-click build specifications, click new -> shared library and go from there.

 

Hope this helps.

 

B

0 Kudos
Message 5 of 5
(8,057 Views)