el 09-25-2007 12:18 PM
el 09-26-2007 11:20 AM
Hi Edgar in the options in LabVIEW you can configure the search paths to search in the directories you want, if it is not found it will prompt the user for the file. If there are no search paths it will always ask but that is not recommended (it will always ask)
http://digital.ni.com/public.nsf/allkb/3E58FDCF8744F86D86256AAF0078274C?OpenDocument
Now regarding to finding if it is the correct VI, when it loads it from a different location it will use a * and ask for save.
There are other two ways to find if the VI is in the correct place:
If you have LabVIEW 8.5 the project has a new tab with the address (LabVIEW 8.5 includes new features to deal with this kind of situations)
If have older Versions use the VI Hierarchy and select show full path.
Also a good programming technique regarding naming, is to name all you VIs with the prefix of you project and if the project is TLC you would have a tlc_test and not just the test VI.
Best Regards