ID 21243

In spindle specific syntax the D-command for main spindle is not allowed.

Description

The D word is programmed inside the spindle-specific command sequence delimited by parentheses for a main spindle "S".

Example:

Wrong:

N10   S[REV1000 M3 D5]

Correct:

N10  D5 S[REV1000 M3]

Response

Class

2

Abort NC program processing.

Solution

Class

3

Program D word outside the spindle specific command sequence of the main spindle.

Error type

1, Error message from NC program.