
When an error message is displayed (Error code list)
Maintenance/Troubleshooting
1-113
2500 Logic is currently disabled. Enable?
Although logic programs are disabled ([Disable]
is set), there is a logic program(s) written in the
project. When [Disable] is selected, the logic
program written in the project does not run. This
does not affect the drawing operation, however,
it is recommended to delete the logic program if
it is unnecessary.
2501 Unable to use a logic program with
the current model.
When a model is used with which logic pro-
grams cannot be used, the logic program(s) does
not run even when it is written in the project.
With such a model, you cannot use any logic
programs regardless of whether logic programs
are enabled or disabled ([Enable] or [Disable]).
A logic program written in the project does not
affect the drawing operation, however, it is rec-
ommended to delete the logic program if it is
unnecessary.
2900 Invalid structure element in use.
Although GP-PRO EX V1.10.00 supports the
“MS” member as a time variable, GP-PRO EX
V2.00.00 does not support it. Therefore, when a
project created with V1.10.00 that uses the
“MS” member as a time variable on a screen or
logic is opened by V2.00.00, this error occurs. In
this case, change or delete the part or operand
that uses the “MS” member as a time variable.
3000
∗∗∗
Cannot use RET instruction.
Change or remove the instruction.
(
∗∗∗
indicates the name of a logic
screen.)
A RET instruction is used on the INIT or MAIN
logic screen. You cannot use a RET instruction
on screens other than the SUB-
∗∗
screen.
Remove any RET instruction which is used on
the INIT or MAIN logic screen.
3001
∗∗∗
Cannot use EXIT instruction.
Change or remove the instruction.
(
∗∗∗
indicates the name of a logic
screen.)
An EXIT instruction is used on the INIT or
SUB-
∗∗
logic screen. You cannot use an EXIT
instruction on screens other than the MAIN
screen. Remove any EXIT instruction which is
used on the INIT or SUB-
∗∗
logic screen.
3002
∗∗∗
(
∗∗∗
indicates the name of a logic
screen.)Logic cannot use instruction
∗∗∗
(
∗∗∗
indicates an instruction
name.). Change or remove the
instruction.
You cannot use JMP, JSR, and LWA instructions
on the INIT logic screen. Remove JMP, JSR, and
LWA instructions which are used on the INIT
logic screen. JMP, JSR, and LWA instructions
can be used only on the MAIN and SUB-
∗∗∗
screens.
3003
∗∗∗
Logic (
∗∗∗
indicates the name of
a logic screen.) cannot use instruc-
tion
∗∗∗
(
∗∗∗
indicates an instruction
name.). Change or remove the
instruction.
PBC/PBR instructions are used on the INIT or
SUB-
∗∗
logic screen. You cannot use PBC/PBR
instructions on screens other than the MAIN
screen. Remove any PBC/PBR instructions
which are used on the INIT or SUB-
∗∗
logic
screen.
Continued
Error
No.
Error Message
Cause and Solution