Hello Guest it is May 06, 2024, 09:54:04 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

1201
Are you using the DEMO version?

Graham

1202
The only way to do loops at the moment is by using subs or VB macros

You can use # vars and operators but no IF's or WHILE, GOTO's or conditions LE, etc.

Search the forum for M98 and you will find lots of examples to do loops and conditions.

Graham

1204
What happens if you run this code

G00 G91
X1.
Y1.
Z-.1
C10.
B10.
M30

Graham


1205
G-Code, CAD, and CAM discussions / Re: real meaning of G28 ?
« on: March 18, 2010, 04:00:35 PM »
If Mach has no known home position it can not work to absolute values so it reverts to incremental values in G53

Graham

1206
G-Code, CAD, and CAM discussions / Re: real meaning of G28 ?
« on: March 18, 2010, 03:50:28 PM »
Mach3 Version 4 is much more compliant with the standard, but in saying that not many modern CNC controls follow the standard to the letter, Mach3 will be the same, there are enhancements and omissions and as such running any code created for any other G-code control must be run with care.

Regards
Graham
  

1207
G-Code, CAD, and CAM discussions / Re: real meaning of G28 ?
« on: March 18, 2010, 02:26:06 PM »
Who said that Mach3 is NIST compatable ?

Graham

1208
G-Code, CAD, and CAM discussions / Re: real meaning of G28 ?
« on: March 17, 2010, 06:20:10 PM »
G28 X0 Y0 Z0 will send the machine to a known home position, e.g. you have homed the machine manually.

G28.1 X0 Y0 Z0 will search for the home position.

G28 X5. will go to home via the position X5. ( used to avoid obstructions and the like )

Graham

1209
G-Code, CAD, and CAM discussions / Re: Mach3 path over-run
« on: March 16, 2010, 06:07:22 PM »
you need to do a feed/lead out line into open space within your rectangle.

Search the forum and manual for lead in and/or lead out

Graham

1210
Are you in table view?

Try toggling the table view button.

Graham