Epson RC180 Manual page 213

Robot controller
Hide thumbs Also See for RC180:
Table of Contents

Advertisement

Parser
No.
Message
OBJ file size is large. TP1 may not
3000
be able to build this project.
3050
Main function is not defined.
3051
Function does not exist.
3052
Variable does not exist.
3100
Syntax error.
3101
Parameter count error.
File name length is beyond the
3102
maximum allowed.
3103
Duplicate function definition.
3104
Duplicate variable definition ' ** '.
Global and Global Preserve variables
3105
cannot be defined inside a function
block.
3106
An undefined function was specified.
Both While and Until for Do...Loop
3107
was specified.
Specified line number or label ' ** '
3108
does not exist.
3109
Overflow error.
An undefined variable was specified
3110
' ** '.
Specified variable is not an array
3111
variable.
Cannot change the dimensions of the
3112
array variable.
Specified Next variable does not
3114
match the specified For variable.
Cannot use a point expression in the
3115
first argument.
Array number of dimensions does not
3116
match the declaration.
3117
File cannot be found.
3118
Corresponding EndIf cannot be found.
3119
Corresponding Loop cannot be found.
3120
Corresponding Next cannot be found.
RC180 Rev.17
Remedy
When it is necessary to build the project
from TP1, consider to reduce the
program.
Declare a Main function.
Declare an unresolved function.
Declare an unresolved variable.
Correct the syntax error.
The number of parameters is excess or
deficiency. Correct the parameters.
Shorten the file name.
Change the function name.
Change the variable name.
Declare the Global and Global Preserve
variables outside the function block.
Specify a valid function name.
The While/Until statement is specified
for both Do statement and Loop
statement.
Delete either While/Until
statement.
Set the line label.
The
direct
numerical
overflows. Reduce the numeric value.
There is an undefined variable. Declare
the variable.
Specify the array variable.
Dimension of the array cannot be
changed in Redim statement during the
run time. Correct the program.
Correct the variable name.
Specify a single point for the point flag
setting.
Do not specify a point
expression.
Check the number of array dimensions.
The file that configures the project
cannot be found.
Check the project
folder if the file exists.
The number of EndIf statements that
correspond to If and ElseIf statements is
not enough. Add the EndIf statements.
The number of Loop statements that
correspond to Do statements is not
enough. Add the Loop statements.
The number of Next statements that
correspond to For statements is not
enough. Add the Next statements.
Maintenance 8. Trouble Shooting
Note 1
specification
Note 2
201

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents