On Fri, Nov 19, 2010 at 10:30 PM, Jon Elson <[email protected]> wrote:
> Don Stanley wrote: > > MIN_LIMIT = 0.0 > > MAX_LIMIT = 10.7 > > > > > Oh, if you are homing to the positive limit switch, then your limits above > should be : > > MIN_LIMIT = -10.7 > MAX_LIMIT = -0.1 > > Jon > The above Limits reverses the coordinates moving 0 to where 10.7 should be and 10.7 where 0 should be. I found the way to set the travel range away from limit switch is HOME_OFFSET = 10.78, which gives the .08" clearance needed. When Homing off the + limit switch, apparently the Homing process is going to 0 to set the homed flag, or bust something trying, and ignore the HOME = setting. Unless someone can tell me different it looks as though the homing will need to be done by the Operator to insure that clamps and material is clearing the Z ways to start the Y axis Home. Thanks to all for helping me fumble (learn) my way through this. Don > > > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
