ID 20478

Two identical axes names after #ACHSE.

Description

When programming the manual mode axes with NC command #ACHSE[...], identical axes names are used several times.

Syntax example:

Wrong:

N10   G200 #ACHSE[X,Y,X]

Correct:

N10   G200 #ACHSE[X,Y]

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Remove the redundant axis name.

Parameter

%1:

Logical axis number [-]

Axis number of the multiple programmed axis

Error type

1, Error message from NC program.