Maintenance 9. Troubleshooting
RC700 / RC700-A Rev.23 213
3117 File cannot be found.
The file that configures the project
cannot be found. Check the project
folder if the file exists.
3118
Corresponding EndIf cannot be
found.
The number of EndIf statements that
correspond to If and ElseIf
statements is not enough. Add the
3119
Corresponding Loop cannot be
found.
The number of Loop statements that
correspond to Do statements is not
enough. Add the Loop statements.
3120
Corresponding Next cannot be
found.
The number of Next statements that
correspond to For statements is not
enough. Add the Next statements.
3121
Corresponding Send cannot be
found.
The number of Send statements that
correspond to Select statements is
not enough. Add the Send
3123
On/Off statements are beyond the
maximum count.
An upper limit (max. 16) is set on the
number of On/Off statements in
Curve statement. Check the upper
limit and correct the program.
3124
Point number is beyond the
maximum count.
An upper limit (“200” for open curves,
“50” for closed curves) is set on the
available number of points in Curve
statement. Check the upper limit
3125 Corresponding If cannot be found.
The number of EndIf statements that
correspond to If statements is too
many. Delete the unnecessary
3126
Corresponding Do cannot be
found.
The number of Loop statements that
correspond to Do statements is too
many. Delete the unnecessary
3127
Corresponding Select cannot be
found.
The number of Send statements that
correspond to Select statements is
too many. Delete the unnecessary
3128
Corresponding For cannot be
found.
The number of Next statements that
correspond to For statements is too
many. Delete the unnecessary
3129
'_' cannot be used as the first
character of an identifier.
Change the first character of the
identifier to an alphabetic character.
3130 Cannot specify ROT parameter.
ROT parameter cannot be specified
in BGo, Go, TGo, Jump, and Jump3
statements. Correct the program.
3131 Cannot specify ECP parameter.
ECP parameter cannot be specified
in BGo, Go, TGo, Jump, Jump3, and
Arc statements. Correct the
3132 Cannot specify Arch parameter.
Arch parameter cannot be specified
in BGo, Go, TGo, Arc, Arc3, BMove,
Move, and TMove statements.