LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Save vi seperate from code" at import

Solved!
Go to solution

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

0 Kudos
Message 1 of 4
(2,521 Views)

Can't you open the project in 2010 and then save as =>  a distribution?

 

kind regards,

 

Bjorn

Kind regards,

- Bjorn -

Have fun using LabVIEW... and if you like my answer, please pay me back in Kudo's 😉
LabVIEW 5.1 - LabVIEW 2012
0 Kudos
Message 2 of 4
(2,519 Views)

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 😞

0 Kudos
Message 3 of 4
(2,508 Views)
Solution
Accepted by topic author alecjcook

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.


___________________
Try to take over the world!
0 Kudos
Message 4 of 4
(2,493 Views)