Shop OBEX P1 Docs P2 Docs Learn Events
First post - Back into stamping but loop will not loop — Parallax Forums

First post - Back into stamping but loop will not loop

slitherjefslitherjef Posts: 2
edited 2006-08-09 02:44 in BASIC Stamp
Hey all, I recently got back into this basic stamp stuff smile.gif I have the BS2sx and BOE along with version 1.33 editor. I also recently downloaded what is a microcontroller and found my resistors and other goodies.

Tonight I plugged my BOE and stamp into the PC (Win XP) connected the 9 volt, wired up the circuit according to the PDF file (resistor, LED) fired up the editor and entered:

DO
HIGH 14
PAUSE 250
LOW 14
PAUSE 250
LOOP
I pressed run. Seen the LED light up and go out. Thats it. It did not loop. I pressed the reset button several times, changed time values and got the same. The program will not loop. I unplugged the BOE from my PC, removed the battery plugged the battery back in and same thing. One once off one. And thats it.
I even updated to version 2.2.6 of the editor and got the same response
Whats going on?

Comments

  • allanlane5allanlane5 Posts: 3,815
    edited 2006-08-09 01:57
    You did click the little icon at the top with "2.5" on it, right? That turns on the "2.5" syntax, like the DO...LOOP syntax.
  • Kevin WoodKevin Wood Posts: 1,266
    edited 2006-08-09 02:35
    Try a brand new battery.
  • slitherjefslitherjef Posts: 2
    edited 2006-08-09 02:44
    allanlane5 said...
    You did click the little icon at the top with "2.5" on it, right? That turns on the "2.5" syntax, like the DO...LOOP syntax.
    That did the trick.
    Thanks! smile.gif

    Now what to build

    Post Edited (slitherjef) : 8/9/2006 2:47:38 AM GMT
Sign In or Register to comment.