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:

A Fadal post question


Bill K
 Share

Recommended Posts

After a co worker retired , I now run the fadal that he used to run, so I'm new at this machine. The control is Fadal CNC HS88 this is one of there low end machines and is about 7 years old. We run format 1programing

The post that he ran was called " MPFADAL.PST " This post is old and goes back the Mastercan V7.

So today I tried the latest post that came with Mastercam v9 This post is called MPFADAL1.PST

The first operation that I ran was tapping. the drilling went ok, but the tapping didn't. The tap started ok, but when it reached the bottom of the hole it appeared to rapid retract.

This is the line of code (N9G84G99X-.25Y3.Z-.5R0.25F160.Q.0313P2000)

This was for a 10/32 tap. The feed & speed I have set is 5 IPM at 160 RPM

I'm not sure what's going on here, but I don't want a rapid retract, and I don't see a way to turn it off.

Is it possible that this post isn't compatible with this machine/ control ?

Link to comment
Share on other sites

Bill,

I dont know how close the Haas is the the Fadal, but I do recall there was a parameter in our mill to speed up the reverse. It did to us the same as you mentioned.. broke the tap pulling it out of the holder. I will try to find the setting and see if maybe the Fadal has the same.

Link to comment
Share on other sites

Bill,

In the Haas it has a tap retract multiplier in the settings screen. setting 130 if the setting is set to 1 it retracts the same speed going out as in. If it is set to a 4 it is 4x faster on the way out then the way in. Double check and see if yours has a multiplier. When we messed with this setting and increased it was when we were breaking taps like you mentioned.

 

Good Luck,

Link to comment
Share on other sites

Steve

Steve,

I do have the post text file MPFADAL1.txt along with MPFADAL1.PST

The screen shot that you show doesn't look anything like the one that I was seeing until I brought the text file in with the post file.

Now I see the same options that you had in your last post. I think we are now getting some where.

Link to comment
Share on other sites

Steve,

This is the code that I'm getting now that I have the text file in place using MPFADAL1.PST

One thing that I'm wondering about is the retract feed%

 

 

N0 O0000 (BK )

N1 ( CREATED ON 04-25-05 AT 2:30 PM )

N2G20

N3G0G17G40G49G80G90H0E0Z0

N4 ( TOOL - 1 DIA. OFF. - 0 LEN. - 0 DIA - 0.25 )

N5T1M6

N6G0G90S160.2M5M90E1X0.Y0.

N7G84.2

N8H0Z3.M8

N9G84.1G98X0.Y0.Z-.5R0.25F160.Q.0313P2000

N10G80

N11M5M9

N12G90H0Z0.

N13E0X0Y0

N14M2

Link to comment
Share on other sites

Bill,

 

I'm going from memory, but I believe a "100" P value will get you out of the hole 2X as fast as you went in. P200 would be 4X as fast, and so on. Your 2000 value may appear to be a rapid move at that rate. If you want to come out of the hole as fast as you went in, just eliminate the P value.

 

The ".2" on your RPM is only required if you tap above 2500 RPM. The ".2" forces the machine into high gear.

 

A G98 will return your tool to Z.25 (R plane) and a G99 will return your tool to Z3. (clearance) in this example, after tapping the hole.

 

Just a side note...you may want your H to match your T. wink.gif

 

Thad

Link to comment
Share on other sites

Thanks everyone,

 

Its working ok, I'm not breaking any taps.

The code in my last post wasn't exactly correct.

Here it is with the correct numbers, with a 0.1 feed%

 

N0 O0000 (BK )

N1 ( CREATED ON 04-25-05 AT 3:24 PM )

N2G20

N3G0G17G40G49G80G90H0E0Z0

N4 ( TOOL - 21 DIA. OFF. - 0 LEN. - 21 DIA - 0.1875 )

N5T21M6

N6G0G90S160.2M5M90E1X0.Y0.

N7G84.2

N8H21Z3.M8

N9G84.1G98X0.Y0.Z-.5R0.25F160.Q.0313P100

N10G80

N11M5M9

N12G90H0Z0.

N13E0X0Y0

N14M2

Link to comment
Share on other sites

Bill look at this code:

code:

%

O3122*FIX

(PROG'D BY PROGRAMMER? ON APR-26-05-12:27 )

*OPERATOR

*MC9 FILE LOCATION - K:CNC-MILLPENTBB-GE3-FILESGAAUHK31214-1 MARK 4-23-2005.MC9

*NC PROGRAM LOCATION - K:CNC-MILLNC-FILESFADALFIX.NC

*T16 | 1/4-20 TAPRH | H16 | D16

G0G17G40G80G90

T16M6* 1/4-20 TAPRH

*MAX | Z.1

*MIN | Z-1.

G0G90E1X0.Y0.

S366.2M5

G84.2

H16Z.1M8

G4 P500

G8

G84.1G99X0.Y0.Z-1.R0.1F366.2Q.05

G80

G0Z.1

M9M5

G49Z0.

X0Y9.5Z0E0

M00

M02

%

Now there are 2 things in my posted code that are not in your posted code.The first and most important on a Fadal is the G8 this one thing gets over looked by more people that anything. This as explained here: Fixed Fadal Cycles

quote:

Program a G8 (No Ramps) for the tap operation. This allows the tool to feed at a constant rate in and out of the hole.

Now the others has to do with F not having .2 at the end of the spindle amount and the reason for this is to make the machine go into high gear as stated here from the above page:

quote:

When using the G74 and G84 cycles, the spindle should be programmed for the high gear range. This will provide better spindle reversal for tapping. This is accomplished by programming a “.2" at the end of the S word or F word. For example, S1000.2 or F1000.2 sets the spindle speed at 1000 rpm in the high gear range.

My post has them in it and I would look to adding them into your post. You can contact your dealer or we can help you

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