From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Converting voltage to strain

I need to convert voltage from a strain gauge to strain (usina Wheatstone brdge). The gauge is placed on a cantilever and needs to be used to count objects using strain values. How do ui write the code in labview to do this?
0 Kudos
Message 1 of 3
(3,808 Views)
There is a couple of ways to do this. If you are using NI-DAQ version 6.9 or later you can create a virtual channel that will do the scaling for you.

In the Measurement and Automation Explorer right click on Data Neighborhood and select create new virtual channel. Follow the wizard: Analog input> name your new channel > Strain Gage > set bridge paramenters > set the daq hardware you are using > Finish

There is also a function in LabVIEW that will do the scaling. Look in the DAQ pallet > Signal Conditioning > Convert Strain Gauge Reading.vi

There is an example that ships with LabVIEW that uses this vi. Look in \\\examples\daq\solution\transduc.llb\Continuous Strain Measurement.vi

Happy Diagramming!

SteveA
Steve Aposhian
Message 2 of 3
(3,808 Views)
Thanks very much, you have been a great help.
0 Kudos
Message 3 of 3
(3,808 Views)