Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Arun.rs
in reply to: nweisz

Hi @nweisz 

 

Thanks for raising your concern via Forum.

 

Open 'fanuc.cps' file in a 'Visual Studio Code' or 'Notepad++' to do the required modifications.

 

1. Go to line number 1469

 

Change from this :

writeBlock("T" + toolFormat.format(tool.number), mFormat.format(6));

 

To This:

writeBlock("T" + toolFormat.format(tool.number));
writeBlock(mFormat.format(6));

 

Regards



Arun.RS
Technical Consultant - Post Processor