ID 21894

Programmed angle with given coordinate not possible.

Description

The programmed end position cannot be achieved with the 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 Programmed angle with given coordinate not possible.=225 X5  X5  (angle corrected)

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the contour line 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.