Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: BlrUsr on March 16, 2007, 06:43:22 AM

Title: About Precision Ref point
Post by: BlrUsr on March 16, 2007, 06:43:22 AM
Correct me
This my driver, and I want to stop x,y,z axis at precision point zero. I use switch and index-pulse from encoder.
My PicMicro looking for a switch, then move axis(x.y,z) forward untill index-pulse was not found and stop axis.
Title: Re: About Precision Ref point
Post by: Brian Barker on March 18, 2007, 10:03:28 AM
That should work... you just need to be sure that you move nice and slow to see the index pulse. There is a way to set the Ref speed on the fly in VB and when you get to that point I can post some code for you

Thanks
Brian
Title: Re: About Precision Ref point
Post by: BlrUsr on March 19, 2007, 11:34:35 AM
I move very slow)) to see index pulse/ And I see it/
Please post code
Title: Re: About Precision Ref point
Post by: Brian Barker on March 22, 2007, 08:40:44 AM
I am on the road today but as soon as I get back I will help you with this.