Shop OBEX P1 Docs P2 Docs Learn Events
Whats a microcont. text ? — Parallax Forums

Whats a microcont. text ?

ArchiverArchiver Posts: 46,084
edited 2003-10-01 21:43 in General Discussion
in the WAM I can't get activity #2 to work?
Activity #'s 1 & 3 work all the time, but #2 just
won't work. I have a BASIC STAMP II and the DOS
software, which I just downloaded (The software says
I have "hardware" version 1 ) I've checked and
rechecked the program and the LED only turns on for a
second and then shuts off "once", and thats it, not on
and off indefinitely. Any suggestions




Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

[noparse][[/noparse]Non-text portions of this message have been removed]

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2003-10-01 21:43
    Hello Jak.

    > in the WAM I can't get activity #2 to work?
    > Activity #'s 1 & 3 work all the time, but #2 just
    > won't work. I have a BASIC STAMP II and the DOS
    > software, which I just downloaded

    The latest revision of WAM is using PBASIC 2.5 language, not available
    in the DOS Editor.

    As the manual explains in chapter 1, you need to download the latest
    editor with PBASIC 2.5 support.
    www.parallax.com/html_pages/downloads/software/software_basic_stamp.asp

    > the LED only turns on for a
    > second and then shuts off "once", and thats it, not on
    > and off indefinitely. Any suggestions

    The editor version you're using is identifying DO and LOOP as labels,
    and for that reason the program is executed only once.

    You can try this routine in PBASIC 2.0 with your DOS editor:
    Start:
    HIGH 14
    PAUSE 500
    LOW 14
    PAUSE 500
    GOTO Start

    I just replaced the PBASIC 2.5 "DO...LOOP" command by the original
    PBASIC 2.0 "Label...GOTO Label" command.

    To send questions related to any of the Stamps in Class curriculums I
    recommend you the Stamps in Class forum:
    http://groups.yahoo.com/group/stampsinclass/

    Saludos,
    Aristides Alvarez
    International Education Program Developer
    aalvarez@p...
    Parallax, Inc. www.parallax.com
    Rocklin, California
    USA
Sign In or Register to comment.