CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Re: G92 and M99 code/cncpro

Posted by Vance Buhler
on 2001-01-29 11:43:39 UTC
>I tried your example again and it worked out well, after adding G80
>right after the G81 it worked out PERfectly! THnak You!!!
>
>If you have time I would love an explaination as to why this works as
>it does. Here is your example with the G80 in it for any others. This
>is to drill repeatitive holes (I am sure you could make it for other
>things also).
>
>G90 (absoulte mode)
>G01 x*y* [*being your location of first hole]
>L50 G22 P1 (subroutine looped 50 times)
>G90
>G00 Z0 X0 Y0 (returns here after all 50 holes are finished)
>M30 (start the subroutine)
>$1 (start subroutine here)
>G81* [*your drilling parameters here]
>G80 (cancle drilling)
>G91 [relative mode]
>G01 X*Y* [*offset for the next hole)
>M2 (cancel subroutine)
>
>My question is, in the begining, first absoulte mode is turned on,
>then the machine goes to the XY offset for the first hole, then loads
>the subroutine, then again truns on absoulte mode...why then does the
>machine not go back to Zero here but instead seems to skip this step
>and load the subroutine, go through it 50 times, and then go back to
>that step it skipped and go to Zero at the end??
>

Discussion Thread

alieron@h... 2001-01-27 04:22:25 UTC G92 and M99 code uses? Marcus & Eva 2001-01-27 06:58:11 UTC Re: [CAD_CAM_EDM_DRO] G92 and M99 code uses? cnc002@a... 2001-01-27 08:56:30 UTC Re: [CAD_CAM_EDM_DRO] G92 and M99 code uses? Brian Pitt 2001-01-27 14:45:19 UTC Re: [CAD_CAM_EDM_DRO] G92 and M99 code uses? alieron@h... 2001-01-27 17:14:34 UTC Re: G92 and M99 code uses? alieron@h... 2001-01-28 01:33:46 UTC Re: G92 and M99 code/cncpro carlcnc@s... 2001-01-28 08:56:14 UTC Re: G92 and M99 code uses? alieron@h... 2001-01-29 00:52:34 UTC Re: G92 and M99 code/cncpro alieron@h... 2001-01-29 01:17:18 UTC Re: G92 and M99 code/cncpro Smoke 2001-01-29 11:30:40 UTC Re: [CAD_CAM_EDM_DRO] Re: G92 and M99 code/cncpro Vance Buhler 2001-01-29 11:43:39 UTC Re: [CAD_CAM_EDM_DRO] Re: G92 and M99 code/cncpro ballendo@y... 2001-01-29 14:27:36 UTC re:G92 and M99 code uses? ballendo@y... 2001-01-29 19:49:18 UTC re:Re: G92 and M99 code/cncpro ballendo@y... 2001-01-29 20:21:31 UTC re:Re: G92 and M99 code/cncpro alieron@h... 2001-01-30 00:03:33 UTC re:Re: G92 and M99 code/cncpro Carey L. Culpepper 2001-01-30 07:29:24 UTC Re: [CAD_CAM_EDM_DRO] re:Re: G92 and M99 code/cncpro ballendo@y... 2001-01-31 01:49:53 UTC re:Re: G92 and M99 code/cncpro Carey L. Culpepper 2001-01-31 07:26:49 UTC Re: [CAD_CAM_EDM_DRO] re:Re: G92 and M99 code/cncpro Robert Allen & Marsha Camp 2001-01-31 16:55:21 UTC Re: [CAD_CAM_EDM_DRO] re:Re: G92 and M99 code/cncpro mooseo69@y... 2001-03-27 13:52:55 UTC Re: re:G92 and M99 code uses? Ray 2001-03-28 06:48:14 UTC Re: re:G92 and M99 code uses?