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:

Engraving Text on OD (Mill Turn)


Mick
 Share

Recommended Posts

Hi there,

 

We are engraving the part number on the outside diameter of a coupling. The text rolls around the diameter, so we are using Axis substitution.

 

However, the backplot looks fine, but when posted, the code actually has the engraving being machined "backwards" around the OD.

 

When I encountered this on a A axis mill a while back, I was able to change the CW - CCW switch, and the code as output correctly. However, on this machine (a Mori Seiki MT253), changing the CW - CCW function makes no difference. There is no option in the post to change the C axis direction either.

 

Can anyone offer any suggestions? At present, the only way to resolve this is to actually mirror the text, then toolpath it. This gives us the correct code, but we shouldn't have to do that.

 

Can someone offer any suggestions?

Link to comment
Share on other sites

Nope. Changing the CW/CCW changes it in Mastercam, but the posted code is the same. As far as I could find, there is no switch to change the direction of the C axis.

 

I did encounter this issue on a VMC post a few years back, but I had a Rotary Axis direction switch int he post I could change, and it made it work fine. But this MT post doesn't have that frown.gif

 

I used "J Coulston Idiot"'s suggestion of projecting onto the lower surface, and it worked.

(Thanks J Coulston!)

 

Now, I do have to say, that really sucks. There surely has to be a better way. Hehehe, guess I am off to Tech Support smile.gif

Link to comment
Share on other sites

Does your post require you to use Back as C0. ??? Then it might be a matter of how you are setting it up from the beginning. Top is really C90. or C270. depending on your machine and if you are using the back Plane from Mastercam your post says Ok I will use it, but make it like it is in Mastercam and not like it is on the machine. I would try making my own back plane if this is how you are having to program your machine to make C0. come out correctly on your machine.

 

Also a bug in the software still in X3 is if you are in Right view and rotate 90 deg it will keep the plane right. You have to go to ISO Gview, then Top C-plane and then rotate and it will make a new C-plane. I sometimes forget this until I need a good C-plane then it clicks back into my memory.

 

I also have had to project to the bottom of a part to get engraving to coming out correct when doing it the way you are doing it. I have found wrapping the text around what I want to engrave and not using C axis toolpaths, but curve 5 axis with point to center to give me the best most predictable results. I can provide you an example if you need.

 

HTH

Link to comment
Share on other sites

quote:

I also have had to project to the bottom of a part to get engraving to coming out correct when doing it the way you are doing it. I have found wrapping the text around what I want to engrave and not using C axis toolpaths, but curve 5 axis with point to center to give me the best most predictable results. I can provide you an example if you need.

I would like to see this Ron. I have not tried this before and it sounds interesting.

 

Phil

Link to comment
Share on other sites

if your text is actually mirrored I don't think this will help you but I have a lathe with a sub spindle that rotates opposite of how mastercam sees it. I thought I could change that in the MD but apparently it doesn't work that way. so I put a switch in my post using a mi.

code:

  if mi5$=1, cabs = -cabs

this reverses my g-code output for my c-axis when mi5=1.

I'm not a post guy, this fix works for me to reverse my c-axis output when I need it to. It might screw up your output. I would listen to Ron first.

Link to comment
Share on other sites

I did get a response from tech support:

 

"In some Mill post, you can change rot_ccw_pos to change the rotary axis direction, but in lathe post, you don’t have this switch. You can program the post to do that, but it might be too much work. In the toolpath parameter settings, you can use CCW as rotary direction, or project the geometry to the other side of the stock. Both ways will give you mirrored toolpaths, which will post correctly. I think this is the easiest way around this problem."

 

Unfortunately, it is really a "fix". Having to project the curves to the lower surface, results in Mastercam displaying the toolpath "backwards", but the posted code is correct. Without Vericut, we would never have picked this up, until we ran it on the machine.

 

I tried 5 Axis curve, and that does work, although in reality, we should be able to use standard Axis substitution for this.

 

I did try it in X3, but I get the same results.

Link to comment
Share on other sites

This problem has been around for years in C Axis and no one seems to have a satisfactory answer. I was using MCV9 and I was getting mirror image output on face and diametre end product. I put the question in the forum a couple of years ago and someone gave me the right answer. Here is what I was given.

 

code:

 csav = - csav   #to reverse the direction of C axis rotation 

In the post here, MCV9 Post:

 

code:

 # --------------------------------------------------------------------------

pxyzcout #Perform calls for mapping coordinates and shifts

pplane_mod

if cuttype = one, pxyzcout0 #Turning

if abs(cuttype) = two #Right/Left Face cut

| cuttype = three, pxyzcout2 #Cross cut

if cuttype = four, pxyzcout4 #Y axis substitution

if cuttype = five, pxyzcout5 #Multisurf Rotary

csav = - csav #to reverse the direction of C axis rotation ##JV inserted line

#C axis control modifications

if posttype <> two,

I have not tested it in MCVX2, but right now I'm getting mirror image in diametre, and not on face.

 

 

If this make any sense to you guys, good luck to you, but I would kike to know the solution too.

 

 

John

 

 

===========

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