There is a script teach-in.py somewhere in the source of emc2, it should do 
what you want.

Regards,
Alex

----- Original Message ----- 
From: "Slavko Kocjancic" <esla...@gmail.com>
To: "Enhanced Machine Controller (EMC)" <emc-users@lists.sourceforge.net>
Sent: Tuesday, March 16, 2010 4:13 PM
Subject: [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 position
>
> F5
> G30.1
> (LOG,X#5181 Y#5182)
>
> F3
> Jog to next position
>
> F5
> G30.1
> (LOG,X#5181 Y#5182)
>
> just loog any nubber of positions
> and finaly for last position
>
> F5
> G30.1
> (LOG,X#5181 Y#5182)
> (LOGCLOSE)
>
>
> That's works but in notime can be done something wrong.
> Befora as I used TurboCnc there was key under jog to save position into
> file. I didn't seen something similar here.
>
> Slavko.


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to