LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing scan rate in labview for a Keithley 2700 Integra series DMM

I was wondering anyone knew the way to change the scan rate, through labview, for a Keithley 2700 Integra Series DMM. The Keithley has a configurable scan rate of Fast, Medium, and Slow. I have attached a picture of the current scan setup to the loop. I am unable to change the rate without getting an error of +520, -231, and the -107****. I was using the load file .vi from Keithley and was able to fetch and load a setting from the DMM.

 

Any ideas would be helpful!

 

Thanks

Jesse Campbell Keithley 2700 Integra Series Scan.JPG

0 Kudos
Message 1 of 5
(5,655 Views)

Hi Jesse,

I couldn't find a manual for the 2700, but I found one for the Keithley 2701.   Page 179 (4-11) gives the rate commands. You should be able to send those commands to the 2700 with a VISA Write vi.  If you're still getting errors, some of them are discussed in that same manual.  For example, page 238 (7-12) discusses error +520: "However, if the settings for a user setup or power-on setup do not match the switching module type presently installed, error +520 (Saved setup scancard mismatch) occurs when the setup is recalled."

I hope this is helpful.  


Mark E.
National Instruments

0 Kudos
Message 2 of 5
(5,628 Views)
Thanks for the info, will try that! I also had luck changing the aperature timing by placing it after the config measurement. Thanks for the link to the 2701.
0 Kudos
Message 3 of 5
(5,616 Views)

k2700 timing.png (LV2009)

 

Yes, you have to have the config meas first.  I believe that the context help for *most* of the driver VIs says if a particular VI has to come after the config.  The reason for this is because you can configure several different measurements on the same scan (using several scan lists and several config meas.vis) and some of these things are only valid for some types of measurements.  e.g. aperture timing is different for different types of scans so it has to go with the measurement settings, while data format applies to the whole scan so it can go anywhere.

 

In fact you're doing this already, some TCs, some DCV, so you'll need two aperture timings. Only power line cycles, not seconds, works for standard DC measurements.

 

Keithley changed their website about a month ago and google links are dead.  the instrument page is http://www.keithley.com/products/data/datalogger/?path=2700/Documents#6 and the direct link to the rev G manual is http://www.keithley.com/data?asset=942

 

 

Edit: If you're using LabVIEW 8.0 or later, I suggest switching to the project-based driver.

Message Edited by blawson on 10-30-2009 08:58 AM
-Barrett
CLD
Message 4 of 5
(5,603 Views)
Thanks,  I will have to change the setting for the DC voltage. Got the user manual this morning and am reading so I can send commands to the machine. Thanks again to all.
0 Kudos
Message 5 of 5
(5,592 Views)