Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Posted by
Raymond Heckert
on 2003-06-13 17:48:30 UTC
IIRC the 'accepted' procedure (assuming that Z0.0 is top of workpiece) was
to G0 X0.0 Y0.0 Z0.1, followed by a G01 Z0.0 Fn.n, so the E.M. would never
'crash' into the workpiece. Doesn't your software have a " set new home'
command. My old SHARNOA uses G92 for what they call 'Zero-shift'. Simply,
where ever you are, issuing a G92 will make that X/Y/Z be a new 'home'
position. Use as many times as you want, and G99 lets you revert back to
the initial HOME position. It's great for programming multiple parts in a
loop, each time resetting the X0,Y0,Z0
RayHex
----------
to G0 X0.0 Y0.0 Z0.1, followed by a G01 Z0.0 Fn.n, so the E.M. would never
'crash' into the workpiece. Doesn't your software have a " set new home'
command. My old SHARNOA uses G92 for what they call 'Zero-shift'. Simply,
where ever you are, issuing a G92 will make that X/Y/Z be a new 'home'
position. Use as many times as you want, and G99 lets you revert back to
the initial HOME position. It's great for programming multiple parts in a
loop, each time resetting the X0,Y0,Z0
RayHex
----------
> From: Tom Benedict <benedict@...>
>
> Ok, let me put this question another way:
>
> I am generating absolute coordinate G-code (i.e. if I do a "G0X1.0"
> followed by a "G0X0.0", I expect to be at x=0).
>
> I am using an edge finder to set my workpiece (0,0,0) point. In this
> coordinate frame, z=0 has the tool touching the top of the workpiece (so
> all negative Z coordinates are inside the material, and positive Z
> coordinates are above it.) In this coordinate frame, the centerline of
> the tool is lined up with the lower left corner of the material.
>
> What steps do I need to perform so that when I reach a line in my program
> that says "G0 X0.000 Y0.000 Z0.000", the tool moves to the workpiece
> (0,0,0) point?
Discussion Thread
inetd_conf
2003-06-11 23:36:30 UTC
Question Re: Work Offsets
Fred Smith
2003-06-12 06:12:38 UTC
Question Re: Work Offsets
stephank97
2003-06-12 08:04:48 UTC
Question Re: Work Offsets
Jon Elson
2003-06-12 10:39:24 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Tim Goldstein
2003-06-12 11:02:05 UTC
RE: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Tom Benedict
2003-06-12 11:33:23 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Tom Benedict
2003-06-12 11:36:12 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Tom Benedict
2003-06-12 11:40:07 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Fred Smith
2003-06-12 11:43:13 UTC
Question Re: Work Offsets
Tim Goldstein
2003-06-12 12:12:22 UTC
RE: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Tom Benedict
2003-06-12 12:33:33 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Tom Benedict
2003-06-12 12:41:02 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Tim Goldstein
2003-06-12 13:06:20 UTC
RE: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Fred Smith
2003-06-12 15:06:45 UTC
Question Re: Work Offsets
Fred Smith
2003-06-12 15:07:23 UTC
Question Re: Work Offsets
Keith Rumley
2003-06-12 15:20:41 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Tom Benedict
2003-06-12 15:53:08 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Ray Henry
2003-06-12 18:27:23 UTC
Re: Re: Question Re: Work Offsets
LARRY ROBERTSON
2003-06-12 20:53:08 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Jon Elson
2003-06-12 21:16:26 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Jon Elson
2003-06-12 21:30:50 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Jon Elson
2003-06-12 21:38:09 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Jon Elson
2003-06-12 21:47:37 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Jon Elson
2003-06-12 21:57:28 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Jon Elson
2003-06-12 22:04:40 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Jon Elson
2003-06-12 22:16:03 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets
Michael Romeo
2003-06-12 22:26:32 UTC
Question Re: Work Offsets
Raymond Heckert
2003-06-13 17:48:30 UTC
Re: [CAD_CAM_EDM_DRO] Question Re: Work Offsets