Epson RC180 Manual page 215

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

Advertisement

No.
Message
Cannot execute the Redim statement
3140
for a ByRef variable.
3141
OBJ file is corrupt.
OBJ file size is beyond the available
3142
size after compiling.
Ident length is beyond the available
3143
size.
3144
' ** ' already used for a function name.
' ** ' already used for a Global
3145
Preserve variable.
' ** ' already used for a Global
3146
variable.
' ** ' already used for a Module
3147
variable.
3148
' ** ' already used for a Local variable.
3149
' ** ' already used for a I/O label.
' ** ' already used for a User Error
3150
label.
3151
Cannot use a function parameter.
3152
Over elements value.
3153
Parameter type mismatch.
3154
' ** ' is not Input Bit label.
3155
' ** ' is not Input Byte label.
3156
' ** ' is not Input Word label.
3157
' ** ' is not Output Bit label.
3158
' ** ' is not Output Byte label.
3159
' ** ' is not Output Word label.
3160
' ** ' is not Memory Bit label.
3161
' ** ' is not Memory Byte label.
3162
' ** ' is not Memory Word label.
3163
Too many function arguments.
RC180 Rev.17
Remedy
The Redim statement cannot be executed
for
a
variable
specifying
parameter. Delete the ByRef parameter.
The compilation result exceeds the limit
value (max. 1 MB per file). Divide the
program.
The available length of the identifier is
max.
32 characters for labels and
variable names, and 64 characters for
function names. Reduce the number of
characters so as not to exceed the
available length.
For details of the
available length, refer to EPSON RC+
User's
Guide
"6.4
Function
Variable Names (Naming restriction)".
Correct the identifier ' ** ' or the function
name.
Correct the identifier ' ** ' or the Global
Preserve variable name.
Correct the identifier ' ** ' or the Global
variable name.
Correct the identifier ' ** ' or the Module
variable name.
Correct the identifier ' ** ' or the Local
variable name.
Correct the identifier ' ** ' or the I/O
label name.
Correct the identifier ' ** ' or the User
Error label name.
Argument cannot be specified for the
function that is executed by the Trap
statement. Correct the program.
Limit value of the array elements
depends on the type of variables.
Refer to EPSON RC+5.0 User's Guide
"6.7.6 Array" and correct the number
of array elements so as not to exceed the
limit value.
Parameter type does not match in Call,
Force_GetForces, and Xqt statements.
Correct the parameter type.
Specify a valid input bit label.
Specify a valid input byte label.
Specify a valid input word label.
Specify a valid output bit label.
Specify a valid output byte label.
Specify a valid output word label.
Specify a valid memory I/O bit label.
Specify a valid memory I/O byte label.
Specify a valid memory I/O word label.
The maximum number of the function
parameter is 100. Reduce the number
of parameters.
Maintenance 8. Trouble Shooting
Note 1
ByRef
and
Note 2
203

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents