Author Topic: A question about stepper motors  (Read 1819 times)

0 Members and 1 Guest are viewing this topic.

Cajonpassfan

  • Crew
  • *
  • Posts: 5393
  • Respect: +1961
A question about stepper motors
« on: January 24, 2021, 09:12:50 PM »
0
Some of the turntable powering kits out there utilize “stepper or step motors”.
I understand each impulse moves the motor one “step”, but with continuous current, the motor shaft rotates smoothly (?) until interrupted. Is that about correct?
Many of the 12V motors I’ve looked at online have 200 steps per rotation, or 1.8 degrees per step.
So if I were to use a stepper for my San Bernardino turntable and roundhouse with its 7.5 degree stalls, I’d need either 1.5 or 2.5 degree steps (or 144/240 steps per revolution) to make it work. Anything out there that fits these criteria? Also, the motor specs I’ve looked at don’t seem to include rpm information...
Advice appreciated,
Otto K.

StarCruiser

  • Crew
  • *
  • Posts: 97
  • Respect: +29
Re: A question about stepper motors
« Reply #1 on: January 24, 2021, 09:42:12 PM »
0
I'm not sure on this but, it's mostly 200 or 400 step that are available.

You may be able to use an indirect drive and use gears to match the final angle per step. 1.8 degrees doesn't divide into 7.5 degrees very well so..? You may have to compromise a bit.

rodsup9000

  • Crew
  • *
  • Posts: 1011
  • Gender: Male
  • Respect: +699
Re: A question about stepper motors
« Reply #2 on: January 24, 2021, 11:32:58 PM »
0

 I've worked with both 1.8 and .9 degree steppers. Most stepper drivers will allow you to set the micro steps in full, 1/2, 1/4, 1/8 and 1/16. This translates to 200 steps, 400 steps, 800 steps, 1600 steps and 3200 steps per revaluation with a 1.8 degree steppers. With .9 steppers, the steps would double those of the 1.8 degree steppers.
 

   
Rodney

My Feather River Canyon in N-scale
http://www.therailwire.net/forum/index.php?topic=31585.0

wvgca

  • Crew
  • *
  • Posts: 320
  • Respect: +44
Re: A question about stepper motors
« Reply #3 on: January 24, 2021, 11:45:17 PM »
0
steppers use gears to [mostly] get the resolution that you want ..
and speed is a function of how much current, and how frequently that you drive the motors ..

peteski

  • Crew
  • *
  • Posts: 32963
  • Gender: Male
  • Honorary Resident Curmudgeon
  • Respect: +5344
    • Coming (not so) soon...
Re: A question about stepper motors
« Reply #4 on: January 24, 2021, 11:49:31 PM »
0
While stepper motor might appear to rotate smoothly at higher speeds, the movement is still in (very fast) steps.  That makes them rather noisy.  But it might be ok for driving a turntable.

There is no "continuous current" running.  Stepper motors have at least 2 windings (which means they have 3 or more leads, often 4 or 6 leads), and they require electronic circuitry that will provide the sequential power to the coils to produce the stepping motion.

Form more  info on how those operate, see https://en.wikipedia.org/wiki/Stepper_motor

To see some examples of how to run them, do a Google search for "stepper motor driver".  Often microcontrollers like Arduino are used for driving them.  Since those devices are programmable and expandable, they make a good TT  motor controller. In addition to the stepper motor driver routines, you could add indexing and human-interface, so you could have the entire controller running of that single board.
« Last Edit: January 25, 2021, 06:02:15 PM by peteski »
. . . 42 . . .

railnerd

  • Crew
  • *
  • Posts: 764
  • Gender: Male
  • Respect: +230
Re: A question about stepper motors
« Reply #5 on: January 25, 2021, 01:46:55 PM »
0
Stepper motors are pretty neat, but they do usually require a driver or controller to make them work.

