Lesson Three Text
Lesson Three Text
Techniques
Saving timewith
andblock
effort:delete
Trial boring
subprogram
Commonly
taughtto
in help
basicwith
CNC
courses:
Use
block delete
trial
machining
a little
ingenuity,
you
can streamline
M00
NotWith
always
taught
in basic N5
courses:
N6
G00
X-4.0
Y4.0 M03
any trial machining
operation!
Midalmost
Another
command
optional
stop
N7 Z-3.0 M08
Conflicting words with Multiple
block deletes
N8 G90
N9 M99
Trial machining
2)
Allow
boring
bar
to
partially
machine hole
With unexpected stock
Techniques
Saving timewith
andblock
effort:delete
Commonly
taughtto
in help
basicwith
CNCtrial
courses:
O0003
Use
block delete
machining
N005 T0101 M41
Trial
machining
Rough turning time: 18 minutes
With unexpected stock
Consider a large workpiece to be machined on a turning center. The rough turning (or
boring) operation may take over fifteen minutes. If traditional trial machining techniques
are used to ensure that the roughing tool leaves the proper amount of finishing stock, the
entire rough turning operation will have to be repeated (after the initial offset adjustment
and measurement). Fifteen minutes of program verification time will be wasted. By
using our recommended method, the setup person will be able to set the rough turning
tools offset before the first workpiece is completely rough turned. Since the amount of
time needed to actually set the offset will remain essentially the same with our given
method, the amount of program verification time that will be saved will be the time it
takes to perform the roughing operation (almost fifteen minutes in our case).
A programmer can program a short rough turning pass under the influence of block
delete. To ensure that tool pressure will remain consistent, this roughing pass must be at
the same depth of cut as is used for the normal rough turning operation. Note that this
rough turning pass only needs to go far enough into the workpiece to allow a
measurement to be taken. Our example program provides 0.3 in for this purpose.
Here is a portion of the program showing the trial rough turning operation.
O0003 (Program number)
N005 T0101 M41(Select rough turning tool, offset, and spindle range)
N010 G96 S400 M03 (Start spindle CW at 400 SFM)
N015 G00 X6.0 Z.1 (Rapid up to the workpiece)
/N020 X5.5 (Begin trial machining operation)
/N025 G01 Z-.3 F0.020 (Trial machine)
/N030 X6.0 (Feed up face)
/N035 G00 X8.0 Z3. (Rapid to convenient measuring position)
/N040 M00 (Stop for measurement, DIAMETER SHOULD BE 5.50 IN)
/N045 T0101 M03 (Reinstate offset, restart spindle)
/N050 G00 X6. Z.1 (Rapid back to starting point)
7
10
13
14
15