Hello Guest it is May 05, 2024, 07:48: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 - Graham Waterworth

221
General Mach Discussion / Re: Work offset changes if i press reset
« on: July 31, 2022, 05:26:03 PM »
You can set your Fixture position in to offset G59.253 and set the option in general config, this will then copy the figures into G54 on start up of mach3.

Are you saving your fixture offsets after you have set them from the offset tab.

222
General Mach Discussion / Re: MACH 3 M6 modifies Z in the G54
« on: May 25, 2022, 06:49:31 PM »
If you are working from the table top.

1. Go to mach3 offsets screen, select G54 top centre of screen, making sure end of spindle or what ever you use for the datum is correct value from Z home to table top.

2. Bottom right of offset screen set tool number to 1 and 'Gauge Block Height' to zero or if you are using a feeler gauge set to thickness of gauge.

3. Move tool and touch on table top or feeler.  Press 'Set Tool Offset' button.

4. Change to tool 3, set tool number to 3, touch on table top or feeler, press 'Set Tool Offset' button.

That should be all you need to do.


223
Mach4 General Discussion / Re: Z axis problem - Fusion 360 to mach4
« on: May 24, 2022, 07:20:34 AM »
That is a post issue in fusion, try using a different post, fanuc 6 mill may be better, there may also be an option on the post config screen to change the rapid move to xy then z

224
General Mach Discussion / Re: MACH 3 M6 modifies Z in the G54
« on: May 24, 2022, 07:15:19 AM »
You need to change the H0 to H1 when using tool offset 1 and H3 when using tool and offset 3

your tool offsets need to be set too.

(2D CONTOUR2)
M5
T1 M6
S5000 M3
G54
G0 X-21.415 Y-1.669
G43 Z15. H0
Z5.

225
Have you checked for a setting in the PMDX that might send the machine to a point after homing.

226
Mach4 General Discussion / Re: mach4 and wrap gcode
« on: May 04, 2022, 07:01:50 PM »
My guess would be you need to set the A axis rotation in Config - Control - Tool path

You also have no Y axis start point in the code.


227
I seem to remember you have to set the plane to XY (G17) just before the canned cycle and put it back to XZ (G18) after the G80

e.g.

N1 (CTR DRILL)
T0101
G00 G90 X0 Z5. G97 S500 M3
G17
G81 Z-4. R1. F.15
G80
G18
G00 X50. Z100.
M30

228
General Mach Discussion / Re: homing rotating axis
« on: April 22, 2022, 06:41:20 PM »
G91 G28 A0 will home the A axis.

229
You can change the motor direction in the servo drive parameters.

230
G28.1 X0 Y0 A0 is the normal format.