how to measure RPM and SPEED at the same time


Closed Thread
Results 1 to 4 of 4
  1. #1
    teeeeee's Avatar
    teeeeee Guest

    Red face how to measure RPM and SPEED at the same time

    i need to built meter that can display RPM and SPEED at the same time by use PIC16f877a. Now i can measure RPM on T0CKI by use timer1 and interrupt. I don't know how to measure SPEED at the same time. Please advice me.

  2. #2
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,521


    Did you find this post helpful? Yes | No

    Default Re: how to measure RPM and SPEED at the same time

    What do you mean by SPEED? Speed of what?
    If, for example, you're measuring the RPM of a roller on a conveyor then speed of the conveyor belt is a function of RPM and the circumference of that roller, so by measuring the RPM you are already measuring speed. But I suspect you're doing something else and I think you need to elaborate a bit on what exactly that is and what you're trying to achieve.

    /Henrik.

  3. #3


    Did you find this post helpful? Yes | No

    Default Re: how to measure RPM and SPEED at the same time

    as henrik said above...
    RPM is Rotations Per Min...
    If you mean speed as in distanced travelled per second then you take the 'wheel' radius (half it's diameter) and times it by PI (3.14 2dp) which gives you the outer circumference. Then times the outer circumference by the RPM divided by 60 (watch the decimal places) and you have distance per second...
    If you measured the radius / diameter in inches then the output will be inches per second (or can be converted to feet per second).
    If you measured the radius / diameter in CM then the output will be CM per second (or can be converted to meters per second).

  4. #4
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,521


    Did you find this post helpful? Yes | No

    Default Re: how to measure RPM and SPEED at the same time

    Actually, the circumference is diameter * PI.

    /Henrik.

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts