04-26-2009 04:17 PM
10-25-2009 08:07 PM
10-27-2009 10:21 AM
Simply re write it 🙂
You might want to refer to this : http://zone.ni.com/devzone/cda/tut/p/id/3189
10-28-2009 03:31 PM
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,
11-18-2009 01:48 PM
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