Geoff
Member
I'm fairly new to arduino coding but I have a good start. I spoke with a few folks from arduino forums and that really helped!! It's actually fairly simple to sync the spindle and leadscrew... You use the arduino millis or micros functions and created an interrupt service routine to count each time the spindle sensor
is detected (on the rising or falling edge of the square wave). Throw in some fairly basic calculations and you have a way of tracking spindle rotations and syncing the spindle with the leadscrew! Beyond that, you could build an interface to enter a thread pitch or some other spec and it will automatically do the math to make it work.
After I get the leadscrew working, my plan was to add a 'Y' axis and that would facilitate electronic tapers!!
Anyways, I'll try to post updates as I work through this! I have some jobs to take care of before I can get serious about finishing this, but hopefully I can tackle it sooner than later.
Cheers!
is detected (on the rising or falling edge of the square wave). Throw in some fairly basic calculations and you have a way of tracking spindle rotations and syncing the spindle with the leadscrew! Beyond that, you could build an interface to enter a thread pitch or some other spec and it will automatically do the math to make it work.
After I get the leadscrew working, my plan was to add a 'Y' axis and that would facilitate electronic tapers!!
Anyways, I'll try to post updates as I work through this! I have some jobs to take care of before I can get serious about finishing this, but hopefully I can tackle it sooner than later.
Cheers!