Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How to program a GPIB multimeter to read voltage and send the reading data at every 1 second?

I have a Keithley 2000 Multimeter connected by GPIB to a NI GPIB controller board in my computer. I want to program the multimeter to read a voltage and send the reading data at constant period af time. Is there any possible way of programming in SCPI the multimeter to do that, but using the buit-in timer of the instrument(I want a better timing precision then using the windows timer and quering everytime to read the voltage)? I read about the trigger mechanism but I can´t still figure out how to do this. Please give me a sample of scpi code that does that, if you can!
Best Regards, Paul Cusmin.
0 Kudos
Message 1 of 2
(3,831 Views)
Hi Paul,

There are a couple of instrument drivers available on the instrument driver network for the Keithley 2000.

You can use the instrument driver functions or use the source code to determine what commands are sent. For example, The LabVIEW plug and play driver has a VI for multi read, which is what you are looking for.

Hope this helps out.

DiegoF
National Instruments.

Message Edited by Molly K on 02-18-2005 11:06 PM

0 Kudos
Message 2 of 2
(3,832 Views)