ID 21894

Programmed angle with given coordinate not possible.

Description

The programmed position can not be achieved with given angle and coordinate.

Example with error:

N100 G17 X10 Y10 (SP - Start position)
N110 #ANG=45 X5

 

Corrected example while maintaining the specified angle:

N100 G17 X10 Y10
N110 #ANG=45 X15  (Position corrected)

 

 

 

Alternatively, the programmed angle can be changed to reach the position:

N100 G17 X10 Y10
N110 #ANG=225 X5 X5  (Angle corrected)

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the contour path in NC program.

  • Correct
  • Angle

Angle

Parameter

%1:

Initial value [0.1 µm or 0,0001°]

Start position of movement

%2:

Current value [0.1 µm or 0,0001°]

Programmed angle

%3:

Current value [0.1 µm or 0,0001°]

Programmed axis coordinate

Error type

1, Error message from NC program.