I am developing a data collection program in Labview, which uses several stages of translation, cameras, high-speed digitizer and other equipment. I am developing an application on one computer and will deploy it on another computer. The development computer has a 2013 lab, and the computer on which the application will be deployed currently has Labview 2012, but we will upgrade it to Labview 2013 when we move the application there. Some of the drivers need different versions of the driver to work in Labview 2012 than for Labview 2013. I'm trying to save all vi, subvi and toolkit drivers in one directory tree so that I can move the whole tree to the computer on which it will be deployed.
When I load a project in Labview, I get a lot of "Allow load loading" dialog boxes. When I come to the study, Labview says that it cannot find one of the files causing the conflict, but still it appears in the dialog box. The following is an example:
![Labview Resolve Load Conflict](https://fooobar.com//img/27d1571278ddd08337a7986087c34dd1.jpg)
This happens every time I load this project - saving all does not introduce new paths in Labview. I also tried to create a new project and pull for it, but the new project has the same load conflicts.
Obviously, Labview or these vis believe that these vi, which no longer exist, still exist.
How do I fix my project, vi or Labview, so that it uses only vi and it doesn't get all these conflicts, many of which have non-existent files?
source share