122-28176 Parallax Inc, 122-28176 Datasheet - Page 34

GUIDE STUDENT PROCESS CONTROL

122-28176

Manufacturer Part Number
122-28176
Description
GUIDE STUDENT PROCESS CONTROL
Manufacturer
Parallax Inc
Datasheets

Specifications of 122-28176

Accessory Type
Manual
Product
Microcontroller Accessories
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
For Use With/related Products
Propeller Education (PE) Kit
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Contains lead / RoHS non-compliant
Challenge 1-5
CONCLUSION
Process control refers to the control of one or more system parameters. Typically, some
form of input is used to adjust this process. A simple process, such as controlling
temperature, may be performed in multiple ways. The control and complexity of the
system is based on need. For process control the BASIC Stamp is ideally suited for many
systems.
Flowcharts are a visual representation of a program or a process.
represents the necessary steps to perform the desired actions. Through the use of
symbols the actions of the program or process are graphically depicted. With knowledge
of PBASIC, the programming language of the BASIC Stamp, the process represented by
the flowchart may be programmed into the BASIC Stamp.
Means to control output devices include using the
used to sound tones; data may be sent to the computer using the
Conditions may be checked and simple true/false decisions may be made using the
IF...THEN
or
smaller processes that are called with the
command.
UNTIL
Save ConditionalLooping.bs2 under a new name, then add variables and code
required to allow the user to enter the duration the tone should be played (entered
in milliseconds). Limit the maximum allowable duration to 1000 milliseconds.
looping may be performed conditionally. Programs may be broken down into
instructions. Looping is performed using the
GOSUB
command and exited with the
HIGH
and
DO...LOOP
LOW
commands;
, and adding
DEBUG
The flowchart
FREQOUT
instruction.
RETURN
WHILE
is

Related parts for 122-28176