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:

4th Axis rotating to wrong point?


McLaren
 Share

Recommended Posts

Good morning everyone. Hopefully someone can shed some light on a problem I'm having. I'm trying to chamfer a slot on a 4th axis (Fanuc 180is control) and the machine wants to make A- moves as degrees past 360. For example:

 

X-3.7577A113.

X-3.6837A114.

X-3.4732A-113.

 

The first move is clockwise, the second move is clockwise an additional degree, and the third move is counterclockwise 227 degrees. What I believe should happen is it should be a counterclockwise move of 1 degree, at least that's how the Fadal works. Any ideas?

 

Thanks in advance for any and all replies.

Link to comment
Share on other sites

I mean it considers "A" negative moves as counterclockwise distance from A0, so imagine a sample program:

G1G90A0

A50

A75

A74

A-50

A-49

 

What it is currently doing in absolute A axis positions is:

A0

CW to A50

CW to A75

CW to A74(All the way around the horn)

CCW to A310

CCW to A311(All the way around the horn)

 

What it should be doing is:

A0

CW to A50

CW to A75

CW to A74(All the way around the horn)

CCW to A50

CCW to A49(Just move 1 degree)

 

 

(Opps, just to clarify clockwise and counterclockwise are referring to tool motion, not actual 4th rotation direction, i.e. to get a clock face from noon to 3 is a clockwise rotation.)

Link to comment
Share on other sites
  • 2 weeks later...

ON a Fanuc the rotational direction codes are different

 

# Table rotation direction, index

sindx_cw : "M22" #Rotate CW code

sindx_ccw : "M21" #Rotate CCW code

sindx_mc : "" #Target string

 

fstrsel sindx_cw indx_mc sindx_mc 2 -1

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