α-1-1

Error Message Table

1 Error Message Table

MessageMeaningCountermeasure

 

 

 

Syntax ERROR

• Illegal syntax

• Press J to display the error

 

• Attempt to input an illegal

and make necessary corrections.

 

command

 

 

 

 

Ma ERROR

• Calculation result exceeds the

• Check input values and make

 

display range.

corrections to ensure that values

 

• Calculation is outside the input

are within allowable limits.

 

range of a function.

 

 

• Mathematical error (division by

 

 

zero, etc.)

 

 

• Sufficient precision could not be

 

 

obtained for Σ calculation,

 

 

differential calculation, etc.

 

 

• Solution could not be obtained

 

 

for equation calculation, etc.

 

 

 

 

Go ERROR

1 No corresponding Lbl n for

1 Correctly input a Lbl n to corres-

 

Goto n.

pond to the Goto n , or delete the

 

 

Goto n if not required.

 

2 No program stored in program

2 Store a program in program area

 

area Prog ”file name”.

Prog ”file name”, or delete the

 

 

Prog ”file name” if not required.

 

 

 

Nesting

• Nesting of subroutines by Prog

• Ensure that Prog ”file name” is

ERROR

”file name” exceeds 10 levels.

not used to return from

 

 

subroutines to main routine. If

 

 

used, delete any unnecessary

 

 

Prog ”file name”.

 

 

• Trace the subroutine jump

 

 

destinations and ensure that no

 

 

jumps are made back to the

 

 

original program area. Ensure

 

 

that returns are made correctly.

 

 

 

Stack ERROR

• Execution of calculations that

• Simplify the formulas to keep

 

exceed the capacity of the stack

stacks within 10 levels for the

 

for numeric values or stack for

numeric values and 26 levels for

 

commands.

the commands.

 

 

• Divide the formula into two or

 

 

more parts.

 

 

 

20070201