Maintenance 8. Trouble Shooting
RC180 Rev.17 205
3190
Array variables cannot be used with
the Wait command.
Change of array variable cannot be
waited by Wait statement. Correct the
3191
Real variables cannot be used with the
Wait command.
Change of real variable cannot be waited
by Wait statement.
3192
String variables cannot be used with
the Wait command.
Change of string variable cannot be
waited by Wait statement. Correct the
Cannot use Boolean value for the
Boolean value cannot be used for the
timeout value of Wait statement.
Correct the program.
The number of Fend statements that
correspond to Function statements is not
enough. Add the Fend statements.
3197 Numeric variable name cannot use '$'.
Numeric variable name cannot use '$'.
Correct the variable name.
3198 String variable should has '$'.
String variables must have a '$' suffix.
Add a '$' suffix to the variable name.
3199 Invalid object is specified.
Invalid vision object is specified in
Vision Guide commands such as VSet
and VGet. Specify the valid vision
Event condition expression is missing.
Add an event condition expression.
String formula is missing.
Point formula is missing.
3210 Line label was not specified.
Check if the specified line label exists in
the program. Add a valid line label.
3211 Variable was not specified. Specify a variable.
3212 Corresponding Fend cannot be found.
The number of Fend statements that
correspond to Function statements is not
enough. Add the Fend statements.
3213 Expected ' : '. Add ' : '.
3214 True/False was not specified.
True/False was not specified in the
property of Vision Guide/GUI Builder or
substitution of logical expression which
requires Boolean value setting.
3215 On/Off was not specified.
On or Off must be specified for the
remote output logic setting of Motor,
Brake, AutoLJM, SetSw, and Box
statements. Specify On or Off.
3216 High/Low was not specified.
High or Low must be specified for the
power mode setting of Power statement.
Specify High or Low.
3217 Input bit label was not specified.
Input bit label is not specified in SetSW,
statement, Sw, and Ctr function.
Specify a valid input bit label.