03-12-2018 10:20 AM - edited 03-12-2018 10:27 AM
Hi,
I have downloaded and unzipped the instrument driver of Keithley 2600 to the instr.lib folder of National Instruments in C folder. But I cannot find the driver when I open my LabVIEW front panel, under instrument drivers. When I go to tools and go to fins instrument drivers, it is showing an error message: NI instrument driver finder has encountered problems connecting to Instrument Driver Network. There is no internet connection on my laptop due to data protection in my company. How to install the driver into my LabVIEW software?
Govind
Solved! Go to Solution.
03-12-2018 10:28 AM
Hello Govind,
How your driver looks like ? There is no setup.exe ? Is this IVI or VISA driver ? Where did you download it ?
03-12-2018 10:32 AM
. I downloaded from their online site
It's a zip file. I unzipped the file and copied all the files on the unzipped folder to instr.lib of National Instruments in C:\ProgrammeFiles.
03-12-2018 10:41 AM
Your driver is a LabVIEW project.
You can communicate with your instrument openning exemples whiche are into this Keithley project.
You can also build a library (.llb) or a project packed library (.lvlibp) in order to include it to your own project.
I hope it helps.
Best Regards.
03-12-2018 10:42 AM
Here I have also added how it looks like in my LabVIEW.
here you can see there is Keithley 2600, but there is nothing inside. What to do?
03-12-2018 10:45 AM
zipped it to <LabVIEW>\Instr.lib\Keithley 2600\Keithley 2600\
One too many folders
03-12-2018 10:49 AM
How can I build my own library here? Can you please explain
03-12-2018 10:52 AM
Thank you, very much, too many folders were the problem. Got it now.
03-12-2018 10:53 AM
Sorry,
You unzipped it to a "New Folder" rather than straight into Instr.lib and got an extra folder. just move the content of Keithley_2600\Keithley_2600\ to
instr.lib\Keithley_2600\
03-12-2018 11:31 AM
yes that is what i did