Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

h bridge driver circuit

Status
Not open for further replies.
I've never used a MOSFET H-bridge but do know about H-bridges in general.

Remember that sudden changes in direction can cause a voltage swing of 2x the supply voltage, which could kill parts.

Other than that, the circuit looks alright. Just make sure the MOSFETs are high enough power, along with the other components.

-Infamous
 
theinfamousbob said:
I've never used a MOSFET H-bridge but do know about H-bridges in general.

Remember that sudden changes in direction can cause a voltage swing of 2x the supply voltage, which could kill parts.

Other than that, the circuit looks alright. Just make sure the MOSFETs are high enough power, along with the other components.

-Infamous

The so-called regenerative effect of a 4-quadrant inverter. Yup you will need to dissipate that power somewhere. In big industrial drives this gets re-inverted onto the national grib, but hear I would suggest a braking cct.

a DC-link hysteresis-controlled chopper cct to switch in a low-ohmic, high power resistor across the DC-link to "dump" the excess charge.


Back to main question. 42 volt high ;) :D :D
Well one thing I would say the intrinsic diode of MOSFET's are actually extreamly shite when used in H-bridges.
For low-power stuff (1W-5W) they are ok, but for more power, the mis-match in switching times starts to become a major hindrance in ensuring no switching shoot-throughs.

My only concern with this design is to do with your operating voltage. This H-bridge has been setup to run at 12V, as a result they can use the cheaky pull-up resistors to turn on/off the upper FET's

You are not going to have that luxury with working at 42volts.
You are going to have to have an isolated Gate-drive for (at least) the upper two FET's, giving them a floatingh supply to allow the gate-source to be switched local to this isolated supply.

Newport do some very good (small as well) isolated DC:DC converters which I would recomend for hte design of the gate-drive.
It doesn't have to be fancy

DC:DC converter for isolated/floating rails
Opto to isolate command signal
FET-driver chip

Whith working at a higher voltage the speed at which you turn the FET's on is going to become more important. The problem with this 12V design is it uses a 10k to turn OFF/ON which is bloody slow. You are going to want to turn these FET's on alot faster so a gate resistor in the order of 100R is needed (but check datasheets)

Also you might want to put dedicated interlocks between fuiring an upper & lower device to really rule out any switching shoot-through
 
Hmmm...guess this is going to be more difficult than I thought. The motors are rated for 42 volts, but I dont have to run them at that voltage, I think I'll just give 12V a try and see if it is sufficient. As long as it can handle the current (roughly 5-6 amps when stalled at 12V) I should be ok.

Now I just have to find some decent P channel mosfets.
 
jrz126 said:
Hmmm...guess this is going to be more difficult than I thought. The motors are rated for 42 volts, but I dont have to run them at that voltage, I think I'll just give 12V a try and see if it is sufficient. As long as it can handle the current (roughly 5-6 amps when stalled at 12V) I should be ok.

What sort of power do you need from the motors? - running a 42V motor off only 12V is going to give SERIOUSLY little power, assuming it works at all?.
 
I'm trying to make a simple CNC router/plotter. The motor is originally off of a 1 dimensional plotter (the pens would move back and forth on a slide and the paper would be fed by another motor).

I still have the slide and I'm planning on using it for my router. It's also geared down pretty good, so hopefully I have enough torque to move it.

Also, I found this schematic at the same site. Which might solve my P channel mosfet situation.
**broken link removed**
but it looks like it requires 4 PWM signals. Can I just feed the PWM signal into A and an inverter IC, then take the inverted PWM signal and put it on Input C? I dont really see a problem with this as long as I'm using a high speed inverter, but I'm probably wrong.
I'd also need to come up with some directional control circuitry since I'm only going to have 1 pwm signal available.
 
jrz126 said:
I'm trying to make a simple CNC router/plotter. The motor is originally off of a 1 dimensional plotter (the pens would move back and forth on a slide and the paper would be fed by another motor).

I still have the slide and I'm planning on using it for my router. It's also geared down pretty good, so hopefully I have enough torque to move it.

Also, I found this schematic at the same site. Which might solve my P channel mosfet situation.

but it looks like it requires 4 PWM signals. Can I just feed the PWM signal into A and an inverter IC, then take the inverted PWM signal and put it on Input C? I dont really see a problem with this as long as I'm using a high speed inverter, but I'm probably wrong.
I'd also need to come up with some directional control circuitry since I'm only going to have 1 pwm signal available.

Consider also:

Solutions for shoot-through:
1) Program some dead-time for the FET switching. If your application can tolerate this, this is easy and it is done ALL the time.
2) Place inductors in series with the FETS. I've seen this done is power applications that limit the shoot through based on limiting the rate of change of drain current.

Also, the original design is a suitable & typical H-bridge, provided you follow the advice already given - it just needs upgraded parts (FETS caps, diodes & driver circuits) The P-channel mosfet being in there is not a problem. You can find a suitable one from lots of vendors (fairchild for sure).

