Hello Guest it is May 02, 2024, 07:38:19 PM

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

1771
General Mach Discussion / Re: Questions: M3Turn Tool Table
« on: January 01, 2008, 07:58:17 AM »
G96 and G97

Graham.

1772
G-Code, CAD, and CAM discussions / Re: crank shaft
« on: December 31, 2007, 08:55:11 AM »
Ok, this is how I would do the first op.

Datum is on left hand end for X axis.

Y and Z axis are on indexer centre line.

Using a 1/8" end mill.

I would try it on a bit of wood or plastic first.

Material is 1.375 square or round, by length of job plus what ever length you need to clear the indexer with the head.

Graham.

1773
Feature Requests / Re: More axis for master / slave control
« on: December 30, 2007, 03:22:05 PM »
I think you need to re-think your machine or look at using a Fanuc 18Mi they are only 13 axis and $20000.

Graham.

1774
General Mach Discussion / Re: Questions: M3Turn Tool Table
« on: December 30, 2007, 03:12:49 PM »
This is a sample of the code you will need to produce the part.


(USE TOOL OFFSET TABLE)
(SET TIP RAD TO MATCH TOOL)
(SET TIP DIRECTION TO 3)

N1 T0101
G00 X.2 Z.1 G97 S1000 M3
G01 G42 Z0 F0.004
X0.353  F.001
G03 X.368 Z-.007 R.007
G01 X.38 Z-.09 F.002
Z-.25
X.5
G00 G40 X1. Z1. T0100
M30

Graham.

1775
G-Code, CAD, and CAM discussions / Re: crank shaft
« on: December 30, 2007, 02:43:56 PM »
Looking at the NC code you posted it looks like you are roughing from the wrong side, rotate the datum onto the opposite face and work from that side.

Graham.

1776
General Mach Discussion / Re: Speed control
« on: December 30, 2007, 01:56:13 PM »
I have never found one, G50 S1000 is the normal format but G50 is scaling on Mach turn.

Graham.

1777
G-Code, CAD, and CAM discussions / Re: crank shaft
« on: December 30, 2007, 01:46:52 PM »
Email me a .iges file of the part and lets have a look at what can be done.

Graham.

1778
General Mach Discussion / Re: Questions: M3Turn Tool Table
« on: December 30, 2007, 10:45:39 AM »
As for screen shots, I think most of us use Wisdom-soft Screen hunter, its FREE.

http://www.wisdom-soft.com/downloads/downloadfiles.htm

Graham.

1779
General Mach Discussion / Re: Questions: M3Turn Tool Table
« on: December 30, 2007, 10:40:41 AM »
Give me some dimensions of the arc and part you want to cut and I will give you some sample code.

Do you work rad or dia?

Graham.

1780
G-Code, CAD, and CAM discussions / Re: crank shaft
« on: December 30, 2007, 09:24:41 AM »
Are you trying to make it on a lathe or a mill?

Graham.