LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

driver dependency warning

Solved!
Go to solution

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

0 Kudos
Message 1 of 3
(2,760 Views)

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.

0 Kudos
Message 2 of 3
(2,748 Views)
Solution
Accepted by Armik96

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(2,745 Views)