LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

encoder conversion

Solved!
Go to solution

I have this encoder factor and I'm trying to figure out how to convert it to real world units for Velocity and Acceleration.

 

1.0 mm / 34,304 counts

 

How do I get the following :

 

1.0 mm/s (velocity) = ????

 

1.0 mm/s^2 (acceleration) = ????

 

 

thanks

0 Kudos
Message 1 of 3
(3,537 Views)

You can do it based on frequency.

 

Or you can just get the counts once a second.  From there, it is really simple math: counts/34304


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(3,526 Views)
Solution
Accepted by topic author altran
To calculate velocity, first capture some number of points. As Tim pointed out distance is counts/34304.

Velocity is that value (distance) divided by the time it took to collect the counts.

Acceleration is the differences in velocity between consecutive data points divided by the difference in time between the two data points. dV/dT

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 3 of 3
(3,506 Views)