Program Examples
32
Note also that the program has a block-deleted M99 command in the second-to-last line.
This lets you turn on block delete if you want the program to run only (1) time.
Command
G105
in
MDI
mode to load a bar and push it to the initial push length. In this
example, the initial push length includes the 2" length to machine first and a 0.025" facing
allowance.
Before you run this program for the first time after you load a bar in
MDI
mode, move the
cursor to the block after the first
G105
command in the program to bypass the first push.
Remember that after the initial push, the bar is already in position to start machining.
%
O00021 (DOUBLE PUSH WITH Bar Feeder) ;
G105 (BAR FEED USING MACRO VARIABLES) ;
T303 (FACE & TURN) ;
M01 ;
G50 S1500 ;
G96 S500 M03 ;
G00 G54 X2.1 Z0 M08 ;
G01 X-0.05 F0.005 ;
G00 X1.95 Z.05 ;
G01 Z-1.0 F0.01 ;
X2.1 ;
G53 G00 X0 ;
G53 Z0 ;
G105 J3.0 K1.0 (BAR FEED WITH OPTIONAL VARIABLES) ;
M01 ;
T404 (CUT OFF TOOL) ;
G55 (WORK OFFSET CHANGE) ;
G50 S1500 ;
G96 S500 M03 ;
G00 G55 X2.1 Z0.1 M08 ;
Z-4.125 ;
G01 X-0.05 F0.005 ;
G00 X2.1 ;
G53 X0 ;
G53 Z0 ;
/M99 ;
M30 ;
%
96-8913A.book Page 32 Monday, May 18, 2015 7:55 AM
Содержание Bar Feeder
Страница 2: ...96 8913A book Page ii Monday May 18 2015 7 55 AM ...
Страница 4: ...ii 96 8913A book Page ii Monday May 18 2015 7 55 AM ...
Страница 10: ...viii 96 8913A book Page viii Monday May 18 2015 7 55 AM ...
Страница 36: ...More Information Online 20 96 8913A book Page 20 Monday May 18 2015 7 55 AM ...
Страница 42: ...More Information Online 26 96 8913A book Page 26 Monday May 18 2015 7 55 AM ...
Страница 56: ...40 96 8913A book Page 40 Monday May 18 2015 7 55 AM ...