Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Help with 2d HST and Axis substitution


kunfuzed
 Share

Recommended Posts

Thanks for looking at it.  I've got it in with my reseller, and in the mean time switched to a multi axis flow, which is working, but I have to leave stock on the floor and come back in and clean it with a surface toolpath.  I would really like to know how to get this to work, or get similar results from a Multiaxis Roughing toolpath.

Link to comment
Share on other sites

Thanks for looking at it.  I've got it in with my reseller, and in the mean time switched to a multi axis flow, which is working, but I have to leave stock on the floor and come back in and clean it with a surface toolpath.  I would really like to know how to get this to work, or get similar results from a Multiaxis Roughing toolpath.

 

What questions do you have on Multiaxis Roughing? That is a awesome toolpath. I can make it rough just about any round shape with ease now that I have wrapped my brain around how it works. Sorry no X9 on the new Laptop. Do you have 2017? If so I will be glad to make up some examples to show you how to go about using it on some different features.

 

For those that do have 2017 here is an example. Enjoy. https://www.dropbox.com/s/t6cw5cv815755he/5th%20Axis%20CGI%20MultiAxis%20Rough%20Example.zip?dl=0

  • Like 2
Link to comment
Share on other sites

What questions do you have on Multiaxis Roughing? That is a awesome toolpath. I can make it rough just about any round shape with ease now that I have wrapped my brain around how it works. Sorry no X9 on the new Laptop. Do you have 2017? If so I will be glad to make up some examples to show you how to go about using it on some different features.

 

For those that do have 2017 here is an example. Enjoy. https://www.dropbox.com/s/t6cw5cv815755he/5th%20Axis%20CGI%20MultiAxis%20Rough%20Example.zip?dl=0

I'll try and post an example tomorrow!  Thanks!

Link to comment
Share on other sites

What questions do you have on Multiaxis Roughing? That is a awesome toolpath. I can make it rough just about any round shape with ease now that I have wrapped my brain around how it works. Sorry no X9 on the new Laptop. Do you have 2017? If so I will be glad to make up some examples to show you how to go about using it on some different features.

 

For those that do have 2017 here is an example. Enjoy. https://www.dropbox.com/s/t6cw5cv815755he/5th%20Axis%20CGI%20MultiAxis%20Rough%20Example.zip?dl=0

Here's the link: ftp://[email protected]/Mastercam_forum/X9_Files/WHEEL.mcx-9

 

The 2d HST path has the exact motion I want, but does not post correctly, just repeats over and over at the same spot. (when posted, it actually backplots correctly)

 

This is all I'm able to get the Multiaxis Roughing path to do.  I would really like to know how to get it to behave like the 2d HST.

 

The goal, obviously, is to rough between the lugs after a lathe op.

 

Thanks for looking!

 

EDIT:  We're stuck at X9 for now... waiting on IT for 2017...

Link to comment
Share on other sites

You understand how to use the MultiAxis Rough toolpath, but it will not cut like you want. It is meant for closed shaped not open ended shapes. I would do it the exactly the way you are doing it. I took your program and use the default HAAS post and got the same results you got. I brought it into 2018 and tried it on a couple different newer 2018 posts and got the same results. You sir have found a major bug and I will report it using 2018 and this file as the example. You will have to create planes on each index and create individual operations for each place you are trying to accomplish this work. Yes more work, but I like the 2D HST toolpaths to do exactly what you are trying to do. Be mindful of the retract and back feed.Everything should be in feed rate and not rapid for this toolpath to work correctly on a 4th Axis. You look like you have that under control, but wanted to point it out to you to be mindful of it if you were not.

 

Suggestion would be make the toolpath a sub program and then just call the index you want fro main program if you want to save some hassle creating all the planes and operations.

  • Like 2
Link to comment
Share on other sites

Hey thanks Ron!  Makes me feel a lot better to hear that's a bug, lol.  I'll give my reseller a heads up on that as well.

 

And thanks for the pointers!

 

That is kind of a bummer that the Multiaxis Rough wont behave like that.  Maybe that's a worthy enhancement request?

 

Maybe, but you are asking for open pocket type of support and what you did with the 5 Axis toolpath would be about the same type of output is my thoughts. The 2D HST process is in my opinion the best way to go about that method. Hopefully those types of method get adopted into 5 Axis roughing. I like the Multi axis toolpath, but you have to work within its limits.

  • Like 1
Link to comment
Share on other sites

Oh hey, one more question.  Was the bug in the 2d HST Axis sub, or in trying to Xform it?  I can not get the code to post the tool path itself in the right spot, it's about 90 degrees off.

 

