LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview on Keithley 3706 multimeter

Is there anyway to measure multiple channels at one go and receive the readings in the labview?

 

Currently I'm only able to close multiple channels in the switch(3730) but only could measure 1 channel at a time. What I'm measuring is 2 wire resistance.

0 Kudos
Message 1 of 8
(3,727 Views)

That would only be possible if the device itself can do that. Have you checked the documentation on the device to see if it can do it? If so, there would be a corresponding command that returns all of the readings at once (though obviously it would need to take the measurements themselves one at a time).

0 Kudos
Message 2 of 8
(3,718 Views)

My purpose was to only use labview to control the multimeter. Maybe i could have multiple channel lists to input channels which give multiple readings too

0 Kudos
Message 3 of 8
(3,704 Views)

Maybe. As I said, you'd need to look at the documentation for the instrument.

0 Kudos
Message 4 of 8
(3,695 Views)

There is no documentation on the instrument on labview programming. There is this 'scan list' labview program I got from the web but I do not know how the function works. Does it have the purpose of scanning multiple channels at one time?

0 Kudos
Message 5 of 8
(3,661 Views)

You won't find anything for LV programming on the Keithly meter.  What does the mfg documentation say about it's capability?

I'm sure the meter is capable of taking multiple measurements at a time, but how does it report them?  Does it use one USB/GPIB cable or multiple?

-----------------------------------------------------------------------------------------
Reese, (former CLAD, future CLD)

Some people call me the Space Cowboy!
Some call me the gangster of love.
Some people call me MoReese!
...I'm right here baby, right here, right here, right here at home
0 Kudos
Message 6 of 8
(3,659 Views)

Hi Khiam,

When LabVIEW is used to control external instruments such as Keithley 3706 Multimeter, LabVIEW relies on commands supported by the external instruments for functionality.

 

Documentation of Keithley Multimeter may shows remote commands it supported and if you are lucky, then there might be a command that can scan all the channels and return you the result in an array or some sorts. Otherwise, you would need to create a function in LabVIEW to read each channel individually, put each result into an array and in your program, you would use the function that you wrote.

 

Hope that this helps.

- Meadow -
LabVIEW 7.0 - 2011, Vision, RT, FPGA
TestStand 3.0 - 4.5
0 Kudos
Message 7 of 8
(3,652 Views)

@khiam wrote:

There is no documentation on the instrument on labview programming. There is this 'scan list' labview program I got from the web but I do not know how the function works. Does it have the purpose of scanning multiple channels at one time?


The documentation I was referring to was the documentation on how to use the instrument, as well as the list of commands. Keithley will not have documentation on LabVIEW drivers.

0 Kudos
Message 8 of 8
(3,638 Views)