Count Down Timers


Closed Thread
Results 1 to 3 of 3
  1. #1

    Default Count Down Timers

    I would like some suggestions on what to use for a count down timer. There are actually two timers needed, one for counting down seconds and another for counting down minutes. The seconds one will have a maximum duration of 60 seconds and the minutes one will be 60 minutes. This is to simplify our powder coat painting baking oven operation.

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    why not using RTC. Read actual time, then do the math according to your need... just need to poll the RTC register.

    OR use the AC line as time base then count secondes+minutes+hours.

    OR use the internal tick to generate 1 seconde time base then...

    OR a PAUSE loop then...

    It's all depend of what else your PIC will need.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by CocaColaKid
    .... This is to simplify our powder coat painting baking oven operation.
    For this kind of application I would guess timing is not really critical, you certainly don't need an accuracy of a tenth of a second (or even a second)

    So a simple loop should do.
    Last edited by NavMicroSystems; - 28th October 2005 at 19:02.
    regards

    Ralph

    _______________________________________________
    There are only 10 types of people:
    Those who understand binary, and those who don't ...
    _______________________________________________



Similar Threads

  1. COUNT is not counting again
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 33
    Last Post: - 19th June 2009, 04:52
  2. Can't get COUNT to count
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 23rd March 2009, 23:14
  3. Hardware timers
    By mitchf14 in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 8th August 2008, 02:26
  4. Reading Timers
    By kevj in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 27th August 2007, 08:19
  5. Count command
    By hawk72501 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 6th September 2005, 19:04

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