Maintenance 9. Troubleshooting
212 RC700 / RC700-A Rev.23
No. Message Remedy Note 1 Note 2
3000
OBJ file size is large. TP1 may
not be able to build this project.
When it is necessary to build the
project from TP1, consider to reduce
3001
The number of variables which is
using Wait command is near the
maximum allowed.
The number of variables which is
using Wait command is exceeding 56
(the maximum is 64). Check if there
are unnecessary variables.
3002 DLL file cannot be found.
Check if the DLL file exists in either of
the following folders:
- Project folder
- Windows system folder
- Configuration folder of environment
3003 DLL function cannot be found.
Check the name of the specified
function. Also check the DLL file if
the specified function exists in the
Main function is not defined.
Declare an unresolved function.
Declare an unresolved variable.
Correct the syntax error.
3101 Parameter count error.
The number of parameters is excess
or deficiency. Correct the
3102
File name length is beyond the
Shorten the file name.
Duplicate function definition.
Change the function name.
Duplicate variable definition ‘ ** ’.
Change the variable name.
3105
Global and Global Preserve
variables cannot be defined inside
Declare the Global and Global
Preserve variables outside the
3106
An undefined function was
Specify a valid function name.
3107
Both While and Until for Do...Loop
was specified.
The While/Until statement is specified
for both Do statement and Loop
statement. Delete either While/Until
3108
Specified line number or label ‘ ** ’
does not exist.
Set the line label.
3109 Overflow error.
The direct numerical specification
overflows. Reduce the numeric
3110
An undefined variable was
There is an undefined variable.
3111
Specified variable is not an array
variable.
Specify the array variable.
3112
Cannot change the dimensions of
the array variable.
Dimension of the array cannot be
changed in Redim statement during
the run time. Correct the program.
3114
Specified Next variable does not
match the specified For variable.
Correct the variable name.
3115
Cannot use a point expression in
the first argument.
Specify a single point for the point
flag setting. Do not specify a point
3116
Array number of dimensions does
not match the declaration.
Check the number of array
dimensions.