Hello
I have an instrument that i want to use in my main program. For this instrument "A" i made two vi's:
initA.vi
measureA.vi
On the Disk, they are in the Folder ...\instruments\A\
Both of them have several subVi's.
The subVi's are in the Folder ..\instruments\A\subVi's\
I have a second Instrument "B" (which is very similar to instrument "A") and I copied the whole Folder A and named it B, and renamed the Vi's to:
initB.vi
measureB.vi
they are now in ...\instruments\B\ and the subVi's in ..\instruments\B\subVi's
the subVi's have all the same name (they must have the same name), but I have to make some little changes in some of them
When I place initB.vi in my main program, I get many warnngs, that the subVi's from instrument A now were loaded from ..\instruments\B\subVi's
But they are no the same, they only have the same name!
Is it possible to tell Labview it mustn't load the SubVi's from another location?
Thanks