Electrical – turning off an ATX-PSU

power supply

Converting an ATX PSU to a bench supply i found out how to start it by shorting the green wire to ground with a Push-button, and that I have to place a minimum load (preferably on the rail with highest amp rating) to keep it running.

What I want is another Push-button to shut it down again.
(I don´t want to use a on/off switch between green and ground, I also dont want to use the on/off switch on the back of the PSU)

How does a mainboard turn off the PSU? does it simply disconnect all loads? if so, how can I achieve this for all rails (3.3, 5, -5, 12, -12) with a single Push-button?

Best Answer

An ATX motherboard connects PWR_ON# (green wire) to ground to turn on power and disconnects it from ground to turn power off. All power (except stand by 5V) is controlled by that.

If you want separate push buttons for on and off, you’ll need to make a latching circuit, probably powered by the SB5V, to pull the green wire to ground. Your ON button triggers the circuit. The OFF button could be a normally closed button to cut power to the circuit or a NO button to trigger a reset to the circuit. This circuit could be as simple as a DPST 5V relay where the second poll hold power to the relay, or an SR flip flop (Wikipedia) made from a couple of BP transistors.