11-05-2010 04:04 PM
Sorry all. I had to ask another cross linking problem, but this problem is slightly different than the other ones that I asked.
For example, I have a project that contains 2 vis. VI 1 contains a subvi called "calvi.vi" saved in "c:\folderA". VI 2 contains a subvi called "calvi.vi" saved in "c:\folderB"
The file calvi.vi in VI 2 and VI 3 have the same name, but they are completely different vi, and they are also in different location (folderA vs folderB). When they vis are in the project, calvi.vi show up as a conflict, since the same vi name appear in two location.
What would I do?
11-05-2010 04:31 PM
@jyang72211 wrote:
Sorry all. I had to ask another cross linking problem, but this problem is slightly different than the other ones that I asked.
What other cross-linking questions have you asked? I didn't see any.
For example, I have a project that contains 2 vis. VI 1 contains a subvi called "calvi.vi" saved in "c:\folderA". VI 2 contains a subvi called "calvi.vi" saved in "c:\folderB"
The file calvi.vi in VI 2 and VI 3 have the same name, but they are completely different vi, and they are also in different location (folderA vs folderB). When they vis are in the project, calvi.vi show up as a conflict, since the same vi name appear in two location.
What would I do?
If they're completely different why would they have the same name? Do they have the same functionality, but work on different data? You have a few options, depending on what the VI(s) do:
11-06-2010 04:34 PM
They are two different vi with different funtionality, but just with the same name. Thanks!