I have not used this specific stepper driver, but I have used ones similar.
First, on the drivers I use, the + terminal on the dir, step, and enable pins are connected to +5V and the signals to drive go to the - terminal. Most I have seen have an internal pull up resistor in the optocouplers, so you pull them down to command, not up.
Second, if all of the dip switches on the micro stepping side are turned off, the unit is in Standby and will not move. Make sure the switch settings are correct.
Dip switches are set right, have now got some drive from the nema 23 but the 17 is being weird, will rotate for a pass the just jitters for the second run. if I run it again it changes and runs fine....odd right?
Also the 17 has no torque to it, it just stops with almost no pressure.......
I will try conecting it the way you suggested and see how it goes!
I suspect it won't matter whether you connect dir + to 5v or dir - to GND but you may need to enable the driver and I don't know which way that should be connected.
Dip switches are set right, have now got some drive from the nema 23 but the 17 is being weird, will rotate for a pass the just jitters for the second run. if I run it again it changes and runs fine....odd right?
Also the 17 has no torque to it, it just stops with almost no pressure.......
I will try conecting it the way you suggested and see how it goes!
Thanks,
Craig
You have set the current correctly for each motor?
You have connected the windings correctly for each motor?
You aren't trying to accelerate the motors to high speed with only 12V supply?
You have enabled the drive (EN+/- may need driving to enable, check any documentation).
You are using microstepping, not full steps? Without a full (mechanical) load full step settings are very prone
to resonance issues, microstepping less so.
Looking at your schematics: I don't know your driver, but you should, as @MarkT said, "enable" your driver.
Depending on your driver either connect ENABLE of your driver to GND or +5V.
If that (one of them) gets your stepper run, you could then control the stepper by connecting the enable-Pin of the controller to a free Arduino pin (declare that pin as OUTPUT) and control it by the sketch code - provided you don't need torque while the stepper has stopped.