Overcurrent Protection: Prevent Malfunctioning Loads & High Efficiency

  • Thread starter Thread starter gnurf
  • Start date Start date
  • Tags Tags
    Protection
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
gnurf
Messages
370
Reaction score
8
I need to prevent a malfunctioning load from drawing too much current from a supply of around 3Vdc@2A(max). There is already a current sensor in series with the load which outputs a voltage, Vsense, proportional to the current drawn by the load.

I was thinking a PMOS switch with the gate tied to the output of a comparator that compares Vsense to a Vref, where Vref would represent the maximum allowed current draw for that load. When a over-current is detected the switch must shut down the load immediately and stay in that state until externally reset (by a microcontroller) or if the load resumes normal operation.

Some kind of hysteresis (or a flip-flop??) -- or something -- is missing from this picture, and I have a feeling there exists some standard way of doing this that I'm unaware of, so any ideas are welcomed. Thanks.EDIT1: Oh, and btw -- high efficiency is a priority.

EDIT2: I've already found what I need (e.g., MAX869), but if you know of a circuit with discrete components that does the same job, I'm still interested for educational purposes.
 
Last edited:
Engineering news on Phys.org
gnurf said:
I need to prevent a malfunctioning load from drawing too much current from a supply of around 3Vdc@2A(max). There is already a current sensor in series with the load which outputs a voltage, Vsense, proportional to the current drawn by the load.

I was thinking a PMOS switch with the gate tied to the output of a comparator that compares Vsense to a Vref, where Vref would represent the maximum allowed current draw for that load. When a over-current is detected the switch must shut down the load immediately and stay in that state until externally reset (by a microcontroller) or if the load resumes normal operation.

Some kind of hysteresis (or a flip-flop??) -- or something -- is missing from this picture, and I have a feeling there exists some standard way of doing this that I'm unaware of, so any ideas are welcomed. Thanks.


EDIT1: Oh, and btw -- high efficiency is a priority.

EDIT2: I've already found what I need (e.g., MAX869), but if you know of a circuit with discrete components that does the same job, I'm still interested for educational purposes.

How about a circuit breaker or fuse?

CS
 
A circuit breaker or fuse as suggested are the simplest ways to go.

If you're looking to go fancy you can try something similar to a crowbar circuit.