ID 20584
Numerical value following G160 exceeds permissible value range. | ||||
Description | The numeric value programmed with G160=<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 G160=500 X1 Y1 Z0 N1000 M30 Correct: N10 G00 X0 Y0 Z0 N20 G160=7 X1 Y1 Z0 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: | Limit value [-] | ||
| ||||
%2: | Error value [-] | |||
| ||||
Error type | 1, Error message from NC program. | |||
|