Hello Guest it is April 19, 2024, 01:30:47 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

1101
G-Code, CAD, and CAM discussions / Re: g2 stops program when running
« on: November 29, 2010, 09:23:16 AM »
What is the P3 and P1 for in the G02/3 lines on your old control, I don't think Mach3 will like them for a start.

Graham

1102
G-Code, CAD, and CAM discussions / Re: G code help with missed steps
« on: November 28, 2010, 06:21:16 AM »
It would be better to fix the lost steps problem as lost steps are still lost in absolute mode.

Graham

1103
General Mach Discussion / Re: Scale X-1 Problem
« on: November 28, 2010, 05:17:12 AM »
Great news Mike,  I have passed on the remaining issue to the development team.

Graham

1104
General Mach Discussion / Re: Scale X-1 Problem
« on: November 26, 2010, 04:26:44 PM »
Quote
G19G3X388.331Y110.905Z4.25J-15.698F2500.0

You seem to be missing the K from the line.

Graham

1105
General Mach Discussion / Re: Scale X-1 Problem
« on: November 26, 2010, 03:27:23 PM »
Mach3 will not do 3D arcs, turn off helical/spirals in the post processor and try again.

Graham

1106
General Mach Discussion / Re: G92 Offest Problem (maybe)
« on: November 26, 2010, 12:52:30 PM »
Don't forget to cancel with G52 X0 at the end of the code section. There are lots of examples on here of how to use the command.

Graham

1107
General Mach Discussion / Re: G92 Offest Problem (maybe)
« on: November 26, 2010, 12:42:02 PM »
Use G52 instead it is a local shift and will offset as you expect, G92 is to be used instead of G54

Graham

1108
General Mach Discussion / Re: Scale X-1 Problem
« on: November 26, 2010, 12:37:05 PM »
You need to swap the ij mode in mach3 config

Graham

1109
General Mach Discussion / Re: No motor movememt
« on: November 24, 2010, 12:50:22 PM »
If you select MDI screen and type this in and press enter do you get movement?

G00 G91 X10.

Graham

1110
General Mach Discussion / Re: Scale X-1 Problem
« on: November 24, 2010, 12:45:57 PM »
I have seen this with g-code that uses R instead of I & J it is to do with the 180 degree rule and the shortest path.  Could be something totally new as well  ;D

Graham