ERROR MESSAGE
MessageMeaningCountermeasure
Syn ERROR1 Calculation formula contains an error.1 Use or to display the point
where the error was generated and cor-
rect it.
2 Formula in a program contains an error.2 Use or to display the point
where the error was generated and then
correct the program.
Ma ERROR1 Calculation result exceeds calculation1234
range.Check the input numeric value and cor-
2 Calculation is performed outside the in-rect it.
put range of a function.When using memories, check that the
3 Illogical operation (division by zero, etc.)numeric values stored in memories are
4 Poor precision in S calculation results.correct.
5 Poor precision in differential calculation5 Try using a smaller value for Dx (x incre-
results.ment/decrement).
6 Poor precision in integration calculation6 Try using a larger value for n (number of
results.partitions).
7 Cannot find results of equation calcula-7 Check the coefficients of the equation.
tions.
Go ERROR1 No corresponding Lbl n for Goto n.1 Correctly input a Lbl n to correspond to
the Goto n, or delete the Goto n if not
required.
2 No program stored in program area Prog2 Store a program in program area Prog
Ofile name�.Ofile name�, or delete the Prog Ofile name�
if not required.
Ne ERRORY Nesting of subroutines by Prog Ofile name�Y Ensure that Prog Ofile name� is not used to
exceeds 10 levels.return from subroutines to main routine. If
used, delete any unnecessary Prog Ofile
name�.
Y Trace the subroutine jump destinations
and ensure that no jumps are made back
to the original program area. Ensure that
returns are made correctly.
Y Execution of calculations that exceed theY Simplify the formulas to keep stacks within
Stk ERROR
capacity of the stack for numeric values or10 levels for the numeric values and 26
stack for commands.levels for the commands.
Y Divide the formula into two or more parts.
N 21 N |