Programming manual.
CNC 8070
22.
STATEMENTS AND INSTRUCTIONS
Programming statements
·394·
(REF: 1709)
When trying to park an axis or spindle that is already parked, the programming is ignored.
#UNPARK
Unparks an axis
This instruction is used to unpark the selected axis or spindle. When unparking one of them,
the CNC interprets that it belongs to the machine configuration and starts controlling it.
The programming format is as follows:
#UNPARK <axis/spindle>
The axes must be unparked one by one.
When trying to unpark an axis or spindle that is already unparked, the programming is
ignored.
#PARK A
(It parks the "A" axis)
#PARK S2
(It parks spindle "S2")
#UNPARK A
(It unparks the "A" axis)
#UNPARK S
(It unparks the "S" spindle)