Error Message

 

Cause

 

Action

 

 

 

 

 

Memory ERROR

An attempt was made to recall data

Check to make sure that the name

 

 

(list, matrix, extra variable, formula

 

of the data you are trying to recall

 

 

variable, etc.) that does not exist.

 

is correct.

Go ERROR

A “Goto n” in the program being

Either add a “Lbl n” for the “Goto n

 

 

executed does not have a

 

command, or delete the applicable

 

 

corresponding “Lbl n”.

 

“Goto n” command.

 

The file name being called up by

Check to make sure that the file

 

 

the Prog command does not exist.

 

name that way input following the

 

 

 

 

Prog command is correct.

 

 

 

 

 

Ne ERROR

The number of nested If (page

Edit the program so the number of

 

 

116), For (page 116), While (page

 

nested statements or subroutines

 

 

117) or Do statements (page 117),

 

is 10 or fewer.

 

 

or subroutines (page 117) in the

Divide the calculation into multiple

 

 

program being executed exceeds

 

parts and calculate each part

 

 

10.

 

separately.

 

Too many nested functions or

 

 

 

 

parentheses in a calculation.

 

 

 

 

 

 

 

Transmit ERROR,

LINK Mode data communication

Make sure that the cable is

Receive ERROR

 

was interrupted during send

 

connected correctly.

 

 

(Transmit ERROR) or receive

Check to make sure that the

 

 

(Receive ERROR).

 

receiving calculator is in the receive

 

 

 

 

standby mode.

 

 

 

 

 

Memory Full

Operation or memory storage

Keep the number of memories you

 

 

operation exceeds remaining

 

use within the currently specified

 

 

memory capacity.

 

number of memories.

 

 

 

Simplify the data you are trying to

 

 

 

 

store to keep it within the available

 

 

 

 

memory capacity.

 

 

 

Delete no longer needed data to

 

 

 

 

make room for the new data.

 

 

 

 

 

Already Exists

During data communication, a

To overwrite the file currently in

 

 

program or file name in the data

 

receiving unit memory with the

 

 

being sent already is used in

 

program or file being sent, press

 

 

receiving unit memory.

 

1(Yes).

 

 

 

Range ERROR

In the TABLE or RECUR Mode:

• Check the range specification and

 

The table range specification is

 

make the required corrections.

 

 

wrong.

 

 

 

An attempt is being made to

 

 

 

 

create a table with more than 199

 

 

 

 

lines.

 

 

 

 

 

 

 

No Variable

There is no variable to be solved

Change the equation to one that

 

 

for in the equation you input for a

 

has a variable to be solved for.

 

 

SOLVE calculation.

 

 

E-134