one stepper motor as controller for another?

I have seen a stepper motor connected to another one such that turning the shaft on the first one causes the shaft on the second one to follow along.

An example is here: http://www.youtube.com/watch?v=KazPyDfTIJg

So, my questions:

[1] turning the first stepper is causing it to act as a set of switches only, and the force to turn the second motor is coming from an external power supply. Turning motor #1 is NOT generating enough current to turn motor #2, right?

[2] Is there any chance that doing this would actually work for microstepping, rather than just full steps?

Basically, what I want to do is use one step motor as a rotary encoder to drive the other motor directly.

(Btw, the reason that this post is in the Arduino forum, since this is almost an ā€œArduino circuit without an Arduinoā€ is that there seemed to be the highest concentration here of posts about stepper motors, and lots of people that seem to know them well here.)

Even if turning one motor is capable of generating enough power to turn the other motor (with a near-zero load) I would want to add power to get the torque up. Even the ā€œhold it stillā€ torque.

http://en.wikipedia.org/wiki/Synchro talks about this concept (selsyn/synchro or resolver)

Here’s my ideal scene: 2 stepper motors wired together with a power supply adding current to boost the torque. I want to turn the shaft on one motor and have it generate sets of signals (like a sine and a cosine from different coils) that can be amplified (if necessary) in such a way as to cause the 2nd stepper motor to replicate the motion and turn something pretty heavy and then hold it still (just like the usual high torque that we get from steppers).

Anyone have any existing circuits for this? Or bright ideas on doing it cheaply/reliably/easily? Or good reasons why it’s simply NOT going to work?

Thanks!

(shameless bump and a new request)

How about this:

Does anyone have ideas about what sort of waveforms are generated by a stepper motor when the shaft is turned manually?

If I turned the shaft smoothly would it generate those beautiful sine and cosine wave pairs that are used to drive a stepper, or would it just spit out square waves like a pair of switches?

Has anyone tried turning a shaft while a coil or two were connected to an oscilloscope?

Stepper motors are usually driven with square signals, or roughly sinusoidal signals using microstepping. There are plenty of well established methods and products for driving stepper motors.

As far as using another motor as a control input…why? The only reason I’ve thought of it before is to generate programmable feedback drag or to servo the control knob. It’ll be far easier to just use a rotary encoder as the input to your control system.

Encoder > Arduino > Stepper driver > Stepper.

A stepper rotated manually can produce very weak signals. The other stepper probably misses some steps, and would not rotate at all if it’s mechanically loaded.

encoder > arduino > step controller > motor

I definitely understand that this is the standard way to drive a stepper motor.

Feedback is a pretty good way to describe what I am looking for. Or 2-way operation. Also really cheap and bulletproof.

At this point, I am mostly trying to figure out if the back EMF of the remote motor will push back as torque on the local motor.

I guess I should just grab two identical motors. Start with just one hooked up to a scope and see what comes out of it when being turned slowly and very slowly.

Then, using a pair, connect them in series with a DC power source and see if one can modulate the DC to drive the other.

It really seems like they would operate as a 1:1 chain drive between gears.

I have seen plenty of online experiments where a stepper was used as a rotary encoder, but never anything bi-directional.

I was mostly just wondering if anyone had any experience with trying these sorts of experiments.

This is an old thread but I’m adding to it because the original poster is right, and it does work, but I never fully solved the ideal context.

First, the motors must be efficient. I had two that were, once, in times when I needed to sell them to get money. Foolish, I can’t trace them now to replicate what I did!

I know they were about 60mm wide and 60mm long (not including shaft length), round, with square flanges, a hybrid type with 200 steps and 6 wires. Probably bipolar. Many motors won’t work, and to do so usefully they must overcome losses and both motors should ideally be the same type and be designed for 24V or more, though a large one driving a small one might work well, but it would take someone with a LOT of motors and spare time to find out!

A wide diameter seems to help, as does a large step count for lower turn speed to get strong pulses. A stepper motor can drive STRONG pulses, enough to give electric shocks if driven manually at high speed with a strong twist on the drive shaft. Some people have suggested motors for direct drive by wind power, and motors that work well for that may also be good for direct-coupled drive.

An example of why this is so useful: turning a magnetic loop antenna. It is vital to eliminate RFI/EMI, so drive circuitry that can emulate the clean sinusoidal output of a ā€˜backdriven’ motor is expensive and complex. Given that listening to the receiver output is the best way to gauge antenna orientation for peaking and nulling, it does not matter if the hand-driven motor results in slipped sync at times, so an entirely passive system can solve the RFI problem, and the saving in time and money, and the robustness of the method, make it entirely worth doing. Holding torque is good in any system where this effect is set up well, and if an antenna were swung by the wind, the user could immediately tell by movement in the motor at their end, with no need for electronic feedback! Adjusting user technique to best effect would be a lot easier than getting good tone from a violin bow, if the motors were chosen correctly.

For a wide loop antenna a simple belt gear could overcome losses and also give fine adjustment of nulls, and also allow the external motor to be shrouded to protect it from bad weather..

There may be many applications but that example is a really good one, so if anyone has practical advice to narrow down the selection criteria for such use of stepper motors, please post, because it’s a good thing to explore.. A low-maintenance, easily built system like this might easily outlive the person who uses it, so as a saving in waste parts it is excellent. Stepper motors able to do this might cost more than those that can’t., but the difference in price might be a lot smaller than the cost of active electronics.

1 Like