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:

arc statements on cincinnati arrow vmc 750


Tim Pruett
 Share

Recommended Posts

I did a search and couldn't find what i'm looking for. I'm programing a Cincinnati arrow vmc 750 with an acramatic a2100 control, using x4. It keeps alarming out. could anyone tell me the correct way to set up the control definition and post. I've tried just about every combination of settings and it still errors out. It keeps saying it needs a helical axis lead word. I had a z move of .0001 on the same line as an arc. I deleted the z move and it ran fine. Any insight would be greatly appreciated. I should add, I'm using I's J's and k's.

Link to comment
Share on other sites

that's the way I have it. It works fine in the x,y plane but as soon as it switches planes (y,z or x,z) it alarms. I tried not allowing helixes, allowing helixes in x,y only, and allowing helixes in all planes and it still alarms. I have support arcs checked in x,y ; x,z ; and y,z.

Link to comment
Share on other sites

helix can be tricky with Cincinnati controls.. are you sure the machine supports them.

 

If you started with a Fanuc post you are probably getting G18/G19 output when you switch planes

and I don't think your control will accept G18/19

Link to comment
Share on other sites

here's the code i'm having trouble with,

 

 

 

 

G3X.1905Y-.0457Z-.0236I.224J1.6535(here's where it's stoping)

 

X.3932Y-.0462I.3932J41.099

 

X.4673Y-.0461I.3932J41.099

 

G1Y.0461Z-.0235

 

X.3176

 

X.1905Y.0457

 

G3X.0917Y.0409Z-.0236I.229J-1.7597

 

G1X.0407Y.0363Z-.0235

 

Y-.0362

 

X.0506Y-.0371

Link to comment
Share on other sites

I tried setting it to xy plane only and it still output the z move on the same line with the arc move.

 

here's a section from my post

 

pcirout #Output to NC of circular interpolation

 

pcan1, pbld, n$, `sgfeed, sgplane, sgcode, sgabsinc, pccdia,

 

pxout, pyout, pzout, pcout, parc, feed, strcantext, scoolant, e$

 

Do you think that if I remove the "pzout" that it will stop putting the z move on the arc line?

Link to comment
Share on other sites

I don't know why it's changing the stuff that I copy and paste to where you can't hardly read it. If I copy and paste directly from the post it spreads the code out ridiculously. I used word pad and it ended up like you see it. sorry im computer stupid. lol

 

edit; I kinda figured it out.

Link to comment
Share on other sites

here's the parc section;

 

 

parc #Select the arc output

 

if arcoutput$ = zero | full_arc_flg$ | arc_pitch$,

 

[

 

#Arc output for IJK

 

if plane$ = 0, k$ = arc_pitch$

 

if plane$ = 1, i$ = arc_pitch$

 

if plane$ = 2, j$ = arc_pitch$

 

if plane$ = 0, *i$, *j$, [if arc_pitch$, *k$]

 

if plane$ = 1, [if arc_pitch$, *i$], *j$, *k$

 

if plane$ = 2, *i$, [if arc_pitch$, *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

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