Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

keithley 2010 drivers and VI

 Sir/madam, I need a Labview VI for interfacing Keithley 2010 multimeter and want to measure the voltage with time. I have checked in NI website for drivers and VI but for 2010 is not there. There are VI for 2000 and 2001.
Please, could you send any VI related to Keithley 2010 interfacing?
waiting for your fast reply
Thank you...

0 Kudos
Message 1 of 6
(4,189 Views)

The manufacturer has one on their site - https://www.tek.com/product/2010-software/2010-labview-ver-6i-lv-driver-windows

 

Craig

0 Kudos
Message 2 of 6
(4,171 Views)

Thanks for your reply, as i run this VI i am getting an error as "Error 420" with message "query unterminated" 

0 Kudos
Message 3 of 6
(4,162 Views)

thank you, if i want to get time vs voltage how can i add extra icons to this VI

0 Kudos
Message 4 of 6
(4,155 Views)

The most accurate way to do it is to use the internal triggering of the meter.  It will take a measurement, wait N ms, take a measurement, wait N ms, and repeat that as many time as you request.  Then you read back all the data at once.  Look at the "Multi Read Example.vi" in the driver.  

 

Another way is to fecth a single measurement, use the PC time to calculate the delta between measurements and plot that.  Its far less accurate.  It all depends what you really need (which you haven't described). 

- Measurements every 1ms for 10s?

- Measurements every 10s for 1 day?

- Measurements every 2 weeks for 10 years?

 

The approach would probably be different in each case.

Craig

0 Kudos
Message 5 of 6
(4,149 Views)

You could try something like this.  It might be better to just abandon the old driver (LabVIEW 6.0!) all together use VISA and the instrument command throughout.   But try something like this..Keithley_2010_DCV_vs_time.png

 

0 Kudos
Message 6 of 6
(4,146 Views)