ID 20183
| Parameter index is out of data format or out of range of permissible values. | ||||
| Description | The programmed parameter index exceeds the permissible value range. Example: Wrong: N10 G00 X0 Y0 Z0 N20 P0=10 : N1000 M30 Correct: N10 G00 X0 Y0 Z0 N20 P1=10 : 
 | |||
| Response | Class | 2 | Abort NC program processing. | |
| Solution | Class | 3 | Check and modify NC program. Programmed parameter index must be within the permissible value range. | |
| Parameter | %1: | Error value [-] | ||
| 
 | ||||
| %2: | Lower limit value [-] | |||
| 
 | ||||
| %3: | Upper limit value [-] | |||
| 
 | ||||
| Error type | 1, Error message from NC program. | |||
| 
 | ||||