pause 1 min in osc 48 ?


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2011
    Posts
    5

    Default pause 1 min in osc 48 ?

    how to calculate the number to write after pause to have a pause of 1 or 0.5 minute

    the oscillator is at 48 mhz ? .

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

    Default Re: pause 1 min in osc 48 ?

    From the manual:
    PAUSE Period

    Pause the program for Period milliseconds. Period is 16 -bits using PBP and PBPW, so delays can be up to 65,536 milliseconds (a little over a minute).
    And
    PAUSE assumes an oscillator frequency of 4Mhz. If an oscillator other than 4Mhz is used, PBP must be told using DEFINE OSC command.
    See the section on speed for more information.
    So, how many milliseconds are there in one minute?

    /Henrik.

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