High voltage brushed motor control problem - back EMF


Closed Thread
Results 1 to 20 of 20

Hybrid View

  1. #1
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    Exactly Henrik, There is going to be power supplied to the motor when it's driven backwards (overrun) so unfortunately the relay idea wont work. It's also going to be run it at high freq PWM so would guess the IGBT would see a few thousand plus volt spikes before the relay made contact on it's first switching.
    George, I think Herink's suggestion is still the best one!

    You can activate the relay via a dedicated pic port (hope you have a spare one) so you can control the timing. Activate the relay, wait few millisecs and then fire your IGBT via pwm.

    Reverse the concept when you will stop the motor: set pwm duty cycle to zero, wait a while till the motor stops turning, then open the relay.

    All very easy to implement using PBP.

    Al.
    Last edited by aratti; - 13th March 2010 at 11:03.
    All progress began with an idea

  2. #2
    Join Date
    Oct 2005
    Location
    New Zealand
    Posts
    171


    Did you find this post helpful? Yes | No

    Default

    I've tried lots of things so far, to a point I have it working. But it's not working as smoothly or as nice as I would like, so I dont think there is anyway out of driving the high side also. - but how???

    I'm planning on using the same NPN IGBT and driver on the top side as I do on the low side, this should keep switching time consistant. (Also I have a tonne of 600V 70A IGBTs)

    The question is, what's the best way to generate 12 or so volts above my 300V rail, also - what's the best way to trigger the drivers with such a huge potential across them.

    It all has to be done quite quickly and presisely, for eg at the moment I'm using an opamp for current limiting, however the slew rate is far too lesuirly. It's taking 5us to respond, from what I've observed that's going to have to be cut right down a hundred fold to 50ns or so. So an optocoupler is just not an option (25uS typical fall time)

    Any ideas on large potential high side driving?

  3. #3
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,604


    Did you find this post helpful? Yes | No

    Default

    Have a look at the IRS21884, logic-level input, adjustable deadtime to avoid shoot-thru, shutdown input for cycle by cycle current limit or whatever as well as the bootstrap circuit for the high-side driver.

    If you're not intending to use PWM (which is needed for the bootstrap circuit to operate properly) you'll have to provide an isolated 10-15V supply for the high-side, conneted between Vs and Vb. But IIRC you are using PWM, correct?

    /Henrik.

  4. #4
    Join Date
    Oct 2005
    Location
    New Zealand
    Posts
    171


    Did you find this post helpful? Yes | No

    Default

    thanks Henrik I couldn't find an IRS21884 but I found an IR2181 which appears to do a similar job. However I cant get it working! I've only used low side FET drivers before and had no trouble.

    The max Vin current according to datasheet is 60uA, I have 12V coming in through a 1k resistor (I have a 5.1v zener there to prevent over voltage), the IR2181 is pulling the input down to 2 volts (have checked it's not the zener) - so that means about a 10mA draw, the output to the FET is also floating around a couple of volts.

    The FETs, the IR2181 and my logic circuit all share common ground.

    The FETs currently have a 24V supply and the logic circuit and IR2181 have a 12V supply.

    I've tried a second IR2181 incase the first was faulty but no luck.

    Any Ideas? The circuit I've used is the same as documented in datasheet. I'm using a .47uF polyester bootstrap capacitor (I initially thought it had to be high voltage but now realise it only has to be 20V or so). Also got an ultra high speed diode charging it..

    Has anyone here used these before and had similar trouble, or first time success?

    Thanks

    Thanks

  5. #5
    Join Date
    Oct 2005
    Location
    New Zealand
    Posts
    171


    Did you find this post helpful? Yes | No

    Default

    Sorry - I'm an idiot trying to be an electronics design engineer!!

    I looked carefully at the datasheet and have the pinouts all wrong I followed the circuit on the top of the page assuming it was layed out in pinout form.

    Will let you all know how it goes.

    Thanks

  6. #6
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,604


    Did you find this post helpful? Yes | No

    Default

    Hi George,
    Sorry about that, typo on behalf...The correct part number is IRS21844, here a link to the datasheet.

    The 2181 should work as well but it differs from the 21844 in that it has separate drive inputs for the high- and low side so you need to generate the dead-time externally in order to prevent shoot thru. It has no cross conduction protection so IF you accidently get both inputs HIGH you WILL get into trouble. Another difference is that it lacks the SD-input which is handy to use for cycle-by-cycle current limit.

    Let's see how you get along after sorting out the pin numbers. One thing I do wonder about though is that 1k resistor you mention. You really need to have a low impedance low inductance supply line to the chip as it drives the MOSFET gates with fairly high currents which has to be pulled from that +12V bus you say you have 1k resistor in....

    12V supply straight into the chip with local low ESR bypass caps as close to the chip as possible.

    Let us know how it goes and again, sorry about the typo on the partnumber.

    /Henrik.

  7. #7
    Join Date
    Oct 2005
    Location
    New Zealand
    Posts
    171


    Did you find this post helpful? Yes | No

    Default

    The 1K resistor was to the input of the fet driver, not the input of the FET, I used a 4.7 ohm resistor to input of FET, Apparently putting a resistor in line helps with ringing prevention.

    To all those that are interested in the outcome - I dont know yet - however it's working well enough on low voltage, I havent had the guts or time to plug it into 240V yet.

    The solution was to drive the motor top and bottom it was somthing I didn't want to do, however the FET drivers make things pretty easy these days driving high sides. The only issue I seem to have now is when the motor gets overdriven the voltage on the bus caps shoot up and will blow them if I let it, so I have to implement an active resistor system, or somehow try and feed it back into the mains.


    I believe the newer Fisher and Paykel washing machines feed power back into the supply when slowing the drum down from spin cycle so shouldnt be too expensive to implement - maybe a little complex for me tho.

    I also need to learn about quenching big spikes, when drive is under significant load transients are all over the place causing issues.

    Thanks to all that took the time to respond

Similar Threads

  1. Help with final project
    By OvERKiLL in forum General
    Replies: 4
    Last Post: - 15th December 2006, 20:35
  2. Serin and TMR0
    By capitano in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 17th May 2006, 14:58
  3. Pic suggestion for high precision voltage measure
    By d1camero in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 10th April 2004, 06:22
  4. Someone help me to simplify this
    By thrix in forum General
    Replies: 4
    Last Post: - 21st February 2004, 05:01
  5. Help wanted..
    By thrix in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 17th February 2004, 23:44

Members who have read this thread : 0

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

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