ID 20765
Double-programmed M-function. | ||||
Description | In the NC block, an M function (techno function) with the same number is programmed several times channel-specifically, axis-specifically or spindle-specifically.
Example for inadmissible double programming: N10 G00 X10 M10 M10 (channel-specific technofct.) N10 G00 X10 X[M10] X[M10]] (axis-specific technofct.) N10 G00 X10 S[M10 M10] (spindle-specific technofct.) : Example for allowed programming: N10 G00 X10 M10 X[M10] S[M10] (combined technofct.) | |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Check and modify the programming of the M functions in the NC block. Remove surplus channel specific, axis specific or spindle specific M functions. | |
Parameter | %1: | Current value [-] | ||
Number of the multiple programmed M function | ||||
Error type | 1, Error message from NC program. | |||
|