Shop OBEX P1 Docs P2 Docs Learn Events
Reset comand for boe bot — Parallax Forums

Reset comand for boe bot

Brian BBrian B Posts: 31
edited 2010-07-13 12:44 in Learn with BlocklyProp
Does anyone know of a comand for the boe bot to reset it?

Comments

  • FranklinFranklin Posts: 4,747
    edited 2010-06-24 14:09
    Please explain what you need it for. There is no true reset command but there are ways to simulate it.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • allanlane5allanlane5 Posts: 3,815
    edited 2010-06-24 20:01
    Put a "reset:" label in your code at the beginning, then call "GOTO Reset"
  • Brian BBrian B Posts: 31
    edited 2010-07-13 03:39
    i need it for my robot when it goes haywire so i can stop it eaiser.
  • Mike GreenMike Green Posts: 23,101
    edited 2010-07-13 12:44
    The only reliable way to do that is to use the hardware reset. The BOEBOT uses a Board of Education with a Basic Stamp plugged into it as the controller. On the Board of Education, there's reset pushbutton. When you press that, the Stamp is forced to reset and the program will start over from the beginning. Other options include pulling the power plug or turning off the power switch.

    Post Edited (Mike Green) : 7/13/2010 12:49:36 PM GMT
Sign In or Register to comment.