11-08-2016 10:41 AM
Hi
When I download any VI from internet and i want to open it from my PC whith labview 2013 i 'm always got these screen as attacvhed which repeated for many times and finally when the VI opend it has no compelte diagram inside
any advice please
11-08-2016 10:49 AM - edited 11-08-2016 10:50 AM
Maybe you need to install some toolkits, e.g. LINX
11-08-2016 10:49 AM - edited 11-08-2016 10:52 AM
What does you mean by "no complete diagram"? Half of it is missing? Or that there are subVI's it can't find and are replaced by ? marks.
It is looking for the file listed in the dialog box and can't find it. Do youi have the \LabVIEW Hacker\LINX directory installed on your PC? It is probably downloaded from the web.
11-08-2016 12:15 PM
I mean by diagaram is some logic gates not wired or unknown function blocks
i already install the LINX firmware and its directory because i dont have any problem when I open labview linx examples.
any idea
11-08-2016 12:32 PM
"LabVIEW Hacker" is a very odd sounding install directory. So you may have installed them in a normal directory, but the original creator had their subVI's installed in the odd "LabVIEW Hacker" directory which doesn't exist on your machine, and your machine may not have the library in its search path.
Do you have the Digital Read.VI some within the path your LINX was installed to? If so, when it gets done searching and can't find it, browse that file dialog box to the directory with the LVH-LINX.lvlib file in it. Once it finds it and connects to it, everything should be fine. Be sure to save that VI before closing so it remembers the location of the subVI in your new correct location.
11-08-2016 01:06 PM
This happens only when I download vi from internet and save it into my pc on desktop or any place.
So please what shall i have to do to prevent this happned
11-08-2016 01:43 PM
There's nothing you can do. Issue was caused by the person who created the original VI you downloaded. They installed their libraries to a different place than you did.
Just make sure you installed the toolkit libraries to their standard install directory.
Once you fix the downloaded VI's, then be sure to save the updated version.
11-08-2016 02:11 PM
Mustafasei wrote: i already install the LINX firmware and its directory because i dont have any problem when I open labview linx examples.
How did you install LINX? Did you use VIPM to install the package? Or did you just copy the library to some arbitrary directory?
My guess is that you did the later, which means you are the odd one. Install LINX properly with VIPM.
11-08-2016 02:40 PM
I install the linx by VIPM
11-08-2016 02:52 PM
My guess is that whoever made the original VI being downloaded is the one who installed in the odd directory and did not use VIPM because the VI is looking for those VI's in "C:\LabVIEW Hacker" which is a very oddly named directory, plus the fact it is in the root drive, to have be the intended install directory.