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