Hello Guest it is April 27, 2024, 05:59:10 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

2531
General Mach Discussion / Re: Circular pocket shout out
« on: June 12, 2006, 06:14:27 PM »
Doing a normal circle you only have 4 direction changes,  with a spiral pocket this is multiplied by the number of arcs cut, so the backlash is highlighted.  Also the cutter can be pulling and pushing the table at varying amounts as the circle gets bigger.

Graham.

2532
General Mach Discussion / Re: Circular pocket shout out
« on: June 12, 2006, 05:47:25 PM »
Hi Keith,

The flat could be cutter flex or backlash.

For your information :-

Circular holes can be cut very easy with the following commands.

Hole is at X0 Y0 with a radius of 1.000"

G00 X0 Y0                   (move to start)
Z-.1                            (move to Z depth)
G01 G41 X1. D(offset number for tool rad) F5. (move X pos+radius and use compensation)
G03 I-1.                      (do a full circle cut)
G00 G40 X0 Z1.           (rapid to X start and Z safe)
M30                           (end)

Graham.


2533
General Mach Discussion / Re: Limits HELP!!!!!!!!!!!!!!!
« on: June 11, 2006, 08:06:27 AM »
Hi,

normally the Y axis zero point is to the front of the machine and the X is with the table to its left most point.

If you go to Homing/Limits in the config menu you can reverse the homing direction and set the G28 values.

If you set G28 as X0, Y0, Z0 you then use G54 to position your work zero, this is on offset form zero return to the zero point on the job.

E.g. If you clock a hole on a part and look at the Machine DRO and it says X-5.5000 and Y-3.000 these are the values you enter into G54 offset.

I hope this helps, come back for more if not.

Graham.

2534
Promote and discuss your product / Re: Scanned images to cad
« on: June 11, 2006, 05:16:23 AM »
Here is another that looks interesting.

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

Graham.

2535
Promote and discuss your product / Scanned images to cad
« on: June 11, 2006, 05:02:49 AM »
I came across this today, thought it may be of interest to somebody.

It converts images to CAD.

http://www.softcover.com/

Graham.

2536
General Mach Discussion / Re: CNC Workshop
« on: June 11, 2006, 04:36:08 AM »
I will be there too.  I can't stand not knowing what went on.

Benny why not use your new advert block to ask for pictures, video etc.

Don't know who will pay the $1000.00 per week though  :D

Graham.

2537
General Mach Discussion / Re: Design & Machining Software
« on: June 08, 2006, 04:29:28 AM »

2538
General Mach Discussion / Re: Design & Machining Software
« on: June 08, 2006, 04:13:51 AM »
Have a look at this:-

its 3D cad and its FREE  ;D

http://www.alibre.com/products/

Graham.

2539
VB and the development of wizards / Re: E-stop VB script
« on: June 06, 2006, 04:24:34 PM »
I would have thought it should look more like this

But I may be wrong as I use VB 2005

Graham

If(GetLED(0))Then
  sndPlaySound ()
end if

Public Declare Sub sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" _
    (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
sndPlaySound "C:\WINDOWS\MEDIA\ding.wav", &H1
End Sub

2540
G-Code, CAD, and CAM discussions / Polite request
« on: June 06, 2006, 02:57:20 PM »
Dear Brian & Art,

would it be possible to add U,V and W to Mach3 turn, the X,Y and Z incremental moves are a major part of turning code.  Also could we have I,K and R automatic chamfer and radius.

This may seem petty but Mach3 mill is very comprehensive and turn seems to get the raw end of the deal.

Thanks

Graham.