Fanuc Programming Instructions for Coolant Driven Bar-puller Grippex


Submit by: Brian

Drawing/Image

Fanuc Programming Instructions for Coolant Driven Bar-puller Grippex

CNC Program

O0001 ;SUB Program
G0 T1212 M5
X0. Z30.
G1 G98 Z-80. F3000
M8 ;Coolant ON, Grippex clamp
G4 U1. ;Dwell
M69 ;Chuck unclamp
G4 U0.1 ;Dwell
G1 Z-1. ;Pulling-out the bar to a specific z-extent
M68 ;Chuck clamp
M9 ;Coolant OFF, Grippex unclamp
G0 G99 Z... ;Leave the bar
X...
M99
%