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:

Can you Post feed rate on every line?


Recommended Posts

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$

Link to comment
Share on other sites

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$

Link to comment
Share on other sites

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$

Link to comment
Share on other sites

Well let me start by saying that I don't use the fr$ in my posts so I'm probably not the best guy to give you an answer. But it looks as simple as adding an asterisk in front of the fr$ after the comma. But I'm not familiar with the fr$ function.

 

Try editing the line to look like this and see if it works.

 

if fr$ > 0, *fr$.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

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