3. PROGRAM ERROR
I - 69
Error No. Details Remedy
P271 NO MACRO INT.
A macro interrupt command has been
issued though it is not included in the
specifications.
• Check the specifications.
P272 MACRO ILL.
A statement and a macro statement exist
together in the same block.
• Reconsider the program and place the
executable statement and macro statement
in separate blocks.
P273 MACRO OVERCALL
The number of macro call nests
exceeded the specifications.
• Reconsider the program and correct it so that
the macro calls do not exceed the limit
imposed by the specification.
P275 MACRO ARG. EX.
The number of macro call argument type
II sets has exceeded the limit.
• Reconsider the program.
P276 CALL CANCEL
A G67 command was issued though it
was not during the G66 command modal.
• Reconsider the program.
• The G67 command is the call cancel
command and so the G66 command must be
designated first before it is issued.
P277 MACRO ALM MESG
An alarm command has been issued in
#3000.
• Refer to the operator messages on the DIAG
screen.
• Refer to the instruction manual issued by the
machine manufacturer.
P280 EXC. [ ‚
The number of parentheses "[" or "]"
which can be commanded in a single
block has exceeded five.
• Reconsider the program and correct it so the
number of "[" or "]" does not exceed five.
P281 [ ‚ ] ILLEGAL
The number of "[" and "]" parentheses
commanded in a single block does not
match.
• Reconsider the program and correct it so that
"[" and "]" parentheses are paired up
properly.
P282 CALC. IMPOSS.
The arithmetic formula is incorrect.
• Reconsider the program and correct the
formula.
P283 DIVIDE BY ZERO
The denominator of the division is zero.
• Reconsider the program and correct it so that
the denominator for division in the formula is
not zero.
P290 IF SNT. ERROR
There is an error in the IF conditional
GOTO
statement.
• Reconsider the program.
P291 WHILE SNT. ERR
There is an error in the WHILE
conditional DO
-END statement.
• Reconsider the program.
P292 SETVN SNT. ERR
There is an error in the SETVN
statement when the variable name
setting was made.
• Reconsider the program.
• The number of characters in the variable
name of the SETVN statement must be 7 or
less.