1

I just began being interested in electronics and I got my hands on a Chinese bench power supply APS 3005 that didn't work - only CC red led was on.

I didn't find a schematic for this PSU, but it's the same as on this video.

I found a shorted diode, which I changed with a new one and I also found that there is a LM7812 voltage regulator where I measured that it ouputs only 7V, but between input and ground, there is 18V.

I disconnected the output terminal from the circuit and output was still the same value. So I bought a new LM7812 and to m surprise when plugged in again only 7V was at output.

Why is that it never outputs 12V? Could it be that both the old and the new LM7812 are bad?

Here is a picture of the regulator with output disconnected from rest of the circuit and between input and ground is 18V.

LM7812

Edit: So I apologize, the problem wasn't the 7812, but my multimeter which showed lower values. When I tried another multimeter it showed 11V, which is fine, since the multimeter is for higher voltages. Now I have to find why the power supply is always only in CC mode.

JRE
  • 67,678
  • 8
  • 104
  • 179
TomCrow
  • 21
  • 4
  • 3
    Do you have a small capacitor (e.g. 0.47 μF) that you could put across the input of the 7812 to make sure it is stable? Ref: [LM7812 and decoupling capacitor value](https://electronics.stackexchange.com/a/308425/36731). Also, are you sure that your multimeter is reading correctly? – Andrew Morton Sep 19 '20 at 11:00
  • 2
    The 7812 needs capacitors on both input and output to be stable, and at least some light load (5 to 10 mA) to work stable. If both the old and new 7812 operated identically, they are not broken, but the problem is on the board that the 7812 gives power to. – Justme Sep 19 '20 at 11:08
  • 1
    Ill get batteries for my another multimeter and try that. Also there are capacitors on the board which are not shorted. But they are kinda big, 470uf 35v on the input and 220uf 25v on the output. Here is photo of the circuit where is the reulator and the capacitors: https://imgur.com/gallery/8GlQt00 – TomCrow Sep 19 '20 at 11:43
  • 1
    @TomCrow It could be a problem having such long wires leading in to the regulator without a bypass capacitor, as mentioned in the answer I previously linked to. – Andrew Morton Sep 19 '20 at 12:03
  • Ill try to put bypass capacitor on the input when I get home and post results later. Thank you so far. – TomCrow Sep 19 '20 at 12:11
  • Is the CC LED still on since you made these changes? – mhaselup Sep 19 '20 at 12:50
  • Yes, it is. There might be more problems I need to find out. – TomCrow Sep 19 '20 at 13:05
  • CC likely indicates PSU is in constant current mode. Is there a current dial on the front panel you can turn, does it make CC led go out? If so can you remeasure voltage out of 7812. – mhaselup Sep 19 '20 at 13:20
  • Yes, the psu is always in cc mode, I can only change the current limit shown on the display by turning the current potentiometers, no change in voltage. So I though that the 7812 output might be responsible for why the psu isnt going to cv mode. – TomCrow Sep 19 '20 at 13:34
  • Maybe the filter capacitor is open so you are feeding it pulsating DC which the regulator is clipping. 7812s are typically rock-stable regardless of capacitors or load. – Spehro Pefhany Sep 19 '20 at 15:35
  • 1
    Soo, the whole problem was my multimeter. Thank you all for your answers, Iam learning something new everyday. Now I have to find the real problem why its always only in CC mode. – TomCrow Sep 19 '20 at 17:21
  • 1
    You can/should move your "solved" into an answer and accept it (after a day or two, I think). That way the site knows the problem is solved and won't keep presenting it on the homepage looking for a solution. – Transistor Sep 19 '20 at 17:36
  • 1
    Okay, I wrote the answer and will accept it tommorow. Thanks. – TomCrow Sep 19 '20 at 18:03

1 Answers1

1

So I found that the LM7812 is perfectly fine and that my multimeter is broken and showing lower values. It really outputs 12V.

TomCrow
  • 21
  • 4