2

I am doing a project, in which there are two dc source a) 48V_ DC b) 48V_Reg to power the board.

If either of two is present, that power source will power the board.

If two power source is also present then it should select 48V_DC

Please let me know any IC or circuit in where I can implement above features.

enter image description here

Puneeth
  • 55
  • 4
  • 1
    This question has been asked many times before, you can use a diode selection circuit or pmosfets to select the source https://electronics.stackexchange.com/questions/96398/or-ing-power-supplies-diode-or-mosfet – Voltage Spike Oct 19 '20 at 15:50

4 Answers4

2

This is a common requirement on telephone or wide area network equipment and servers.

The most straightforward way is just with a pair of diodes. No active devices required.

Solutions such as relays have the problem that there will be a power drop-out while switching over.

IC vendors such as Analog Devices have more sophisticated solutions that also support hot-plugging and avoid the voltage drop of diodes.

Kevin White
  • 32,097
  • 1
  • 47
  • 74
2

Version 1

Only one Schottky diode would be required.

enter image description here

It is to be ensured that the voltage of 48 V_DC is always slightly higher than that of 48 V_Reg, for the former to reverse bias the diode and predominate.

Version 2

Only one relay, with a 48 V DC coil, would be required.

enter image description here

vu2nan
  • 15,929
  • 1
  • 14
  • 42
1

Without more information, I would recommend recognising 48V_DC as a logic signal to drive a single-pole double-throw switch such that if 48V_DC is 'on', the switch is connected to the 48V_DC terminal, and if 48V_DC is 'off', the switch is connected to the 48V_Reg signal.

kanoo
  • 89
  • 7
  • Are you suggesting a manual switch - if yes it is not recommended. If SPDT IC is used then for powering IC there is no power in board. Please let me know if you can suggest any IC – Puneeth Oct 20 '20 at 07:13
  • @Puneeth Non-mechanical (is that what you meant by manual?) switch I've used recently: shorturl.at/nrQ02, although I'm sure there are versions with only one spdt switch out there, rather than the three present on this IC – kanoo Oct 20 '20 at 13:59
  • Hey can you share the part number – Puneeth Oct 20 '20 at 15:05
1

you can use a relay for that, using the 48V_DC voltage as "digital signal"

when the 48V_DC is present, the relay is activated you have the 48V_DC voltage at the output,

the diodes make possible not to have a voltage drop during tansitions,

enter image description here

Juba
  • 389
  • 4
  • 8