2

Normally, if I want to use a MOSFET to supply power to some device and switch it on/off with a logic signal I'd use this very typical MOSFET as a switch configuration:

simulation

enter image description here

When the switch closes, the MOSFET allows current flow, thing turns on. Nice. Here's another example with a lamp:

enter image description here

I've come across a design like this:

simulation

enter image description here

Here, when the switch closes, current gets pulled to ground, turning the thing (R_L) off. This is pretty much like an I2C data bus where we have a pull-up resistor and a transistor that pulls the bus low, only the goal here is power output, not logic.

I'm interested in why someone would want to switch off a device in this way, and also any drawbacks/flaws. Is this just a bad design in the first place?

One obvious drawback you can also see in the simulations is that R_L gets less voltage in the second configuration - just 8V. Assuming 8V is enough for R_L, what other problems could we have here?

JRE
  • 71,321
  • 10
  • 107
  • 188
BobaJFET
  • 764
  • 4
  • 16

4 Answers4

4

the goal is to switch off the device as quickly as possible

Depends on the load:

  • Resistive load: no difference
  • Semiconductor load: no difference
  • Capacitve load: the shunt circuit (second circuit) is faster, but you need a small resistor is series to limit the current
  • Inductive load: the series circuit (fist circuit) is faster, but you need a high-voltage TVS diode across the transistor to absorb the high-voltage kick-back
Davide Andrea
  • 21,104
  • 6
  • 34
  • 73
  • If the load is a circuit board consisting of a variety of components, how would we determine whether this load is resistive or capacitive? – BobaJFET Dec 19 '22 at 15:03
  • Tells what the load is. 2. We tell you whether it's capacitive, inductive, resistive, a combination, or other.
  • – Davide Andrea Dec 19 '22 at 15:57
  • What I can tell you is that the load has a capacitor at it's Vin pin. Perhaps the second configuration will discharge this capacitor faster? – BobaJFET Dec 19 '22 at 16:04
  • "What I can tell you ..." is not enough for me to answer your question, sorry. – Davide Andrea Dec 19 '22 at 22:22
  • Can you maybe give an example of a capacitive load that would benefit from your answer? – BobaJFET Dec 19 '22 at 22:36
  • 1
    A large DC-DC converter. (Like, 100+ W) – Davide Andrea Dec 19 '22 at 23:03