ID 20200

NC-command or name of axis expected.

Description

An axis unknown in the channel is programmed in the NC block. The programmed axis name cannot be assigned to an axis.

This applies to the following cases:

  • slave axes of gantry or axis couplings
  • axes that are temporarily not available in the channel because of axis exchange commands
  • axes or axis names that are not configured in the NC channel
  • axis names which do not start with the permitted axis letters X, Y, Z, A, B, C, U, V, W or Q.
  • axes that are tracked at this time with #CAXTRACK.

 

Example:

Wrong:

N10 G00 X0 Y0 Z0

N20 #SET AX LINK [1, W=X]

N30 #ENABLE AX LINK [1]

N40 X10 W20

:

N1000 M30

Correct:

N10 G00 X0 Y0 Z0

N20 #SET AX LINK [1, W=X]

N30 #ENABLE AX LINK [1]

N40 X10

:

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Only use axes names, which are available in NC channel.

Error type

1, Error message from NC program.