ID 20182
No assignment after name of parameter. | |||
Description | There was a parameter declaration programmed, but the assignment of a value is missing. Example: Wrong:
N10 G00 X0 Y0 Z0
N20 P2
:
N1000 M30
Correct:
N10 G00 X0 Y0 Z0
N20 P2=47.11
:
| ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Check and modify NC program. Complete the parameter declaration. |
Error type | 1, Error message from NC program. | ||
|