Instruction manual

1-22
Error no. L4210
1Error list
L4210 Error message Too long statement
Cause The command statement length is limited to 127 characters.
Measures Delete the No. of characters in the command statement to within 127 characters.
L4220 Error message Syntax error
Cause There is an error in the syntax of the input command statement.
Measures Re-input in the correct syntax after checking the contents.
L4230 Error message The line No. does not exist
Cause There is no specified line number.
Measures Check the contents, and reinput the correct line No.
L4240 Error message The statement is write protected
Cause The command statement is write protected.
Measures Cancel the write protection.
L4250 Error message No more lines or variables
Cause Reading of lines and variables exceeding the registered ones.
Measures Check the programs.
L4300 Error message Too longvariable name
Cause The variable name length is limited to 8 characters.
Measures Shorten the variable name to within 8 characters.
L4310 Error message Ilegal character is used
Cause A character other than A to Z or 0 to 9 was used.
Measures Use the character which can be used.
L4320 Error message The variable is write protected
Cause The variable is write protected.
Measures 1. Use a writable variable. 2. Cancel the write protection.
L4330 Error message The variable is read protected
Cause The variable is read protected.
Measures 1. Use a writable variable. 2. Cancel the write protection.
L4340 Error message The variable is not defined
Cause The variable has not been defined.
Measures Define the variable.
L4350 Error message Duplicate definition (Val.)
Cause Variables already defined cannot be redefined with the DIM or DEF statements.
Measures 1. Change the variable name and define. 2. Delete the defined variable.
L4360 Error message Same variable used (65535 times)
Cause Example: 10 P1=P1+P2 references P1 twice and P2 once.
Measures Change the program to reduce the No. of times the same variable is used.
L4370 Error message Error in the array element
Cause 1. The array elements exceeds the define range, or 2. The specified variable is not an array.
Measures 1. Correct the number of array elements within one to the maximum elements. 2. Do not specify array ele-
ments.
L4380 Error message Cannot delete variables (used)
Cause Variables used in a command statement cannot be deleted.
Measures Delete the command statement using the variable.
L4390 Error message Variable type combination error
Cause The type of the user-defined external variable is different.
Measures Match the variable types.
L4400 Error message Program is faulty.
Cause The content of the program is abnormal.
Measures Delete the program.
Error No. Error cause and measures