IV - 171
Appendix 7. Explanation of Alarms
Appendix 7.12 Program Errors (P)
P243 VARIABLE ERR.
Details
An invalid variable has been specified in the left or right side of an operation expression.
Remedy
- Correct the program.
P260 NO COOD-RT SPC
Details
A coordinate rotation command was issued though it is out of specifications.
Remedy
- Check the specifications.
P270 NO MACRO SPEC
Details
A macro specification was commanded though it is out of specifications.
Remedy
- Check the specifications.
P271 NO MACRO INT.
Details
A macro interruption command has been issued though it is out of specifications.
Remedy
- Check the specifications.
P272 MACRO ILL.
Details
An executable statement and a macro statement exist together in the same block.
Remedy
- Place the executable statement and macro statement in separate blocks in the program.
P273 MACRO OVERCALL
Details
The number of macro call nests exceeded the limit imposed by the specifications.
Remedy
- Correct the program so that the macro calls do not exceed the limit imposed by the
specifications.
P275 MACRO ARG. EX.
Details
The number of argument sets in the macro call argument type II has exceeded the limit.
Remedy
- Correct the program.
P276 CALL CANCEL
Details
A G67 command was issued though it was not during the G66 command modal.
Remedy
- Correct the program.
- Issue G66 command before G67 command, which is a call cancel command.