CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Re: EMC Newbie

Posted by Jon Elson
on 2000-06-09 12:14:58 UTC
Tim Goldstein wrote:

> Ray or one of the other TK gurus may be able to tell you how to do it
> by
> adding a button, but that is beyond my current level of knowledge. I
> would
> do it by just going to MDI mode (F5) and entering G0 X0 Y0 Z0

G0 X0 Y0 Z0 will MOVE to that position.

Entering G92 X0 Y0 Z0 will set the relative coordinate system TO that
value at
the CURRENT position. This coordinate offset witll then hold as long as
you don't
shut the computer down, for the most part.

As far as repeating a move over and over, there is an incremental modal
parameter
which allows a command such as G01 X0.123 to move the X axis 0.123" from
where
it is now. I don't have a reference handy to see which one of the G
codes it is, but
it DOES work in EMC, I have tested it. It is also possible to use the
stored parameters
to add a value to a parameter, and then use that parameter as a
coordinate to go to.

Jon

Discussion Thread

Jon Elson 2000-06-08 15:00:57 UTC Re: [CAD_CAM_EDM_DRO] EMC Newbie Ozzie@h... 2000-06-08 20:46:17 UTC Re: EMC Newbie Tim Goldstein 2000-06-08 21:41:11 UTC RE: [CAD_CAM_EDM_DRO] Re: EMC Newbie Ozzie@h... 2000-06-08 22:32:41 UTC Re: EMC Newbie Jon Elson 2000-06-08 22:51:52 UTC Re: [CAD_CAM_EDM_DRO] Re: EMC Newbie Tim Goldstein 2000-06-09 08:44:15 UTC RE: [CAD_CAM_EDM_DRO] Re: EMC Newbie Jon Elson 2000-06-09 12:14:58 UTC Re: [CAD_CAM_EDM_DRO] Re: EMC Newbie