06-08-2015 12:03 PM
I was wondering if there was a way in LabVIEW to have a graph constantly showing measured resistance through a metal.
06-08-2015 12:33 PM
Yes but the actual method will depend on what you're using to measure resistance.
You should probably start by describing how you're measuring resistance and which devices you're using.
06-08-2015 12:43 PM
That's the problem. I need a device I can connect to the DAQ board that measures current through a piece of metal.
06-08-2015 12:49 PM - edited 06-08-2015 12:50 PM
@tamureu wrote:
That's the problem. I need a device I can connect to the DAQ board that measures current through a piece of metal.
That's a hardware problem, not a LabVIEW one. Any accuracy or resolution requirements? Measuring in the 1-10 amp range has very different requirements than trying to measure in the mA with microamp resolution.
First decide how you're going to measure your quantity of interest. From there, the display should be trivial.
Also, what sort of DAQ board are you using?
06-08-2015 01:56 PM
@tamureu wrote:
That's the problem. I need a device I can connect to the DAQ board that measures current through a piece of metal.
Just use a DMM and set it to measure resistance. If you want to use PXI, the PXI-4070 works really well.
06-08-2015 03:14 PM
Are there any cheaper options?
06-08-2015 03:20 PM
Probably. But you may need some external circuitry.
What is the range of resistances you want to measure? What are the requirements for accuracy, resolution, and speed? What are the limits on voltage or current excitation? Is the "metal" which is being measured connected to ground or any other electrical circuit?
Lynn
06-09-2015 06:02 AM
@tamureu wrote:
Are there any cheaper options?
Yes, your soundcard 🙂
Line out drives the unknown and a known resistor in series as a voltage devider, left and rigth channel measure feeding AC voltage and the divided voltage .... need some calibration and don't work for all ranges 😉 More sophisticated solutions add some OPs to buffer the voltages.
What is the resistor range?
How exact do need to measure?
Traceable?
06-09-2015 08:03 AM - edited 06-09-2015 08:04 AM
@tamureu wrote:
Are there any cheaper options?
Oh yeah, but they don't come with the support, reliability, and features of NI hardware.
Here is a portable DMM with an RS-232 interface for $36.
With it you can measure current, voltage, resistance, capacitance, AC/DC, and a few others. It has an RS-232 interface so you can bascially read what the display is showing, in LabVIEW. If this runs long term you'll want to disable the auto-off feature, and provide a constant source of power probably from an outlet. And it just so happens that someone super nice wrote drivers for you.
All you need is a spare COM port, or a USB to RS-232 adapter.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord