error in timing with pause command


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

    Default error in timing with pause command

    Hello Everyone. I have a weird problem with the pause command on a 12F675. This code snippet should make GPIO.4 high for 10 seconds but only goes high for less than 8. I'm using the internal oscillator like I always do but never had this much error in timing. Any ideas? Thank you.

    High GPIO.4
    Pause 10000
    Low GPIO.4
    Pause 100
    GoTo start

  2. #2
    Join Date
    Feb 2004
    Location
    Michigan, USA
    Posts
    305


    Did you find this post helpful? Yes | No

    Default Re: error in timing with pause command

    Does your oscillator and OSC settings match?

    Try:

    LENGTH VAR WORD
    LENGTH = 10000

    High GPIO.4
    PAUSE LENGTH
    LOW GPIO.4
    PAUSE 100
    GoTo Start

  3. #3


    Did you find this post helpful? Yes | No

    Default Re: error in timing with pause command

    Sorry to take so long to get back to you jmgelba. I didn't get a chance to try it at work yet. We were clobbered with hurricane Sandy and our company has been closed. I'll try it shortly. Thank you.

Similar Threads

  1. Pause command? (maximum number of seconds allowable?)
    By HankMcSpank in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 8th July 2010, 05:24
  2. Blink without the pause command
    By DanPBP in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 27th August 2007, 20:55
  3. PIC16F877A PAUSE command
    By Nicholas in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 12th December 2006, 01:40
  4. Timing Error with 12F629
    By Dick Ivers in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 2nd March 2005, 04:06
  5. New user with PAUSE command problem
    By Howy in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 6th August 2004, 01:54

Members who have read this thread : 1

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