Re: Re: Re: Re: CNC Test File
Posted by
Ray
on 2001-08-25 17:22:31 UTC
Art
Someday I have to try your CNC software and see how it compares. Does that
mean I would have to dig up that MS-Windows I burried in the yard? Or can I
run it in the windows emulator under Linux?<g>
(comments mixed in)
From: "Art Fenerty" <fenerty@...>
beyond that, then the next block is read when the one on the top or
bottom ot the stack is done. One reason that I could get those rates was
that the number of steps per unit rather small. I think that the NIST
hexapod used something like 680 steps per inch.
wrote the interpreter, and the best way to optimize throughput is to strip
everything out of the g-code that is not absolutely necessary -- no line
numbers, only type modal codes when you need to change a mode, remove
comments, etc -- makes for some pretty unreadable, hard to edit stuff. For
those contouring files with lots of 0.002 linear moves it makes sense.
Ray
Someday I have to try your CNC software and see how it compares. Does that
mean I would have to dig up that MS-Windows I burried in the yard? Or can I
run it in the windows emulator under Linux?<g>
(comments mixed in)
From: "Art Fenerty" <fenerty@...>
>Jon:The look ahead on the EMC is a couple hundred blocks. Once you get
>
>Unless I'm mistaked, the BPS of emc will vary more with feedrate than
>interpolation or trajectory cycles. The next block will process when the
>previous block is completed in the trajectory cycle. Upping the trajectory
>cycle would not do much more than increase resolution by decreasing the
>velocity of trajection.
beyond that, then the next block is read when the one on the top or
bottom ot the stack is done. One reason that I could get those rates was
that the number of steps per unit rather small. I think that the NIST
hexapod used something like 680 steps per inch.
>Raising the velocity to ridiculous rates will up the BPS to its max. OfBlock size is right on. I had a discussion with Tom Kramer, the fellow who
>course Block size would have a lot to do with it.
wrote the interpreter, and the best way to optimize throughput is to strip
everything out of the g-code that is not absolutely necessary -- no line
numbers, only type modal codes when you need to change a mode, remove
comments, etc -- makes for some pretty unreadable, hard to edit stuff. For
those contouring files with lots of 0.002 linear moves it makes sense.
>( been poking around in the emc code ...stumbling like a greenhorn)Most of it is way beyond where I can even dream of reading.
>Art
Ray
Discussion Thread
Art Fenerty
2001-08-24 15:52:03 UTC
CNC Test File
cncdxf@a...
2001-08-24 16:30:00 UTC
Re: CNC Test File
William Scalione
2001-08-24 21:27:18 UTC
Re: [CAD_CAM_EDM_DRO] CNC Test File
Jon Elson
2001-08-24 23:26:04 UTC
Re: [CAD_CAM_EDM_DRO] CNC Test File
Art Fenerty
2001-08-25 04:27:08 UTC
Re: [CAD_CAM_EDM_DRO] CNC Test File
Art Fenerty
2001-08-25 04:28:56 UTC
Re: [CAD_CAM_EDM_DRO] CNC Test File
Fred Smith
2001-08-25 04:46:54 UTC
Re: CNC Test File
Art Fenerty
2001-08-25 04:53:42 UTC
Re: [CAD_CAM_EDM_DRO] Re: CNC Test File
Art Fenerty
2001-08-25 04:58:24 UTC
Re: [CAD_CAM_EDM_DRO] Re: CNC Test File
Jon Elson
2001-08-25 11:04:21 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: CNC Test File
Art Fenerty
2001-08-25 11:16:41 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: CNC Test File
Alan Marconett KM6VV
2001-08-25 11:18:18 UTC
Re: [CAD_CAM_EDM_DRO] CNC Test File
Art Fenerty
2001-08-25 17:03:22 UTC
Re: [CAD_CAM_EDM_DRO] CNC Test File
Ray
2001-08-25 17:22:31 UTC
Re: Re: Re: Re: CNC Test File
info.host@b...
2001-08-25 17:30:35 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: Re: Re: CNC Test File
Tom Eldredge
2001-08-27 10:14:50 UTC
Re: [CAD_CAM_EDM_DRO] CNC Test File
Jon Elson
2001-08-27 11:39:16 UTC
Re: [CAD_CAM_EDM_DRO] CNC Test File
Chris L
2001-08-27 19:38:46 UTC
Re: [CAD_CAM_EDM_DRO] CNC Test File