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:

Leon82

Verified Members
  • Posts

    2,195
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by Leon82

  1. 1 hour ago, Newbeeee™ said:

    So....will it verify correctly before posting?

    Yes.you just have to linearize the path.

    13 hours ago, Jobnt said:

    I was at West Tech a couple decades ago and the one new machine that stood out to me was running a 3" face mill in alum on a giant block but they were starting their cuts off the part with what looked like rapid feedrates for back in that day and when the spindle felt the resistance from the face mill cutting it slowed down the feed rate (and I believe the spindle speed) what appeared to be instantly, and chugged through the cut until it broke through the other side where it increased feed faster as it broke out of the full cut.

    I looked at the code and aside from the initial feed rate there were no other feed rates in the program. 

    I always wondered what happened with that technology. Looks like it's used for crash protection now. Great idea who's time is overdue. :coffee:

    The matsuuras have That but it remains at the reduced speed until the tool stops I believe. It has a lamp called spindle overload.

    • Like 2
  2. you can use quotations to post directly what's in them in the tool change block

    before

      pcan
          result = newfs(15, feed)  #Reset the output format for 'feed'
          pbld, n$, *t$, sm06, e$
          pindex

     

    after

     

    pbld, n$, "G28", "X0", "Y0"e$
    pbld, n$, "G30", "X0", "Y0"e$
    pbld, n$, sm01, e$

    result = newfs(15, feed)  #Reset the output format for 'feed'
    pbld, n$, *t$, e$
    pbld, n$, sm06, e$
    pbld, n$,sm01, e$
    pbld, n$, "G28", "X0", "Y0" e$
    pbld, n$,sm01,e$

    pindex

    • Thanks 1
    • Like 1
  3. 56 minutes ago, MIL-TFP-41 said:

    I see this problem quote often. As others said, closing a re-opening Camplete is the only fix. I have even gotten in the habit of saving before running simulation. Nothing is more frustrating than running simulation and then the file won't export code or save. Note - I do work on network folders, never locally to save my files. I have wondered if always working locally would fix this....

    we network save also.

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