Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I measure the actual bridge excitation?

I am using the following:
NI 6280 M-series DAQ
SCXI 1000 chassis
SCXI 1520 module
SCXI 1314 termination module
Labview 7.1
NI-DAQmx 7.3

I am using a half-wheatstone bridge configuration. I am trying to measure the actual bridge excitation in Labview. The "DAQmx channel property node" has an element that I believe should read the actual bridge excitation (Analog Input - General Properties - Excitation - Advanced - Actual Excitation Value). However, this element reads a value of 2.5V no matter what.

I am using internal (to the SCXI 1520) bridge excitation, and my remote sense leads are connected. I am confident that my circuit is connected correctly, and I have double checked the actual excitation with a volt-meter.

Is the "Actual Excitation Value" element intended to do something else? How can I measure the actual bridge excitation?


Thank you,
Scott
0 Kudos
Message 1 of 3
(3,380 Views)
Hi,

This property node will read the excitation value. If you want to verify this voltage, you can follow this Knowledge Base.

http://digital.ni.com/public.nsf/websearch/878F659676A941CA86256A77006F15C4?OpenDocument

I hope this helps. Have a Great Day!

George
0 Kudos
Message 2 of 3
(3,372 Views)
Hi Scott,

The property node that you are referring to, "Actual Excitation Value", has a deceiving description. This property node is actually meant to be used when you are using an external excitation source, so that you can tell the DAQmx strain channel the actual excitation value that is being sourced externally, so that this number can be used when scaling the strain measurements. The value of 2.5 that you are reading is just the default value for this property and has no association with the voltage being output from the internal excitation source.

The Remote Sense functionality of the SCXI-1520 is actually built-in to the hardware so that when you set the excitation to be 5V, for example, the amplifier will automatically adjust its output until the voltage read across RS+ and RS- equal 5V. So, using remote sense is useful if you have very long leads on your strain gage so that you can account for the voltage loss across those leads.

If you want to read the actual values at the P+ and P- terminals for each channel on the 1520, you can add those channels to your task and read them at the same time that you are reading your normal strain measurements. The channels that you will need to add to your task are internal channels called _pPosX or _pNegX, which are the positive and negative excitations for channel X. There is another discussion forum which addressed this same question, and in that discussion Brian attached some helpful example programs for demonstrating how to read those excitation values into LabVIEW. Here is the link to that discussion forum: http://forums.ni.com/ni/board/message?board.id=300&message.id=1354&requireLogin=False

-Logan
Message 3 of 3
(3,367 Views)