Instruction manual

1Error list
Error no. L3100
1-17
L3100 Error message PROC stack over
Cause For example, if it jumped by GOSUB but did not return by the RETURN instruction, or if it escaped by
GOTO using the FOR and NEXT instructions, stack memory decreased gradually.
Measures Correct so that in the case of GOSUB, return by RETURN, and in the case of FOR and NEXT, do not exit
by GOTO.
L3110 Error message Argument value range over
Cause The argument value is not within the range.
Measures Check the argument range and reinput.
L3120 Error message No. of arguments is over
Cause The number of arguments in the command executed was incorrect.
Measures Check the No. of arguments and reinput.
L3130 Error message COM file is already opened
Cause Opening of a file already opened was attempted.
Measures Check the file No. and re-execute.
L3140 Error message Can't open COM file
Cause The file cannot be opened.
Measures Check the file No. and re-execute.
L3150 Error message Cannnot PTINT (INPUT mode)
Cause The file open mode is INPUT, so writing is not possible.
Measures Check the file No. and open mode, and re-execute.
L3170 Error message Cannot INPUT (OUTPUT mode)
Cause The file open mode is OUTPUT, so writing is not possible.
Measures Check the file No. and open mode, and re-execute.
L3180 Error message System error (array range over)
Cause System error (array range over)
Measures When it comes back, contact to the dealer
L3200 Error message This file is read only
Cause The file cannot be read.
Measures Check the contents of the file.
L3210 Error message This variable is write protected
Cause Writing of this variable is prohibited.
Measures Check the variable protection setting.
L3220 Error message Nesting over
Cause A nest-over error occurred in IF of the IF instruction or FOR of the FOR instruction.
Measures Correct the program and re-execute.
L3230 Error message FOR NEXT statements unmatch
Cause The No. of FOR and NEXT statements do not match.
Measures Correct the program and re-execute.
L3240 Error message "Nesting over (FOR,WHILE)"
Cause The No. of nesting stages exceeded 16 stages (FOR,WHILE).
Measures Correct the program.
L3250 Error message WHILE WEND statements unmatch
Cause The No. of WHILE and WHEN statements do not match.
Measures Correct the program and re-execute.
L3251 Error message Number of jump destination exceeds 32
Cause The number of branches defined exceeded 32.
Measures Correct the program and re-execute.
L3252 Error message IF ENDIF statements unmatch
Cause IF ENDIF statements unmatch.
Measures Correct the program and re-execute.
Error No. Error cause and measures