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:

Robert Bernobic from CNC Software

CNC Software
  • Posts

    116
  • Joined

  • Last visited

Posts posted by Robert Bernobic from CNC Software

  1. Hi, in practice you do not actually need to worry about inch/metric machine definitions -- you can switch between inch/metric config files (and program either inch or metric parts) no matter which units the machine def was created in. The only reason we create  both versions for our standard posts is because if you are working off an inch config file with a metric machine def, every time you open the machine def in Machine Def Mgr, Mastercam prompts you if you want to switch your units, which is confusing to lots of people, because they think Mastercam is converting their part. So if you almost always work with one set of units, you may as well use that machine def.

    No matter which config file you are using, when you post, Mastercam uses the machine def that is loaded in the active machine group. 

     

  2. Hi,  I'm trying to recall but I think the problem might be nesting opinfo inside rparsngl. There are a bunch of examples in documentation where this is a two-step process, like this:

    gauge_length : 0       # Station body length
    gauge_length_old : 0   # Value from previous operation
    lstation_old : 0       # Value from previous operation

    p_get_my_parameter     # Any postblock where you need the value
        sparameter$ = opinfo(20008, 0)
        gauge_length = rparsngl(sparameter$, 9)

        sparameter$ = opinfo(20008, –1)
        gauge_length_old = rparsngl(sparameter$, 9)

        sparameter$ = opinfo(1016, –1)
        lstation_old = rparsngl(sparameter$, 14)

    It's possible I missed fixing one of the code samples (documenting that stuff was a real bear...). Try that and let me know if that works out.

    Regards,

    Robert

  3. >> So if our custom drill cycle posts already support Top/Top and Front/Top and all of the Renishaw probe cycles since before probing was an option, do we still need to upgrade to 2018 to show off? 

     

    Not that I know anything about probing -- that part came straight from our applications guys -- but I don't think that's anything new for 2018, it's been that way.

     

    Except for the section about the new XML post text, nothing in that MD/CD App Guide is really new, it applies to any recent version of Mastercam since X3 or so.  

     

    --Robert

  4. >> Is the plethora of generic posts going to be available?

     

    Beginning with 2018 TP3 the only MD/CD/post included in the install will be a single generic default Fanuc-based post for each product. Everything else will be on the standalone post install. Eventually the idea is to move the posts to the Tech Exchange area on our website, but until that happens everything is in the standalone post install. I think the intent here is to streamline and simplify the install -- why install a zillion MD/CD/Posts on your system for machines that you will never use? -- and consolidate stuff in one place so you don't have to wonder if a post is installed with Mastercam, on the post install, or where. 

     

    The post install is on our extranet for Resellers, a 2018 version is already up there. 

     

    --Robert

  5. Hi all, we've released two new docs that people on this forum might be interested in:
     
    1) First is a preliminary "What's New for Posts" doc for the TP3 release of Mastercam 2018. This will get you up-to-speed on the new XML post text, but also covers a number of other smaller changes. This is available from our Beta forum on the Mastercam website: http://forum.mastercam.com/Forum25.aspx
     
    2) Second is a completely new "Working with machine and control definitions" application guide. This should be of interest to any Mastercam power user, or anyone who needs to support other Mastercam users. This is available from our knowledgebase, so any registered Mastercam user can get it: 
     
     
    Some of the things you'll learn so you can show off to your friends:
    • Any Mastercam power user knows that there are two ways to define and program HMCs. But *real* power users know that only one way is supported by probing...
    • Any Mastercam power user knows that if Mastercam doesn't find MD or CD in the proper place, it will look in other common locations for them. But *real* power users know the complete list and the order in which they're searched.
    • Any power user knows that coolant selections in your operation defaults can be hit-or-miss depending on your active machine definition. But *real* power users know how to precisely point their operation defaults files to a specific machine definition so you can confidently save default coolant settings. As a bonus, you can learn how to do the same with tool definitions.
    • Be the first on your block to use new XML post text for custom drill cycle bitmaps! 

    Of course, if there is anything you think should be included that isn't, please feel free to suggest. A lot of this content is stuff that's come in from our tech support folks over the years, so no doubt you folks will have lots more ideas.

     

    --Robert Bernobich

    Posts Technical Writer, CNC Software

     
     
  6. I had what I think is this exact same issue -- my system has both a graphics card and onboard graphics, and issue was my system trying to switch back and forth. apparently it does this to save battery life/power usage. I went into my video card settings and forced it to use the card for 3D graphics, worked like a charm.

     

    HTH

  7. if I understand correctly this will allow me to play with the post to see how my NC file post's out without actually changing my Post

     

    not quite, you still need to edit PST in text editor in a separate window; save changes; then repost to see effect of changes. So please do back up your original post. But you can keep the same debugger session open while you make and save edits to your post, so it is easier to see effects of changes, plus it will do things like maintain breakpoints and such.

    • Like 1
  8. "The rev notes make no mention of an Inspection report tweak "

     

    Hi, the X4 NCI Reference explains how to modify your post to support this feature, there's a whole section on it. This should have been installed with Mastercam, but shoot me an email if you don't have it, I can send you the pages.

     

    --Robert

     

     

    thanks,

    that looks like a lathe post ???

     

    I found this in the mpfan 4X mill post

     

    if rpd_typ$ = 7, pbld, n$, "M00",

     

    then I downloaded the latest X6 mpmaster and did a search for

     

    rpd_typ$

     

    with no luck.

     

    The rev notes make no mention of an Inspection report tweak so it looks like I've got some work to do.

    I can use you lath edits as a starting point

     

    Thanks

  9. The Arc page in control def sets the value of arccheck$. The message is telling you that your post is trying to set a different value. The CD options will blow away the value in your post, so Mastercam is warning you. Go to the Arc page in your CD and make sure the options are set correctly.

     

    HTH,

    Robert

  10. "I have not been able to find a way to activate this button. as it is not available"

     

    That button is only available when Mastercam can't find the post specified in the control def. For example, if someone gives you a part but you don't have the post that they used. If Mastercam can't find a matching post, the button will be active so you can select something else.

  11. That's what it's designed to do. Every time you create a new control definition with the same post, it will add a new post text section at the end for the new control def.

     

    Only thing you need to remember is, when you create Control Def #2, the post text in the new section will be defaults, it won't automatically use the post text from the first control def -- you can right-click in the Text window and import the post text from the other control def section if you want.

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