CAD CAM EDM DRO - Yahoo Group Archive

Re: Learning G Code

Posted by doug98105
on 2001-12-24 08:58:09 UTC
Ballendo,

I'm not aware of any commercial/production CNC controls that allow
this type of "free form" syntax. All controllers I'm familiar with
are very syntax specific. You either program according to their
rules of syntax or not at all.

Are you expressing an opinion of the way you'd like things to be, or
am I way behind the times regarding interpreters?

thanks,

Doug


--- In CAD_CAM_EDM_DRO@y..., "ballendo" <ballendo@y...> wrote:
> Brian, list,
>
> A properly written G code interpreter will ignore "white space".
> Therefore the lines (called blocks in g code):
>
> G01 x5 f12
> G01x5f12
> G 0 1 x 5 f 1 2
> G01 x5 f 1 2
>
> will all be treated the same way.
>
> G code is also SUPPOSED to ignore case, but many interpreters
require
> the use of upper case letters to work correctly. MaxNC is one
example.
>
> Hope this helps.
>
> Ballendo
>

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