Suvin Posted December 3, 2010 Report Share Posted December 3, 2010 Hi all, Is it possible to convert a lavview vi to CVI code? Suvin Quote Link to comment
viSci Posted December 3, 2010 Report Share Posted December 3, 2010 You could use the new LabVIEW C code generator http://zone.ni.com/devzone/cda/tut/p/id/11784 Or you could build your vi's into dll's and call from CVI Quote Link to comment
asbo Posted December 3, 2010 Report Share Posted December 3, 2010 Sure, you just have to be competent in both languages. http://digital.ni.com/public.nsf/allkb/9018E4478599462A86256E8E0026F962 (P.S. This was the first result on google for "convert labview to cvi") Quote Link to comment
Suvin Posted December 6, 2010 Author Report Share Posted December 6, 2010 But do we need Labview runtime in a PC to run Labview dll, or CVI runtime will do? Quote Link to comment
ShaunR Posted December 6, 2010 Report Share Posted December 6, 2010 But do we need Labview runtime in a PC to run Labview dll, or CVI runtime will do? If you had followed the link on the page that Asbo gave you you would have found Note: The LabVIEW runtime engine includes supporting functions that are required for any code built with LabVIEW and used on another computer. The appropriate version of the runtime engine is required to execute a DLL. Quote Link to comment
Suvin Posted December 8, 2010 Author Report Share Posted December 8, 2010 I downloaded labview c generator evaluation version.. but it says i need LV2010 in my pc to install c generator 2010. which is not possible in my office pc C Generator 2010 is the first version of C generator? or something available for LV2009 to convert a vi? please help. Quote Link to comment
Rolf Kalbermatter Posted December 13, 2010 Report Share Posted December 13, 2010 I downloaded labview c generator evaluation version.. but it says i need LV2010 in my pc to install c generator 2010. which is not possible in my office pc C Generator 2010 is the first version of C generator? or something available for LV2009 to convert a vi? please help. No you need LabVIEW 2010 for this! But I wouldn't expect to much of this. Creating a DLL in LabVIEW and using it from the C environment is certainly going to be an easier solution. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.