
Copyright L
EXIBOOK
2002
- 71 -
GB
Message
Syn ERROR
Ma ERROR
Go ERROR
Ne ERROR
Stk ERROR
Mem ERROR
Arg ERROR
Meaning
1. Calculation formula
contains an error.
2. Formula in a program
contains an error.
1. Calculation result exceeds
calculation range.
2. Calculation is performed
outside the input range of a
function.
3. Illogical operation
(division by zero, etc.)
1. No corresponding Lbl n for
Goto n.
2. No program stored in
program area P n which
corresponds to Prog n.
●
Nesting of subroutines by
Prog n exceeds 10 levels.
●
Execution of calculations
that exceed the capacity of
the stack for numeric
values or stack for
calculations.
●
M e m o r y e x p a n s i o n
exceeds level remaining in
program.
●
Attempt to use a memory
such as Z[5] when no
m e m o r y h a s b e e n
expanded.
●
Argument input incorrect-
ly. Ex. Negative value
input for Defm, value other
that 1~9 input for n, etc.
Countermeasure
1. Use or to display the point where the error was
generated and correct it.
2. Use or to display the point where the error was
generated, press AC and then correct the program in the
WRT mode.
1. Check the input numeric value and correct it.
2. When using memories, check that the numeric values
stored in memories are correct.
1. Correctly input a Lbl n to correspond to the Goto n if not
required.
2. Store a program in program area P n to correspond to
Prog n, or delete the Prog n if not required.
●
Ensure that Prog n is not used to return from subroutines
to main routine. If used, delete any unnecessary Prog n.
●
Trace the subroutine jump destinations and ensure that no
jumps are made back to the original program area. Ensure
that returns are made correctly.
●
Simplify the formulas to keep stacks within 10 levels for
the numeric values and 24 levels for the calculations.
●
Divide the formula into two or more parts.
●
Press
(Defm) to expand memory to
necessary level.
●
Use memories within the current number of memories.
●
Re- enter argument correctly.
Error message table
.
MODE
Содержание GC1000i
Страница 1: ...GB INSTRUCTION MANUAL GRAPHIC CALCULATOR GC500i GC1000i...
Страница 2: ...GB Copyright LEXIBOOK 2002...