Programming manual.
CNC 8070
TOOL PATH CONTROL. MANUAL INTERVENTION.
9.
Jogging feedrate.
·175·
(REF: 1709)
9.3.4 Manual path movement limits (#SET OFFSET).
This statement allows for the configuration of the movement limits made under additive
manual intervention. These limits are ignored when executing the movements by program.
The limits may be defined after activating manual intervention and stay active until it is
deactivated.
Programming.
Program the #SET OFFSET statement, followed by the lower and upper movement limits
for the axis.
Programming format.
The programming format is the following; the arguments appear between curly brackets and
the optional ones between angle brackets.
#SET OFFSET [{lower_limit},{upper_limit}] {axis}
Upper and lower movement limit.
The limits are referred to the axis position. The lower limit must be less than or equal to zero
and the upper limit must be zero or greater than zero.
{lower_limit}
{upper_limit}
Upper and lower movement limit.
Units: Millimeters, inches or degrees.
{axis} Axis name.
Units: -.
#SET OFFSET [-20,35] Y
(Movement limit less than 20 mm and greater than 35 mm on the Y axis)