--
--
From Sean: What happens if you change your 32.05 to a value around 92.23? This seems very high to me, which either means you have steppers with a smaller rotation per step than me, or different gears or something. I switched from 1/16 microstepping to 1/8 microstepping, and changed my value from 44.444 to 22.222, according to my calculation (below) you need around 92 steps per mm (very VERY accurate!)
--
I just talk to the voices in my head - its like having a whole team of individuals working on the same problem
--
Secondly, I suspect that when you transferred from the Dark Side
(Melzi), your Z motors were wired in series - this will obviously
limit the current and therefore the torque to your steppers. As the
RAMPS has pin-outs for two (parallel) Z steppers, consider wiring them
like this and get max torque from each.
Chris, Triffid, here's the relevant maths.
http://en.wikipedia.org/wiki/Series_and_parallel_circuits
Any idea why so many circuit boards have parallel o/p's and the widely-
used circuit I referred to shows them in parallel. I think Z needs
torque rather than speed.
--
Are you sure about that? From what I can see there is no voltage
regulation function in these chips.
The A4988/A4983 applies the full (Vbb) voltage to the outputs (stepper
coils). The current in the coil is set to constant (average) value by
PWM.
Steppers in series each coil will have Vbb/2 applied to it.
Steppers In a parallel configuration each coil will have Vbb applied to it.
In any case IMO these drivers are not designed to drive two stepper
motors in any configuration.
I am not denying it works well though.
I read the datasheets. I was simply interested in this statement:
i.e. The A4988/A4983 somehow changes the supply voltage.
> With two motor coils in series, each coil gets 1A, and the pololu must supply double voltage to drive that current.
> with two motor coils in parallel, each coil gets half the current - ie 0.5A for a total current of 1A. The pololu drives a lower voltage than the series configuration in order to achieve that current.
And this:
Is this based on testing or theory? I think parallel might give better
> SO in series configuration you get more torque, but it drops off more quickly as speed increases. Parallel gives less torque, but it runs faster before the torque drops off.
torque - I need to test...