(My main language is not english so excuse me)
Hello,
I'm currently working on a arduino controlled saw stop. It will serve as a saw stop to position raw material in a specific dimension from the saw. So I don't have to use a measure tape anymore. My saw stop is being positionioned with the use of a toothed belt.
Electronics used:
(Arduino UNO)
(Motor) Nema23 - 1.89Nm - 2.8A
(Controller) HY-DIV268N-5A TB6600 5.0A - (dipswitches set to 2.5A)
(Home sensor) LJ8A3-2-Z/BX
(Endstop sensor1)
(Endstop sensor2)
My problem
I don't have much experience programming positioning programs. So I would really appriciate if someone would like to assist me programming the saw stop. I currently dont have a program yet.
Np, No, no! What will maintain tension as you move 1 inch in one direction and try to move 1 inch in the opposite direction, but get only 0.95 inches because of the toothed belt slop.
which may not be the same kind of motor, they have a few others on offer.
If one of them is similar, you could do quite a bit of playing and take serious steps into developing your code all without buying anything or touching any hardware.
You could use pushbutton proxies for the end stops. Get carried away and use an LED strip to show where the stepper would have stepped to. Rig the end stops to work off a count of the steps and so forth.
So... what kind of code have you written? This look like it has been done before at any level of sophistication you are up for - I just googled
stepper motor linear travel control keypad lcd arduino
That might provide some inspiration if indeed not a project you could slavishly copy.
There's the code, which would be the least of my problesm as @Paul_KD7HB hints.
Welcome to the community and your English is better than my <insert any language here>.
SAW-Stop sounds like stop the saw immidiately if a condition is met.
If it is this way you shouldn't use a microcontroller at all but a most direct normally closed mechanical switch.
If you mean something different than stopping the saw from rotating/moving
until now you have just provided a picture that show a belt and two endstops.
Can you please describe in normal words what kind of functionality you want to have?
Have you considered an Acme screw with anti-backlash nuts? Might be easier than dealing with a belt and for sure it will be more accurate. Belt will stretch depending on how much torque is needed to position.