ID 20493
Negative manual mode offset must not be positive. | ||||
Description | With the programming of the NC command #MANUAL LIMITS[...] or #SET OFFSET[…] the negative offset limit is defined inside square brackets with a positive value. For further information see [PROG// Section: Manual operation mode – Presetting offset limits] Syntax example: Wrong:
N10 #MANUAL LIMITS [AX=X NEGATIVE=5.0 POSITIVE=5.0]
Correct:
N10 #MANUAL LIMITS [AX=X NEGATIVE=-5.0 POSITIVE=5.0]
| |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Check and modify NC program. The negative offset limit must be programmed with a negative value inside the square brackets. | |
Parameter | %1: | Error value [-] | ||
Value of the negative offset limit | ||||
Error type | 1, Error message from NC program. | |||
|