Hello Guest it is April 25, 2024, 06:41:30 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

1561
PoKeys / Re: PoKeys Plug-in
« on: August 19, 2008, 04:45:33 AM »
Hi All,

my PoKeys board came today, man that thing is small and so neat, can't wait to play.

Graham.

1562
G-Code, CAD, and CAM discussions / Re: Defining two objects as one
« on: August 18, 2008, 10:18:09 AM »
Make sure you are NOT outputting the line data as a spline from Corel X4

You need to save the lines as line segments.

Graham.

1563
General Mach Discussion / Re: Problems with pocket cutting in mach 3
« on: August 13, 2008, 06:04:33 PM »
Hi Steve,

it sounds as if your software is outputting tiny straight lines for the arcs, if you do not have CV turned on in Mach3 then turning it on will help. If you have then look if Vcarve can output arcs instead of the line segments.

Graham.

1564
PoKeys / Re: PoKeys Plug-in
« on: August 12, 2008, 08:42:55 AM »
Just ordered mine, looking forward to getting it.

Graham.

1565
General Mach Discussion / Re: GEC Gemini DC drive question
« on: August 11, 2008, 04:10:02 PM »
that is a gem, all you need is a PWM to 10V board to drive it.

Its not so much Boxford will not help, they can't due to the tie in with the L.E.A.

Graham.

1566
General Mach Discussion / MOVED: Offset whole layer
« on: August 10, 2008, 06:53:08 PM »

1567
I am at a loss at to why a tool number is even called with a D word. Why not just use the currently called tool number?

Sam,

The 'D' in tool compensation has many uses, as a quick example:-

If you had to rough and finish the outside of a stainless steel part you could use a main program to call a sub program of the finished shape and by using 2 different D's you could use the same sub with 2 different sized tools.

Graham.

1568
I have been asked to try and clarify the cutter compensation debate (CC) that keeps raging on and on and on.........

The basics

Compensation is not a quick fix.

Cutter compensation is used to adjust the size of a cut area, this can be on the outside or the inside of a component or section of a component.

Compensation has to be planned into the job, it is not easy to adapt afterwards.

When programming the job the tool is programmed on the centre line of the cut.

When programming the part any inside radius can not be smaller than the radius of the cutter to be used.

The machine should never rapid with an active G41 or G42, Mach3 may allow this move just as you can drive your car off a cliff, its not advisable.

You should not change local (G52) or global (G54-G59 Etc.) work offsets while a G41 or G42 is active.

Cutter compensation should not be used for pocketing and area clearance.

How it works


To use CC we have to command a G41 or a G42, the one we use depends on which side of the line we are on and what direction we want to travel.  The next consideration is how we move onto the cutter path, we can not rapid straight onto the line and start cutting, we have to create a lead in line.  We also have to have lead out lines.  This is why you have to pre-plan CC.

A lead line can be a straight line or an arc or a combination of both.  Straight line moves are the easiest, arcs give the best blend.

The picture below shows 4 examples of how we can use CC, the top 2 show cutting on the outside of the green line.  The bottom two are slots so are cutting on the inside of the green line.

The parts are 10mm wide and 50mm long giving 40 mm centres on the rads.  The example code was written for the use of a 2mm dia end mill.  Before anybody tells me this is not the best cutter for the job, I don't care.

More later........

Graham.

%
G54 G00 G90 G43
T1 M6
S1500 M3

(FIG 1 - CCW INSIDE)
G00 X41.5 Y-2.5
G00 Z1.
G01 Z-2. F900.
G41 X42.5 Y2.5 F1800.
G03 X40. Y5. R2.5
G01 X0.
G03 X-5. Y0. R5.
X0. Y-5. R5.
G01 X40.
G03 X45. Y0. R5.
X40. Y5. R5.
X37.5 Y2.5 R2.5
G01 G40 X38.5 Y-2.5
G00 Z25.

(FIG 2 - CW INSIDE)
G00 X61.713 Y-2.5
Z1.
G01 Z-2. F900.
G42 X60.713 Y2.5 F1800.
G02 X63.213 Y5. R2.5
G01 X100.
G02 X105. Y0. R5.
X100. Y-5. R5.
G01 X60.
G02 X55. Y0. R5.
X60. Y5. R5.
G01 X63.213
G02 X65.713 Y2.5 R2.5
G01 G40 X64.713 Y-2.5
G00 Z25.

(FIG 3 - CCW OUTSIDE)
G00 X41.5 Y42.5
Z1.
G01 Z-2. F900.
G42 X42.5 Y37.5 F1800.
G02 X40. Y35. R2.5
G01 X0.
G03 X-5. Y30. R5.
X0. Y25. R5.
G01 X40.
G03 X45. Y30. R5.
X40. Y35. R5.
G02 X37.5 Y37.5 R2.5
G01 G40 X38.5 Y42.5
G00 Z25.

(FIG 4 - CW OUTSIDE)
G00 X61.074 Y42.5
Z1.
G01 Z-2. F900.
G41 X60.074 Y37.5 F1800.
G03 X62.574 Y35. R2.5
G01 X100.
G02 X105. Y30. R5.
X100. Y25. R5.
G01 X60.
G02 X55. Y30. R5.
X60. Y35. R5.
G01 X62.574
G03 X65.074 Y37.5 R2.5
G01 G40 X64.074 Y42.5
G00 Z25.
G91 G28 Y0 Z0
M30
%

1569
LazyCam (Beta) / Re: Offset whole layer
« on: August 10, 2008, 08:31:05 AM »
It may help to tell us what you are using and what layer you want to offset.

Graham.

1570
Show"N"Tell ( Your Machines) / Re: Starting on the Hurco
« on: August 05, 2008, 01:20:14 PM »
Just because the kids are growing up fast you don't have to paint flames on them  ::)

Graham.