Hy everyone,
I have some vi's containing other sub vi's that I use in different LV applications. So for example A.vi contains subvi's a1.vi, a2.vi etc. and are all located in Directory_A. I start a new application B.vi in Directory_B which uses A.vi as a subvi. No problem so far, but only A.vi is loaded from Directory_A unless I make a copy from it to Directory_B and use that one. Still, a1.vi and a2.vi that will be adressed from within B.vi will be loaded from Directory_A.
When I work on one computer, this is not a real problem, but when I want to work on another computer, I need to copy all of them sub and sub-sub vi's from their correct location. This can get rather difficult, as I need to remember the structure of each subvi I use and where all of it's components are located. Also, if I want to make small changes to just this one subvi, It can get messy if you do not pay attention and possibly overwrite a vi that is also used in antother application.
I could put my vi's in the user lib or some other convenient directory and use them from there all the time and copy this directory to all other computers. This would be an easy solution to most of the problems, but still I am wondering if I can make some kind of a package containing A.vi and all of its subcomponents (a1, a2, ...) and just copy this package in every new project I write. This way, it would be a copy of the original that is only used in this new project. And when I make changes to any of it's sub-sub-sub vi's, they would only apply to this one project.
I played around with llb's but that's not a solution (for as far as I could figure out). Mayby DLL's ?
Anyone any ideas ? Hope the explanation is somewhat clear 🙂
Jan