6 examples of drilling cycles – Rockwell Automation 8520 9/Series CNC Lathe User Manual
Page 666

Drilling Cycles
Chapter 26
26-40
4.
From this screen select the parameter that it is desired to change by
pressing the up or down cursor keys. The selected parameter is
shown in reverse video.
5.
There are two options:
To replace the current value of the parameter with a new value,
key in the new value on the input line of the CRT and press the
{REPLCE VALUE} softkey. The new value replaces the old
value.
To add an amount to the current value of the parameter, key in the
amount to add to the current parameter value on the input line of
the CRT and press the {ADD TO VALUE} softkey. The value just
keyed in is then added to the old value for the selected parameter.
6.
To leave the Drilling Cycle Parameter screen, there are two options:
To save the changes just made to the parameters and leave the
Drilling Cycle Parameter screen press the {UPDATE & EXIT}
softkey.
To discard any changes just made to the parameters and leave the
Drilling Cycle Parameter screen, press the {QUIT} softkey.
(softkey level 4)
REPLCE
VALUE
ADD TO
VALUE
UPDATE
& EXIT
QUIT
The following are example programs and an illustration of G83, deep hole
drilling cycle. Example 27.2 is in incremental mode; Example 27.3 is in
absolute. Figure 26.17 illustrates the result for both programs individually.
Example 27.2
Programming G83, Deep Hole Drilling Cycle in Incremental Mode
N10
M19 S0;
N20
G00 X5 Z0 G90;
N30
G83 X1 Z3 R5 Q1.5 F.1
N40
M19 S90;
N50
Z3;
N60
M30;
26.6
Examples of Drilling Cycles