Hello Guest it is June 04, 2024, 03:56:58 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

1781
General Mach Discussion / Re: Questions: M3Turn Tool Table
« on: January 01, 2008, 09:24:27 AM »
It would appear there are a few issues with comp and front/rear turrets. Brian has it on his to do list now, so it will get sorted.

Here is a non G42 version for you to try.

%
G20 G40 G00 G90 G94 G61
G43

N1 T0101 (MINI TURN .005 THOU RAD)
G00 X0.19 Z0.1 G97 S1000 M3
G01 Z0. F0.4
X0.321
G03 X0.341 Z-0.009 R0.01
G01 X0.375 Z-0.255
Z-1.005
X0.575
G00 X1. Z1. T0100

M30
%


Graham.

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

Graham.

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

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

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

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

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

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

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

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