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]
|