What's new
What's new

Mazatrol help needed (640T Nexus)

LASERBOY

Plastic
Joined
Jul 26, 2006
Location
CALIFORNIA
I have got a bar puller with cut off tool having trouble with the Mazatrol program looking for a sample program I can work from any help would be very much appreciated.
 
I would do it in a Mannaul program
Line by line it. Make sure your exchange piont is 0 which means it will go home to do tool change
 
M05 ------ make sure the spindle is stopped
G00 T0303 -- index to the bar puller station
G00 X0 Z.200 -- rapid to a clearance point
G98 --- change feed to IPM
G01 Z-.750 F20.0 --- feed onto the stock
M11 ----- open the chuck
G01 Z2.000 --- feed to needed length plane
M10 ---- close the chuck
G01 Z3.500 ---- feed off the stock
G00 X8.00 Z8.00 -- rapid to index position
T0300 --- cancel the tool offset
G99 --- return feed to IPR
M01 ---- optional stop
 








 
Back
Top