Electronic – 3-phase Motor Speed Controller

frequencymotormotor controllerthree phase

Background

If you look at my profile description, you'll see that I'm involved in building and wiring up Carnival floats that are powered by an 800KVA, 415v, 3 phase Generator. Electrically, they generally have about 10 or 15 motors, thousands of light bulbs and a 20KW sound system.

Problem

3-phase induction motors are used to drive big spinning steel structures which carry a lot of weight and have a lot of momentum, and therefore need to ramp up (and down) the speed over a period of around 10s so as not to put too much stress on gearboxes, chains and bearings, etc. The running speed also needs to be adjusted to fit the float design, which needs to be done electrically as changing gear ratios is not practical once built.

To control the motors, an Inverter Drive is needed, which is a very expensive piece of kit that has a huge array of parameters that can be adjusted to control motors in all different situations. We have 2 of these units that control a few motors each. So the problem I have is:

  1. A big single point of failure – one unit fault causes many motors to fail.
  2. Many of the motors are limited to being driven at the same speed, when individual speed control is sometimes needed.
  3. Costly.

As we struggle to raise the funds to build our carnival float every year, we cannot afford to buy any more Inverter Drives (unless someone is kind enough to donate one as they have with the two we've got).

Solution

I would love to be able to build my own for a fraction of the cost. I don't know if I'm setting myself an impossible task and am setting my sights way too high, or if this is indeed achievable. Looking inside an Inverter Drive, I can see several SMD circuit boards, some huge capacitors/inductors, and some heat sunk transistors.

I have experience of switching/dimming resistive loads using pic based control circuits, but although I know the theory, controlling a 3 phase inductive load at the moment is beyond my skill level.

Question

Can any one guide me to where I should start with this. I suppose initially I'm looking for a block diagram of the modules (with a little detail) that I would need to build a home-made inverter drive (e.g. PSU, microcontroller, output stages, etc), and how they fit together. I can then work out if indeed its even worth attempting this, and if so work out which parts I can happily design and make myself, and which parts I'll need more help with.

Specs

  • Input: 240v single phase or 415v 3 phase.
  • Output: 415v 3 phase variable frequency motor drive.
  • Controls: Stop/Start, Ramp up speed (seconds), Ramp down speed (seconds), Running speed (Hz), Emergency stop.
  • Display: Current speed (Hz), Load (A)
  • Motor wiring: Star

UPDATE (31st Jan):
From the information provided by pingswept and bt2 in their answers, I think I've come up with a simulation of the bare bones of what I need… Rectify the 3-phase to get 586V DC and use 6 IGBTs controlled by an IRS2330 which is controlled by PWM from a microcontroller.

Best Answer

I spent 13 years designing electronics of this exact nature: three phase induction motor reduced voltage soft starters and variable frequency AC drives. I spent the last few of those years as a VFD applications engineer helping customers select and configure this equipment for various loads and industries around the country as well.

You will not be able to build something that is cheap and safe. The voltages and currents involved are well beyond the safety margin of a hobbyiest, especially someone who is openly avoiding buying commercial units in order to save money. Don't do it!

While the theory behind AC motor control is very straightforward, the detail level work (heat sink sizing, snubbering, gate drive requirements, de-sat protection, motor overload calculations, bus capacitor protection, etc.) can be quite tricky to get down, especially with heavy duty cycling and regenerative power modes which a carnival ride will CERTAINLY be generating. I strongly caution you against trying to build something of this nature unless you have significant experience not only in microcontrollers and embedded systems design but also significant experience in power electronics and three phase circuitry. People get hurt and killed building this stuff.

My first question for you is whether speed control is really required, or if you only require a soft start up and slow down. Do you vary the speed of the motor once it is started? If not, you may be able to get away with a MUCH cheaper reduced voltage soft starter. These units act like three phase light dimmers; they only adjust the applied voltage to the motor. You will not have a lot of torque at low speeds, but with the right design of motor (NEMA class D) you can achieve exactly what you're after with a fraction of the cost and maintenance.

If you really do need to vary the full-load speed of the motor then you are more or less stuck using a variable frequency drive. As you are aware these are expensive and if you buy cheap you are likely to replace them sooner due to your high surge current (they call this "constant torque") application. What I would definitely recommend doing if this is the case would be to contact various manufacturers (Allen-Bradley, Cutler-Hammer, SAF drives, Benshaw, Yaskawa, etc.) and ask for reconditioned units. Ask for a drive capable of delivering 150% rated current for 30s (this is usually known as heavy duty) or size the drive 30-50% larger than your nominal current rating. You will also likely be running off of generator power which is notorious for being undersized and prone to brownouts and surges as the load requirements change with the state of the equipment being run. Drives don't like that (voltage sags cause current spikes as the motor starts slipping and surges can cause you to overvoltage the bus capacitors) and have a tendency to either fault out or blow up.

I am all about the little guy building something and saving a buck, but this is not the type of project to do this on. If you really want to build a three phase AC drive, start with a little 10HP 480V motor with a hand brake on a test bench. You have all the potential for experiencing the pants-filling sensation of an H-bridge failure or a bus capacitor explosion two feet from your head but without the potential lawsuits and loss of life (except perhaps your own).