Re: [CAD_CAM_EDM_DRO] A stupid question
Posted by
Alan Marconett KM6VV
on 2002-08-11 15:19:28 UTC
Hi Mariss,
RS274-X is basically a subset (extension) of Gcode. You'll see some
Gerber specific header blocks (lines) starting with '%' in your
example. Following that is a G54D12, which selects an aperture.
Following blocks end with '*', seems you've got a bunch without
CR/LF's. The X and Y values have the decimals omitted, and there are
several formats to know how to interpret them. Some have leading zeros,
some don't. Some are in "mills" (1/1000's), or other scales may be
used.
http://www.pcboardsinc.com/emt/gerber.html
http://www.frontline-pcb.com/products/genesis_moduls.html
http://www.artwork.com/gerber/274x/rs274x.htm
http://www.maniabarco.com/transdown.asp ***download spec.***
The last is a doc you can download.
With a few tweaks to my Gcode interpreter, I can read some Gerber's I
have.
Alan KM6VV
mariss92705 wrote:
RS274-X is basically a subset (extension) of Gcode. You'll see some
Gerber specific header blocks (lines) starting with '%' in your
example. Following that is a G54D12, which selects an aperture.
Following blocks end with '*', seems you've got a bunch without
CR/LF's. The X and Y values have the decimals omitted, and there are
several formats to know how to interpret them. Some have leading zeros,
some don't. Some are in "mills" (1/1000's), or other scales may be
used.
http://www.pcboardsinc.com/emt/gerber.html
http://www.frontline-pcb.com/products/genesis_moduls.html
http://www.artwork.com/gerber/274x/rs274x.htm
http://www.maniabarco.com/transdown.asp ***download spec.***
The last is a doc you can download.
With a few tweaks to my Gcode interpreter, I can read some Gerber's I
have.
Alan KM6VV
mariss92705 wrote:
>
> Hi,
>
> Gerber files are in what's called RS274-X format.
> G-Code files are RS274 format.
>
> My question is are both one and the same? Below is a sample gerber
> file for a hexagon; is this also G-Code?:
>
> G04 AutoGERB for AutoCAD 14/2000*
> G04 RS274-X Output *
> %FSLAX34Y34*%
> %MOIN*%
> %ADD12C,0.001000*%
> %ADD13C,0.007000*%
> G54D12*X5000Y10000D02*X670Y7500D01*X670Y2500*X5000Y0*X9330Y2500*X9330Y
> 7500*X5000Y10000*M02*
>
> Mariss
>
Discussion Thread
mariss92705
2002-08-11 14:26:05 UTC
A stupid question
Greg Pettengill
2002-08-11 15:00:25 UTC
Re: [CAD_CAM_EDM_DRO] A stupid question
Alan Marconett KM6VV
2002-08-11 15:19:28 UTC
Re: [CAD_CAM_EDM_DRO] A stupid question
mariss92705
2002-08-11 16:16:08 UTC
Re: A stupid question
Jon Elson
2002-08-11 18:27:55 UTC
Re: [CAD_CAM_EDM_DRO] A stupid question
Jon Elson
2002-08-11 18:41:26 UTC
Re: [CAD_CAM_EDM_DRO] A stupid question