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:

R vs. IJK


mechman
 Share

Recommended Posts

I have an older machine with 9600 for drip feed... I was thinking of posting R instead of IJK to shorten up the code... I set the break arc to 180... Any problems associated with doing this... I already removed the line numbers and spaces...

Link to comment
Share on other sites

Stay with I,J and K. Sounds like your drip feeding anyway so it wont make a differance.

 

If your trying to get the program into the machines control and then run the program and it wont fit, then its time to go DNC.

 

HTH

Link to comment
Share on other sites

what all is required to adjust the post to post in IJK.. I see two lines one to output arcs with option of turning it off and another to output IJK.. is this all needs editing in post to achieve the ijk output without messing something else up ?? thanks,..

Link to comment
Share on other sites

what does your "parc" say?

code:

parc2         #Arc output for R

if abs(sweep) <= 180 | arcoutput = one, result = nwadrs(srad, arcrad)

else, result = nwadrs(srminus, arcrad)

*arcrad

 

parc0 #Arc output for I, J, K

iout = i * x_mult

jout = j * y_mult

kout = k * z_mult

if plane = zero, *iout, *jout, kout

if plane = one, iout, *jout, *kout

if plane = two, *iout, jout, *kout

 

parc #Select the arc output

if arcoutput = zero, parc0

else, parc2

Link to comment
Share on other sites

here is the code from my post.

 

 

parc #Select the arc output

if arcoutput$ = zero,

[

#Arc output for IJK

i$, j$, k$

]

else,

[

#Arc output for R

if abs sweep$<=180 | arcoutput$=one, result = nwadrs srad, arcrad$

else, result = nwadrs srminus, arcrad$

*arcrad$

]

Link to comment
Share on other sites

^ Go to Arcs in your CD. Look for "Arc Center Type". There are 3 options below it...

 

XY plane: (change from 'Radius' to 'Delta start to center')

 

XZ plane: (change from 'Radius' to 'Delta start to center')

 

YZ plane: (change from 'Radius' to 'Delta start to center')

 

EDIT: John posted a pic of it.

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