Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to get {powermill}.Tool.FeedSpeed.LeadInFactor into a script in the post-processor. The post is for a Heidenhain control. We are currently using "Q" variables to set the different feedrates. This gives the machine operator a chance to change all cut, rapid, link, and plunge feedrates at the beginning of the program. I am having difficulty setting the initial lead in and lead out feedrates. I need to figure out how to pass the {powermill}.Tool.FeedSpeed.LeadInFactor parameter to a script in AMPU.
I have tried the following and have received errors every time:
var IN = program.ActiveToolpath.GetParameter("%p(FeedRate.LeadInFactor)%"));
var IN = program.ActiveTool.GetParameter("%p(FeedRate)%"));
var IN = program.ActiveToolpath.GetParameter("%p(FeedRate.LeadInFactor)%"));
How can I pass this PowerMill parameter to AMPU?
Solved! Go to Solution.