0

enter image description here

reference: https://www.analog.com/media/en/technical-documentation/technical-articles/D61_EN-Convert.pdf

I am trying to convert a 1-5V signal to a 4-20mA signal using this circuit but it was not successful, using the exact components mentioned in the schematic. When I was testing the circuit, I kept getting 46mA on the output no matter what the input voltage was.

The output of the first op amp would keep giving me 2.5mV, regardless of the input voltage. Can anyone help me with this?

Karl
  • 11
  • 2

3 Answers3

3

Output of the first op-amp is railed at the negative supply so it is likely getting imbalance on the inputs with inverting input higher than non-inverting.

So likely either M2 has drain-source swapped or it is shorted (or there is a problem with the op-amp).

NDS7002A has the standard pinout for MOSFETs in SOT23, however, curiously, the TO-92 version has the opposite (drain/source swapped) pinout of the (otherwise very similar) 2N7000, so that is a possible source of error.

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842
2

Debug your circuit logically.

  1. Check that you have the correct op-amp.
  2. Check your 24 V supply voltage.
  3. Check that the supply is reaching the op-amp pins.
  4. The left op-amp will be balanced when V- = V+. That will happen when VR1 = VIN. Apply a known voltage to VIN and check that you get the same voltage across R1. If you fail this test then the problem is in this area.
  5. Note that 1 to 5 V across R1 will cause a current of 0.1 mA to 0.5 mA to flow through R2, M2, R1. Check that the voltage across R2 is the same as R1 since they're the same value, VR2 = VR1.

Report back in your question. (Answer all the points.)

Transistor
  • 168,990
  • 12
  • 186
  • 385
  • Thank you for your time typing up this checklist. This can be the checklist for my future problem solving. :) – Karl Jun 29 '22 at 01:04
2

I simulated this circuit with the idea of a "swapping" of drain and source of the two MOSFETs.

Found that swapping D & S of your M2 leads to a current of ~ 46 mA.
Swapping D & S of your M1 lead to a current of ~ 60 mA.

enter image description here

enter image description here

Antonio51
  • 11,004
  • 1
  • 7
  • 20