8
PRGM: BLINK
For(N,1,10)
Send("SET LIGHT ON")
Wait 1
Send("SET LIGHT OFF")
Wait 1
End
How to Create and Execute a Program
Note:
These are abbreviated instructions. For detailed instructions on creating and
executing programs, refer to
TI-Basic Programming for the TI CE Graphing Calculator
.
The guide is available through the TI-Innovator™ Technology eGuide (page ii).
Before You Begin
▶
Refer to System Requirements (page 1), and update your calculator's OS
(Operating System) and Hub App, as needed. You can update from TI Connect™ CE
software or from another updated calculator.
Note
: The TI-Innovator™ Hub App is available for download from the TI website at
To Create a New Program on TI CE Graphing Calculator:
1. On the Home Screen, press
¼
, select
New
, and press
Í
.
2. Type a name for your program, such as "SOUNDTST," and then press
Í
.
The Program Editor opens, displaying a template for your program code.
3. Enter the lines of code that make up your program.
-
You must use the Hub Menu to enter TI-Basic commands, such as
Send
and
Get
. (Press
¼
and select
Hub
.)
-
You can enter Hub command strinSetgs and parameters such as
"SET LIGHT ON"
by using the menu or by typing. If you type the strings,
make sure to use the correct case.
-
At the end of each line, press
Í
. Each new line is automatically preceded by
a colon (
:
).
-
Use the arrow keys to move through a program. Press
{
to delete, or press
y 6
to insert.