Differential drive with belts (or balls or gears...)
-
This post is deleted! -
@JoergS5 Interesting usecase.
** moved to private conversation** -
This post is deleted! -
This post is deleted! -
This post is deleted! -
As an all-time Duet2 user I always assume 16x microstepping is a common thing, but forgot that Duet3 drivers can handle higher microstepping rates.
Q: How would that compare to my differential drive? Let's say both systems are setup with the same virtual gear ratio:
- My diff-belt at 16x microstepping and 1:16 gear ratio
- a single motor with 256x microstepping
Will both systems run with the same precision?
-
@o_lampe I would have thought that, providing there is no backlash in your differential drive, it should perform better but it depends on what speed/gear ratio you use. My reasoning is that most steppers have a quoted resolution of +- 5 degrees per step (non accumulative) and that does not change with micro stepping. So if say one revolution of the motor translates to half a revolution of the output drive shaft, then any positional error of the motor will be halved at the output shaft. But if you drive the motor too fast, then you'll run into problems with back EMF due to rotation which will ultimately lose steps. The other thing that might happen with 256x micro stepping is that you run into the step pulse frequency limit of the firmware.
I've abandoned my own idea of using a 40 tooth pulley on the drive shaft and a 20 tooth pulley on the motor. Partly because back EMF would limit my travel speeds to 200mm/sec and I like to run higher, but also because driving the motors at double speed makes them noticeably mor noisy. Not excessively so but enoug to be a concern if the machine was running overnight in my study which is next to my bedroom.
-
@deckingman I agree that it wouldn't make much sense to increase precision on an average FDM printer. Most people are happy with 16x microstepping at 24V. If it's not fast enough there is still the 48V option.
I'm still searching usecases for laser/CNC machines or exotic kinematics like SCARA.
re: backlash
The belt driven has no backlash, but twice the belt stretch.
A ball-diff wouldn't have backlash if coupled correctly.RRF will have backlash compensation, or has already? AFAIK it spreads the additional steps across the next track.
Wondering if using many segments/sec in M669 changes the spreading? -
@o_lampe said in Differential drive with belts (or balls or gears...):
I'm still searching usecases
I thought of pick and place machines. They need fast travel and precise placing.
Maybe try to modify the linear delta kinematic matrix or go for a rotary delta?But I don't have any need for such a machine, I'd only build it as a proof of concept. It would also need at least 6 drivers, Duet2 wouldn't cut it.
A Duet6HC would bust my budget, although it would be interesting to teach a 48V machine to fly -
@deckingman said in Differential drive with belts (or balls or gears...):
most steppers have a quoted resolution of +- 5 degrees per step (non accumulative)
Fact checking: It's +/- 5% per step, but still worth considering.
-
@o_lampe said in Differential drive with belts (or balls or gears...):
@deckingman said in Differential drive with belts (or balls or gears...):
most steppers have a quoted resolution of +- 5 degrees per step (non accumulative)
Fact checking: It's +/- 5% per step, but still worth considering.
Sorry - I meant % rather than degrees. On a 200 step per rev motor, 5 degrees would be about 3 full steps so an error of 3 steps per step would be somewhat extreme.
-
-