The interpreter parses the gcode on the fly. So there is no need to parse the entire file before cutting metal. I suspect the slowness that you are concerned about is the time for Axis to parse and display the file when a new file is loaded.
I don't know if Axis has a way to disable the preview of the loaded file. If it did, that might solve your problem. Ken [EMAIL PROTECTED] Mark Kenny Products Company, LLC 55 Main Street Voice: (203)426-7166 Newtown, CT 06470 Fax: (203)426-9138 http://www.MarkKenny.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michał Geszkiewicz Sent: Thursday, February 01, 2007 8:50 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] axis python interface ok but I want only to change F codes, for example "F1000" change to "F500" than will not interfere whole G-code logic. Now I must reload whole G-code file that have thousands of lines. This take too much time even with the speed of emc2.1 . Dnia 1-02-2007 o godz. 14:38 Jeff Epler napisał(a): > On Thu, Feb 01, 2007 at 01:12:02PM +0100, Michał Geszkiewicz wrote: > > Hello, > > > > I have question about python interface to emc2: > > Is there any way to change data inserted by command "gcode.parse()" ? > > or is a way to parse only a piece of lines without modifing others ? > > > > thanks for any answers > > > > Michal > > In general, it doesn't make sense to parse just a part of an entire > g-code file. Imagine that on line 100 I insert "G91". All the moves > below that will now be interpreted in 'incremental distance mode', and > their meaning will be wildly different than if they were in 'absolute > distance mode' before the change. > > The assumption that only a whole file will be interpreted is probably > present at many levels in the AXIS preview generator, in addition to > the one place you've identified. > > Jeff > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ---------------------------------------------------- Pierwszy, podwójny koncertowy album Kylie Minogue w sklepach! "Kylie Showgirl - Homecoming Live" czyli blisko 30 hitów z całej kariery Kylie + powalająca wersja utworu "Kids", w wykonaniu z Bono! http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fd60.html&sid=10 04 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
