ID 20186
Syntax error after #GET CMDPOS or #SET IPO SOLLLPOS. | |||
Description | The syntax of the NC command #GET CMDPOS[...] or #SET IPO SOLLPOS[...] is violated after the opening bracket (comma, equals sign, closing bracket).
Syntax example: Wrong: #GET CMDPOS [P1=X P2=Y] or #GET CMDPOS [V.L.POS1 X ] or #GET CMDPOS [P1=X, P2=Y, P3=Z
Correct: #GET CMDPOS [P1=X, P2=Y]or #GET CMDPOS [V.L.POS1=X ] or #GET CMDPOS [P1=X, P2=Y, P3=Z] | ||
Response | Class | 3 | Abort NC program processing. |
Solution | Class | 3 | In the NC program, check and correct the command syntax of #GET CMDPOS[...] or #SET IPO SOLLPOS[...] regarding comma setting, equal sign, closing square brackets. |
Error type | 1, Error message from NC program. | ||
|