[Emc-users] Probing (was Re: Homing)

2008-10-05 Thread Jeff Epler
I didn't make it through the video, but emc supports probing with G38.2.
G38.2 probe does a straight movement and records the feedback position
at the time a digital input goes TRUE.  It then decelerates the axis
within machine constraints.  The resulting values are stored
in interpreter parameters and can be used e.g., with G10 L2 or G92 to
modify the coordinate system in effect.

The very old gcode reference
http://www.isd.mel.nist.gov/personnel/kramer/pubs/RS274NGC_3.web/RS274NGC_33a.html#1013622
includes gcode to find the center of a circle.  I don't think this
example has made it forward into the current emc documentation, but I
think it's fairly likely to still work.

Jeff

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Probing (was Re: Homing)

2008-10-05 Thread Stuart Stevenson
Gentlemen,
   A comment on the probing cycle at the URL in Jeff's post.
   If the center of the probe is not EXACTLY aligned with the
centerline of the spindle the coordinates obtained will not be
accurate to the center of the spindle. A probe calibration routine to
determine and save the inaccuracy on X and Y will need to be done
before any probing. This would need to be incorporated into the probe
cycle at the URL.
thanks
Stuart

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users