LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read accurate measurement on resistor using HP34970A via GPIB

I tried to measure resistor value fixed on PCB using HP34970A via GPIB and labview7.1. The result is fluctuated and not constant if the resistor is above 100ohms. Any one can help me to solve this problem? Thanks!
0 Kudos
Message 1 of 7
(3,742 Views)
I suspect that your problem is related more to technique than to LabVIEW and GPIB. If you're using probes or mini-clips on a surface mount resistor, the contact resistance is most likely the problem.

For some tips on how to make accurate measurements, look at http://ietlabs.com/tech/index.html.


0 Kudos
Message 2 of 7
(3,730 Views)

Thanks Phillip!

However, it is not problem from cable. I run the labview to measue the resistor ( 1.5kohms) stand alone (not soldering on PCB) and it gave me the correct value.

Any suggestion else ?

Thank again,

VT

0 Kudos
Message 3 of 7
(3,715 Views)
A resistor by itself will get a different reading then one on a board.  Is there anything in parallel with the resistor?  A 4 wire resistance measurement is more accurate then a 2 wire resistance measurement.  I use the 4 wire measurement across a 10 ohm resistor using the same meter as you.
 
Brian
Brian
0 Kudos
Message 4 of 7
(3,707 Views)
Do you have another meter available to manually measure and verify the resistance across the device while it is in-circuit?
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 5 of 7
(3,704 Views)
What other types of components are on the board that are in parallel with the resistor you are trying to measure? Any capacitors, inductors, etc? These can all affect the reading. What happens if you measure the resistance with a different DMM or the 34970 in manual mode? If the reading is as expected and stable, are you using the 34970 in scan mode? You may need to slow the scan speed way down or not use scan mode at all. Command the relay to close, pause, then take the reading.
0 Kudos
Message 6 of 7
(3,703 Views)
A 4 wire measurement would be best, the meter will maintain constant voltage/current through the component and help isolate the other components from the measurement.

When using autorange, many meters will return a transitional value; check that it's not an autorange issue by measuring twice and looking at the second value returned. I generally configure any meter for the nominal value before measuring. Some meters will take a long time to autorange and you may get a VISA timeout waiting for the instrument to return a large value indicating an open.

The choices are
    Config meter for the expected value (manual ranging)
    Trigger, wait and measure with autoranging
    Autorange and measuring twice (discarding the first value)
0 Kudos
Message 7 of 7
(3,697 Views)