Okuma Program Example for Coolant Driven Bar-puller Grippex


Submit by: Brian

Drawing/Image

Okuma Program Example for Coolant Driven Bar-puller Grippex

CNC Program

. ;SUB Program
.
G0 X0 Z55 T090909 ;Change to Grippex (example)
G0 Z-2 ;Approach bar to be pulled
M08 ;Coolant ON, Grippex clamp
G04 F2 ;Dwell
G0 M84 ;Chuck unclamp
G04 F2 ;Dwell
G0 Z..... ;Pulling-out the bar to a specific z-extent
M83 ;Chuck clamp
M09 ;Coolant OFF, Grippex unclamp
G04 F03 ;Dwell
G0 Z...... ;Leave the bar
X..... Z..... ;Return to Zero and calling a new tool
.
.