Need a shopping list for motor control project

Hello folks. I'm looking to do a motion control videography related project. One motor will carry a platform on a track, the other will spin a turn table. The turn table won't require a lot of speed, but will be carrying about 8-9lbs. The platform on the track will be carrying less weight, but may need to move the platform at about 2 feet per second. Both will ramp up to full speed, stop at a particular spot, and return to their starting position when done to repeat the same motions again and again exactly. The turn table will be directly bolted to one motor. The platform/track will move with a timing pulley on a belt.

From what I've gathered in my research I need stepper motors, most likely Nema 23. I've been looking at hybrid motors with more torque. What I'm wondering is this:

• Should I pick bipolar or unipolar motors. I've read the differences and am still unsure. One seems easier to program than the other, but I may be incorrect.

• What motor controllers should I pick? Do I need one controller per motor if they are on a single Arduino (I need simultaneous startup)?

• What Arduino model would be best? I don't mind wired control of everything.

Help with these three questions is greatly appreciated.

These links may help
Stepper Motor Basics
Simple Stepper Code

Any Arduino should be OK. The Uno is best for a beginner because most software and add-ons work with it.

...R

What motor controllers should I pick?

TB6560

Cheap, and much easier to use then the pololou-style DIPS.
http://www.ebay.com/itm/112046927082

It is a bipolar driver, so you can use any motor that DOESN'T have 5-wires.
If you need two, buy three or more. Have at least one spare!

For the motors, you can pick a NEMA 23 that uses 2 to 3 amps.

This is a really beefy one, you can go smaller.

Don't forget the power supply!
A 24V switching supply would work fine.

http://www.ebay.com/itm/351810826540

Mark2000:
The turn table will be directly bolted to one motor. The platform/track will move with a timing pulley on a belt.

No, I'd strongly suggest use a reduction belt drive for the turntable too, or else a geared stepper, that sounds like a
large amount of moment of inertia on that turntable, far more than a bare motor could hope to control.
You also need to worry about angular resolution and steppiness if you did direct drive.

From what I've gathered in my research I need stepper motors, most likely Nema 23. I've been looking at hybrid motors with more torque. What I'm wondering is this:

• Should I pick bipolar or unipolar motors. I've read the differences and am still unsure. One seems easier to program than the other, but I may be incorrect.

Low/mid impedance bipolar, no doubt whatsoever, you'll need microstepping to avoid horrible vibration.
2 to 5 ohms sort of range is about right

• What motor controllers should I pick? Do I need one controller per motor if they are on a single Arduino (I need simultaneous startup)?

A microstepping driver than can handle the current of your motor. If you go for a very low impedance
motor that will force an expensive industrial driver since only they can handle currents above about 2A.
Somewhat higher impedance allows less expensive single-chip drivers (but limits the top speed somewhat)

• What Arduino model would be best? I don't mind wired control of everything.

shouldn't matter, you don't have many output pins to control

Help with these three questions is greatly appreciated.

You should be think about figuring out the accelerations and angular accelerations involved, that
will determine the torque needed from the motors and allow selection of the right size motors.

BTW the turntable will need a thrust-bearing / lazy-susan to take all the weight - the motor should not use abused for
this purpose, you'll risk trashings its bearings.

Daenerys:

What motor controllers should I pick?

TB6560

Cheap, and much easier to use then the pololou-style DIPS.
http://www.ebay.com/itm/112046927082

It is a bipolar driver, so you can use any motor that DOESN'T have 5-wires.
If you need two, buy three or more. Have at least one spare!

For the motors, you can pick a NEMA 23 that uses 2 to 3 amps.

This is a really beefy one, you can go smaller.
STEPPERONLINE Nema 23 Stepper Motor 269oz.in 2.8A 76mm CNC Mill Lathe Router 705701802990 | eBay

Don't forget the power supply!
A 24V switching supply would work fine.

http://www.ebay.com/itm/351810826540

Thanks for the recommendations! So you advise bi-polar over hybrid? I was originally considering this one: http://www.ebay.com/itm/142453804530

I assume the TB6560 handles a hybrid since it has 6 pins. Is one type of motor easier to program than the other?

MarkT:
BTW the turntable will need a thrust-bearing / lazy-susan to take all the weight - the motor should not use abused for
this purpose, you'll risk trashings its bearings.

I was planning to use a lazy susan bearing. Will that make direct drive make sense, or do you still recommend a belt driven turntable? In the record player world direct is more precise than belt, but, obviously, this is a different situation.

I was originally considering this one:
http://www.ebay.com/itm/142453804530

You know, I feel a little bad, because all these ebay links will break and then... :confused:

Ok, that link is to a six-wire motor. That motor will work fine.
As a matter of fact, you have a bit of flexibility because you can use it in full-coil or half-coil configuration.

half-coil = less low-speed torque but more torque at the higher end.
full-coil = 4x the inductance, so less torque at high speed. But more holding torque and slow-speed torque.

3A is too much, even a TB6560 will get incandescent with that current level, dissipating as much power
as the motor.

1.5 to 2A max if you can, as I said previously.

An overheating stepper driver chip just shuts down without warning, not what you want....

A Nema17 might be enough for the turntable if sensibly geared, we need those acceleration figures to
work that out....

MarkT:
A Nema17 might be enough for the turntable if sensibly geared, we need those acceleration figures to
work that out....

The turntable will probably not need to go faster than one full revolution per minute. As I said, it will be carrying 8lbs while it's doing it.

The dolly will be pulled by a closed loop timing belt with a 80 tooth gt2 pulley on either end. The dolly will have to move at a max speed of 2 feet per second, which, if my math is correct, is 240 rpm. It should be carrying 4-5 lbs total - though I'd want some leeway here to go heavier.