ID 20675

Syntax error at #(A)CS [...].

Description

When programming the NC command #(A)CS ON[...] or #CS ON[...], a syntax error (commas, number of parameters) was detected after the open square bracket .

Syntax example:

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: Definition of a machining coordinate system]

Error type

1, Error message from NC program.