Wiki source code of G73: Цикл сверления со стружкодроблением
Last modified by writer on 2022/11/02 14:13
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% style="color:#a0be2d" %)//**G73 X- Y- Z- R- Q- <L->**// | ||
2 | |||
3 | * R – retract position along the Z axis; | ||
4 | * Q – delta increment along the Z axis; | ||
5 | * L – repeat count. | ||
6 | |||
7 | The (% style="color:#a0be2d" %)//**G73 **//(%%)cycle is drilling or milling with chip breaking. This cycle takes a Q number which represents a delta increment along the Z axis. | ||
8 | |||
9 | 1. Preliminary motion: | ||
10 | If the current Z position is below the R position, The Z axis does a rapid move to the R position. | ||
11 | Move to the X Y coordinates. | ||
12 | 1. Move the Z-axis only at the current feed rate downward by delta or to the Z position, whichever is less deep. | ||
13 | 1. Rapid up a bit. | ||
14 | 1. Repeat steps 2 and 3 until the Z position is reached at step 2. | ||
15 | 1. The Z axis does a rapid move to the R position. | ||
16 | |||
17 | {{error title="**It is an error if:**"}} | ||
18 | * the Q number is negative or zero; | ||
19 | * the R number is not specified. | ||
20 | {{/error}} | ||
21 | |||
22 | (% class="auto-cursor-target" %) | ||
23 |