kCreating a Program

A Creating a New Program

Example: To create a program that converts inches to centimeters (1 inch = 2.54 cm)

? A : A × 2.54

1.Press ,g(PRGM) to enter the PRGM Mode.

2.Press b(EDIT).

ED I T RUN DEL

1 2 3

Program areas that already contain program data (P1 through P4)

E DI T P r o g r am

 

P- 1234 670

Remaining program memory capacity

3.Press the number key that corresponds to an unused program area number.

This displays the run mode selection menu. Use e and d to switch between menu screen 1 and screen 2.

MODE : COMP CMPLX

 

MODE : BASE SD REG

1

2

 

3

4

5

Screen 1

 

 

Screen 2

 

4.Press the number key that corresponds to the mode you want to assign as the program’s run mode.

• Here, select b(COMP) on screen 1. This selects COMP

I

as the run mode, and displays the program editing

screen.

000

 

Important!

You cannot change the run mode of a program once it has been assigned. A run mode can be assigned only when you are creating a new program.

5.Input the program.

• Here we will input the program shown below.

?A : A× 2 . 54

010

Program

? A : A × 2.54

 

 

 

!d(P-CMD)b(?)

Key Operation

!~(STO)-(A)w

 

a-(A)*c.fe

!d(P-CMD) displays a special program command input screen. See “Inputting Commands” on page 65 for more information.

E-63