ID 21980
Main spindle exchanged to channel. Feed per revolution without main spindle not possible. | ||||
Description | No main spindle exists with an active feed rate per revolution G95 since it is replaced by a path axis in the CNC channel. After the main spindle is replaced in the NC channel by #CAX or #PUT/#CALL AX, deselect the feed rate per revolution (G94) or alternatively select another main spindle (#MAIN SPINDLE):
Example with error: N010 G95 N020 #CAX[S] N030 G01 X100 F1.5
Corrected example: N010 G95 F1.5 N020 #CAX[S] N030 G94 G01 X100 F1000
or
N010 G95 F1.5 N020 #CAX[S] N030 #MAIN SPINDLE[S2] N030 G01 X100 F1.5 | |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Correct the NC program | |
Parameter | %1: |
| ||
Logical axis number P-CHAN-00051 of current main spindle | ||||
Error type | 1, Error message from NC program. | |||
|