5.2.6 Boring (boring 2) CYCLE86
Programming:
CYCLE86 (RTP, RFP, SFD, DEP, RDP, DTB, SDIR, RPFA, RPSA, RPTA, POSS)
Parameters:
RTP |
Real |
Retraction plane (absolute) |
RFP |
Real |
Reference plane (absolute) |
SFD |
Real |
Safety clearance (enter without sign) |
DEP |
Real |
Final drilling depth (absolute) |
RDP |
Real |
Final drilling depth relative to the reference plane (enter without sign) |
DTB |
Int |
Dwell time at final drilling depth (chip breakage) |
SDIR |
Int |
Direction of rotation Values: 3 (for M03), 4 (for M04) |
RPFA |
Real |
Retraction path along the 1st axis of the plane (incremental, enter with sign) |
RPSA |
Real |
Retraction path along the 2nd axis of the plane (incremental, enter with sign) |
RPTA |
Real |
Retraction path along the boring axis (incremental, enter with sign) |
POSS |
Real |
Spindle position for oriented spindle stop in the cycle (in degrees) |
Fig.5.7 CYCLE86
Function:
The cycle supports the boring of holes with a boring bar. The tool drills at the programmed spindle speed and feedrate velocity up to the entered drilling depth. With boring 2, oriented spindle stop is activated once the drilling depth has been reached. Then, the programmed retraction positions are approached in rapid traverse and, from there, the retraction plane.
Sequence:
1. Approach of the reference plane brought forward by the safety clearance by using G00
2. Traversing to final drilling depth with G01 and the feedrate programmed prior to the cycle call
3. Dwell time to final drilling depth
4. Oriented spindle stop at the spindle position programmed under POSS
5. Traverse retraction path in up to three axes with G00
6. Retraction in the boring axis to the reference plane brought forward by the safety clearance by using G00
7. Retraction to the retraction plane with G00 (initial drilling position in both axes of the plane)
Explanation of the parameters:
1. For the parameters RTP,RFP,SFD,DEP,RDP, see CYCLE81
2. DTB(dwell time): The dwell time to the final drilling depth (chip breakage) is programmed under DTB in seconds.
3. SDIR(direction of rotation): With this parameter, you determine the direction of rotation with which boring is performed in the cycle. If values other than 3 or 4 (M03/M04) are generated, alarm is generated and the cycle is not executed.
4. RPFA(retraction path along the 1st axis): Use this parameter to define a retraction motion along the 1st axis (abscissa), which is performed after reaching the final drilling depth and oriented spindle stop.
5. RPSA(retraction path along the 2nd axis): Use this parameter to define a retraction motion along the 2nd axis (ordinate), which is performed after reaching the final drilling depth and oriented spindle stop.
6. RPTA(retraction path along the boring 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.
7. 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
Cycle CYCLE86 can be used if the spindle to be used for the boring operation is technically able to go into position-controlled spindle operation.
Example:
The program machines a boring with cycle CYCLE85. The drilling axis is always the Z axis. Programming zero point is the center of end face. Dwell time is 1 second.
N10 G00 G90 G17 G40 T1 D1 S400 M03 |
Specification of technology values |
N20 G95 G01 Z10 X0 F0.2 |
Approach drilling cycles starting position |
N30 CYCLE86(10, 0, 1, -20, 20, 1, 3, -1, 1, 0) |
Cycle call |
N40 G00 Z10 |
Next position |
N50 M02 |
End of program |