Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Keithley 6517A and LabView

Hi,
i want to connect a Keithley 6517A High Resistence Meter with a KUSB-488B cable to my PC. The software should capture the values from the resistance measurement. My problem is that the supplied software doesn't recognize the Hardware. I have installed all drivers.
What can i do to fix this problem?
Maybe anyone know an alternative software.

 

Thanks for the help

 

0 Kudos
Message 1 of 9
(5,818 Views)

How about alternative hardware? This is an NI site. You don't have NI hardware so I'm not sure why you would be posting here. Do you even have NI software? You say the software is provided. That would imply provided by Keithley so I would suggest you ask them about the problem you are having with their hardware and software.

0 Kudos
Message 2 of 9
(5,815 Views)
Which programming environment are you using?
greetings from the Netherlands
0 Kudos
Message 3 of 9
(5,805 Views)

The OP is using LabVIEW.  I upconverted a library that was written in 4.0.2.  http://forums.ni.com/t5/Version-Conversion/conversion-Library-from-LV-4-0-2-to-LV-2012/m-p/2321720#U...


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 4 of 9
(5,804 Views)
With that driver, then what I said about alternative hardware is one option. The driver uses the low level GPIB functions and they only work with an NI GPIB controller. So, get rid of the Keithley USB-488 or rewrite the driver to use VISA functions.
0 Kudos
Message 5 of 9
(5,798 Views)

Here are some 6517A visa vi's

greetings from the Netherlands
Message 6 of 9
(5,794 Views)

Thank you for the 6517 Visa .vi's.

 

I have a follow-up question, let me outline the problem. I have downloaded the 6517A driver and it contains the sub.vi 'GPIB Send Message'. How do I modify this sub.vi (and other sub.vi's) to read/write data with the VISA pallette rather than the GPIB pallette? It seems like the wiring is different. 

 

Will this strategy work? Simply exchanging all GPIB calls for VISA calls then running it as usual?

 

Thanks again,

Scott 

0 Kudos
Message 7 of 9
(5,593 Views)

Attached is the library of .vi's I'm interested in modifying with the VISA pallette (instead of the GPIB palette). I think it is just a matter of changing the GPIB Send Message and GPIB Receive Message files.

 

 

0 Kudos
Message 8 of 9
(5,591 Views)

You can see in my vi's how to do this.

So the examples are available.

greetings from the Netherlands
0 Kudos
Message 9 of 9
(5,579 Views)