Michael Jones wrote:
> When I "Home All Axes" things SEEM to go in the right direction and  
> home to the right position.  But then if I jog the unit to a random  
> position (or use the MDI to go somewhere) and then do a G0 x0 y0 I get  
> a limit switch error most of the time..
>   
One other comment is that your G0 X0 Y0 is performed in the work coordinate
system (G54 by default).  Homing is performed in machine coordinates 
(G53).  These systems are
entirely different, but linked by an offset.  Unless you specify a G53 
in your command,
you are moving to a different coordinate.  You generally use "touch off" 
to align
the coordinates to whatever you need, and never actually operate in machine
coordinates.

Jon

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to