09-23-2013 02:01 AM
How to measure the count value determined from the encoder to rpm value?Cn anyone pls explain?
09-25-2013 03:01 AM
1. Write a program to read a count every second.
2. Find count differene between this loop and previous loop.
3. rpm=count difference*60/pulse per round.