Community
HSM Post Processor Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Disable coolant option?

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
vitreousity
219 Views, 4 Replies

Disable coolant option?

I have an Acu-rite G2 controller and use the 3 axis Acu-rite post processor.  Is there a way i can edit the post so it always has coolant disabled?  My machine has no coolant option, and I frequently forget to set it to disabled when I post.

 

Thanks,

Jeff

4 REPLIES 4
Message 2 of 5
KrupalVala
in reply to: vitreousity

Hi @vitreousity ,

 

You can disable a coolant code by ignoring the following codes in function onSection,

 

  // set coolant after we have positioned at Z
  // setCoolant(tool.coolant);

 

Or you can disable a coolant in the tool library (in Cutting data).

KrupalVala_0-1676265348335.png

Thanks,



Krupal Vala
Senior Technology Consultant - Post Processor & Machine Simulation
Message 3 of 5
Arun.rs
in reply to: vitreousity

Hi @vitreousity 

 

The easiest way to remove coolant codes from your postprocessor is to comment the command line :

setCoolant(tool.coolant) and setCoolant(COOLANT_OFF);
 
1. Search setCoolant(tool.coolant) in post processer and add // infront of the code. 
 //setCoolant(tool.coolant);

 

2. Same for setCoolant(COOLANT_OFF);

//setCoolant(COOLANT_OFF);

 

Regards



Arun.RS
Technical Consultant - Post Processor
Message 4 of 5
vitreousity
in reply to: KrupalVala

thanks!
Message 5 of 5
vitreousity
in reply to: Arun.rs

Thanks!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report