11-10-2009 05:19 PM
I made a vi which has many built in subvi s (like mean.vi , write to lvm.vi etc..... inside it ). Now I want to add all the sub vi s of this vi to library file . How can I add all sub vis, at the same time, automatically ? I know how to do it manually, But I can not keep track of how many sub vi s i have . And also when add all the sub vis ,it says i should add the sub vis of sub vi s of the main vi so it is crazy.
Tnx
11-10-2009 07:28 PM
C-
Have you looked into LabVIEW projects? I know that .llb's are pretty snazzy but they have become quite obsolete. A lot of yor subvi's seam to be from the VI.LIB you don't want to save them elsewhere (I could tell horror stories) a LabVIEW project will help sort your vi's and keep tabs on the needed functions from vi.lib or your re-use library.
Check out the Knowledge Base for better details.