10-01-2015 05:30 PM
I am using the PXI-6224 board to acquire voltage readings in a crush test. I want to ask what is the best way to convert voltage to acceleration in labview. Is there any example anywhere?
Cheers.
10-01-2015 09:53 PM
What is the relationship between voltage and acceleration?
Voltage is an electrical value. It could mean one of a thousand things depending on the type of sensor you are using.
10-02-2015 01:20 AM - edited 10-02-2015 01:21 AM
Easy way: Look up the conversion factor in the spec-sheet or even better in the calibration sheet of the accelerometer and use the math vis to convert the voltage readings into acceleration readings.
If your crush test involve higher frequencies than about half the resonace of the accelerometer and you want to get better than 10% a model of the sensor with its parameters and a matched IIR compemsation filter would be the way to go 😉
10-02-2015 05:29 AM
RavensFan : I know that the voltage is proportional to acceleration.
How to convert velocity is what I am more interested on. V = Vo + at.. Voltage is converted into acceleration and adds previous velocity with current acceleration multiplied by the sample rate.
Volkers: How can I find the math VI?
Cheers.
10-02-2015 09:16 AM
10-02-2015 10:11 AM
@jamesarhu77 wrote:
RavensFan : I know that the voltage is proportional to acceleration.
How to convert velocity is what I am more interested on. V = Vo + at.. Voltage is converted into acceleration and adds previous velocity with current acceleration multiplied by the sample rate.
If you need velocity the math vi INTEGRATION will help. Or you use the Sound and vibration toolkit to convert your signals.
Volkers: How can I find the math VI?
By taking a LabVIEW training/(online) tutorial, ... using the HELP function of the LabVIEW IDE???
Cheers.
10-02-2015 02:00 PM
10-02-2015 02:08 PM - edited 10-02-2015 02:10 PM
@jamesarhu77 wrote:
- Its a piezoelectric sensor with 10 mv/g output and +/- 500 g dynamic range.
Well then that's easy. Measure the voltage and divide by 0.01 your answer is in acceleration (Gravities normal to Earth)
10-02-2015 02:41 PM
Cheers., I am going to try it.