When programming the NC command #SET OFFSET[…], the square brackets indicate the positive and the negative offset limits with zero (nil) value.
For this reason no movement of the axis in manual operation mode is possible.
For further information see [PROG// Section: Manual operation mode – Presetting offset limits]
Syntax example:
Wrong:
N10 #SET OFFSET[0.0, 0.0] X
Correct:
N10 #SET OFFSET[-5.0, 0.0] X
|