Specifications

Table Of Contents
I Alarms
Program Errors (P)
I - 78
P282 CALC. IMPOSS.
Details
The arithmetic formula is incorrect.
Remedy
- Correct the formula in the program.
P283 DIVIDE BY ZERO
Details
The denominator of the division is zero.
Remedy
- Correct the program so that the denominator for division in the formula is not zero.
P290 IF SNT. ERROR
Details
There is an error in the "IF[<conditional>]GOTO(" statement.
Remedy
- Correct the program.
P291 WHILE SNT. ERR
Details
There is an error in the "WHILE[<conditional>]DO(-END(" statement.
Remedy
- Correct the program.
P292 SETVN SNT. ERR
Details
There is an error in the "SETVN(" statement when the variable name setting was made.
Remedy
- Correct the program.
- The number of characters in the variable name of the SETVN statement must be 7 or less.
P293 DO-END EXCESS
Details
The number of DO-END nesting levels in the "WHILE[<conditional>]DO(-END(" statement
has exceeded 27.
Remedy
- Correct the program so that the nesting levels of the DO-END statement does not exceed
27.
P294 DO-END MMC.
Details
The DOs and ENDs are not paired off properly.
Remedy
- Correct the program so that the DOs and ENDs are paired off properly.
P295 WHILE/GOTO TPE
Details
There is a WHILE or GOTO statement on the tape during FTP operation.
Remedy
- Apply memory mode operation instead of FTP operation that does not allow the execution
of the program with a WHILE or GOTO statement.
P296 NO ADR (MACRO)
Details
A required address has not been specified in the user macro.
Remedy
- Correct the program.
P297 ADR-A ERR.
Details
The user macro does not use address A as a variable.
Remedy
- Correct the program.
P298 PTR OP (MACRO)
Details
User macro G200, G201, or G202 was specified during tape or MDI mode.
Remedy
- Correct the program.
P300 VAR. NAME ERROR
Details
The variable names have not been commanded properly.
Remedy
- Correct the variable names in the program.
P301 VAR. NAME DUPLI
Details
A duplicate variable name was found.
Remedy
- Correct the program so that no duplicate name exists.
P360 NO PROG.MIRR.
Details
A mirror image (G50.1 or G51.1) command has been issued though the programmable mirror
image specifications are not provided.
Remedy
- Check the specifications.
P380 NO CORNER R/C
Details
The corner R/C was issued though it is out of specifications.
Remedy
- Check the specifications.
- Delete the corner chamfering/corner rounding command in the program.