CAD CAM EDM DRO - Yahoo Group Archive

Re: DIFFERENCE BETWEEN G90 & G91?

Posted by imserv1
on 2002-01-21 17:28:39 UTC
--- In CAD_CAM_EDM_DRO@y..., Fitch R. Williams <frwillia@m...> wrote:
> On Tue, 22 Jan 2002 00:48:09 -0000, "yethdear0" <yethdear0@y...>
> wrote:
>
> >Most machines "wake" up in G90 mode.
>

Safety blocks...

>. It seems to reduce
> the number of surprises I get.
>

While most machines wake up in G90, if you stop them in mid stream,
they may think that they are still in incremental, and the next time
you start the program. ###$$$*** Kerbango. That's why those safety
blocks are a good practice. Even though you may only have this
happen once a year, it's better to never go Kerbango and have a few
extra lines of code in every program.

If you program multiple tools, it is a good idea to put nearly the
same set of safety blocks before and after each tool change. It does
not improve the sequential safety of the program, but it enables you
to safely start in mid program at any tool within the process.

G91 incremental is useful for a situation in which you want to make a
number of copies of the same set of cutting moves, say 6 pockets in a
2 x 3 array. You can program an absolute move to each of the 6
absolute locations and then re-use the same chunk of G-code for each
pocket, in incremental mode. Each pocket will be relative to the
absolute position. You can also use a G92 to reset your Zero point
at each location, but a mid program start may lose your location (
not good). Using one set of absolute locations and then relatively
cutting around each one can be reset and not lose location. Just
remember the G90 at the beginning of the program, and at the end of
each relative G91 subroutine call.

Best Regards, Fred Smith- IMService

Listserve Special discounts and offers are at:
http://www.vectorcam.com/cced2.html

We are THE source for low cost Cad Cam

Discussion Thread

woodknack 2002-01-21 08:07:37 UTC DIFFERENCE BETWEEN G90 & G91? Daniel J. Statman 2002-01-21 08:33:52 UTC Re: [CAD_CAM_EDM_DRO] DIFFERENCE BETWEEN G90 & G91? Bob Campbell 2002-01-21 08:34:20 UTC Re: [CAD_CAM_EDM_DRO] DIFFERENCE BETWEEN G90 & G91? Michael Milligan 2002-01-21 09:02:50 UTC RE: [CAD_CAM_EDM_DRO] DIFFERENCE BETWEEN G90 & G91? Alan Marconett KM6VV 2002-01-21 11:50:01 UTC Re: [CAD_CAM_EDM_DRO] DIFFERENCE BETWEEN G90 & G91? yethdear0 2002-01-21 16:48:13 UTC Re: DIFFERENCE BETWEEN G90 & G91? Fitch R. Williams 2002-01-21 17:01:56 UTC Re: [CAD_CAM_EDM_DRO] Re: DIFFERENCE BETWEEN G90 & G91? woodknack 2002-01-21 17:22:18 UTC Re: DIFFERENCE BETWEEN G90 & G91? imserv1 2002-01-21 17:28:39 UTC Re: DIFFERENCE BETWEEN G90 & G91? Carol & Jerry Jankura 2002-01-21 18:23:32 UTC When to use What Jon Elson 2002-01-21 23:20:23 UTC Re: [CAD_CAM_EDM_DRO] When to use What yethdear0 2002-01-22 04:19:30 UTC Re: When to use What ballendo 2002-01-22 07:19:27 UTC safety blocks was Re: DIFFERENCE BETWEEN G90 & G91? ballendo 2002-01-22 07:24:08 UTC safety blocks Re: DIFFERENCE BETWEEN G90 & G91? Gail & Bryan Harries 2002-01-22 07:40:19 UTC RE: [CAD_CAM_EDM_DRO] safety blocks Re: DIFFERENCE BETWEEN G90 & G91? ballendo 2002-01-22 07:42:49 UTC Re: When to use What imserv1 2002-01-22 08:35:31 UTC safety blocks Re: DIFFERENCE BETWEEN G90 & G91?