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:

nakaroto24

Verified Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by nakaroto24

  1. As Bryan said, look at the section in your post "pfr" and show us what that looks like.

     

    Just curious, but why do you want the federate to post out on every line?

     

    I'm having problems running high speed tool paths on older machines with not many look-ahead options. I get some slow downs and retract feed rate is not optimal it ignores what mastercam says.

     

    pfr # Feedrate W/O Negative Feedrates

    if fr$ > 0, fr$

  2. This sections in your post change the feed to *feed, an "*" forces output.

     

     

    
    [b]plinout [/b]	 #Output to NC of linear movement - feed
     pcan1, pbld, n$, sgfeed, sgplane, `sgcode, sgabsinc, pccdia,
     pxout, pyout, pzout, pcout, feed, strcantext, scoolant, e$
    [b]pcirout[/b]		 #Output to NC of circular interpolation
     pcan1, pbld, n$, `sgfeed, sgplane, sgcode, sgabsinc, pccdia,
     pxout, pyout, pzout, pcout, parc, feed, strcantext, scoolant, e$
    

     

    Should look like this when you're done

     

    plinout		 #Output to NC of linear movement - feed
     pcan1, pbld, n$, sgfeed, sgplane, `sgcode, sgabsinc, pccdia,
     pxout, pyout, pzout, pcout, *feed, strcantext, scoolant, e$
    pcirout		 #Output to NC of circular interpolation
     pcan1, pbld, n$, `sgfeed, sgplane, sgcode, sgabsinc, pccdia,
     pxout, pyout, pzout, pcout, parc, *feed, strcantext, scoolant, e$
    

     

    hi,

     

    Thanks for the reply. My post look a little different

     

    # Axis Motion Definition section

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

     

    pccdia2 # Cutter Compensation2

    # tloffno$ = t$

    if ccomp$ <> 4, tloffno$

     

    pccdia # Cutter Compensation

    if ccomp$ <> 0, pccdia2

     

    prapid$ # Linear line movement - at rapid feedrate

    n$, sgplane, sccomp, sgcode, x$, y$, z$, !fr$,e$

     

    pzrapid$ # Linear movement in Z axis only - at rapid feedrate

    n$, sccomp, sgcode, z$,e$

     

    plin$ # Linear line movement - at feedrate

    n$, sccomp, pccdia, sgcode, x$, y$, z$, pfr, pcan,e$

     

    pz$ # Linear movement in Z axis only - at feedrate

    n$, sgcode, z$, pfr,e$

     

    pcir$ # Circular interpolation

    if plane$ = 2, n$, sgplane, sccomp, *sgcode2, x$, y$, z$, pijk, pfr, pcan,e$

    else, n$, sgplane, sccomp, *sgcode, x$, y$, z$, pijk, pfr, pcan,e$

  3. Its the software in the hurco. See if you can update the software in the ultimax machine. You might not be able to, but call your hurco dealer and see. You will need the serial #, Software Ver, ect before you call.

     

    Machineguy

     

    I think i have the latest version of Ultimax. Yes the machine can be upgraded to Winmax but thats out of the question, too expensive and i have more than one.

  4. Hi

     

    I'm using mastercam X5 and programming a lot of high speed toolpaths. Most of these are dynamic area and dynamic core.

    Running these in the VMX42 based on winmax it runs smooth and fast using SFQ of 50 (1-100) any higher and the machine deaccelerates on arcs and when backing off from the cut to make another cut.

    But Im happy at 50 SFQ. The problem is running the same nc file on another VMX42 this one based on Ultimax everything just slows down. The actual feedrate is there but it slows down so much on arcs, back retract feed rate and rapiding. The machines ignores the performance parameters, they have no effect unlike the Winmax machine. There is really nothing I can do at the machine. Is there something i'm missing in mastercam settings? I'm using Arc filter / Tolerance 2:1. I'm feeding at 250ipm, 10000rpms, back retract at 500imp. What about a G-code? I have been reading alot about G5 or G05.X which i dont use, is the really what i need? and how do i set that in mastercam?

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