Hello Guest it is April 19, 2024, 02:13:44 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 - TT350

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 »
81
G-Code, CAD, and CAM discussions / Re: G54-G59 Work offsets
« on: December 14, 2007, 07:59:51 AM »
Thanks again Graham.

I'm going to play with it this weekend
wish me luck.

Chirs

82
G-Code, CAD, and CAM discussions / Re: G54-G59 Work offsets
« on: December 13, 2007, 08:42:55 PM »
So let me see if I understand this.

The G54-59 are for jig/fixture and the G52'S are for the parts mounted to
the jig/fixture.

Chris

83
G-Code, CAD, and CAM discussions / Re: G54-G59 Work offsets
« on: December 13, 2007, 08:51:41 AM »
Graham, thanks so much for your time!!!

I will play with this and cut some air.


Chris

84
G-Code, CAD, and CAM discussions / Re: G54-G59 Work offsets
« on: December 13, 2007, 07:30:17 AM »
When I was looking at the offsets page I see G54-G59.
I was under the impression that G54 would be X0 Y0
or "master part" and G55-G59 would be your clone parts
with G55 having it's X/Y offset's,G56 having it's X/Y's
G57 having it's X/Y's and so-on.

How dose G52 play into this?

Please be a pashunt, I'm still new at this.

There's no holes in my table and I'm trying
to keep it that way! :)

Chris

85
G-Code, CAD, and CAM discussions / Re: G54-G59 Work offsets
« on: December 12, 2007, 10:17:13 AM »
G52 X0 (you must always cancel).............Please explain this for me!

86
G-Code, CAD, and CAM discussions / Re: G54-G59 Work offsets
« on: December 12, 2007, 08:34:43 AM »
Hi Graham

You seperated the two hole with G54-52, the two hole are in one part mounted on a jig,
the jig has two parts on it that get the same operation.

Chris

87
G-Code, CAD, and CAM discussions / G54-G59 Work offsets
« on: December 11, 2007, 10:35:52 PM »
I am into my 6th month using Mach and have come a long way
 
My question is how do you set up multiples of the same part in Mach?
 
I know how to setup tool offsets and I see the G54-G59 on the offsets page.
 
If G54 is your first part X0 Y0 then G55 must be your next part Wright?
 
 
Attached is a simple hole pattern with two hole.

G00 G43 G40.1 G17 G80 G50 G90
G20
(Deep Drill )
M6 T1
G43 H1
M03 S800
G00 Z0.2655
X0.6250 Y-0.7500
G73 X0.6250 Y-0.7500 Z-0.4595 R0.0 Q0.05 F2.0
G80
G00 Z0.2655
X4.8150 Y-0.7500
G73 X4.8150 Y-0.7500 Z-0.4595 R0.0 Q0.05 F2.0
G80
G00 Z0.2655
G00 Z1
M5 M9
M30

 
Let’s say I have two parts using this pattern and part # 1 is
X0 Y0 and part # 2 is X-5.0 Y0 What would my code look like.
 
Where in the code would the G54-G55 be placed?
 
If you don't mind would you edit my code as an example.
 
Thanks
 
Chris 

88
I found your post by doing a search and fix the VM bug in the post, thanks for the reply!

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


Chris

89
G-Code, CAD, and CAM discussions / Visualmill 5.0 code for peck drilling
« on: December 03, 2007, 10:42:06 PM »
Hi guys

I had a row of holes to drill today and wanted try
some “deep hole drilling” in VisualMill 5.0

Mach 3 didn’t drill the holes for some reason here
is the code that VM posted.

 (Deep Drill )
M5M6 T2
G43 H2
M03 S1750
Z0.2109
X2.7500 Y-2.5000
G83 X2.7500 Y-2.5000 Z-1.3768 R-0.15 L0.0 Q0.25 F20.0
G80
G00 Z0.7500
G83 X8.2500 Y-2.5000 Z-1.3768 R-0.15 L0.0 Q0.25 F20.0
G80
G00 Z0.7500
G83 X13.7500 Y-2.5000 Z-1.3768 R-0.15 L0.0 Q0.25 F20.0
G80
G00 Z0.7500
G00 Z1
M5 M9
M30

It should have took .250 out of the hole on each pass
in the hole until max depth.
Instead it went to each hole and paused and moved to the next hole.

I modified the code and it peck drilled the holes.
This is the code I ended up using.

(Deep Drill )
M5M6 T2
G43 H2
M03 S1750
Z0.2109
X2.7500 Y-2.5000
G83 X2.7500 Y-2.5000 Z-1.3768 F20.0
G80
G00 Z0.7500
G83 X8.2500 Y-2.5000 Z-1.3768 F20.0
G80
G00 Z0.7500
G83 X13.7500 Y-2.5000 Z-1.3768 F20.0
G80
G00 Z0.7500
G00 Z1
M5 M9
M30

I know that G83 is a canned cycle for peck drilling but
what should the code look like if you wanted to choose
the amount that it takes on each peck.

I have found other bugs in the VM post processor for Mach3 and with the help of Bryan and the guys at VM
I have fixed a few as I run across then.

Thanks for your time
Chris   
 

90
SmoothStepper USB / Re: Welcome to SmoothStepper forum.
« on: November 14, 2007, 01:39:23 PM »
Thanks for your time! Please keep us posted.



Chris

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 »