03-02-2011 04:51 AM
Hi. I have a lot of code in LabVIEW 2009. I would like to import it all to LabVIEW 2010, but I would like the "Save vi seperate from code" checkbox checked on all imported vi's (I would like it checked on all subsiquently created vi's too). Does anyone know how to do this?
Many thanks, Alec
Solved! Go to Solution.
03-02-2011 04:56 AM
Can't you open the project in 2010 and then save as => a distribution?
kind regards,
Bjorn
03-02-2011 05:22 AM
HI, it's the "Seperate Compiled Code from Source Code" checkbox in the vi properties that I would like to set. "Save As" does not give me a "Distribution" option. and through the project view, compiling a "Source Distribution" does not give me the option to set this setting 😞
03-02-2011 07:10 AM
LV 2010 does not allow doing this, but there are some VIs floating around which will do this at a specific point in time (you can also write one yourself fairly simply, as the property is exposed through VI server).
Another option is to open a new project and use auto-populating folders to add all the VIs in a hierarcy to that project. You should then be able to use the marking window to mark all of them.