CAD CAM EDM DRO - Yahoo Group Archive

Re: How to program gcode to run cnc mill as vertical multiple tool lathe?

Posted by Monte
on 2008-04-18 14:51:59 UTC
If the tools are aligned with the mill table, an X mill move would
equal a Z lathe move and the Z mill move would equal an X lathe move?
So I'd either modify the g-code, or change the controller call the
correct axis, i.e. change motor step and dir pins in Mach, that's what
I use. This is with the tools fixed on the mill table. If I had a
spindle mounted on the mill table, then the axes would be directly
equal if I understand it right.

So I would program each tool "program" and manually add the
positioning g-code moves to get the part in place over the tool in
between the different individual tool programs. Something like that?

Monte


> > I've seen a couple video examples of running a cnc mill as a vertical
> > multiple tool lathe center, how do you program that sort of setup,
> > other than mill2lathe.com
> >
> > The tools are fixed to the mill table and the part is chucked in the
> > spindle.
> Mostly, it is automatic. The definition of axes orientation and
> signs is defined in RS-274D, and means that the X and Z on a
> mill and lathe work the same way! So, a +Z move would move the
> tool away from the work in the chuck on either machine, for
> instance. The only thing you need to do is preset the Y so that
> the tool is "on center" as you do with a lathe. Then, the
> G-code would be identical. Of course, for any threading work,
> you need a spindle encoder. The specific CNC control program
> determines how you do that.
>
> Jon
>

Discussion Thread

Monte 2008-04-17 22:11:18 UTC How to program gcode to run cnc mill as vertical multiple tool lathe? Jon Elson 2008-04-18 10:07:58 UTC Re: [CAD_CAM_EDM_DRO] How to program gcode to run cnc mill as vertical multiple tool lathe? Monte 2008-04-18 14:51:59 UTC Re: How to program gcode to run cnc mill as vertical multiple tool lathe? Leslie Newell 2008-04-18 15:14:18 UTC Re: [CAD_CAM_EDM_DRO] Re: How to program gcode to run cnc mill as vertical multiple tool lathe? Monte 2008-04-18 15:32:14 UTC Re: How to program gcode to run cnc mill as vertical multiple tool lathe? Leslie Newell 2008-04-18 15:50:26 UTC Re: [CAD_CAM_EDM_DRO] Re: How to program gcode to run cnc mill as vertical multiple tool lathe? Jon Elson 2008-04-18 19:34:30 UTC Re: [CAD_CAM_EDM_DRO] Re: How to program gcode to run cnc mill as vertical multiple tool lathe? Jon Elson 2008-04-18 19:37:44 UTC Re: [CAD_CAM_EDM_DRO] Re: How to program gcode to run cnc mill as vertical multiple tool lathe? Monte 2008-04-18 19:58:05 UTC Re: How to program gcode to run cnc mill as vertical multiple tool lathe? Michael Fagan 2008-04-19 00:26:44 UTC Re: [CAD_CAM_EDM_DRO] Re: How to program gcode to run cnc mill as vertical multiple tool lathe?