From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I recieve Data continously from a Keithley 2000 Multimeter over GPIB?

I'm using a Keithley 2000 Multimeter but I haven't got a clue how to manage this. The only thing i can do is a "one shot" measurement. Maybe someone has an Idea.
0 Kudos
Message 1 of 4
(3,222 Views)
Hi,

You'll have to dig into the trigger layers. Keithley instruments have
multiple trigger layers (two or three I think).

The first is to start a measurement.
Second is to continue.

So, you'll have to configure (with GPIB or manually) the trigger layers.
This system is not easy at all, but very flexible. Keithley has examples on
there site, in several languages (not sure about LabVIEW..).

Regards,

Wiebe.


"Sven Kraus" wrote in message
news:5065000000080000001C3D0000-1012609683000@exchange.ni.com...
> I'm using a Keithley 2000 Multimeter but I haven't got a clue how to
> manage this. The only thing i can do is a "one shot" measurement.
> Maybe someone has an Idea.
0 Kudos
Message 2 of 4
(3,222 Views)
You can use your GPIB write and read "one shot" command inside a while loop updating a chart indicator.

http://labviewtraining.netfirms.com/
0 Kudos
Message 3 of 4
(3,222 Views)
It depends on how fast do you need consecutive measurements. First, try to use your "one shot" inside a loop and you can have an idea about the maximum speed using this method. If it's not enough, you have to store data in instrument's memory (just triggering the start and have set the maximum measurement rate) ... anyway, the amount of data aquired continuously is limited by available memory.
Maybe other features are available and I don't know about them. Therefore, you may check this pages to find out details.

Manuals

Ap
plications (including LabVIEW libraries)


Hope this helps
0 Kudos
Message 4 of 4
(3,222 Views)