03-29-2010 10:33 PM
Hello,
It is well known LabView has a pitfall dealing with multi files with same name. It may be worse, considering I can't find a method to prohibit it searching a specific region. For example, I have two project folders: A and B. When I creat files for A, I used several VI in B, and I copy them into A. But I don't want A to intelligently search B further. I want it to prompt which are needed! But they just automatically get everything they need in B. It is annoying.
The search path setting in Option can't stop it. Even if I clean up the search path, it just get everything from B.
Thanks,
Solved! Go to Solution.
03-29-2010 10:43 PM
03-29-2010 11:11 PM
Thanks Mark. Becasue I am working on a legacy and must synchronize with other team member, I can't use newer version but 7.1. Curiously do you know where is more info about the seach path syntax? I just can get very brief info from help. I want to know such as what "\*" does mean. In default setting, <foundvi> doesn't have such symbols but others have. And can I sepcify the parents folders?
Thanks,
03-31-2010 02:35 AM
The search path is irrelevant. It is only used when LV can't find a file where it expects to find it. Normally, the file is found, so no need for search.
In general, LV uses a relative path to remember where each VI's subVIs are. When you open a VI which wants to load a subVI called B.vi and there's already a B.vi from another path loaded, LV will use the one already loaded and then display a dialog informing you of this.
Ways to fix/work around: