[Emc-users] Logging coordinates.

2010-03-16 Thread Slavko Kocjancic
Hello... Does someone know for beter way to log some coordinates? I try with MDI but it's very slow work. Anybody have some clevre way? I try like this F5 (LOGOPEN,coordinates) F3 Jog to correct position F5 G30.1 (LOG,X#5181 Y#5182) F3 Jog to next position F5 G30.1 (LOG,X#5181 Y#5182) F3

Re: [Emc-users] Logging coordinates.

2010-03-16 Thread Alex Joni
: [Emc-users] Logging coordinates. Hello... Does someone know for beter way to log some coordinates? I try with MDI but it's very slow work. Anybody have some clevre way? I try like this F5 (LOGOPEN,coordinates) F3 Jog to correct position F5 G30.1 (LOG,X#5181 Y#5182) F3 Jog to next

Re: [Emc-users] Logging coordinates.

2010-03-16 Thread Andy Pugh
On 16 March 2010 14:13, Slavko Kocjancic esla...@gmail.com wrote: Does someone know for beter way to log some coordinates? You might be able to use the G38 probing moves. They log all nine axes to the file specified in (PROBEOPEN, filename) If the probe conditions are correct before the move I

Re: [Emc-users] Logging coordinates.

2010-03-16 Thread Stephen Wille Padnos
Andy Pugh wrote: On 16 March 2010 14:13, Slavko Kocjancicesla...@gmail.com wrote: Does someone know for beter way to log some coordinates? You might be able to use the G38 probing moves. They log all nine axes to the file specified in (PROBEOPEN, filename) If the probe conditions are

Re: [Emc-users] Logging coordinates.

2010-03-16 Thread Slavko Kocjancic
I will try teach-in as in this option I use webcam instead probe. So G38 are useless. Slavko. 2010/3/16 Stephen Wille Padnos spad...@sover.net Andy Pugh wrote: On 16 March 2010 14:13, Slavko Kocjancicesla...@gmail.com wrote: Does someone know for beter way to log some coordinates? You

Re: [Emc-users] Logging coordinates.

2010-03-16 Thread Slavko Kocjancic
Alex Joni pravi: There is a script teach-in.py somewhere in the source of emc2, it should do what you want. Regards, Alex Exactly right think. Works perfect. Just one tuoght. How to make shortcut on desktop to point to teach-in? To run proper I must type all that thing into terminal. cd