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:

Rekd™

Member
  • Posts

    4,477
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by Rekd™

  1. quote:

    The Mastercam interface is the most highly configurable interface I've ever seen in ANY application. If your spending too much time moving up and down the screen grabbing the button you need,
    you need to create you own Right Mouse Button (RMB) menu. Or create you own floating tool bar.

    applaudit.gif

     

    It's new. It's different. Some will like it, some wont.

     

    CNC did a great job. They've got more to do, obviously, but they've done a great job so far.

  2. quote:

    The most important thing to be aware of, It does not function correctly if you turn on cutter comp. In v9.1sp2 and 9.1mr0304, If you set the compensation type to Control or Wear or Reverse the results will not be what you would expect. Usually mostly it does not decelerate into the corner. But it does drop the feedrate at the corner and accelerate out. Use "Computer" comp for best results.

    Thanks for the help! biggrin.gif

  3. quote:

    It'll help us track it down (and help others avoid it) if you could share a little more information about how you got that to happen.

    :sarcasm:

    But it's so much more fun to bitch and complain about the bad and ignore the good...

    :/sarcasm:

  4. I use Misc Values. Toggle MI10 to 1 and it parks the machine. It also prompts for a comment to put with the M00.

     

    Define the variable for comment prompt

    code:

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

    # User Defined Questions

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

    fq 3 stopcomment M00 found for: //t//; //strtool//. Enter a Comment...

    Make the sub..

    code:

    pstop      # Stop routine ()

    pretract

    q3 #Stop Comment?

    stopcomment = ucase(stopcomment)

    if stopcomment = "", n, "M00", e

    if stopcomment <> "", n, "M00", "(", *stopcomment, ")", e

    # n, "M00", e

    if wcstype > one, absinc = zero

    n, *spindle, *speed, pgear, strcantext,e

    pcan1, pbld, n, *sgcode, *sgabsinc, pwcs, pfxout, pfyout, *cabs, E

    pbld, n, "G43", *tlngno, pfzout, scoolant, next_tool, e

    absinc = sav_absinc

    Call the sub (last line in my case)

    code:

    ptlchg0         #Call from NCI null tool change (tool number repeats)

    pcorner_round

    if mi7 <> 0, pdump

    pcuttype

    pcom_moveb

    toolcount = toolcount + 1

    prvtp = rbuf(3,toolcountp)

    if toolcountn <= tooltotal, nexttool = rbuf(4,toolcountn)

    else, nexttool = first_tool

    if mi10=one & op_id<>last_op_id, pstop

    Results

    code:

    N2722 G01 G40 Y1.9688

    N2723 G00 Z1.

    N2724 M09

    N2725 G91 G28 Y0. Z0.

    N2726 G90

    N2727 M00 ( RETENSION )

    N2728 M03 S6800

    N2729 G00 G90 X.3713 Y3.2288 A0.

    N2730 G43 H2 Z1. M08

    (OPERATION: 47 POCKET)

    N2731(OP 1)

    N2732(UPPER POCKETS RETENSION)

    (T2: 3/16 CB EM 4FL TICN)

    ( TOOLPATH - POCKET)

    ( STOCK LEFT ON X & Y = 0.)

    ( STOCK LEFT ON Z = 0.)

    N2733(OP ID: 8)

    (I may not have shown all the variables)

     

    Or you could use Manual Toolpaths, but that's not as robust.

  5. Lately I've been getting longer and longer delays when bringing up the file/get dialog. Some times up to 20-30 seconds or more.

     

    I'm making a script to read the recent files from the reg and prompting to open one of them.

     

    Seems to work ok except that it's not using the name in the title bar, and when I go to File/Save, it doesn't have the name.

     

    How can I open a file via the script and have it actually display the name like it does when using File/Get, as well as having it use the file name when saving?

     

    code:

    askNumber "Enter file number", 1, 10, m ' prompt

     

    NewMC(0) 'initialize a new file

     

    OpenMC(Files(m-1)) 'open file

    Also notice the NewMC(0) line. If I don't use it, it seems to merge the current file with the one I'm opening, but still doesn't have the name.

  6. quote:

    In X ALT-A is only used to set the time interval between saves. Autosave will save when the time interval is reached but not if you open the dialog box and then close it.

    That means the bug in autosave is fixed? When I open autosave to disable it, it saved when I close it, after I said I don't want to use it... :/

  7. Lars,

     

    Looked at your file and I'm not sure which way to go. Only thing I can suggest is that you run finish passes for the tools that are going in those holes.

     

    i.e. bore the big holes, drill the small holes, then bore the big holes again then drill small ones again. That will knock a lot of the burrs off, and might make it easier to deburr them by hand if that's an option.

     

    HTH

  8. Copied from my reply on CNCzone.com wink.gif

     

    Look for General Output Settings in your post and switch it to zero.

     

    code:

    # General Output Settings

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

    arcoutput : 0 #0 = IJK, 1 = R no sign, 2 = R signed neg. over 180

    You might have to force output on arc moves as well.

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