Re: Gcode
Posted by
doug98105
on 2002-06-06 20:10:36 UTC
For most lathes the program zero for Z is set by measuring the offset
from a known reference such as the face of the spindle. Typically, a
lathe will use a chuck (or collet nose) so the total Z work offset
would be the thickness of the chuck plus the amount the workpiece
protrudes from the chuck.
On one of my lathes I do it this way:
N10 G92 S4000 Z2.5
N20 G54 G59
The value Z2.5 is the amount the work protrudes from the chuck and is
added to the G54 chuck offset value (chuck thickness, stored in the
controller's work offset table). I recall the chuck is about 3"
thick, so that would make the total offset 3 + 2.5=5.5". Note the
value of G54 is a constant and was stored in the control, the only
measurement for a new job is to determine the amount the work
protrudes from the chuck.
There're other ways to do it, but that's the one I use most of the
time.
Doug
from a known reference such as the face of the spindle. Typically, a
lathe will use a chuck (or collet nose) so the total Z work offset
would be the thickness of the chuck plus the amount the workpiece
protrudes from the chuck.
On one of my lathes I do it this way:
N10 G92 S4000 Z2.5
N20 G54 G59
The value Z2.5 is the amount the work protrudes from the chuck and is
added to the G54 chuck offset value (chuck thickness, stored in the
controller's work offset table). I recall the chuck is about 3"
thick, so that would make the total offset 3 + 2.5=5.5". Note the
value of G54 is a constant and was stored in the control, the only
measurement for a new job is to determine the amount the work
protrudes from the chuck.
There're other ways to do it, but that's the one I use most of the
time.
Doug
--- In CAD_CAM_EDM_DRO@y..., "andrewyslee" <andrewlee@s...> wrote:
>
>
> In a mill, one will set the program zero by touching a point on the
> workpiece surface.
>
> For a lathe, how does one set the program zero?
>
> Thanks
>
> Andrew
Discussion Thread
ballendo@y...
2000-09-02 14:30:30 UTC
Re:Gcode
Alan Marconett KM6VV
2000-09-02 16:20:48 UTC
Re:Gcode
ballendo@y...
2000-09-02 17:55:53 UTC
Re:Gcode
Alan Marconett KM6VV
2000-09-02 22:13:41 UTC
Re:Gcode
ballendo@y...
2000-09-02 22:53:04 UTC
Re:Gcode
Alan Marconett KM6VV
2000-09-03 14:44:39 UTC
Re:Gcode
Hugh Currin
2000-09-03 14:46:07 UTC
Re: [CAD_CAM_EDM_DRO] Re:Gcode
Alan Marconett KM6VV
2000-09-03 15:01:42 UTC
Re:Gcode
ballendo@y...
2000-09-03 18:43:47 UTC
Re:Gcode
ballendo@y...
2000-09-03 18:51:19 UTC
Re:Gcode
ballendo@y...
2000-09-03 20:13:39 UTC
Re: Re:Gcode
Gene
2002-06-05 13:47:36 UTC
Gcode
James Stevens
2002-06-05 14:03:16 UTC
Re: [CAD_CAM_EDM_DRO] Gcode
Jon Elson
2002-06-05 16:55:17 UTC
Re: [CAD_CAM_EDM_DRO] Gcode
bjammin@i...
2002-06-06 04:37:12 UTC
Re: [CAD_CAM_EDM_DRO] Gcode
robert charles weiss
2002-06-06 14:48:06 UTC
Re: [CAD_CAM_EDM_DRO] Gcode
andrewyslee
2002-06-06 18:04:10 UTC
Re: Gcode
doug98105
2002-06-06 20:10:36 UTC
Re: Gcode
Jon Elson
2002-06-06 22:26:10 UTC
Re: [CAD_CAM_EDM_DRO] Re: Gcode
remy
2003-11-13 15:58:21 UTC
Gcode
Torsten
2003-11-13 17:43:24 UTC
Re: Gcode