07-12-2017 01:43 PM
Hello,
I installed the driver with the driver installer(downloaded from: http://www.watlow.com/products/controllers/software/ez-zone-labview-driver-software ). But when i want to use its functions, it start to read from the wrong folder which has not existed(warning is attached).
I'm using 2015 version and the driver is for 8.6 version and later and it looks for the LabVIEW 8.6 folder. how can i change the expected dependency path to the new dependency path?
Thanks
Solved! Go to Solution.
07-12-2017 01:55 PM
In most cases if you get all of the VIs that come with a driver download into memory and then run a "save all", wherever it found the new references will be saved as the new location. In most cases LabVIEW drivers come with a "VI tree" VI that you can open and it will have all VIs in it. Then the next time you open things you won't see the message.
07-12-2017 02:02 PM
I just mass compile the folder and that will take care of any linking issues. If it was a VISA driver, you would not be seeing this warning. But it is using a .NET interface, and those use absolute paths (which is quite annoying). Just mass compile and that will fix your issue.