Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

keithley 595 meter control using labview

i am using a keithley 595 quasi static meter for capacitance-voltage analysis of gate oxide-semiconductor interface. the meter is to be controlled by  LabVIEW. could anyone suggest me how to control the meter thru a GPIB interface.
0 Kudos
Message 1 of 5
(3,703 Views)
You would control the Keithley 595 using GPIB just as you would any other instrument.
 
If this is your first time using LabVIEW take a look at the examples that comes with LabVIEW.
There are also several application notes on ni.com
 
I'm not sure what is the relationship of the Keithley 595 to the PDF file you attached.
The PDF file looks to be about Keithley DAQ cards.

Message Edited by nyc on 03-27-2006 09:54 AM

0 Kudos
Message 2 of 5
(3,696 Views)
 thank you for the help.

   i referred to the LabVIEW examples for GPIB communication. There was already a HP4192A Impeadance analyzer connected thru GPIB and controlled thru LabVIEW. i have 2 remove it and connect a keithley meter. Do i need to install another set of instrument drivers that support keithley.
0 Kudos
Message 3 of 5
(3,680 Views)

Are you sure that the current program is using instrument drivers? I don't use them in the software that I write.

If your program is using instrument drivers, check first with Keithley to see if they have one for the 595.

Message Edited by nyc on 03-28-2006 09:05 AM

0 Kudos
Message 4 of 5
(3,671 Views)
Well, I always use drivers if they are available but I couldn't find one for the Keithley. You can write your own, use the Instrument I/O Assistant, or just you the apprpriate commands with VISA Write and VISA Read.
0 Kudos
Message 5 of 5
(3,666 Views)