This post is part of the Rack box project series.

A monitored fuse box that used to be installed in my rack box project, with 6 channels and 12 fuses.

Table of contents

Details

This fuse box module used to be installed in my rack box project. It had a total of 6 channels, or outputs, each with fuses on both polarities. All fuses were monitored, meaning that if a fuse broke; a failure LED would turn on and a fuse failed output activate.

Each pair of fuses powered an optocoupler, which again were connected to an inverter. So if any of the fuses broke the optocoupler would loose power, meaning that the inverter input would go LOW, and the inverter output HIGH.

Each inverter output was connected to a failure LED and a OR gate, which was used to alert another monitoring module of a failed fuse. So the failure LED would indicate which circuit was broken, and the fuse failed output signal just meant that one or more circuits were broken.

So, in summary; this is what happened when a fuse broke:

  • Fuse breaks
  • Optocoupler looses power
  • Signal to inverter is lost
  • Inverter output turns on
  • Failure LED for that channel lights up
  • Fuse failure output is activated, alerting other monitoring modules

Fuse failure LED

The top-most yellow LED would blink in the case of a fuse failure, regardless of where that failure was. The LED was controlled by another monitoring module, and shared between multiple modules.

Caveats

The solution worked just fine for loads like light bulbs, LEDs etc. But turned out to be a bit strange if electronics were connected, like a microcontroller. The current would find ways to leak through the connected module and back into the output of the fuse box. Which meant that the alarm would turn off. One way to remedy this is to place a diode in series with the outputs from the fuse box, but this introduces a voltage drop.

In my setup I had multiple voltage levels, from multiple power supplies. All their ground terminals where connected together, so I had one common ground. By having fuses on the ground supply I introduced a way that this common ground could break. And that produced some pretty strange results, like microcontrollers powered themselves from low inputs.

Lastly; it’s a complex and time consuming solution to solve a pretty simple task.

So after some testing I decided that it was better, easier, and maybe even safer, to put small fuses inside the modules I was building. I did keep the main fuses for each power supply, those are important.

Photos

Testing logical inverter IC
Installing strip boards in enclosure
Connecting the sensing wires
Installing module in the rack box
Module installed in the rack box
Inside the module
Inside the module
Inside the module

Schematic drawing

Schematics for the fuse box module

Parts list

  • 2 × DIL socket, 16-pin, 7.62mm
  • 2 × DIL socket, 6-pin, 7.62mm
  • 6 × Diode, small signal, 1N4148/Ph
  • 1 × Enclosure, plastic (1591 FL), 150x80x50mm, flange
  • 5 × Fuse 5x20 mm, 200 mA, fast-acting
  • 4 × Fuse 5x20 mm, 1 A, fast-acting
  • 2 × Fuse 5x20 mm, 2 A, fast-acting
  • 2 × Fuse 5x20 mm, 2.5 A, fast-acting
  • 13 × Fuse holder, open, PCB, 5x20mm
  • 13 × Fuse holder, open, PCB, Protective cover
  • 1 × Hex inverter buffer/converter, 4009, 6 channels
  • 6 × LED 5mm, Orange, 2.0V, 20mA
  • 1 × LED 5mm, Yellow, 2.0V, 25mA
  • 2 × Mounting bracket, DIN rail, Plastic
  • 1 × Optocoupler, 4-channels, PC817
  • 2 × Optocoupler, single, CNY17F-3, DIL-6
  • 64 cm2 PCB, stripboard, 100x160mm, 160cm2
  • 6 × Resistor, carbon film, 0.25W, 4.7 kΩ, 5%
  • 6 × Resistor, carbon film, 0.5W, 8.2 kΩ, 5%
  • 13 × Resistor, metal film, 0.6W, 1 kΩ, 1%
  • 16 × Terminal block, screw, 2.5 mm
  • 6 × Transistor, NPN, 100 mA, 45V, 0.5W, BC547B

Last commit 2023-02-05, with message: Add series for the rack box project.