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:

o/t, spindle warm up @ start of prog.


Jammer™
 Share

Recommended Posts

I have a curse.gif rebuilt fadal with 10,000 rpm spindle. In the mornings, I run a warm-up cycle with spindle in low gear before running any programs. But when running programs at 10,000rpm all day and not going into low gear, the belt sticks and makes all kinds of noise and sometimes won't even rotate. (not good) My question is: Is there a way to add something in my post that will run the spindle for 5 min. in low gear at each tool change, before next tool runs? I am using mpmaster fadal post. Thanks

Link to comment
Share on other sites

2025( TRODE1RAD )

( CREATED ON 06-28-04 AT 8:56 AM )

G20

G0G17G40G80G90

( .01 DIAMETER TOOL - 15 DIA. OFF. - 15 LEN. - 15 DIA - .01 )

T15M6

S1200M3G4P?

G0G90S12000M3E1X-.6209Y.505

H15Z1.25

 

I THINK This may be what your lookin to do if so shouldnt be hard to incorp into post

Link to comment
Share on other sites

If you are having problems with the low gear on the fadal, I would check the hoses to the hydraulics that change belts on the head. They do tend to leak and get sticky. Order a new part and replace it. Easy swap out. We normaly have to order those parts every 3-4 years on our fadals.

 

JIm

Link to comment
Share on other sites

Okay I manually typed it, and it needs to look like (this is a 15,000 rpm Fadal)

 

2025( TRODE1RAD )

( CREATED ON 06-28-04 AT 8:56 AM )

G20

G0G17G40G80G90

( .01 DIAMETER TOOL - 15 DIA. OFF. - 15 LEN. - 15 DIA - .01 )

T15M6

S1200 M3

G4 P10000

G0G90S12000M3E1X-.6209Y.505

H15Z1.25

Z-.09

Link to comment
Share on other sites

Thanks for the input guys. I will check it out today, and let ya know the results.

Madbub,

This machine is only 6 months old. I would hope were not having issues like that yet. I will check it out though. I did already have to replace the belts. Thanks again peeps!

Link to comment
Share on other sites

HI

Wow, I'd think it would be more cost effective to have the machine repaired than to add 5 minutes to every low gear tool change?? I've had to couhg up some $$ for the tree guys to get my machine up and running, but all in all it waqs money well spent.

 

Good luck

John

Link to comment
Share on other sites
Guest CNC Apps Guy 1

That is just messed up. No wonder the US can't compete with Asia, too busy screwing around with crap like this. Rebuilt Fadal... curse.gif that's like a rebuilt Yugo. I'm sure it looks pretty though.

 

Sorry for the rant...

Link to comment
Share on other sites

We have had this machine for 6 months. I've had the service guys out here 4 times already for one thing or another. curse.gif

 

 

quote:

I'm sure it looks pretty though

yeah, it has two pretty stickers on the front. One says Factory rebuild, and the other says Made in the USA..

Link to comment
Share on other sites

I would replace M3 code with custom macro .

Not havin` Fadals (GSMF (G_d save me from ) Fadal ) i will talk schematically

 

Macro program gets looks like p100=7000 m333

or #100=7000 g333 or some other appropriate for Fadal way

Saves a speed s7000 setted for a tool in inner parameters

Checks if spindel turns and on what gear

if result -low gear skip and go to

m3 p* something or g4 x or whatever fadal has for wait 5 minutes

m17

if result high gear go to low gear

for s500 m3

g4 x300

m5

go to high gear

s(input saved inner parameter -needed speed )m3

m17

 

end

 

You will have a good way to use it even through MDI or in hand written code if you save it as custom macro G-code or by any other appropr. way

 

HTH

WTHH

Link to comment
Share on other sites

Here is a program I used to warm up a Fadal. I use sub's. I left this program in memory and always over write programs being ran. This is the only one that stays in memory. Easier for the operators. The sub also moves the table and head in 3 axis moves just to get the juices flowing. Plenty of time to cycle the spindle as the table travels.

 

If you would like, I can email you the file.

 

%

O9999

(PROGRAM - 15K_FADAL .nc )

( 1/2 FLAT ENDMILL )

( WARM UP )

( 10 MINUTE WARM UP )

T20 M6

G0 G17 G40 G80 G90 E1

G0 G90 X-5.8188 Y7.077 S1000 M3

G43 H20 Z8.6172 M8

G8

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.5672

S2000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.5172

S3000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.4672

S4000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.4172

S5000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.3672

S6000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.3172

S7000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.2672

S8000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.2172

S9000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.1672

S10000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.1172

S11000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.1172

S12000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.1172

S13000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.1172

S14000 M3

M98 P0001 L1

( 10 MINUTE WARM UP )

G17

G90 Z8.1172

S15000 M3

M98 P0001 L1

M5 M9

G91 G28 Z0

G0 G90 E20 X0 Y0

M30

Link to comment
Share on other sites

Hey Trevor, How ya doin man? Hope everything is goin well for you. I have a program wrote to warm up the machine in the mornings. What I am looking at doing is running the spindle in low gear for a couple of miniutes at each tool change on my high rpm programs. If this spindle doesn't get any low gear run time, the belts want to seize up.

Link to comment
Share on other sites

If you want to do this while you are running a program (or before the ACTUAL program begins), you should be able to set up a flag in the post that could be turned on with an integer. If you need help, I will set it up for you. Let me know if you are running the last Fadal post I sent you.

 

All is well on this side of the world. Miss the beautiful green country side though.

Link to comment
Share on other sites

quote:

This machine is only 6 months old. I would hope were not having issues like that yet. I will check it out though. I did already have to replace the belts. Thanks again peeps!

Well you did say rebuilt, so I thought I would mention this. If it was rebuilt, the machine under neath is problay alot more older than 6 months.

 

Jim

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