03-12-2008 08:23 AM
03-13-2008 03:17 PM
Hi abrown61,
I am a bit confused? Are you using a strain gauge or a load cell (that may have a strain gauge on it)?For a strain gauge:
To get the most accurate measurements, you should provide values for the gage factor, gage resistance, lead resistance, and especially the strain gauge configuration type. This information is usually found on the manufacturer’s data sheet for the strain gauge. These parameters will ensure that you get a proper strain reading.
For a load cell:
I would recommend creating a DAQmx Custom Voltage with Excitation Task, because you have all the information that you need to scale your signal into Newtons based on the raw voltage reading.
In the DAQmx Custom Voltage with Excitation Task setup, look for the “Custom Scale” section and select “Create New” from the drop down menu. You can then select a custom scale type and input values to define how the raw voltage should be scaled.
04-03-2010 04:02 AM
sir
i am using kistler load cell with range 1.11kN and sensitivity 4 mV/N.i have problem in creating the custom scaling.can u tell me based on the above values i have mentioned what will be the slope i have to give in linear scale.i am using NI 9237 DAQ.i have done experiment but the problem as soon as i start the experiment without any load it is showing 200N of load.how to overcome with this problem.
04-05-2010 11:34 AM
Hi jyothi,
If your prescaled units are Volts and your scaled units are Newtons then the slope of your scale should be 250. I calculated this as follows:
(1 Newton)/(.004 Volts) = 250
Since you are reading 200N without any load connected you should set the Y-intercept to be -200 to account for the offset.
Regards,
04-05-2010 09:56 PM