ID 20149
| Value following G159 is out of range of permissible values. | ||||
| Description | The numerical value programmed with G159=<expr> represents an index (data record) in the zero offset table. The size of this table depends on the respective application. Here the programmed index exceeds the maximum permissible index. Example: Wrong: N10 G00 X0 Y0 Z0 N20 G159=500 N1000 M30 Correct: N10 G00 X0 Y0 Z0 N20 G159=7 N1000 M30 | |||
| Response | Class | 2 | Abort NC program processing. | |
| Solution | Class | 3 | Check and modify NC program. Program the index present in the zero offset table P-ZERO-00003. | |
| Parameter | %1: | Error value [-] | ||
| 
 | ||||
| %2: | Limit value [-] | |||
| 
 | ||||
| Error type | 1, Error message from NC program. | |||
| 
 | ||||