CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Learning G Code

Posted by ka1bbg
on 2001-12-23 15:23:52 UTC
Hi, i am a bit rusty but got a few things you should be able to do. first
use the jog and move all 3 axis to middle of movement and clear and zero
their positions.
g01 command moves axis with a speed control so ;
g01 x.5 f02 hence move x .5 inches with feed rate "02" the feedrate is
dependant on the maximum you have set.
g00 command rapid travel so try this
g00 x0 move x back to 0 at rapid speed.
g01 f02 y.5 move y axis .5 at feedrate "02"
g00 y0 moves y axis back to 0 at rapid travel and so on( you may subistute
any axis x,y or z)
if you want to move both axis at same time do this
g01 x.5 y.5 f02 now both axis will move at same time and the actual
direction will be 45 degrees.
all commands have a space as i have shown you.
g00spacex.5spacey.5spacef00space
a simple program to move axis
g01 f02 x.5 y.5 move x,y .5inch
g00 x.5 y0 rapid y to 0
g00 x0 rapid x to 0
g01 z.5 move z .5 inch
g00 z0 rapid z back to 0

now you may use "mdi" or manual execute mode from the keyboard. or you may
type this simple program up in notepad but make sure you save the file as
"ascii text mode" or text only file.
do not enter the explaination i gave as part of the program. I think you
must use ( ) or " " to tell program to ignore comments otherwise it may give
you an error or make a move you do not want!. cul brian f.

----- Original Message -----
From: woodknack <wjdupont@...>
To: <CAD_CAM_EDM_DRO@yahoogroups.com>
Sent: Sunday, December 23, 2001 8:34 AM
Subject: [CAD_CAM_EDM_DRO] Learning G Code


> Hey does any one know of a web site or a book I should get that tells
> you how to write G codes? I just want to be able to draw a line or 2
> in G code to watch the machine preform. I have auto cad 2000 but
> don't have a clue on how to run it. LOL I also HAve DesKam and dont
> have a clue on how to run that either! This is all new to me but with
> the help of this forum I have made miles of progress!! THANKS
>
>
> 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

woodknack 2001-12-23 05:34:18 UTC Learning G Code cncdxf 2001-12-23 06:08:56 UTC Re: Learning G Code Richard Konnen 2001-12-23 06:13:05 UTC Re: [CAD_CAM_EDM_DRO] Learning G Code Scot Rogers 2001-12-23 09:04:03 UTC RE: [CAD_CAM_EDM_DRO] Learning G Code wanliker@a... 2001-12-23 10:26:38 UTC Re: [CAD_CAM_EDM_DRO] Learning G Code Michael Milligan 2001-12-23 12:14:39 UTC RE: [CAD_CAM_EDM_DRO] Learning G Code ka1bbg 2001-12-23 15:23:52 UTC Re: [CAD_CAM_EDM_DRO] Learning G Code Chris L 2001-12-23 18:19:54 UTC Re: [CAD_CAM_EDM_DRO] Learning G Code ballendo 2001-12-24 05:27:50 UTC Re: Learning G Code ballendo 2001-12-24 07:09:42 UTC Re: Learning G Code doug98105 2001-12-24 08:58:09 UTC Re: Learning G Code ballendo 2001-12-25 00:26:51 UTC G code standard vs. opinion was Re: Learning G Code Paul 2001-12-25 04:03:25 UTC Re: [CAD_CAM_EDM_DRO] G code standard vs. opinion ballendo 2001-12-25 05:09:55 UTC Re: G code standard vs. opinion Matthew King 2001-12-25 05:36:32 UTC Re: [CAD_CAM_EDM_DRO] G code standard vs. opinion was Re: Learning G Code wanliker@a... 2001-12-25 09:52:01 UTC Re: [CAD_CAM_EDM_DRO] G code standard vs. opinion was Re: Learning G Code Paul 2001-12-25 13:58:30 UTC Re: [CAD_CAM_EDM_DRO] Re: G code standard vs. opinion