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:

Fadal Post question


Surface
 Share

Recommended Posts

I've been using the same post since V5, but I think it's time to update. I downloaded both Fadal posts from the V9.1 CD (Fmt1 and fmt 2), but I fear that both of these have a small bug.

When Mi1=2,the post should output fixture offsets as "E". The fixture offsets can be modified from the WCS. Yet I need to input "0" in the work-offset box for the post to output "E1". If I enter "1" the post spits-out "2".

Is it the post that's wrong, or is it my way of thinking?

Also, I hate to spend the time customizing a new post, which may not work with V10. Is there any word whether V9 posts will be able to utilize the features of X?

Link to comment
Share on other sites

The default posts ao the CD are set up to use work offset 0 as the first offset then increment from there. This is due to the auto-numbering that Mastercam will do for multiple tool planes. Most people do not use the feature however so it's a little counter intuitive when you're dealing with a machine that uses offsets 1, 2, 3, etc. instead of 54, 55, 56, etc.

Link to comment
Share on other sites

quote:

Also, I hate to spend the time customizing a new post, which may not work with V10.

We recently updated to the post on the SP2 CD and that was one of my questions also. My dealer said there would be no problem using this post when X comes out.

 

Thad

Link to comment
Share on other sites

Well Glenn it is an easy thing to fix in the post. Here is what I did to the pwcs:

code:

pwcs            #E coordinate setting at toolchange

if mi1 > one,

[

sav_frc_wcs = force_wcs

if sub_level, force_wcs = zero

if workofs <> prv_workofs | (force_wcs & toolchng),

[

if sub_level, result = mprint(swrkserror)

g_wcs = workofs + 0

*g_wcs

]

force_wcs = sav_frc_wcs

!workofs

]

Then all you have to change this format statement:

code:

fmt  E  4   g_wcs       #WCS G address  

and this will output the corretc Fixture offsets for the Fadal 1=E1, 2=E2 and so forth.

 

HTH

Link to comment
Share on other sites

What about this line:

code:

 rot_ccw_pos : 1     #Axis signed dir, 0 = CW positive, 1 = CCW positive 

and here is how that section of my post is set:

code:

# --------------------------------------------------------------------------

# Rotary Axis Settings

# --------------------------------------------------------------------------

# Typical Vertical

srotary "A" #Rotary axis prefix

vmc : 1 #0 = Horizontal Machine, 1 = Vertical Mill

rot_on_x : 1 #Default Rotary Axis Orientation, See ques. 164.

#0 = Off, 1 = About X, 2 = About Y, 3 = About Z

# Typical Horizontal

#srotary "B" #Rotary axis prefix

#vmc : 0 #0 = Horizontal Machine, 1 = Vertical Mill

#rot_on_x : 2 #Default Rotary Axis Orientation, See ques. 164.

# #0 = Off, 1 = About X, 2 = About Y, 3 = About Z

rot_ccw_pos : 1 #Axis signed dir, 0 = CW positive, 1 = CCW positive

ret_on_indx : 1 #Machine home retract on rotary index moves, (0 = no, 1 = yes)

index : 0 #Use index positioning, 0 = Full Rotary, 1 = Index only

ctable : .001 #Degrees for each index step with indexing spindle

one_rev : 1 #Limit rotary indexing between 0 and 360? (0 = No, 1 = Yes)

lock_codes : 1 #Use rotary axis unlock/lock M-Codes? (0 = No, 1 = Yes)

use_frinv : 0 #Use Inverse Time Feedrates in 4 Axis, (0 = no, 1 = yes)

rot_feed : 1 #Use calculated rotary feed values, (0 = no, 1 = yes)

maxfrdeg : 2000 #Limit for feed in deg/min

maxfrinv : 999.99#Limit for feed inverse time

frc_cinit : 1 #Force C axis reset at toolchange

ctol : 225 #Tolerance in deg. before rev flag changes

ixtol : .01 #Tolerance in deg. for index error

frdegstp : 10 #Step limit for rotary feed in deg/min

HTH

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