Hello Guest it is May 23, 2024, 02:37:36 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

1551
General Mach Discussion / Re: Tool offsets in X and Y direction
« on: September 29, 2008, 03:06:46 PM »
Work offsets set up individual datums that can be used in many ways.

Lets say that your datum point for your torch is at X4.0 Y2.0 and Z-3. you would set these figures into G54 then in G55 you would put X5.0 Y4. Z-3.5 or what ever the centre distances were.

Then if you were using the torch the gcode would be started with G54 and if you are going to use the drill you would command G55.

You can change from one to the other at any point except with in a G52 local offset.

Your height offsets can be global or local to a particular work offsets.

Graham

1552
General Mach Discussion / Re: Tool offsets in X and Y direction
« on: September 29, 2008, 02:18:01 PM »
You could call one G54 and the other G55

Graham

1553
G-Code, CAD, and CAM discussions / Re: help with mach3
« on: September 28, 2008, 02:42:15 PM »
Have a look at this one :-

Graham

http://members.aol.com/m9685123/index.html

1554
G-Code, CAD, and CAM discussions / Re: Changing Y axis to A axis
« on: September 28, 2008, 02:39:21 PM »
you could go into ports and pins and assign pins from Y into A in a different profile.

Graham

1555
General Mach Discussion / Re: need help mach turn
« on: September 21, 2008, 03:39:58 PM »
Have a look at this thread, its due to be released soon, there is a link in the LazyTurn thread to down load an taster version.

Graham.

http://www.machsupport.com/forum/index.php/topic,5767.0.html

1556
General Mach Discussion / Re: need help mach turn
« on: September 21, 2008, 03:16:37 PM »
Hi Alex,

Lazycam has a limited amount of lathe tools, Lazyturn will be much better.

There are some rules to follow when importing profiles for turn in Lazycam, the profile has to be open and a single continuous line, it can not be a spline!

Make sure you output lines and arcs.  The picture is an example of a typical shape that will work fine.

Graham.
 

1557
General Mach Discussion / Re: Some questions about radius compensation
« on: September 21, 2008, 03:05:36 PM »
Hi Dave,

if you look at the code again I think you will see that KKamels code has no lead in to the diameter to be cut, to use G41 you have to move to the diameter to be cut to allow Mach to compensate.  If you check out my code that is what it is doing.

Regards

Graham.



1558
General Mach Discussion / Re: Some questions about radius compensation
« on: September 21, 2008, 05:08:11 AM »
This is the simplest way to do circles with comp. :-

G21 G40
T6 M6
G00 G90 X30. Y47.
Z1.
G01 Z-1. F50.
G41 X45.  F100.
G03 I-15.
G00 G40 X30.

G01 Z-2. F50.
G41 X45. F100.
G03 I-15.
G00 G40 X30. Z1.
M5
M30

Graham.

1559
G-Code, CAD, and CAM discussions / Re: G53
« on: September 17, 2008, 06:34:29 PM »
What are you using to generate the g-code?

Graham

1560
G-Code, CAD, and CAM discussions / Re: Thread milling
« on: September 17, 2008, 06:33:02 PM »
Yes it can be done, use a single point tool and lots of maths.

PM me your email address.

Graham