Re: File sizes?
Posted by
stevenson_engineers
on 2002-01-26 13:09:49 UTC
--- In CAD_CAM_EDM_DRO@y..., wanliker@a... wrote:
N100 X3 Y2
N110 X3 Y3
is the same as
N100 X3 Y2
N110 Y3
but the later takes less to store so it could be longer.
Taking the first example of a fully documented code I looked through
my files and found one that was 1,380,642 long. Just enough to stick
on a 1.44 floppy.
I ran it through Discriminator to change the line increments from
10's to 1's so the line count was accurate and it came out to 34,434
separate lines of code.
I have cut and pasted the code at the end of this post...........
Just joking {g}
John S.
> This is a question I have now seen answered on the list. How bigBill, This all depends on how you write the code.
>of a G-code
> 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.
>
> Thanks,
N100 X3 Y2
N110 X3 Y3
is the same as
N100 X3 Y2
N110 Y3
but the later takes less to store so it could be longer.
Taking the first example of a fully documented code I looked through
my files and found one that was 1,380,642 long. Just enough to stick
on a 1.44 floppy.
I ran it through Discriminator to change the line increments from
10's to 1's so the line count was accurate and it came out to 34,434
separate lines of code.
I have cut and pasted the code at the end of this post...........
Just joking {g}
John S.
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?