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:

HMC programming training?


Sticky
 Share

Recommended Posts

Does anyone here know where I could get some training on using MC to program hmc's with multiple parts, planes, workoffsets and in process probing?

 

I'd consider traveling for in classroom training. But text would be preferable. The In House Indexing manual doesn't go anywhere near this level of detail, and so far non of the In House tech guys I have talked to have done anything beyond that. I am wasting about 10 hours a week in programming, trying to get stuff to work either by myself or with In House support and I am getting frustrated.

Link to comment
Share on other sites

Have you tried your Machine Tool Dealer? We have offered these in the past and do them on an as requested basis.

 

Matsuura Canada and Japan push Gibbs, Matsuura UK pushes Featurecam.

 

Unfortunately all the local machine tool dealers are really small and we don't really have local apps guys.

Link to comment
Share on other sites

It's just like a vertical only with the added "B" rotation ;)

 

By G code, yes, by Mastercam... I wish.

 

I think it would be awesome if you guys did a course for this, as I can't find any other training for it. Would you guys modify each users post processor then? Stock Mpmaster lacks some functionality that would be necessary.

Link to comment
Share on other sites

We could certainly cover any necessary post modifications during the Office Hours sessions. That is what the Q&A portion of the class is designed for.

 

What post functionality do you find lacking?

 

G10 output for WCS's based off COR

Extended workoffsets

A method of being able to transform rotate a transform translate op with extended offsets

Productivity plus integration

 

Those are just some of the things that someone who would want to take this course is going to need help having integrated into their post. Sounds like you won't have any problem doing that, but I thought it was worth mentioning because other people will have some or all of those needs.

Link to comment
Share on other sites

This seems like a good place to mention a potentially spindle destroying disaster that I narrowly avoided a week ago, after translating/rotating safely for many years. I was surprised this is the first time this ever happened to me:

 

I use the MPMaster post, and it retracts to Z home before every B axis move.

 

BUT - if you have consecutive transform/rotate toolpaths with the same tool, and the first B axis orientation of the second path, is the same as the final B axis orientation of the previous path, it will just change work coordinates and move straight through the tombstone in XYZ. Since there's no index call, there's no go-home call.

 

I figured this out 7 hours into the prove out of an 8 hour long program, on about the 35th tool. I got extremely lucky, because the tool went from working on the left side of the tombstone, to working on the front of the tombstone - and cleared the part by about .100.

 

The very next tool had two instances that would have gone straight through the tombstone. (Then I sent Bob a PM, asking him how much he paid for Vericut LOL)

 

You can program around this disaster by paying close attention to how you order your toolpaths that use the same tool, but it's one more thing to worry about.

  • Like 1
Link to comment
Share on other sites

Strange one Joe. I'm quite sure I have done that and I haven't seen that problem. In your transform rotate, is your source geometry or NCI? Do you have two different tool planes for this tool then? And do they have their own work offsets tied to them?

Link to comment
Share on other sites

I also had a new to me problem two days ago on a tombstone. I found out that if you have a tool path with only one entity on a plane it ignores the linking parameters "clearance" value, but only on retract, it still uses it on the way in for G43 :help: Needless to say it almost caused a spindle through tombstone situation, luckily I've been on edge with my MC post lately. There had already been a few tools that went to these planes without issues, but because they had more then one entity on that plane they used the clearance value on the way in and OUT.

Link to comment
Share on other sites

Full retract on rotation is your best friend. Unless you have high volume production, I don't see a reason not to use it. We went a little different way and setup our posts to ask for minimum/safe clearance retract. Pretty foolproof, unless someone slaps some additional vises or fixtures on the tombstone and I'm not aware of it ;)

Link to comment
Share on other sites

I also had a new to me problem two days ago on a tombstone. I found out that if you have a tool path with only one entity on a plane it ignores the linking parameters "clearance" value, but only on retract, it still uses it on the way in for G43 :help: Needless to say it almost caused a spindle through tombstone situation, luckily I've been on edge with my MC post lately. There had already been a few tools that went to these planes without issues, but because they had more then one entity on that plane they used the clearance value on the way in and OUT.

 

