Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Bill_O on March 18, 2009, 08:53:42 AM

Title: combining 2 g code files
Post by: Bill_O on March 18, 2009, 08:53:42 AM
I have 2 g code files that I want to combine together in Mach. What would be the
easiest way? The names will always change and I am using User Labels to store
the names.
Bill
Title: Re: combining 2 g code files
Post by: Graham Waterworth on March 18, 2009, 10:26:59 AM
Store your file in the subroutines directory within Mach and call them with a program like this

O0001 (MAIN PROGRAM)
M98 (SUB_PROG1.TAP)
M98 (SUB_PROG2.TAP)
M30

Graham

Title: Re: combining 2 g code files
Post by: poppabear on March 18, 2009, 02:32:49 PM
Master "G-Code Yoda Graham" has spoken.........