Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: JTMN on June 17, 2020, 08:10:54 AM

Title: Mach3 gcode parameters
Post by: JTMN on June 17, 2020, 08:10:54 AM
Hallo

We had an old machine with Siemens 810 control. So we retrofitted it and using mach3
Im working on translating the old programs into mach3.
Most Parameters and Unary/operators are in mach3 gcode manual, but can’t find code for programing “jump” and “if” functions in mach3.
Thought "GoTO N20" should work, but doesn’t recognize the command "GoTo"
Siemens 810 equivalent  "@100 K10"
Subprograms and parameter calculation works like a charm, but the jumps/if doesn’t.
Anyone able to help?
Title: Re: Mach3 gcode parameters
Post by: Graham Waterworth on June 17, 2020, 09:03:06 AM
Mach3 has no loops jumps or ifs, Mach4 has full Macro support
Title: Re: Mach3 gcode parameters
Post by: JTMN on June 17, 2020, 09:32:06 AM
 :-[ ok, thanks
Title: Re: Mach3 gcode parameters
Post by: BR549 on June 17, 2020, 09:11:52 PM
I belive that ONLY Mach4 "Industrial" has full macroB support ??

Just  a thought , (;-) TP