Maintenance 9. Troubleshooting
216 RC700 / RC700-A Rev.23
No. Message Remedy Note 1 Note 2
3174 Duplicate line number or label (**).
The line labels with the same name
cannot be specified in the same
function. Delete the line label ' ** ',
or define a new line label and correct
3175
Undefined Point label was
Define a new point label or specify
3176
An undefined variable was
specified.
Define a new variable or specify the
defined variable.
3177 ' ** ' already used for a Point label.
Correct the identifier ' ** ' or the point
label name.
3178 Cannot use the result number.
The result number cannot be
specified when a vision object that
does not return multiple results is
used in VSet and VGet statements.
3179
String literal is beyond the available
length.
The limit value of the string length is
max. 255 characters. Reduce the
string length so as not to exceed the
3180
Cannot change a calibration
property value with the VSet
Calibration property cannot be
changed in VSet statement. Correct
3181
Array variable should be used with
ByRef.
ByVal cannot be specified for the
array variable. Specify the ByRef
Subscription was not specified.
Parameter cannot be omitted.
3184
SYNC parameter cannot use with
tracking command.
SYNC parameter cannot be specified
in tracking commands. Delete the
3185 Cannot use Queue data.
Queue data cannot be specified in
BGo, BMove, TGo, and TMove
statements. Delete the queue data.
3186
Combination between Queue and
Point data does not match.
Combination of queue data and point
data cannot be specified for
coordinate specification of Arc, Arc3,
Jump3, and Jump3CP statements.
Use either queue data or the point
3187
Invalid Point flag value was
specified.
Correct the program so that the point
flag value is within the range from 0 to
3188
Call command cannot be used in
parallel processing.
Call command cannot be used
parallel processing. Correct the
3189
Local variables cannot be used
with the Wait command.
Change of local variable cannot be
waited by Wait statement. Correct
3190
Array variables cannot be used
with the Wait command.
Change of array variable cannot be
waited by Wait statement. Correct
3191
Real variables cannot be used with
the Wait command.
Change of real variable cannot be
waited by Wait statement. Correct