Shop OBEX P1 Docs P2 Docs Learn Events
‘hot path’ in a H-bridge — Parallax Forums

‘hot path’ in a H-bridge

miamia Posts: 1
edited 2011-11-11 08:30 in Propeller 1
Hi, there,
I have aquestion: Hardware developers discuss about the difficulties of a so called ‘hot path’ in a H-bridge. Which kinds of difficulties are here discussed ?

Comments

  • LeonLeon Posts: 7,620
    edited 2011-11-11 04:45
    Provide an example.

    This is probably the wrong forum.
  • SarielSariel Posts: 182
    edited 2011-11-11 05:09
    What I assume you are talking about is an incorrect data set that you can send to an H-Bridge resulting in a short circuit condition that will blow up the circuit. It is good practice when using these devices to make sure to include a Fail-safe either in code or hardware to allow this never to happen. Take a look at this web site, and look at the 4th picture down. It should be quite obvious what would happen in this instance.
  • kbashkbash Posts: 117
    edited 2011-11-11 06:02
    This is less an issue than it once was due to the speed of modern power transistors, but not only the LOGIC, but the "Turn-off" time of transistors must be considered in an H bridge circuit.

    A transistor does not stop conducting immediately when you stop sending current or voltage to it. If you turn on the other same-side transistor too quickly, EVEN IF THE LOGIC is correct, you can still have power being conducted through the wrong paths... and something will POP.

    Be sure to consider the on/off times of your power transistors,drive logic, and all capacitance in the circuit when you do an H-bridge design. A slight delay between the OFF time of one transistor and the on time of another on the same leg is a good idea. If you don't want to mess with the calculations... you can include a variable delay, and "Sneak up" on an optimum a little at a time.

    KB
  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2011-11-11 08:30
    Mia,

    Welcome to the forum!

    If you want to explore the subject further with Google, use the term "shoot through" rather than "hot path". You might get more hits.

    -Phil
Sign In or Register to comment.