Pololu, a robotics hobbyist shop in the Las Vegas area makes some great little boards for interfacing to stepper motors.

Driver boards typically go between a microcontroller/Arduino and the motors:
https://www.pololu.com/category/120/stepper-motor-drivers

They also make some standalone controllers which include the controller:
https://www.pololu.com/category/212/tic-stepper-motor-controllers


If you do end up with a gear setup, you'll want to consider "backlash"— which is caused by the spacing in the gear system.

-Dave

Cajonpassfan

  • Crew
  • *
  • Posts: 5393
  • Respect: +1961
Re: A question about stepper motors
« Reply #6 on: January 26, 2021, 11:11:59 AM »
0
I'm not sure on this but, it's mostly 200 or 400 step that are available.

You may be able to use an indirect drive and use gears to match the final angle per step. 1.8 degrees doesn't divide into 7.5 degrees very well so..? You may have to compromise a bit.

Yes, compromise a bit... At 7.5 degrees (per prototype) and only 42’ between the pit and the roundhouse, it’s already extremely tight at the edge of the pit and at the roundhouse entrances. So compromising at 7.2 degrees is probably out. I could possibly do 9 degree segmentation and lose some stalls...that maybe okay. Got to think about that...

Thank you all for contributing to this thread, this has been very informative! Although, I find the electronics/driver side intimidating, and would likely need help if I were to pursue this. Perhaps the old eyeball method utilizing a slow RPM motor and a center-off toggle is an easier way to go... got to think about that, too.
Thanks much again,
Otto
« Last Edit: January 26, 2021, 11:13:37 AM by Cajonpassfan »

peteski

  • Crew
  • *
  • Posts: 32963
  • Gender: Male
  • Honorary Resident Curmudgeon
  • Respect: +5344
    • Coming (not so) soon...
Re: A question about stepper motors
« Reply #7 on: January 26, 2021, 06:22:26 PM »
0
Thank you all for contributing to this thread, this has been very informative! Although, I find the electronics/driver side intimidating, and would likely need help if I were to pursue this. Perhaps the old eyeball method utilizing a slow RPM motor and a center-off toggle is an easier way to go... got to think about that, too.
Thanks much again,
Otto

Well, the slow-RPM DC motor, with its speed even further adjustable by a variable DC supply (like an old DC throttle) and eyeballs, would certainly be the simplest solution.  But if you want to go hi-tech then a geared stepper with a  micro-controller would be in order. Like others said, gearing the stepper motor woudl result with much smaller steps, plus micro-stepping to further reduce the angle of the steps might be a viable solution.  Gear lash could be a problem, but most N scale turntables use gears (which I'm sure aren't very precise) and they work well.
. . . 42 . . .

Cajonpassfan

  • Crew
  • *
  • Posts: 5393
  • Respect: +1961
Re: A question about stepper motors
« Reply #8 on: January 31, 2021, 11:08:15 PM »
0
Well, I ordered  a 3rpm 12V motor from Amazon. Figured I can slow it down with one of my old now useless DC throttles. Don’t need much torque, found a radial bearing that’s pretty sweet at a local ACE hardware for like four bucks. More on my LA Division Engineering thread (coming). I can always revisit the stepper motor idea in the future.
Thanks for the feedback everyone, very helpful (but hey, that is the Railwire 8).
Otto
« Last Edit: January 31, 2021, 11:11:10 PM by Cajonpassfan »

wvgca

  • Crew
  • *
  • Posts: 320
  • Respect: +44
Re: A question about stepper motors
« Reply #9 on: February 01, 2021, 12:22:37 AM »
0
three rpm may be a bit fast  .. most of the model train turntables speeds are about half an rpm  .. mind you there are always variances, lol

peteski

  • Crew
  • *
  • Posts: 32963
  • Gender: Male
  • Honorary Resident Curmudgeon
  • Respect: +5344
    • Coming (not so) soon...
