Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Mazak Mazatrol tool change command

MrGOLD-CAM

New member
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.
 

Sponsor

Articles From 3DCAD World

Back
Top