Hello Guest it is April 23, 2024, 03:24:52 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

1681
Is all the single phase electrics coming from the transformer or from the wall socket?

Take a single phase from the converter and use it to drive the other electronics.

The wood frame did not allow the phases to cross, metal will.  That could be your problem.

Graham.

1682
General Mach Discussion / Re: its gonna be one of those days.
« on: March 04, 2008, 03:26:16 PM »
Not just a pretty face, or is that not a pretty face.  ;D

Graham.

1683
General Mach Discussion / Re: Feed Rate
« on: March 04, 2008, 01:56:46 PM »
In your program enter F120.  this will double the feed to 120/units per minute

Graham.

1684
General Mach Discussion / Re: its gonna be one of those days.
« on: March 04, 2008, 12:41:50 PM »
Add the red bits and it works, I don't know what has changed in Mach .037 but I will have a word with Brian about it.

Graham.

%
G90 G01 X0.0 Y0.0 F1000
M98 P1 L1
M98 P2 L1
M30

O1
X0.0 Y0.0
X1.0 Y0.0
X1.0 Y1.0
X0.0 Y1.0
X0.0 Y0.0
M99

O2
X2.0 Y0.0
X3.0 Y0.0
X3.0 Y1.0
X2.0 Y1.0
X2.0 Y0.0
M99
%

1685
General Mach Discussion / Re: G95 lathe problem
« on: March 04, 2008, 12:30:48 PM »
Have a look at this post too :-

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

Graham.

1686
General Mach Discussion / Re: G76 pitch
« on: March 04, 2008, 12:20:37 PM »
Is the thread out of pitch all the way down its length or is it just at the start for a few turns?

If the pitch error is at the start only :-

What can happen is the cutting load of the tool can stall the spindle for a split second and throw out the pitch.

Also you have to allow for acceleration of the tool, in most cases 6mm (1/4") depending on the spindle speed and reaction time of your machine, the heavier the saddle the more time allowed.

If its all the way down :-

Your machine calibration is out.

Graham.

1687
Feature Requests / Re: Turn mode. Tool tip radius compensation
« on: March 03, 2008, 05:04:35 PM »
Is this a question or a statement?

Graham.

1688
General Mach Discussion / Re: its gonna be one of those days.
« on: March 03, 2008, 04:55:56 PM »
Always make sure you have a return on the last line, that is the most common cause of non running subs.

Putting a % at the start and end of the programs helps.

Graham.

%
G90 G01 X0.0 Y0.0 F1000
M98 P1
M98 P2
M30

O1
X0.0 Y0.0
X1.0 Y0.0
X1.0 Y1.0
X0.0 Y1.0
X0.0 Y0.0
M99

O2
X2.0 Y0.0
X3.0 Y0.0
X3.0 Y1.0
X2.0 Y1.0
X2.0 Y0.0
M99
%

1689
General Mach Discussion / Re: How to get started
« on: March 03, 2008, 04:42:16 PM »
As long as the Camtronics board is step and direction driven then all you will need is the mach3 software and a bit of time to work out the pin connections.

All the guys here will help out with any questions you may have.

Graham.

1690
General Mach Discussion / Re: G95 lathe problem
« on: March 03, 2008, 04:36:04 PM »
If you are running at low RPM's then it is better to use a multi slot (4 slots works well) index wheel and timing input instead of a single slot and index.

Graham.