Error
Messages
Error
code/
Cause Countermeasure
Meaning
Error 1
•Unable
to write programs or ex-
• Erase unnecessary programs
Memory over
pand variables due
to
insufficient
with
the
NEW
command or
or system capacity
of
free area.
redu{e the number
of
stack over variables.
•Calculating
area (stack) unable
•Separate
and simplify the
to
hold formula since the fdrmula.
formula is excessively complex.
•Unable
to
write
data
in the
data
•Clear
the array
bank since capacity is insuffi-
cient.
•Nine
or
more arrays were
declared.
Error 2
•
Format
error
in
the
program
or
•Correct
the error in
the
input
Syntax error formula. program.
•The
formats
of
left side and right
side in the assigned statement
differ.
(Such as character type
and
numeric type)
I
•Attempted
to read character in
•Change
numeric variable
to
a numeric variable with READ/
character variable
or
check for
READ#
.
character (including space) in
the
DAT A statement.
•Character
string operation
ex
-
•
Shorten
the character string.
ceeded 6 2 characters.
Error 3
•When
the calculation result
of
a
•Correct
the formula or the
Mathematical
formula exceeds
10'
00
. (Over-
data.
error
flow)
•When
arguments are outside
the
•Check
the
data
.
input
range
of
numeric func-
tions.
•When
the results are uncertain
or
impossible.
(Attempted
to
divide
with
a 0)
208