LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert Load Cell Readings to Force

hi All, Newbie with Load Cells here,
 
first a brief explanation of what I'm trying to accomplish, we are integrating a Dynamic impact test, in other words we use a pendulum machine. we lift the pendulum which have a mass aprox of 100 Kg, then we release the pendulum impacting the item under test, we use a load cell to read how much force the item under test resist before breaking.
I'm using a Sensotec load cell with a 10,000 LBS range and an output of 3mV/V, the excitation is 10V then the max output will be 30 mV at a max load.
on the other hand I'm using a NI PCI DAQ board 6221 with an SCC-68 connector block and one SCC-SG24 full bridge, 10 V excitation module for signal conditioning and to read the input signal. the following are the LC readings when applying different loads.
 
no load applied= 0.8 mV
500 K/g F=3.4mV
750 Kg/F=5.0mV
1000Kg/F=6.4mV
 
I did verified the DAQ readings with a Multimeter and they are the same so, I'm assuming my DAQmx Task configuration for read the LC is correct. 
here is the question: How can I convert those mV readings onto Force????
 
in other words how can I scale my mV readings to represent any force applied to the Load Cell???
 
any help would be greatly appreciated.
 
MG.
0 Kudos
Message 1 of 2
(3,897 Views)
You can create a custom scale within Measurement and Automation Explorer.  Prescaled units would be Strain, scaled units would be LBS.  The slope would be 10,000/.002   for (2000 microstrain).  When you create the task, have it point to the custom scale.  Remember to change the range for the custom task from a small range to 10,000 which would be the range in LBS.
 
(You may need to play with the slope a little bit.  Top of my head, I can remember all the conversions, but this should get you going.)

Message Edited by Ravens Fan on 10-11-2007 11:37 PM

0 Kudos
Message 2 of 2
(3,888 Views)