Thanks again for the Help!  Really appreciate it.

 

Axis Sub has always been quirky. You have your 2 chains drawn, but the problem is their placement. Old school Axis wrapping trick I use to fix this problem. The diameter you are using is 8.39. The Circumference = π (Pi) × diameter = 2 × π(Pi) × radius. So we do some basic math and come up that line we need to create to represent that distance unwrapped.

 

8.39 x 3.14159 = 26.35794. We draw that line from the origin in the Y Negative direction. Now we use Point Segment to draw points equal distance to divide into 4 parts. We will use the Number 5. Now you use the transform operations to transform the 2 lines 90 degrees in A, but are using the points in Y to accomplish that task. Yes seems odd, but this is how I use to program rolldie parts for years, before I got CAM. I would do all the math and trig all this stuff out to know exactly where my tool needed to be down to the arc second. I would then convert that to decimal degrees and good to go.

 

HTH

  • Like 2
Link to comment
Share on other sites

Here is a response I got from QC. See if this helps you.

 

https://kb.mastercam.com/KnowledgebaseArticle50169.aspx

 

Please note I think this process is the not the correct way to go about it and I think the post should do what the Backplot, Verify and machine sim all support.

 

I go back to the subroutines as the best method for now. Use the custom parameters from the Transform dialog to get the angle output at each sub program if you want an out of the box process from Mastercam without having to add the index angles into each sub program call.

  • Like 1
Link to comment
Share on other sites

Another thing you can do it transform translate the chains the angle distance you need. Then copy the operation 17 more times and use the chains at each place that will represent each index. Now you will get 18 indexes at each place you want and be done. No need for the planes like I originally said I was looking at it wrong.

Link to comment
Share on other sites

What's the best resource for learning how to use these Multiaxis paths?  To me the help file is just about useless for them....

 

Funny you ask this question as it is one I get quite often. I am self taught no formal training in Mastercam. I am just one of those people that has been blessed to have it come naturally to me. I like to teach and help others and why I offer as much advise and help as I do. I feel I need to give back to all of those who have helped me and I have learned from over the years. We all do so many different types of jobs and cover so many areas of manufacturing it is really hard for me to say.  I like to take a customer's part and teach them how to program 5 Axis on their parts with their machines. Books are great and help you understand how to use the software, but how to machine the part is what I teach. How to hold it, how to approach it and how to machine it. There is just some things a book can't teach and when someone sees how much passion I have for this industry and how positive I can stay even after being on a something for on the 33rd day they just get it. This is either something you want to do or not. I offer help and I need to make a living so I am blessed to have found something that allows me to do just that. Program parts and teach others how to do the same thing.

 

Sorry I don't have a better answer, but those who have worked with me can hopefully tell you I have always shared my knowledge and do my best to lift their skills and abilities. I still believe it is best to teach someone to fish than it is to give them a fish.

  • Like 1
Link to comment
Share on other sites

What's the best resource for learning how to use these Multiaxis paths?  To me the help file is just about useless for them....

The School of Hard Knocks :laughing:

 

InHouse has a pretty good Advanced 5 axis tutorial that covers some of these toolpaths

They require a different way of thinking than the regular 5 axis toolpaths and it can be hard to get your head around them.

They are extremely powerful, but after 5 years of learning them, I'll bet I'm only using 10% of their capacity

  • Like 1
Link to comment
Share on other sites

Funny you ask this question as it is one I get quite often. I am self taught no formal training in Mastercam. I am just one of those people that has been blessed to have it come naturally to me. I like to teach and help others and why I offer as much advise and help as I do. I feel I need to give back to all of those who have helped me and I have learned from over the years. We all do so many different types of jobs and cover so many areas of manufacturing it is really hard for me to say.  I like to take a customer's part and teach them how to program 5 Axis on their parts with their machines. Books are great and help you understand how to use the software, but how to machine the part is what I teach. How to hold it, how to approach it and how to machine it. There is just some things a book can't teach and when someone sees how much passion I have for this industry and how positive I can stay even after being on a something for on the 33rd day they just get it. This is either something you want to do or not. I offer help and I need to make a living so I am blessed to have found something that allows me to do just that. Program parts and teach others how to do the same thing.

 

Sorry I don't have a better answer, but those who have worked with me can hopefully tell you I have always shared my knowledge and do my best to lift their skills and abilities. I still believe it is best to teach someone to fish than it is to give them a fish.

Definitely wish there were resources such as yourself closer by to learn from!  But yes, just doing it more would probably help me.  I only do multiaxis maybe 5% of the time.  Also may look at picking up an Inhouse book too.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...