Be careful to pay attention to the ripple current of the capacitors you place in there so as not to exceed their specs. Also make sure that your gate driver can actually provide enough transient current to switch the bridge as needed. This can be a suprisingly large amount! (i.e. a CMOS logic part might not do it..)


I think everything you've shown so far is a workable topology. You could put together your version of it with parts and simulate it with an L-R load as a motor model.
 
Optikon said:
2) Place inductors in series with the FETS. I've seen this done is power applications that limit the shoot through based on limiting the rate of change of drain current.

:shock:
You sure about this? The whole purpose of a voltage-source inverter is to reduce the inductance to the H-bridge to provide a pure voltage-source to the load.

Also the extra inductance will increase device turn-off overshoot which in turn increase switching losses?

The addition of extra inductance in anything BUT the load (or before the DC-link capacitor when supplied from a rectifier) is counter-intuitive to a voltage-source inverter

As I stated, the addition of dead-time to ensure switching-shoot-throughs are avoided is the best solution



W.r.t. the topology posted, I am a bit confused to why the high-pass filter caps are at the gate of the FET's ?? Are you doing this to provide capacitve isolation to allow the switching of the FET's? such a scheme will not provide anywhere near enough gate-current to allow the FET's to switch at a decent (let alone recomended ) speed
 
1) Program some dead-time for the FET switching. If your application can tolerate this, this is easy and it is done ALL the time.
2) Place inductors in series with the FETS. I've seen this done is power applications that limit the shoot through based on limiting the rate of change of drain current.
Is this dead time for when I am switching directions? or just turning on each individual fet (with the PWM).
and what exactly is this shoot through current?
 
A H-bridge can be broken down into legs

For this single phase inverter

LEFT LEG is the upper and lower FET on the left (that are tied to D1 and D4)

RIGHT LEG is the upper and lower FET on the right (that are tied to D2 and D3)


The one thing that you must NEVER do with a voltage source inverter (that this is) is provide a short-circuit across the supply.

That can occur if you turn both devices on in a LEG, VERY BAD!!!!!!! more then BAD, it is dead FET's, IGBT's, GTO's, BJT's...

Such an event is called a Shoot-through


There are two types of shoot-throughs

1) Commanded. You have no purpose EVER to turn an UPPER and a LOWER Switch in the same LEG on EVER!!!, but if there is a problem in your control (something you overlooked) you could turn both on. This situation is very bad

2) switching: In a phase LEG the UPPER and LOWER switches are fed the compliment PWM signal (so they are never commanded ON at the same time). However, switches do not turn-on/off instantaniously, it take time

IF you command the upper to turn-off and the lower to turn-on at the same time (or vica verca) then there will be instances where you have provided a path for current to flow through a leg BAD!!!!!!!! the current flowing will not be as bad as if it was a commanded shoot-through (since the devices are transitioning between states) but the killer is, that the switches in this condition are in their active region, big volts and big amps POP!!!!! too much power BAD!!!!!!


To get around this drive designers add a time delay between the upper and lower device (dead-time, interlocks...) such that this cannot happen (well it still can but at extreame temp and other situations)
 
This might help explain it:
 

Attachments

  • shootthrough.png
    shootthrough.png
    15.1 KB · Views: 1,000
  • protect.png
    protect.png
    27.9 KB · Views: 1,030
ah, i just wanna ask, what is the purpose of the ceramic caps below the +v (the v.source of the bridge)...
 
solidhelix said:
ah, i just wanna ask, what is the purpose of the ceramic caps below the +v (the v.source of the bridge)...

High frequency HT decouplers, electrolytics don't work well at high frequencies (too much inductance), so it's common to bypass them with a smaller non-electrolytic - this is particularly so in an H-bridge, where it runs at a fairly high frequency.
 
It appears that the schematic has a serious error. Correct me if I'm wrong (I'm sure someone will). It seems to show both transistors in each leg driven by the same phase. As Styx pointed out, they need to be driven by opposite phases (with dead time built in, of course).
 
Thanks everyone for the help.
I found another schematic over at CNCzone.com and I was able to pick up an atmel micro. pre-programmed with the PID control for my servos for a couple of bucks. (the schematic uses this micro). I would much rather learn that PID stuff on my own, but I think I would just get discouraged and give up.

I noticed that the caps on the channel inputs have reversed polarity. I'm not sure whats going on there.
 
H-Bridge MOSFETs breakdown

I am a new comer. I have a question regarding the H-Bridge MOSFET breakdown. I have a project which needs to drive a DC motor. It requires 0V-90VDC voltage, and up to 5A DC continuous current.

I use P-MOSFETs ( -150V -27A)on upper side and N-MOSFETs ( 150V 60A ) for lower side .

It works well when the current is not very big ( less than 3 A) , but MOSFETs are very easy to be damaged when current get bigger( greater than 3A ) .The damage occurred when I increase the current, not in the change of the direction.

I have the schematic,but I am unable to paste here.

Does anybody have any idea about this or similar experience before?
Thanks advance,

gxu
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top