Inverting PS_ON?
-
I just discovered the power supply I ordered seems to use a somewhat inverted PS_ON signal. According to the documentation[1], ground apparently turns the power off:
Power on : "Hi" >2 ~ 5V or (Open circuit)
Power off : "Low" <0 ~ 0.5V or (Short circuit)If I understand this correctly, this is different from how the PS_ON signal on ATX power supplies work. Any ideas on the best way make this work correctly with my Duet board?
Thanks!
-
I solved it by using a good old 7400 NAND chip, used as an inverter, with a pull-up resistor on the input. Seems to work nicely.