Re: [CAD_CAM_EDM_DRO] File sizes?
Posted by
Jon Elson
on 2002-01-26 23:22:52 UTC
wanliker@... wrote:
all block numbers are 5 digits, all axes are always written as xx.xxxx and
the feedrate is always specified as Fxx, and that there is always a Gxx on
the line. So, every block would look like :
N00100 G01 X00.1234 Y00.4321 Z00.1234 F10
That's 41 characters including the spaces. Add 2 more for
<CR> <LF> and it is 43. So, 1400000 / 43 = 32558 blocks.
That is a worst case example, as most CAM software suppresses
redundant axes, G01 and feedrate words. You might be able to get
as many as 50,000 blocks, depending on the complexity.
Jon
> This is a question I have now seen answered on the list. How big of a G-codeThis is not a precise number. But, we can figure it out. Assume that
> program can you put on a 1.4 floppy.
> With line numbers, X, Y, Z, and F, approximately how many lines?
> Or rephrase it as desired.
all block numbers are 5 digits, all axes are always written as xx.xxxx and
the feedrate is always specified as Fxx, and that there is always a Gxx on
the line. So, every block would look like :
N00100 G01 X00.1234 Y00.4321 Z00.1234 F10
That's 41 characters including the spaces. Add 2 more for
<CR> <LF> and it is 43. So, 1400000 / 43 = 32558 blocks.
That is a worst case example, as most CAM software suppresses
redundant axes, G01 and feedrate words. You might be able to get
as many as 50,000 blocks, depending on the complexity.
Jon
Discussion Thread
wanliker@a...
2002-01-26 12:08:38 UTC
File sizes?
stevenson_engineers
2002-01-26 13:09:49 UTC
Re: File sizes?
Brian Pitt
2002-01-26 13:15:22 UTC
Re: [CAD_CAM_EDM_DRO] File sizes?
Spehro Pefhany
2002-01-26 13:22:15 UTC
Re: [CAD_CAM_EDM_DRO] Re: File sizes?
Smoke
2002-01-26 13:25:56 UTC
Re: [CAD_CAM_EDM_DRO] Re: File sizes?
wanliker@a...
2002-01-26 13:55:46 UTC
Re: [CAD_CAM_EDM_DRO] Re: File sizes?
imserv1
2002-01-26 14:44:46 UTC
Re: File sizes?
Jon Elson
2002-01-26 23:22:52 UTC
Re: [CAD_CAM_EDM_DRO] File sizes?
Sven Peter
2002-01-27 06:37:27 UTC
Re: [CAD_CAM_EDM_DRO] File sizes?