LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

difference between oscilloscope and labview voltage reading

I am acquiring two constant dc voltage with DAQ borad. But when I look the voltage directly in the oscilloscope, it is diffrent from the vltage I am mesuring with my labview program and they are not constant (voltage is drifting). Do you have any idea why this ocuurs? Is this the problem with my code or it is the DAQ board I am using. The vi is attached.

 

 

Premashis

0 Kudos
Message 1 of 11
(4,659 Views)

How different are they? Usually when you see DAQ inputs drift is indicates that they aren't properly connected. How are your inputs configured? Differential, Single-Ended?

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 11
(4,634 Views)

The inputs are configured as default. I don't know whether it is differential or single ended.

0 Kudos
Message 3 of 11
(4,629 Views)

I change the input configuration to RSE and that fixed the problem.

 

Thanks,

Prem

0 Kudos
Message 4 of 11
(4,616 Views)

Glad to see you figured out the problem. For future reference, there are a couple other things that could potentially cause problems.

 

First, many 'scopes have a variable volts/div control. If that's not all the way in the calibrated position, it can change the apparent amplitude of the signal you are looking at.

 

Second, 'scopes also allow you to select different kinds of coupling on the input. If you are looking at a signal with a DC offset or a very slowly drifting bias that setting can create a significantly different result.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 5 of 11
(4,588 Views)

And to add some other options for false measurements:

- Incorrect impedance setup between source and measurement device

- Using probes (e.g. 10:1) without configuring correct scaling

- Different connection wires (BNC vs. "lab measurement lead")

- ....

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 6 of 11
(4,574 Views)

Excellent points all! Back in the day o'scopes had a well-deserved reputation for loading down circuits. While the problem has become less noticable as 'scopes have made the transition from analog to digital. Still there is an awful lot of old hardware out there, and if you lab istructions include the phrase, "...pull over the oscilloscope cart..." you may have loading problems.

 

Likewise, I can't count (or wouldn't want to count) the number of times I have been bit by a probe with the built in attenuator in the wrong position. Sheesh...

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 7 of 11
(4,566 Views)

Hehe, nice Mike. I think that happened to all of us at least once 🙂

 

Well, one additional point coming up right now is

- Measurement device influences circuit.

 

Meaning: In-Circuit measurements could require guard amps for proper results....

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 8 of 11
(4,562 Views)

Ok, I was trying to work through the simple stuff first. Now, when it comes to scopes, and circuit loading, the speed of the signals being observed is also important as the scope probe impedance isn't entirely resistive. You will note on most scope probes their capacitance as well as their impedance. While the capacitance is not particularly important at lower frequencies (<10MHz) as the frequency increases there will be more loading on the circuit.

 

It isn't magic, but there are a lot of factors involved in making accurate measurement.

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 9 of 11
(4,533 Views)

Hmmmm,

 

resistance + capacitance (EDIT: or inductivity) = impedance

 

....

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 10 of 11
(4,525 Views)