RPM counter


Closed Thread
Results 1 to 9 of 9

Thread: RPM counter

Hybrid View

  1. #1
    G8RPI's Avatar
    G8RPI Guest


    Did you find this post helpful? Yes | No

    Default

    Hi see my eariler post,

    http://www.picbasic.co.uk/forum/show...58&postcount=6

    for some example code.

  2. #2
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Hi,

    A simple way to read fan RPM:

    A 3-wire fan has a tach output, which usually outputs 1, 2, or 4 tach
    pulses per revolution, depending on the fan model.

    With the PicBasic "COUNT" you can count the pulses on the
    tach output and with simple math calculate the fan speed.


    Luciano

  3. #3
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default

    Additional information:

    Fan tachs are open-collector. You have to pull them up to 5V or you won't see any signal. I recommend values from 4.7K - 10K.
    Also, fans produce 2 pulses/revolution which means that a 3600 RPM fan will have a 120Hz signal on the tach line.
    Don't plan on the duty cycle being exactly 50%.

  4. #4
    RUBiksCUbe's Avatar
    RUBiksCUbe Guest


    Did you find this post helpful? Yes | No

    Default

    Im using a case fan instead of a processor fan so it dosent have a tach line. I was going to use a processor fan but it wasnt big enough for my project. I basically just need the motor inside the fan, but I need to know how fast it is running at 9v before I can use it. I was looking around and I just found the COUNT command which should work perfectally.
    Last edited by RUBiksCUbe; - 24th November 2005 at 17:36.

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. Pulsin vs. Interrupt RPM measurement
    By Tobias in forum General
    Replies: 1
    Last Post: - 31st December 2009, 01:29
  3. 16f877A and tmr1 external crystal question
    By comwarrior in forum General
    Replies: 3
    Last Post: - 13th July 2009, 00:40
  4. RPM - DIV32 Problem
    By davewanna in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 11th April 2008, 04:33
  5. Microcontroller with 2 way paging application problem
    By oneohthree in forum mel PIC BASIC Pro
    Replies: 30
    Last Post: - 20th April 2007, 17:27

Members who have read this thread : 0

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