Re: Re: G-code user variables; convention?
Posted by
ballendo@y...
on 2001-01-06 23:16:52 UTC
Brian P wrote:
Yes, I too have played with 'compiled gcode'. My point is that we're
absorbing the increased processor speed available by not prioritising
well, IMO. Write a fast interpreter (using methods of the past, when
they HAD to be used) and you won't HAVE TO compile your gcode!! The
increased processor speed (over the past) is USED to RUN the code,
since we SAVED it by writing tight interpreter code.
Another note along this line of thinking came up awhile back. EMC has
a standalone interpreter with LOTS of error checking. Then the error-
checked code is run through the SAME error checks again at run time!
I mentioned 'cleaning out' the run-time interpreter, so the speed
gained could be used for trajectory planning,etc. RayH thought it
seemed a good idea, and asked me to work on it. I told him my plate
was already full. Don't know from there what happened/is happening?
Hope this helps.
Ballendo
>if the interpreter speed is a major issue COMPILE the G-code :-)Brian,
>yes we do have a machine in the shop that runs compiled 274 programs
Yes, I too have played with 'compiled gcode'. My point is that we're
absorbing the increased processor speed available by not prioritising
well, IMO. Write a fast interpreter (using methods of the past, when
they HAD to be used) and you won't HAVE TO compile your gcode!! The
increased processor speed (over the past) is USED to RUN the code,
since we SAVED it by writing tight interpreter code.
Another note along this line of thinking came up awhile back. EMC has
a standalone interpreter with LOTS of error checking. Then the error-
checked code is run through the SAME error checks again at run time!
I mentioned 'cleaning out' the run-time interpreter, so the speed
gained could be used for trajectory planning,etc. RayH thought it
seemed a good idea, and asked me to work on it. I told him my plate
was already full. Don't know from there what happened/is happening?
Hope this helps.
Ballendo
Discussion Thread
Jon Elson
2001-01-04 21:47:21 UTC
Re: G-code user variables; convention?
dave engvall
2001-01-04 22:38:22 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
Alan Marconett KM6VV
2001-01-04 23:22:06 UTC
Re: G-code user variables; convention?
Brian Pitt
2001-01-05 01:41:14 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
Brian Pitt
2001-01-05 02:16:36 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
Alan Marconett KM6VV
2001-01-05 13:28:35 UTC
Re: G-code user variables; convention?
Brian Pitt
2001-01-05 23:41:49 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
Alan Marconett KM6VV
2001-01-06 11:31:34 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
ballendo@y...
2001-01-06 14:46:30 UTC
Re: G-code user variables; convention?
Brian Pitt
2001-01-06 17:41:30 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-code user variables; convention?
ballendo@y...
2001-01-06 23:16:52 UTC
Re: Re: G-code user variables; convention?
Brian Pitt
2001-01-07 01:00:09 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: G-code user variables; convention?