Commands
Terms
Devices and Such
100
This command creates a repeating loop that executes a program indefinitely.

What is a DO...LOOP?

100

This command prints to the terminal window.

What is DEBUG?

100

Name a device that emits light when current passes through it.

What is LED?

200

A value that tells the BASIC Stamp how long to wait before moving on to the next command.

What is PAUSE duration argument?

200

What do you need to click in order to have your boe bot receive the program written on Basic Stamp?

What is Run?

200

 What is under the chassis and attached to wheels.

What are servos?

300

 This command creates a repeating loop that executes a program for a specific count.

What is FOR..NEXT

300

This command identifies characters as belonging to a variable of a certain size.

What is VAR?

300

 To adjust the distance a BoeBot travels, what can be done?

What is change the end value argument of the FOR..NEXT loop?

400

Tells the BASIC Stamp Editor that you are downloading the program specifically to a BASIC Stamp 2 Module.

What is the $STAMP Directive

400

 This command generates a pulse to a particular Pin for a specific duration.

What is PULSOUT?

400

  Centering the servos is necessary to ensure that the BoeBot runs according to code.  To center the servos, the following programming code is needed:

What is PULSOUT 750,750?
500

What command stop's signal to a specified pin?

(think of when you programmed your LED)


What is the Low command?

500

This command calls up a subroutine.

What is GOSUB?

500

This occurs when a voltage supply drops below the level a for a Boe Bot to function properly.

What is a Brownout?