Electronic – If I made an h bridge out of silicon controlled switches, would I still need a driver

digital-logich-bridgesolid-state-relaytransistors

My question is relatively simple. If I arraged four silicon controled swithces, like the one here, to form an h bridge, could I drive it directly from the logic level? Since only gate to gate voltage will turn the switch on or off, it seems like there would be no need for a complex driver to handle high voltages between gates and sources or drains. Is this right?

See this question for some relevant information on silicon controlled switches.

Best Answer

No, you couldn't just drive everything from logic level. That would work for the low side switches, but not the high side, as Russell mentioned.

Another problem is that you would have to be very careful to ensure break before make. Depending on the switch, it can stay on until the next current zero crossing or at least some finite time if you actively try to turn it off. These devices tend to be slow compared to regular transistors. As a result, you have to be conservative in setting the dead time when switching between top and bottom.

FETs, BJTs, and IGBTs are more appropriate nowadays.