Hello Guest it is May 05, 2024, 07:39:03 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

1191
General Mach Discussion / Re: Turn Eccentric Wizard
« on: April 01, 2010, 03:59:20 AM »
This is why you need a Y axis

Graham

1192
General Mach Discussion / Re: Turn Eccentric Wizard
« on: March 31, 2010, 06:16:06 PM »
The code is the easy bit the hard bit is getting a machine that can follow the code instructions,  you need the X or Y axis to be in sync with the spindle.  Then the code is generated using Sin and Cos of a selected arc length on a offset centre point, the Z movement is then divided into the number of cords.

If you make the conforming machine I will write you the code.

Graham

1193
General Mach Discussion / Re: Turn Eccentric Wizard
« on: March 31, 2010, 03:15:45 PM »
Clive,

if its a repeat job bore a offset hole in a round billet and split it through the thick side then you can hold it in the three jaw.

Graham

1194
General Mach Discussion / Re: Turn Eccentric Wizard
« on: March 31, 2010, 08:41:44 AM »
You would need a lathe with a Y axis for a start so you could maintain the tool centre height.

Graham

1195
Post Processors / Re: Solidcam 2006 Rev10 to mach2-mach3 post pro
« on: March 31, 2010, 08:30:38 AM »
Mach3 has no looping macro commands.

Graham

1196
G-Code, CAD, and CAM discussions / Re: Need Help!! With school project
« on: March 30, 2010, 05:58:55 PM »
Search the forum for G52 command, this allows you to write your sub in absolute and call G52 X? Y? as local datum point. Use G52 X0 Y0 to cancel the shift before you issue the next.

Graham

1197
General Mach Discussion / Re: Software or Mechanical Problem
« on: March 28, 2010, 12:56:18 PM »
Hi Phillip,

post your code here and hi-light the problem area in the code.

Graham

1198
If you are wanting to have the machine rapid one axis and be feeding on another then Mach3 V3****************** can NOT do this yet, to do that you need multi planners, that is for the future.

Graham

1199
You can set certain ones with a #number , for example you can set fixture offsets that will update there positions by setting the #2500,2501,2502, for XY&Z on G54.

To zero out the absolute figures you just do a G92 X0 Y0 Z0 or any combination of axis.

Graham

1200
Go to the help menu and your name will be shown in the about window if its a licensed version.

Graham