Omron C200H-ASC11 Manual page 252

Ascii units
Hide thumbs Also See for C200H-ASC11:
Table of Contents

Advertisement

List of Error Messages
BASIC Errors
Error
Error message
code
B001
NEXT WITHOUT FOR
B002
SYNTAX ERROR
B003
RETURN WITHOUT GOSUB Encountered RETURN command
B004
OUT OF DATA
B005
ILLEGAL FUNCTION CALL
B006
OVERFLOW
B007
OUT OF MEMORY
B008
UNDEFINED LINE NUMBER Input line number is incorrect.
B009
BAD SUBSCRIPT ERROR
B010
DUPLICATE DEFINITION
B011
DIVISION BY ZERO
B012
ILLEGAL DIRECT
B013
TYPE MISMATCH
B014
---
B015
---
B016
---
B017
CANNOT CONTINUE
B018
UNDEFINED USER
FUNCTION
B019
NO RESUME
B020
RESUME WITHOUT ERROR Although there is no error, the
0021
---
B022
MISSING OPERAND
The various error types, codes, error messages and actions are as follows:
Probable cause
FOR command is missing.
The program syntax is not correct.
A variable name or label name starts
with the same characters as a reserved
word (command name).
before the GOSUB command was exe-
cuted.
The data to be read by the READ com-
mand is missing. The number and type
of READ command variables and the
number and type of the DATA com-
mand constants do not match or
RESTORE command is not used.
Illegal statement or function call.
The numerical value exceeds the per-
missible range.
Insufficient memory capacity.
The array variable subscript exceeds
the maximum value specified using the
DIM command.
The definitions of array variables or
user-defined BASIC functions have
been duplicated.
A division by zero has occurred.
Execution of a statement has been
attempted that is illegal in the Com-
mand Mode.
The variable type does not match.
Not used
Not used
Not used
The program execution cannot be con-
tinued.
The user function is not defined.
There is no RESUME command in the
error interrupt subroutine within the ON
ERROR GOTO command.
RESUME command has been exe-
cuted.
Not used
The required parameters (operands)
are missing.
Corrective measures
Confirm the FOR....NEXT combination.
Correct the program line. Change the
variable or label name.
Confirm the GOSUB....RETURN syn-
tax.
Confirm the number and type of READ
command variables, and the number
and type of DATA command constants.
Confirm the callout method for state-
ments and functions (syntax).
Check the numerical value range and
the variable type.
There is not enough user memory.
Check the status of memory use by
using PINF or other command, and
review the program, or free some mem-
ory.
Check the destination line number.
Use a value within the maximum sub-
script value range specified using the
DIM command.
Change one of the duplicated array
variables or user-defined BASIC func-
tions.
Check the division and correct the pro-
gram.
Can only be executed in a BASIC pro-
gram (Program Mode).
Check the variable type.
---
---
---
Restart the program using the RUN
command.
Define the user function using the
DEF FN command.
Add a RESUME command.
Check the program.
---
Check the program syntax.
Section 9-1
243

Advertisement

Table of Contents
loading

This manual is also suitable for:

C200h-asc21C200h-asc31

Table of Contents