Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mazak Mazatrol tool change command

  • Thread starter Thread starter MrGOLD-CAM
  • Start date Start date
M

MrGOLD-CAM

Guest
Hello, I have a simple question. How to add tool change line (T00)to FIL?


It should be: TxxT00M06


















Edited by: MrGOLD-CAM
 
Hi Mr. Gold-Cam,
Try this in the FIL file. This file is UNCX01.Fxx. xx=01 to 99, whatever the post number is. I'll bet through the OFG there's a way to get this output though.


CIMFIL/ON,LOADTL
RSLT = POSTF(20)
TNUM = POSTF(7,4)
INSERT/'T',TNUM,'T00M06'
CIMFIL/OFF


Let us know if this works.
Jay Crook.
 

Part and Inventory Search

Sponsor

Back
Top