0

Sorry if my question is too naive, I'm new to this. I am trying to design a controlled current source for currents up to about 1A (diagram below). My requirement is that the current depend only on the value of a single voltage source and a single resistance (which I can precisely choose).

schematic

simulate this circuit – Schematic created using CircuitLab

The problem is that the output voltage of the op-amp = gate voltage of MOSFET is becoming equal to the rail voltage, causing saturation at about 300mA itself (i.e. before reaching 1A). Is there a way I can improve the above circuit to prevent the op-amp from saturating and getting a 1A current?

EDIT: I've changed the design following τεκ's answer and swapped the FET and Load. This should ensure that FET's source voltage doesn't go above 5V, but the gate voltage still goes to 14V and saturates the op-amp. Thanks in advance.

VP06
  • 3
  • 2

2 Answers2

1

With a 5 ohm sense resistor and a 5 volt control signal you will get 1 amp through the load if the load's value of resistance is low enough. For instance, if the load is 10 ohms then you need 15 volts at the source of the MOSFET to drive 1 amp through 10 ohms plus 5 ohms.

Plus you need another 2 to 10 volts more on the gate to get enough conduction (generalism alert) through the MOSFET. So, given your values, even if the load was zero ohms, you will need a supply voltage that is at least 7 volts and more likely 10 to 15 volts. This assumes the op-amp output is rail-to-rail.

I will note that you have shown V2 as 1 volt and this could only ever push 200 mA through 5 ohms.I assume this is an error on your part as is not putting a ground symbol at the bottom of R1.

Andy aka
  • 434,556
  • 28
  • 351
  • 777
  • Thanks, I understood why it's happening.. @τεκ's answer puts the load above the FET, so the source voltage is now at most 5V. This is still not solving the issue, and the gate voltage shoots up rapidly from 4V onwards and op-amp saturates.. I'm unable to see why.. – VP06 Mar 07 '18 at 15:55
  • Op-amp power supply voltage? Op-amp? Load resistance? Possibly 45 ohms? – Andy aka Mar 07 '18 at 16:04
  • 1
    You can't push 1 amp through a 50 ohm load if the supply is only 15 volts. – Andy aka Mar 07 '18 at 16:08
  • I've chosen 15V supply voltage for op-amp and LM741 for simulation. Load resistance would be 50ohm at max. – VP06 Mar 07 '18 at 16:18
  • Thanks a lot! Now I understand why it's not working. – VP06 Mar 07 '18 at 16:24
  • [Reasons not to use a 741](https://electronics.stackexchange.com/questions/304521/reasons-not-to-use-a-741-op-amp/304522#304522) – Andy aka Mar 07 '18 at 16:43
1

Swap the load and MOSFET.

schematic

simulate this circuit – Schematic created using CircuitLab

τεκ
  • 4,229
  • 1
  • 16
  • 17