One works, one doesn't


Closed Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Location
    Omaha, Nebraska USA
    Posts
    263


    Did you find this post helpful? Yes | No

    Default

    Okay, fixed it myself.

    I added a PAUSE 10 as shown.

    But I surely do not know why the fix worked!

    Code:
             . . .
            READ 254,PFLAG                   ' Get state of memory protection
            IF PFLAG=1 THEN GOTO NXTEST      ' If "on", skip mode select
    
            PAUSE 10
                                             '      CHECK FOR "STRAPPED" INPUT
            FOR INDEXW=1 TO 500              ' Test for TRIGGER status at startup
                CTLIGHT=1 : ALIGHT2=1        ' Indicators are HIGH during the test
             . . .
    Russ
    N0EVC, xWB6ONT, xWN6ONT

    "Easy to use" is easy to say.

  2. #2
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    Hi Russ,
    For your EE location 255, I am guessing that your programmer does not read that location eventhough may be it is already there.
    Last edited by sayzer; - 17th March 2010 at 08:13.
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

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