ID 20676

Illegal angle.

Description

When programming the NC command #CS ON[...], an inadmissible rotation angle was programmed inside the square brackets.

Syntax example:

Wrong:

#CS ON [10,20,0,45,0,450]

Correct:

#CS ON [10,20,0,45,0,90]

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. In the NC command #CS ON[...] the rotation angles may only be programmed between -360° and +360°.

For further information see [PROG// Section: Definition of a machining coordinate system]

Parameter

%1:

Error value[0.1 µm or 0.0001°]

 

%2:

Lower limit value [-]

 

%3:

Upper limit value [-]

 

Error type

1, Error message from NC program.