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:

Kampfzentrum

Verified Members
  • Posts

    125
  • Joined

  • Last visited

Posts posted by Kampfzentrum

  1. 32 minutes ago, Mgrenier said:

    Hello,

    It can be done.  We have done it.

    We started with the mplmaster post of this site and worked from there.  You need to define your machine as a VTL in the control definition.

    We have the part on screen as the operator sees it on the machine.  Part is vertical and the tools are at the right.  The tricky part is to have the post posting the proper X sign (+ or -).  For this, you need to play with this section of the post processor:

     

    Hope that helps,

    OK, this string of code, where are you accessing this?

  2. You know, so I have to ask, what are all these various axes for anyway. I swear, I know it must serve some flexibility, but it all seems repetitive and confusing. All I'd like is a part orientated on the screen running parallel to the WCS top axis (through Z). I tried the generic VTL definition, same thing I don't see a difference.

  3. 13 hours ago, Colin Gilchrist said:

    The issue is that the Post Processor doesn't know anything about your path. It only knows "what the current move is", coming in the form of NCI data. Because each move is a separate line in the NCI, you get separate lines in the gcode output.

    You will also see the same thing (redundant moves) in Z, when moving from clearance to retract planes.

    I can think of two solutions:

    1. Make an enhancement request to CNC Software, for an enhancement to the Toolpath Filter, to concatenate linear moves in the NCI.

    2. Add some code to your Post in 'ppost$', to load the NC File as a String Buffer, and scan through the code, line by line, and only writing the "final" position moves. (Make the Post concatenate the moves.)

    You make be able to do this "during regular NC output", but it won't be easy. 

    Thanks. Yeah... Option 1 seems a bit more up my alley, I've never modified the post - where does one even learn to do that?

  4. So one of my operators comes complaining to me, he's upset because Mastercam posts so many redundant paths in the same axis. For instance, if travelling in X Mastercam will program a lead in (in the case that the lead in is on line with the path, no arc/perpendicular lead in), the tool path, then lead out. What this does is leaves multiple blocks all in the same direction when really Mastercam could just be intuitive and delete the additional unnecessary blocks. In case I'm not being clear:

     

    G01 X5.000

    X10.000

    X15.000

    G00 Z4.000

     

    This would also help out with other machines where I have to enable the "look ahead" feature or they stutter on each one of those positions.

    The same goes for arcs, any advice?

     

  5. 5 minutes ago, C^Millman said:

    Do it as a Horizontal lathe and get away from trying to do it as a VTL you life will be much better. Code is code and just wrap your brain around the fact it is laying side ways and not standing up and life will be good.

    Set this up in the Machine Parameters? Any specific default Cplane I should work out of?

  6. So, I've managed to avoid HTL and VTL for years now, but it's time to face the music. Programming toolpaths I've been successful with, but what is stumping me is part view/orientation. I've read the forum for past posts and have not found much to go on. Right now, all I am asking is for one thing: to be able to view the part in its correct orientation. For instance, if I click on TOP view, I want to view the part from the top with gnomen showing X pointing right, Y pointing up, etc. If I go to front view, I want to see X pointing right, Z pointing up. This is familiar to me and makes sense.

    If I generate stock, I want it to be constructed parallel to the Z axis, etc. Once I have a proper perspective, I can create toolpaths, etc. But right now I cannot even get my bearing when looking at the part. Sooo... In the Machine Definition, what is the most convenient Default Cplane/Orientation/Update WCS Using? Anything else that can be added to these changes to make my life easier?

     

    ADDITION: I guess I should add that the tool is and carousel is located on the right side from the operator, but from what I hear you need to set it up as a left-hand machine? I'm really confused about all this - then I hear about 2019 and the new update, etc. I'm just wanting to view this in a way that is practical to me. ALSO, the post processor I have is old as dust, it's an MPLMaster and I've heard that earlier versions don't have proper VTL perspectives - surely this must have been edited. HELP!

  7. I apologize if this is a common question or found widely on the forum, I could not find any details.

    I know how to convert an SAE document to a metric one using the Settings > Configuration > Current, etc... But here's my issue... I have a huge drawing done in metric. Instead of 25.4ing every dimension, I'd like to draw it in metric and then POOF! convert it to SAE. But when I do so using the above steps, the drawing scrambles and doesn't resemble anything like what I should get.

    Is there another way to transfer the drawing from SAE to metric that I'm missing?

  8. I apologize if this is a common question or found widely on the forum, I could not find any details.

    I know how to convert an SAE document to a metric one using the Settings > Configuration > Current, etc... But here's my issue... I have a huge drawing done in metric. Instead of 25.4ing every dimension, I'd like to draw it in metric and then POOF! convert it to SAE. But when I do so using the above steps, the drawing scrambles and doesn't resemble anything like what I should get.

    Is there another way to transfer the drawing from SAE to metric that I'm missing?

  9. Well isn't that just a dandy...

    Thanks Colin (and everyone who responded), I moved the geometry for the toolpath down to the part and VIOLA! It generated. I really didn't think that 2D toolpaths even looked at the part, but somehow it is related. I need to get an orthodox education in this stuff.

    I just want to say I really appreciate the help I've gotten on here. It's saved my butt a few times - like now.

    • Like 2
  10. So I got this simple part, just need to machine a bevel on it. I go into Contour, select the geometry path (seen in image); in Depth Cuts choose a .030" stepdown, check Tapered Walls (w/ angle of 63.4), Step Down, etc. Linking Parameters set, etc.

    Upon regen it tells me Cutter Compensation Not Successful. After so much I give up. I WILL generate a tool path if the angle is less than 15 degrees, but anything over that it will not do anything.

    What am I missing?

    Contour.png

  11. OK, let me ask another question.

    In the case of a standard turn/face tool on a VTL. Most people would run a turning tool on the left side of the part using M04. However, because of the type of parts and the rigid system put in place, these guy manually program parts where the tool crosses over the centerline of the part onto the other side to face and bore using M03. I am not seeing this ability to change this on the fly, where is this parameter?

  12. 10 minutes ago, K2csq7 said:

    If possible I'd wait for 2019 to create a full tooldb, 3d tooling is a gamechanger. 

    I'm not even doing 3D, I'm just doing a wireframe and it seems like madness. I honestly can only blame myself as I haven't had a formal education in any of this. I'm really just trying to wing it.

  13. 19 minutes ago, C^Millman said:

    The  tool has been defined incorrectly. The center of the Radius should not at the Origin. The tool should be defined at the cutting edges for the X and Z Zero. The grooving operation set to OD grooving not Face grooving. The tool is drawn to cut in an OD fashion not a face grooving fashion. The tool needs to be rotates to the correct place and then it should be good to go.

    Here is the file back with the tool defined correctly and the correct tool orientation picked also.

    HTH

    5th Axis 2039916A.mcam

    I still really am lost as to how you got the tool orientated correctly. I deleted the operation, deleted the tool completely, edited the tool and set the cutting edges for X0 and Z0, re-created the operation, imported the new tool, chose a "face" groove, and yet the tool is still cocked. I cannot see what you changed to get that dang thing orientated the right way.

  14. Morning gents, got a perplexing issue here. I'm new to a company that has handed me the responsibility of creating a full graphical tool list for their VTL. I've drawn the tool up and saved it to my own tool database, but when I insert it into an operation, I get it coming in inverted like this. I've attached how it comes in along with the dialog box where the tool geometry is defined.

    Now, I'm sure someone is going to come out and tell me something simple that I missed, so I must state: I am new to the lathe/VTL world. Any tips moving forward would be great. But for now just solving this mystery would be great.

    Thanks guys.

    Groovemania1.png

    Groovemania.png

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