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:

X5 MPMASTER OUTPUT RIGIDTAP CODE FOR FADAL


Recommended Posts

I use the mpmaster post for all of my Fadal 3-axis work. Everything works great except for the rigid tapping.

 

The code I get is a Fanuc style:

 

N130 T21 M06 ( 1/2-13 TAPRH)

N140 (MAX - Z9.)

N150 (MIN - Z7.4)

N160 M08

N170 G00 G17 G90 G54 X1. Y-.75

N180 G43 H21 Z9.

N190 G94

N200 M29 S130 {------------------------I don't need the M29

N210 G98 G84 Z7.4 R8.4 F10.

N220 X4.25

N230 X16.

N240 G80

N250 M09

N260 M05

N270 G91 G28 Z0.

N280 G28 Y0.

N290 G90

N300 M30

 

 

I need this code for the Fadal:

 

N130 T21 M06 ( 1/2-13 TAPRH)

N160 S130.2 M5 M90 {-------------Need M90 and S130.2

N170 G84.2 {---------------------Need G84.2

N200 G0 G17 G90 E1

N240 G0 X1. Y-.75

N250 H21 Z9.

N260 G94

N270 G84.1 G98 Z7.4 R8.4 F10. S130.2 {--------Need G84.1 and S130.2 on this line

N280 X4.25

N290 X16.

N300 G80

N310 G91 G28 Z0.

N320 G28 Y0.

N330 G90

N340 M30

 

 

Any Help is appreciated.

Link to comment
Share on other sites

Keith A-1

 

Thanks for the link but that does not help me because I am not starting with the generic Fadal format 2 post. I am starting with the X5 mpmaster post. I still need more help to get the code to output the way it is shown in my original post. Would it be possible to copy the rigid tapping section of the post from the fadal format 2 post and paste it into the mpmaster post.

Link to comment
Share on other sites

Justin look for this switch near the top of the post

 

rigid_tap   : 0     #0 = Floating tap output, 1 = Rigid tap output (suppress spindle output and output M29)

 

Set that bad boy to zero and that will put your speed output back in the first line and remove the m29 line. I've never used a Fadal so I don't what M90 does. You may have to add something to get that output.

Link to comment
Share on other sites

gms1,

 

Thanks for the advice however simply switching to rigid tap mode in the post will not work in this case because the mpmaster post is set up to output a rigid tap cycle for a Fanuc control. I need the post to output a rigid tap cycle that will work on a Fadal using format2.

 

CJep,

 

Thanks for the email but I would rather use the X5 mpmaster post. It works great on our Fadals except for the rigid tapping. What I would like is to modify my existing X5 mpmaster post to output the code shown above.

 

Thanks again for your suggestions.

Link to comment
Share on other sites

This is how I handled it in the post.

 

pmisc2$ #Canned Misc #2 Cycle - G84.1/G74.1

pdrlcommonb

feed = (1 / n_tap_thds$) * speed

pbld, n$, *sgdrill, *sgdrlref, pfxout, pfyout, pfzout, pcout,

prdrlout, *tap_speed, *feed, e$

pcom_movea

 

sgm2 : "G84.1" #misc #2 - **right hand**

sgm2d : "G74.1" #misc #2 - **left hand**

sgdrill : "" #Target for string

 

fstrsel sg81 drlgsel sgdrill 16 -1

 

fmt S 4 tap_speed ".2" #Spindle Speed (for rigid tapping-> Snnnn.2)

 

B)

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