11-15-2011 10:01 AM
I am very confused on Builds, hierarchies, trees, etc. when transfering Vi's from one computer to another. I'm new to Labview bu I have a very complex Vi with many sub vi's written several years ago by someone else. I need to tranfer it to a new computer and bring everything it needs with it. I already downloaded the drivers for the instruments but what is the best way to do this properly
11-15-2011 10:57 AM
Use a Source Distribution based on your Tree VI and configure it for "preserve hiarchy".
Once built you should get a completely relinked untangled version of the code including anything that you installed in user.lib.
If you are using any LV Add-ons (DB tool-kit etc), you will have to install those sepeartely.
Ben