Rpm


Closed Thread
Results 1 to 3 of 3

Thread: Rpm

  1. #1
    Join Date
    Jan 2005
    Location
    Puerto Rico
    Posts
    133

    Talking Rpm

    Hello my name is Alexis i have a RPM working with Hall sensor and LCD read my model jet turbine from 0 to 130,000 RPM fine..

  2. #2
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,614


    Did you find this post helpful? Yes | No

    Question

    Hi, jetpr

    I thought light or heat resistant alloys were non magnetic ...

    How do you do that then ???

    Alain

  3. #3
    Join Date
    Jan 2005
    Location
    Puerto Rico
    Posts
    133


    Did you find this post helpful? Yes | No

    Talking RPM Turbo Jet

    I put a ring smal magnet in the from nut of my Turbine and read the nothr and south of the magnetic and that how i read the RPM..

    I Use kmz10a Hall Sensor... is a smal circuit for read the RPM...
    with pic pro count the pulse ...

    GetRPM:

    RPM=0
    RPMSamp=0
    '** RPM **
    '60 ms Sample time yields direct RPM readout in 1000's
    'Comments start with real RPM of 143,578
    Count tachPin, 60 * RPMNumSamps, RPMSamp
    RPMSamp = RPMSamp * 10
    RPM = RPMSamp / (RPMNumSamps * 10)
    IF NOT RPMNoDecimal Then 'Calculate the tenths IF RPMNoDecimal = 0
    RPML = RPMSamp // (RPMNumSamps * 10) 'RPML = 0
    RPML = RPML / RPMNumSamps 'RPML = 3
    EndIF

    Return

    I hop this help....

    my web www.rcideas.com

    Last edited by jetpr; - 28th January 2005 at 16:48.

Similar Threads

  1. Interrupt RPM and Taylors Elapsed time on 18F4620
    By Tobias in forum mel PIC BASIC Pro
    Replies: 70
    Last Post: - 3rd February 2010, 16:12
  2. Slow code needs a tune up
    By Tobias in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 5th January 2010, 15:05
  3. Pulsin vs. Interrupt RPM measurement
    By Tobias in forum General
    Replies: 1
    Last Post: - 31st December 2009, 01:29
  4. 16f877A and tmr1 external crystal question
    By comwarrior in forum General
    Replies: 3
    Last Post: - 13th July 2009, 00:40
  5. RPM - DIV32 Problem
    By davewanna in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 11th April 2008, 04:33

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