11-21-2006 05:10 AM
11-21-2006 05:10 AM
11-21-2006 09:07 AM
11-22-2006 03:46 AM - edited 11-22-2006 03:46 AM
The only thing you can do is using the LabVIEW application builder to turn your VI(s) into a DLL and call that from LabWindows CVI. There is no way currently that LabVIEW can convert its VIs into C code for LabWindows CVI or other compilers targetting Desktop OSes. The only LabVIEW that can do something in this direction is LabVIEW Embedded Development Module but that costs lots of $$$$$ and targets 32bit embedded plattforms for embedded applications (eg. no local UI, specific LabVIEW embedded environment and interface libraries, and a few other not so trivial details).
@Jon wrote:
I use Labview as an interface to my devices but I am not an expert
programmer in C/Labwindows. I would like to know if Labview-apps
("graphical" code) can be migrated to C/C++ code on a Labwindows
environment.
Can I implement and "export" a subVI to Labwindows?
Thanks
Message Edited by rolfk on 11-22-2006 10:47 AM