Re: A question about stepper motors
« Reply #10 on: February 01, 2021, 12:26:30 AM »
0
three rpm may be a bit fast  .. most of the model train turntables speeds are about half an rpm  .. mind you there are always variances, lol

3 rpms is at 12V, since it uses a standard permanent-magnet DC motor with a large ratio gearhead, if he runs the motor at a lower voltage, it will likely run much slower. Even at slower speeds there should be more than ample torque to drive the bridge.
. . . 42 . . .

Cajonpassfan

  • Crew
  • *
  • Posts: 5393
  • Respect: +1961
Re: A question about stepper motors
« Reply #11 on: February 02, 2021, 12:00:33 PM »
0
Well, exactly, that is my hope anyway, to slow it down. As to how much, I inquired about the speed of this turntable’s rotation on another (Santa Fe Cajon Group) site and the answer is about 24 seconds per quarter turn. At least that’s what a video of the ATSF LA 120’ turntable shows. That would work out to be 1.6 minutes per turn. The table is /will be riding a radial bearing, see below, so in theory, it’s should rotate smoothly without the need for a lot of torque. Time will tell...
More on my LA Division Engineering thread.
Thanks, Otto

« Last Edit: February 02, 2021, 12:04:37 PM by Cajonpassfan »

Cajonpassfan

  • Crew
  • *
  • Posts: 5393
  • Respect: +1961
Re: A question about stepper motors
« Reply #12 on: February 04, 2021, 07:48:22 PM »
0
Oh, got the motor today. As advertised, and blissfully silent. I tested it with an old MRC power pack, got it down to below 1RPM with plenty of torque left. It draws like nothing...10 miliAmps, 15 stalled. I maybe able to use a basic loco decoder and run it off the DCC roundhouse/turntable feed. That would save me running separate DC power to the (removable) roundhouse module. Two wires, that’s it. And, no dedicated turntable panel required, just the “engineer throttle” already affixed to the fascia. Address 1, variable turntable speed, top end speed preset, direction. Hmmm, I like it I think...
There will be more on my ATSF Los Angeles Division thread, I’m sure.
Otto

kondor

  • Crew
  • *
  • Posts: 29
  • Respect: +4
Re: A question about stepper motors
« Reply #13 on: February 04, 2021, 09:28:25 PM »
0
I'm picking up a project I started a while ago, a stepper motor powered turntable.
I'm using an Arduino, stepper motor driver, stepper, and a toothed belt/pulley system. I have my initial mockup running a homing routine with nice slow acceleration and deceleration and I have been working on moving the code to the next step of functionality which will be simple push button selection of the tracks. Beyond that is a small LED interface for track and direction selection since I have 22 possible positions (11 tracks and the table can face 2 directions per track).

I like your DC motor approach, it sounds like you're most of the way there already! At my rate of progress I'll be done in five more years.

MDW

  • Crew
  • *
  • Posts: 184
  • Respect: +102
Re: A question about stepper motors
« Reply #14 on: February 08, 2021, 09:41:45 AM »
0
Oh, got the motor today. As advertised, and blissfully silent. I tested it with an old MRC power pack, got it down to below 1RPM with plenty of torque left. It draws like nothing...10 miliAmps, 15 stalled. I maybe able to use a basic loco decoder and run it off the DCC roundhouse/turntable feed. That would save me running separate DC power to the (removable) roundhouse module. Two wires, that’s it. And, no dedicated turntable panel required, just the “engineer throttle” already affixed to the fascia. Address 1, variable turntable speed, top end speed preset, direction. Hmmm, I like it I think...
There will be more on my ATSF Los Angeles Division thread, I’m sure.
Otto

You are definitely on the right path, Otto.
I picked up stepper motors and 3 turntable drivers from an Australian electronics supplier to make my life even simpler.   The combination works like a charm - slow & smooth!  Just need to figure out how to bash the peco pits to look wooden lined.....

Michel