03-11-2014 11:55 AM
haw i calculate velocity if my sensor give me a voltage?
03-11-2014 11:59 AM
@edi_sn wrote:
haw i calculate velocity if my sensor give me a voltage?
You MUST realize that nobody can answer that unless you tell us what kind of sensor right???
If you want help here, be specific with your questions.
03-11-2014 12:00 PM - edited 03-11-2014 12:00 PM
Hi edi,
you need to read the datasheet of your sensor to know the conversion parameters from voltage to speed.
Then you just apply those conversion parameters to your voltage measurement!
Generic answer to a generic question…
03-11-2014 04:49 PM
The next time your sensor gives you a voltage, have a friend measure how high you jump with a ruler, and how long it takes you to come down with a stopwatch. Your average velocity then is twice the height you jump divided by the time you were in the air. Couldn't resist.
Cameron
03-20-2014 11:51 AM
my sensor is a accelerometer.
i have to determine the velocity of a motor by using this sensor. I masseur with this sensor the vibrations of my motor, and i have to find a relation between the signal of sensor and velocity
Model: 603C11
|
General purpose, industrial, ceramic shear ICP® accelerometer, 100 mV/g, 0.5 to 10k Hz, top exit, 10-ft integral cable, single point ISO 17025 accredited calibration |
|
03-20-2014 12:00 PM
V = V0 + a*dt. So first you convert the voltage into acceleration. You can then just add the previous velocity with the current acceleration multiplied by the sample rate. Or you could just integrate.
03-20-2014 02:13 PM
haw i convert voltage in acceleration?
03-20-2014 02:17 PM
03-20-2014 02:19 PM
Since you can't assume your acceleration will be constant (the motor has to reach a final speed eventually), integration is what you need to do. Measure the acceleration as a function of time and integrate the data.
This sounds like an extremely unusual way to measure a motor speed. What if the acceleration/deceleration is below your measurable threshold? Can you measure the rotation speed directly?
Even without information of the signal/velocity conversion, you can create this data by recording the sensor output for a wide range of known velocities. Then simply use this data as a calibration file.
03-20-2014 02:24 PM
thanks!!