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:

Fagor 8055 post help


Recommended Posts

2 hours ago, tsdunen71 said:

Thanks for any help

Nowhere near enough information.

Which Generic post? 3,4 or 5 axis?

Give an example of what you have and what you want in code.

A copy of the post if you have made any changes would also help.

I assume when you say Text you mean comments, which ones do you want to modify: tool comments (?), operation comments?

Link to comment
Share on other sites

What Post are you starting with?

The variables for "comment start" and "comment end", are typically:

sopen_prn & sclose_prn

or

scomm_str & scomm_end

 

Example, change from this:

sopen_prn    : "("   #String for open parenthesis "("
sclose_prn   : ")"   #String for close parenthesis ")"
To this:

sopen_prn    : '(MSG" '   #String for open parenthesis "("
sclose_prn   : ')"'  #String for close parenthesis ")"
 

Example, change from this:

scomm_str : "("
scomm_end : ")"
To this:

scomm_str : '(MSG" '
scomm_end : ')"'
Link to comment
Share on other sites

Thanks for the input I have part of the comments working. I have another bigger issue at the moment.  The machine is a fagor 8055 lathe we have mounted a second turret on the table. The new turret always cuts on the negative side of the X axis. I'm using the generic MPFAN post that came with  mastercam 2022. I have changed the line 

dia_mult     : -2     #Multiplier for output on X axis (Neg. switches sign of X) 

So it is now posting out with negative X moves. I also had to switch the G2 & G3 directions. My problem is its posting out positive numbers for the I and K moves for the G2 & G3 arcs. Can anyone tell me what to change in the post to reverse the I & K values to negatives? 

Example its posting  G02 X-11.1242 Z-.0259 I.0172 K.0261 

Needs to be  

G02 X-11.1242 Z-.0259 I-.0172 K-.0261 

Thanks for any help I'm pretty stuck

 

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

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