ISO programming
G205
G205
With this cycle, you can drill holes with decreasing infeed. The cycle may be executed with or without chip breaking. When the plunging depth is reached the cycle performs chip removal. If there is already a pilot hole then you can enter a deepened starting point. In this cycle, you can optionally define a dwell time at the bottom of the hole. This dwell time is used for chip breaking at the bottom of the hole.
After chip removal, the depth of the next chip breaking is referenced to the last plunging depth.
The control performs chip breaking at 4 mm and 8 mm. Chip removal is performed at 10 mm. Chip breaking is next performed at 14 mm and 18 mm, etc.
This cycle is not suitable for overlong drills. For overlong drills, use Cycle 241 SINGLE-LIP D.H.DRLNG.
Help graphic | Parameter |
---|---|
Q200 Set-up clearance? Distance between tool tip and workpiece surface. This value has an incremental effect. Input: 0...99999.9999 or PREDEF | |
Q201 Depth? Distance between workpiece surface and bottom of hole (depends on parameter Q395 DEPTH REFERENCE). This value has an incremental effect. Input: –99999.9999...+99999.9999 | |
Q206 Feed rate for plunging? Traversing speed of the tool in mm/min while drilling Input: 0...99999.999 or FAUTO, FU | |
Q202 Plunging depth? Tool infeed per cut. This value has an incremental effect.
Input: 0...99999.9999 | |
Q203 Workpiece surface coordinate? Coordinate on the workpiece surface referenced to the active datum. This value has an absolute effect. Input: –99999.9999...+99999.9999 | |
Q204 2nd set-up clearance? Distance in the tool axis between tool and workpiece (fixtures) at which no collision can occur. This value has an incremental effect. Input: 0...99999.9999 or PREDEF | |
Q212 Decrement? Value by which the control decreases the plunging depth Q202. This value has an incremental effect. Input: 0...99999.9999 | |
Q205 Minimum plunging depth? If Q212 DECREMENT is not 0, the control limits the plunging depth to this value. This means that the plunging depth cannot be less than Q205. This value has an incremental effect. Input: 0...99999.9999 | |
Q258 Upper advanced stop distance? Safety clearance above the last plunging depth to which the tool returns at Q373 FEED AFTER REMOVAL after first chip removal. This value has an incremental effect. Input: 0...99999.9999 | |
Q259 Lower advanced stop distance? Safety clearance above the last plunging depth to which the tool returns at Q373 FEED AFTER REMOVAL after the last chip removal. This value has an incremental effect. Input: 0...99999.9999 | |
Q257 Infeed depth for chip breaking? Incremental depth at which the control performs chip breaking. This procedure is repeated until DEPTH Q201 is reached. If Q257 equals 0, the control will not perform chip breaking. This value has an incremental effect. Input: 0...99999.9999 | |
Q256 Retract dist. for chip breaking? Value by which the control retracts the tool during chip breaking. This value has an incremental effect. Input: 0...99999.999 or PREDEF | |
Q211 Dwell time at the depth? Time in seconds that the tool remains at the hole bottom. Input: 0...3600.0000 or PREDEF | |
Q379 Deepened starting point? If there is already a pilot hole then you can define a deepened starting point here. It is incrementally referenced to Q203 SURFACE COORDINATE. The control moves at Q253 F PRE-POSITIONING to above the deepened starting point by the value Q200 SET-UP CLEARANCE. This value has an incremental effect. Input: 0...99999.9999 | |
Q253 Feed rate for pre-positioning? Defines the tool traversing speed when positioning from Q200 SET-UP CLEARANCE to Q379 STARTING POINT (not equal to 0). Input in mm/min. Input: 0...99999.9999 or FMAX, FAUTO, PREDEF | |
Q208 Feed rate for retraction? Traversing speed of the tool in mm/min when retracting after the machining operation. If you enter Q208 = 0, the control retracts the tool at the feed rate specified in Q206. Input: 0...99999.9999 or FMAX, FAUTO, PREDEF | |
Q395 Diameter as reference (0/1)? Select whether the entered depth is referenced to the tool tip or the cylindrical part of the tool. If the control is to reference the depth to the cylindrical part of the tool, the point angle of the tool must be defined in the T-ANGLE column of the tool table TOOL.T. 0 = Depth referenced to tool tip 1 = Depth referenced to the cylindrical part of the tool Input: 0, 1 | |
Q373 Post-chip-removal approach feed? Traversing speed of the tool when approaching the advanced stop distance after chip removal. 0: Move at FMAX >0: Feed in mm/min Input: 0...99999 or FAUTO, FMAX, FU, FZ |
NC programs contained in this User's Manual are suggestions for solutions. The NC programs or individual NC blocks must be adapted before being used on a machine.
Some NC programs depend on the machine kinematics. Adapt these NC programs to your machine kinematics before the first test run.
In addition, test the NC programs using the simulation before the actual program run.
With a program test you determine whether the NC program can be used with the available software options, the active machine kinematics and the current machine configuration.
11 CYCL DEF 205 UNIVERSAL PECKING ~ | ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
|
Chip removal depends on cycle parameter Q202 PLUNGING DEPTH.
When the value entered in cycle parameter Q202 is reached, the control performs chip removal. This means that the control always moves the tool to the retraction height, irrespective of the deepened starting point Q379. This height is calculated from Q200 SET-UP CLEARANCE + Q203 SURFACE COORDINATE
Example:
NC programs contained in this User's Manual are suggestions for solutions. The NC programs or individual NC blocks must be adapted before being used on a machine.
Some NC programs depend on the machine kinematics. Adapt these NC programs to your machine kinematics before the first test run.
In addition, test the NC programs using the simulation before the actual program run.
With a program test you determine whether the NC program can be used with the available software options, the active machine kinematics and the current machine configuration.
0 BEGIN PGM 205 MM | |||
1 BLK FORM 0.1 Z X+0 Y+0 Z-20 | |||
2 BLK FORM 0.2 X+100 Y+100 Z+0 | |||
3 TOOL CALL 203 Z S4500 | ; Tool call (tool radius 3) | ||
4 L Z+250 R0 FMAX | ; Retract the tool | ||
5 CYCL DEF 205 UNIVERSAL PECKING ~ | |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
6 L X+30 Y+30 R0 FMAX M3 | ; Approach drilling position, spindle ON | ||
7 CYCL CALL | ; Cycle call | ||
8 L Z+250 R0 FMAX | ; Retract the tool, end program | ||
9 M30 | |||
10 END PGM 205 MM |
Chip breaking depends on cycle parameter Q257 DEPTH FOR CHIP BRKNG.
When the value entered in cycle parameter Q257 is reached, the control performs chip breaking. This means that the control retracts the tool by the value defined in Q256 DIST FOR CHIP BRKNG. Chip removal starts once the tool reaches the PLUNGING DEPTH. The entire process is repeated until DEPTH Q201 is reached.
Example:
NC programs contained in this User's Manual are suggestions for solutions. The NC programs or individual NC blocks must be adapted before being used on a machine.
Some NC programs depend on the machine kinematics. Adapt these NC programs to your machine kinematics before the first test run.
In addition, test the NC programs using the simulation before the actual program run.
With a program test you determine whether the NC program can be used with the available software options, the active machine kinematics and the current machine configuration.
0 BEGIN PGM 205 MM | |||
1 BLK FORM 0.1 Z X+0 Y+0 Z-20 | |||
2 BLK FORM 0.2 X+100 Y+100 Z+0 | |||
3 TOOL CALL 203 Z S4500 | ; Tool call (tool radius 3) | ||
4 L Z+250 R0 FMAX | ; Retract the tool | ||
5 CYCL DEF 205 UNIVERSAL PECKING ~ | |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
6 L X+30 Y+30 R0 FMAX M3 | ; Approach drilling position, spindle ON | ||
7 CYCL CALL | ; Cycle call | ||
8 L Z+250 R0 FMAX | ; Retract the tool, end program | ||
9 M30 | |||
10 END PGM 205 MM |