ID 20495

Positive manual mode offset must not be negative.

Description

When programming the NC command #MANUAL LIMITS[...] or #SET OFFSET[…], the positive offset limit is defined with a negative value inside the square brackets.

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 positive offset limit must be programmed with a positive value inside the square the square brackets.

Parameter

%1:

Error value [-]

Value of the positive offset limit

Error type

1, Error message from NC program.