ID 20675
Syntax error at #(A)CS [...]. | |||
Description | When programming the NC command #ACS ON[...] or #CS ON[...], a syntax error (commas, number of parameters) was detected after the open square bracket . Syntax examples: Wrong: #CS ON [10,20,0,0,0 45]or #CS ON [10,20,0,0,0]or Correct: #CS ON [10,20,0,0,0,45]or #CS ON [10,20,0,0,0.45]or | ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Check and correct the command syntax of #ACS ON[...] or #CS ON[...] in the NC program with regard to decimal point setting, number of parameters, closing square brackets, etc. For further information see [PROG// Section: Defining a machining coordinate system] |
Error type | 1, Error message from NC program. | ||
|