Wiki source code of G73: Цикл сверления со стружкодроблением
Last modified by writer on 2022/11/02 14:13
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
6.1 | 1 | (% style="color:#a0be2d" %)//**G73 X- Y- Z- R- Q- <L->**// |
![]() |
1.1 | 2 | |
![]() |
7.1 | 3 | * R – retract position along the Z axis; |
4 | * Q – delta increment along the Z axis; | ||
5 | * L – repeat count. | ||
![]() |
6.1 | 6 | |
![]() |
7.1 | 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. |
![]() |
1.1 | 8 | |
![]() |
7.1 | 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. | ||
![]() |
1.1 | 16 | |
![]() |
7.1 | 17 | {{error title="**It is an error if:**"}} |
18 | * the Q number is negative or zero; | ||
19 | * the R number is not specified. | ||
![]() |
3.1 | 20 | {{/error}} |
![]() |
7.1 | 21 | |
22 | (% class="auto-cursor-target" %) | ||
23 |