Re: [CAD_CAM_EDM_DRO] Re: Re: G-code user variables; convention?
Posted by
Brian Pitt
on 2001-01-07 01:00:09 UTC
Ballendo
unfortunatly any extra CPU cycles you free up with a fast interpreter
are NOT going to be used to RUN the code :-(
they ARE going to get sucked up by a big,fancy,ultra bloated GUI
you can count on it
thats why most of the big boys are using dual or even quad CPU
controls -one to do the work and one to keep the operator happy
the user trying to beat a plain old PC
into a machine control is going to have to compromise somewnere
trying throw more Mhz at the problem rarely does the trick
speed vs. safety = safety wins
but then I've been known to be a bit paranoid when
I'm standing next to a half ton of moving iron :-)
for the compiled gcode
speed had nothing to do with the compiled code on That
machine ,it uses PNC (parallel numeric control) and the code
has to be compiled into tables for each of the sub processors
but that machine is a little out of the scope of this list (~$250k)
Brian
> we're absorbing the increased processor speed available byyep,I'm with you on that
> not prioritising well
unfortunatly any extra CPU cycles you free up with a fast interpreter
are NOT going to be used to RUN the code :-(
they ARE going to get sucked up by a big,fancy,ultra bloated GUI
you can count on it
thats why most of the big boys are using dual or even quad CPU
controls -one to do the work and one to keep the operator happy
the user trying to beat a plain old PC
into a machine control is going to have to compromise somewnere
trying throw more Mhz at the problem rarely does the trick
> error checks again at run timethese are a good idea IMO
speed vs. safety = safety wins
but then I've been known to be a bit paranoid when
I'm standing next to a half ton of moving iron :-)
for the compiled gcode
speed had nothing to do with the compiled code on That
machine ,it uses PNC (parallel numeric control) and the code
has to be compiled into tables for each of the sub processors
but that machine is a little out of the scope of this list (~$250k)
Brian
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?