Did you report that to QC as a bug? If not, you should. The move needs to be in the NCI file for the post to output the move. You can work around that by doing some work in the post, but you really shouldn't have too.

Link to comment
Share on other sites

I also had a new to me problem two days ago on a tombstone. I found out that if you have a tool path with only one entity on a plane it ignores the linking parameters "clearance" value, but only on retract, it still uses it on the way in for G43 :help: Needless to say it almost caused a spindle through tombstone situation, luckily I've been on edge with my MC post lately. There had already been a few tools that went to these planes without issues, but because they had more then one entity on that plane they used the clearance value on the way in and OUT.

 

 

I had this exact same thing happen some time ago. I had to make some post changes to fix it. I cant remember what I did it was so long ago but I do know that it is not an issue anymore.

 

My specific problem happened when drilling but ONLY if you were drilling a single hole. If you were drilling two or more holes it worked as expected. I never tried it with any other type of operation (single) to test so it could very well still show itself some day.

 

This issue almost caused a huge crash for us on a very expensive part. Luckily the operator was already wound up so tight that he could have cracked a walnut with his a$$ cheeks so he was lightening fast on the E-Stop.

Link to comment
Share on other sites

Yeah we always force home on index as well. This problem happens when a final instance of a transform/rotate operation is at the same B axis orientation as the first instance of the next transform rotate operation.

 

If you have an operation on the B90 side of the part, followed by the B0 side of the part, it runs perfectly fine, because it goes home between operations. When you Transform/Rotate those toolpaths to the other 3 sides of the tombstone, the B90 operation goes:

 

B90

B180

B270

B0

 

When it's done, it moves on to the next toolpath.....since that ones starts at B0, there's no index, which means there's no Z home. Bad juju.

Link to comment
Share on other sites

I remember having that issue a LONG time ago. To avert it, I just made sure I had a plane change in between transform ops. Came awful close to shearing off a holder at the diameter behind the flange. I think I was about .100-ish form the crash.

 

#SoiledUnderwear

Link to comment
Share on other sites

Full retract on rotation is your best friend. Unless you have high volume production, I don't see a reason not to use it. We went a little different way and setup our posts to ask for minimum/safe clearance retract. Pretty foolproof, unless someone slaps some additional vises or fixtures on the tombstone and I'm not aware of it ;)

 

ALWAYS force z home on index. That is a standard for all my posts including 5 axis. I'll settle for a slower cycle time knowing it won't index the tombstone into the spindle....

 

My post IS set for full retract on index for the reasons you mentioned! The issue is that I was on the LEFT side of the tombstone, MC ignored the "clearance" value and almost sent my spindle into the tombstone/parts sitting on B0. Luckily I was watching the code like a hawk, and I saw it coming before it happened. What makes this particularly dangerous is that I had a few other tools going to the same plane, and because they had more then two entities, they used the "clearance" value, just like they SHOULD. If I had been the slightest bit complacent in thinking "MC/post is working as it should as shown by the previous tools" I'd be out over 50k right now.

 

I had this exact same thing happen some time ago. I had to make some post changes to fix it. I cant remember what I did it was so long ago but I do know that it is not an issue anymore.

 

My specific problem happened when drilling but ONLY if you were drilling a single hole. If you were drilling two or more holes it worked as expected. I never tried it with any other type of operation (single) to test so it could very well still show itself some day.

 

This issue almost caused a huge crash for us on a very expensive part. Luckily the operator was already wound up so tight that he could have cracked a walnut with his a$$ cheeks so he was lightening fast on the E-Stop.

 

Glad to know I'm not the only one... Yikes.

 

Did you report that to QC as a bug? If not, you should. The move needs to be in the NCI file for the post to output the move. You can work around that by doing some work in the post, but you really shouldn't have too.

 

I sent it to In House. Is there someone else I can send it to? In house doesn't give me bug #'s.

 

 

Joe, I can replicate your problem with my MPMASTER post.

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...