Hello Guest it is May 05, 2024, 01:18:08 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Graham Waterworth

1931
General Mach Discussion / Re: Problem setting up an xy table onto a Lathe
« on: September 16, 2007, 09:46:17 AM »
Now I have seen the set up, the only real way is to clock the unit square to the axis.

Why!

I will tell you,  grooves will have tapered sides, threads will be at the wrong angle and parting off and drilling/reaming will be a tool smashing extravaganza.

You can program out tapers in faces and in diameters but coordinate rotation can not fix this. Lathes must move parallel and square to the spindle or you are in big trouble.

My solution would be :-

A little bit of accurate setting the first time and then fitting taper dowels. This will allow you to refit the unit at any time with the same accuracy.

Graham.

1932
G-Code, CAD, and CAM discussions / Re: cadcam purchase
« on: September 15, 2007, 03:39:55 PM »
If price is of no problem then :-

OneCNC or AlphaCAM

Graham.

1933
General Mach Discussion / Re: Problem setting up an xy table onto a Lathe
« on: September 15, 2007, 03:28:06 PM »
Can you post a picture of the set up and indicate where the error is, we may be able to think of a better solution with more detail.

Graham.

1934
General Mach Discussion / Re: Circle g-code in mach3
« on: September 15, 2007, 02:51:57 AM »
Hi Wellbuiltcabs,

How oval, .001 or .250", how are the axis driven, ball screws, belt and pulley,

A little more detail would help us give you a realistic answer.

Graham.

1935
General Mach Discussion / Re: ATC for lathe
« on: September 14, 2007, 11:42:55 AM »
Hi Chris,

Glad to here you are getting something out of my long, hard struggle with the program  :o . OK 15 minutes  ;)

It will still need some tweeking but the basics are there, let me know when you get the thing ready to run and I will guide you through any mods.

Graham.

1936
General Mach Discussion / Re: Prox sensors - will these work with mach setup
« on: September 13, 2007, 06:48:58 PM »
Thanks, got it sorted, more volts did the job.

Graham.

1937
General Mach Discussion / Re: ATC for lathe
« on: September 13, 2007, 06:39:06 PM »
Hi Chris,

if you look in the macro code you will see "G04 P250" this is a 250 micro second delay if you have your general config set for micro seconds, you must have yours set to seconds, all you need to do is change the P250 to P.25

Graham.

1938
General Mach Discussion / Re: Prox sensors - will these work with mach setup
« on: September 13, 2007, 03:32:00 PM »
Its an odd one that the link is correct, but the! in the link seems to confuse the browser, cutting and pasting seems to work.

Graham.

1939
General Mach Discussion / Prox sensors - will these work with mach setup
« on: September 13, 2007, 02:34:14 PM »
Hi all,

my turn for some help,

I have 2 of these prox sensors

"http://www.ifmefector.com/ifmus/web/dsfs!IE5222.html"

What I want to know is how would I connect them up to my bob as homing sensors, the 2 wire setup is confusing me, 3 wires I can understand.

Graham.

1940
General Mach Discussion / Re: What replaces G79 for Mach3?
« on: September 11, 2007, 12:01:48 PM »
Machs drilling cycle is G81 Znnn Rnnn Fnnn, you can do a replace of the G79's

Znnn final Z depth
Rnnn Rapid point above work face
Fnnn feed rate

Graham.