Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA1, 01/2014
147
RPA (retraction path along the first axis)
Use this parameter to define a retraction movement along the first axis (abscissa), which is executed after the final drilling
depth has been reached and oriented spindle stop has been performed.
RPO (retraction path along the second axis)
Use this parameter to define a retraction movement along the second axis (ordinate), which is executed after the final drilling
depth has been reached and oriented spindle stop has been performed.
RPAP (retraction path along the drilling axis)
You use this parameter to define a retraction movement along the drilling axis, which is executed after the final drilling axis
has been reached and oriented spindle stop has been performed.
POSS (spindle position)
Use POSS to program the spindle position for the oriented spindle stop in degrees, which is performed after the final drilling
depth has been reached.
Note
It is possible to stop the active spindle with orientation. The angular value is programmed using a transfer parameter.
CYCLE86 can be used if the spindle to be used for the drilling operation is technically able to execute the SPOS command.
Programming example: Second drilling
CYCLE86 is called at position X70 Y50 in the XY plane. The drilling axis is the Z axis. The final drilling depth is programmed
as an absolute value; no safety clearance is specified. The dwell time at the final drilling depth is 2 sec. The top edge of the
workpiece is positioned at Z110. In the cycle, the spindle is to rotate with M3 and to stop at 45 degrees.
N10 G0 G17 G90 F200 S300 M3
; Specification of technology values
N20 T11 D1 Z112
; Approach retraction plane
N30 X70 Y50
; Approach drilling position
N40 CYCLE86(112, 110, , 77, 0, 2, 3, -1, -1, 1, 45)
; Cycle call with absolute drilling depth
N50 M02
; End of program