. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Well I can imagine someone would need to do it to repair a motor or to fix it to/drive something that would be difficult without a special shaft of some kind.

    My crazy idea is to gang multiple motors together, to create a 6/8/10/12 or more phase motor with corresponding resolution. I guess you could do it with couplers and unmodified motors but it wouldn't be as good.
    Last edited by Rufe0; 02-12-2015 at 12:17 AM.

  2. #2
    As with many interesting ideas, I think people have come up with better ways to do it...
    Modern servo drives use a motor to provide turning power, and a separate encoder to measure position. A typical encoder might have 2500 identifiable positions per revolution, giving much higher resolution than steppers with the benefit of full motor power available at all positions, unlike steppers using micro-steps. And in general, stepper motor shafts are capable of taking any torque that the motor could generate - sufficient to stall the motor, at any rate.
    I'm not even sure if the price of steppers these days makes them worth repairing, if you've managed to abuse one to the point that the shaft is damaged. There's probably collateral damage internally!

  3. #3
    Afaik, you won't repair a stepper motor, if you disassemble him it is destroyed. The motor runs, but have lost the torque.

  4. #4
    There's resonance and the Drives to think about here.!! Resonance from one motor will travel to the other sending the drives Bonkers. Each motor Drive will struggle to give stable performance because the Resonance compensation will be all over the place. Even the best Digital drives will struggle and Cheap drives with fixed Compensation will run horrible. Cheaper drives struggle with resonance from one motor so no chance with multiple motors and resonance cripples motor performance.

    None starter to me.!

  5. #5
    RE: Neale
    I disagree about there being a better way already. DC/BLDC/AC servos or any none stepper based servos will all have the same fundamental flaw compared to a stepper. Because they have very low 'steps' or none at all, they have to microstep, and microstepping is fundamentally bad for torque and it's not great for positional accuracy either. Effectively it is running the motor backwards and forwards at high frequency to achieve an in-between position, it's not hard to see the flaw there. This means even the best controllers in the ideal scenarios are going to be at best +-1step, more likely +-10steps and much worse under a changeable load. Any change in load even 0.000001nm is enough to move the motor slightly out of step.

    Add in a gearing system with backlash and it will be all over the place under a changeable load or direction changes.

    If you have a really high count encoder the problems are minimised but it's really only bandaging the problem.

    However if you had a stepper with many phases you could use full steps and still achieve high resolution. You get none of the problems of microstepping, no oscillation problems and additionally you get a better torque curve than any single motor because the phases are running slower than the motor. For instance at 100rpm motor speed you get the torque that you would have got at 50rpm with 2x the phases. Consider 5 motors, 1000steps, 100rpm torque at 500rpm. You get dead on accuracy no +- nothing and it would be held at that position no matter the load(assuming you don't have too big a load). Clearly this would be advantageous.

    Don't take my word for it lookup 5phase stepper motors, the benefits are clear and I believe it would only get better with more phases.

    RE: JAZZCNC
    This brings me to JAZZCNC point. The only real downside to this (other than building the thing in the first place) is needing a custom motor driver. Which is beyond most people yes but it's not impossible. Even a lowly £10 Arduino has the hardware capability to control many motors, more than you would need and the code has already been written, at least for 5phase anyway, it's pretty much copy paste to add more phases.

  6. #6
    Thats not correct, you can hold a BLDC or Synchronservo with 2 different tensions between 2 fases in an angle that is somewhere between that you have with only one of the coils with tension.

    With steppers you have full torque only at very low speed, and the speed is all but smooth.
    With those speeds you cant really work, today with good tools you need a feedrate of more than 60ipm. Rapid feeds of 2500ipm are not seldom, no stepper can move so fast, at least, if you want a
    resolution of 0,04thou, like in many industrial machines.

  7. #7
    Quote Originally Posted by uli12us View Post
    Thats not correct, you can hold a BLDC or Synchronservo with 2 different tensions between 2 fases in an angle that is somewhere between that you have with only one of the coils with tension.
    Which is exactly what I said...

    Quote Originally Posted by uli12us View Post
    With steppers you have full torque only at very low speed, and the speed is all but smooth.
    With those speeds you cant really work, today with good tools you need a feedrate of more than 60ipm. Rapid feeds of 2500ipm are not seldom, no stepper can move so fast, at least, if you want a
    resolution of 0,04thou, like in many industrial machines.
    That is the whole point of a many phase stepper, it would be improved in all the areas you mentioned.

  8. #8
    Quote Originally Posted by Rufe0 View Post
    RE: JAZZCNC
    This brings me to JAZZCNC point. The only real downside to this (other than building the thing in the first place) is needing a custom motor driver. Which is beyond most people yes but it's not impossible. Even a lowly £10 Arduino has the hardware capability to control many motors, more than you would need and the code has already been written, at least for 5phase anyway, it's pretty much copy paste to add more phases.
    Get on with it then and let us know how it works.!! . . . . Think you'll fine there's big difference between one drive running multiple individual motors separately than running multiple motors trying to be one single entity.!
    Then there's also difference between being able to do it and doing it well.!! . . . . I wasn't saying wasn't possible just won't work well enough so none starter.!

    Personally I would rather invest the time in something worth while and spend the money on decent Servo's if I needed more than a Stepper can offer.

    Also your Stepping analogy of a Servo is kind of wrong. Yes while it's true that a Servo is NEVER truely in absolute Position and always searching for perfect Position there's no stepping going off.
    The actual Positioning error of correctly tuned Servo drive/motor setup with resonable encoders is still FAR superior to what a Micro Step based system can provide with far superior torque/speed performance.

    That doesn't mean steppers can't match a Servo on accurecy but only upto a point then Servo wins every time.

    The Pulse requirements are much higher but still they are electrical pulses not physical detent steps like in stepper so don't suffer from resolution restriction like steppers have. There's only so many Micro steps one full Step can be broken down into before can't resolve anymore, or resolving more is pointless because resolution can't be achieved by the Stepping motor.
    Provided the Encoder resolution is high and your Controller can provide the Pulses servo motors don't have this problem so resolution is much higher and even thou they never actually reach there intended destination they get very much closer than any Micro stepped motor can.!

    Steppers do a great job and can be very accurate but only to a point then you need Servos and High count feedback for ultimate accurecy.
    That's why High end systems will use Encoders and/or Scales for positional accurecy.
    Last edited by JAZZCNC; 02-12-2015 at 05:43 PM.

  9. #9
    Very helpful Jazz, I was going to write a scathing reply at the time but I've been too busy for the last few weeks. Hopefully I'll have chance to get a controller built over Christmas.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. FOR SALE: ArcEuroTrade 650Ncm 14mm Shaft stepper motor
    By m_c in forum Items For Sale
    Replies: 0
    Last Post: 13-04-2014, 02:19 PM
  2. misaligned keyway - stepper shaft vs pulley
    By dsc in forum Stepper & Servo Motors
    Replies: 9
    Last Post: 25-02-2014, 03:25 PM
  3. WANTED: stepper motor with dual shaft (6mm dia) wanted
    By HankMcSpank in forum Items Wanted
    Replies: 1
    Last Post: 08-04-2013, 12:48 AM
  4. Stepper shaft couplings - can you ID these?
    By HankMcSpank in forum Stepper & Servo Motors
    Replies: 17
    Last Post: 15-04-2012, 03:46 PM
  5. Simple Solution- Drive 1" Ball Screw Shaft with NEMA-23-Size Stepper Motor Shaft
    By LoveLearn in forum Gantry/Router Machines & Building
    Replies: 5
    Last Post: 08-02-2012, 01:52 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •