CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Re: Another "newbe" +1

on 2001-11-12 16:56:39 UTC
WELCOME John!

This is home! The List's FAQ's are great, aren't they! Gcodes are
pretty easy to learn, most of what you need are just simple moves. "G01
X 1.00" says use a previously set feed rate, and move to the 1.00 point
in X. Moves can be combined, such as "X 1.2 Y 2.2", and even X,Y and
Z. We also like rotary axis, A, B, and C for good measure. Simplest
place to start is with ABSOLUTE coordinates (like above examples),
although RELATIVE coordinates are often useful. We can specify inches
by stating "G20" early in the program; or switch to mm's with a "G21".
Draw a circle? Sure, "G02 X1 Y1 I -1.0 J -1,0". In this case (flavor),
we specified the XY point we want to end up at (same for a FULL circle),
and the offset to the center. We could have made an arc instead, "G1
X1.25 Y0" followed by: "G03 X1.5 Y.25 I0 J.25". AND, although you can
write them by hand, remember that the PC LOVES to do this kind of stuff
for us: a CAD/CAM program!

Secret Handshake? How about a salutation: "May the SWARF be with you"!

Alan KM6VV


jtf@... wrote:
>
> Alan Marconett KM6VV <KM6VV@a...> wrote:
> > Good place to start is the past posts and FAQ (I've
> > left them on the end of my post).
>
> Thank-you Alan. Another newbie checking-in. Your FAQ URL was just
> what I was looking for. Don't know nothin' about g-codes. The real
> question............is there a secret hand shake for oily fingered-
> bit flippin-chip makin' weirdos? And.........where's home?
>
> john KB3DPC
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
>
> Post messages: CAD_CAM_EDM_DRO@yahoogroups.com
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...
> Moderator: jmelson@... timg@... [Moderator]
> URL to this page: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
> bill,
> List Manager
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

Discussion Thread

Edwin S. Katz 2001-11-12 14:15:57 UTC Another "newbe" S.L.Ramsay 2001-11-12 15:08:48 UTC Re: [CAD_CAM_EDM_DRO] Another "newbe" Alan Marconett KM6VV 2001-11-12 15:11:12 UTC Re: [CAD_CAM_EDM_DRO] Another "newbe" Edwin S. Katz 2001-11-12 15:33:47 UTC Re: [CAD_CAM_EDM_DRO] Another "newbe" jtf@d... 2001-11-12 16:34:07 UTC Re: Another "newbe" +1 Alan Marconett KM6VV 2001-11-12 16:56:39 UTC Re: [CAD_CAM_EDM_DRO] Re: Another "newbe" +1 ballendo@y... 2001-11-13 15:33:32 UTC Re: Another "newbe" +1