Specifications
I Alarms
Program Errors (P)
I - 67
P230 Subprogram nesting over
Details
Over 8 times of subprogram calls have been done in succession from a subprogram.
- A M198 command was found in the program in the data server.
- The program in the IC card has been called more than once (the program in the IC card can
be called only once during nested).
Remedy
- Correct the program so that the number of subprogram calls does not exceed 8 times.
P231 No sequence No.
Details
The sequence No., commanded at the return from the subprogram or by GOTO in the subpro-
gram call, was not set.
Remedy
- Specify the sequence Nos. in the call block of the subprogram.
P232 No program No.
Details
- The machining program has not been found when the machining program is called.
- The file name of the program registered in IC card is not corresponding to O No.
Remedy
- Enter the machining program.
- Check the subprogram storage destination parameters.
- Ensure that the external device (including IC card) that contains the file is mounted.
P235 Program editing
Details
Operation was attempted for the file under program editing.
Remedy
- Execute the program again after completion of program editing.
P240 No spec: Variable commands
Details
A variable command (with #) was issued though it is out of specifications.
Remedy
- Check the specifications.
P241 No variable No.
Details
The variable No. commanded is out of the range specified in the specifications.
Remedy
- Check the specifications.
- Correct the program variable No.
P242 = not defined at vrble set
Details
The "=" sign has not been commanded when a variable is defined.
Remedy
- Designate the "=" sign in the variable definition of the program.
P243 Can't use variables
Details
An invalid variable has been specified in the left or right side of an operation expression.
Remedy
- Correct the program.
P244 Invalid set date or time
Details
Date or time was set earlier than current date or time in the system variables (#3011, #3012)
when the system lock was valid.
Remedy
- Date or time cannot be changed.
- Correct the program.
P250 No spec: Figure rotation
Details
Figure rotation (M98 I_J_P_H_L_) was commanded though it is out of specifications.
Remedy
- Check the specifications.
P251 Figure rotation overlapped
Details
Figure rotation command was issued during figure rotation.
Remedy
- Correct the program.
P252 Coord rotate in fig. rotation
Details
A coordinate rotation related command (G68, G69) was issued during figure rotation.
Remedy
- Correct the program.
P260 No spec: Coordinates rotation
Details
A coordinate rotation command was issued though it is out of specifications.
Remedy
- Check the specifications.
P261 G code illegal (Coord rot)
Details
Another G code or a T command has been issued in the block of coordinate rotation com-
mand.
Remedy
- Correct the program.