On 7/18/2013 11:59 AM, Charles Steinkuehler wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 7/18/2013 10:43 AM, andy pugh wrote:
>> The (AXIS, STOP) "magic comment" might be better than increasing
>> the cut size.
> I use this on all my gcode now, and it helps (a LOT), but loads are
> still very slow, particularly on larger files (as in it can take 6-10
> minutes or more), but it's much faster than without the "magic comment".
That seems to be a delay caused by Axis, not by the interpreter. As far 
as the interpreter is concerned, there is no such thing as a load. (Or 
that was the case the last time I looked.)

If you have some subroutines defined near the beginning of the file, 
there is a delay while they are noticed and skipped over. Otherwise, as 
soon as it reads a block it executes it. I could imagine a delay of 6-10 
seconds, but not 6-10 minutes.

My guess is that even when it sees the (AXIS, STOP) comment, it 
continues to interpret the file, it just skips the "motion" -- which in 
this case means it skips the graphics. There's a good chance that it 
even continues to interpret subroutine calls and loops.

(Assuming I'm correct)
I've never looked at the source to Axis, but it might be possible to 
change it so that when is sees the STOP, it starts reading the input 
directly and skips until it sees an (AXIS, START) or end of file.

Ken

>
> I need a faster 'Bone, or easy-to-use profiling tools!  :)
>
> - -- 
> Charles Steinkuehler
> [email protected]
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (MingW32)
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iEYEARECAAYFAlHoEP0ACgkQLywbqEHdNFzk/ACgwJM0EysnQgUoh3gkDdMylvMo
> IUIAnj/h8YmEbRv+w00zxTWdGM/uOM+s
> =diiW
> -----END PGP SIGNATURE-----
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Emc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-users

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to