ID 21303
Automatic determination of feed coupling factor without selection not allowed. | |||
Description | When programming Spindle feed link, the keyword AUTO was programmed without ON or OFF. Example: Wrong:
N10 G00 X0 Y0 Z0
N20 S[FEED_LINK AUTO]
:
N1000 M30
| ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Check and modify NC program. The keyword AUTO only may be programmed in combination with ON or OFF. Example: Correct:
N10 G00 X0 Y0 Z0
N20 S[FEED_LINK ON AUTO]
:
N1000 M30
|
Error type | 1, Error message from NC program. | ||
|