Hello,
we use a company wide start up macro to make sure all setting are uniform.
is there a way of adding something to this to make drill cycle off as a default.
thanks
To turn off drilling cycles you have 2 options. You can turn it off on each individual toolpath, or you can turn it off in the NC Program. The easiest solution may be to write a macro that loops through every item in an NC program and turns drilling cycles off. The only ways that I know of to change this on each individual toolpath would be to write a macro to create your drilling toolpaths, or edit the .ptf files that are imported for each individual drilling strategy. The latter is labor intensive and would likely have to be redone every time you install a new version of PowerMill.
This is something you can build into your post which is likely the more secure solution. This way even if the toggle is switched to output with cycle mode, nothing will happen to the code. Or you could also build in an error message that warns the user and cancels post processing.
Jonathan Artiss
Senior Applications Engineer | DSI
yes it seems like it would be the most foolproof way to go about it, might be the only way really
cheers
you could change the drill cycle value to 0 in the default templates directory - you would have to do it for each toolpath
Can't find what you're looking for? Ask the community or share your knowledge.