ID 20194
Assignment operation missing or unknown. | |||
Description | In the NC program, an assignment is expected for a variable (V.A., V.G., V.P., V.L., V.S., V.E.). Either here the programmed assignment operator is unknown or the complete assignment of a value is missing. Example: Wrong: N10 G00 X0 Y0 Z0 N20 V.G.T_AKT : N1000 M30 Correct: N10 G00 X0 Y0 Z0 N20 V.G.T_AKT =5 : N1000 M30 | ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Check and modify NC program. Complete the invalid or missing assignment. |
Error type | 1, Error message from NC program. | ||
|