Electronic – 125 mW resistor subjected to 600 mW dissipation in professional safety system

dissipationmaximum-ratingspower-dissipationresistors

The schematic below is the input circuit of a signalling PCB, which we buy from one of our suppliers of fire detection systems. Said PCB has to be built into a so called geographic evacuation panel which allows firemen to see in which zone of a building a fire has started, and as such is part of a safety system.

schematic

simulate this circuit – Schematic created using CircuitLab

The LED shown is actually the IR LED of an optocoupler (needed for reasons of common mode rejection).
Each fire detection zone has such an input. The optocoupler's outputs are fed into an Atmel MCU where they are processed in order to light certain LEDs on a floor plan of the building. In the absence of any input signals, the MCU will reset all LEDs on the panel.

The 820 ohm resistor is an SMD type, and from its dimensions I estimate it to be package 0805 and as such it is rated for 125mW. Documentation from our supplier claims the input voltage range is from 2.2 up to 24V. This is by design, in order to support many brands of fire detection computer. Not all, but a number of systems do actually output 24V. By my own calculations the resistor dissipates about 600mW at 24V input, assuming a total forward voltage of 1.9V for both diode and LED. Actually applying 24V at the input for as short as 5 seconds makes the resistor heat up so much that you can't touch it. At this point the input current is about 26 mA. As I am not very experienced with SMD components, being out of electronics for many years, I need to know if there is any risk that the resistor will burn out, and the panel will not do what is is designed for, potentially resulting in the loss of human life.

The moment the fire service can eyeball the panel is on average first detection + 15 minutes. This means that the resistors in the activated inputs will be subjected to those conditions for at least 15 minutes, in densely populated areas. In rural areas with less firefighting personnel this can be even longer.

Authoritative answers, or links to them, are highly appreciated.

Picture of a geographic panel:

enter image description here

Picture of board with input circuit:

enter image description here

There are eight identical input circuits. I added the text "820 ohm" below one of the resistors. To the left of this resistor is the diode, above and to the left is the opto-isolator. It is a 4 pin device with SMD code 824.

Very close-up view of the resistor in question:

enter image description here

Best Answer

From the data you provide, this indeed seems like a bad design. I also get about 600 mW dissipation in R1 in the circuit you show.

The fact that the resistor is getting really hot is direct evidence that it is dissipating significant power for its size, but not necessarily too much. Resistors can run indefinitely without harm at temperatures that would burn your finger. A finger test doesn't really tell you whether it is dissipating just within the limit, or over it.

One possibility is that the circuit isn't as you show. Perhaps there is something else going on that isn't easily visible from the outside of the board. A good test would be to measure the actual voltage across the resistor. That together with the label on the resistor will give you a definitive answer to how much power it is dissipating.

Note that 0805 resistors are labeled with 3 or 4 digits. This is a floating point format with the last digit being the exponent of 10 and the previous digits the mantissa. A 5% 820 Ω resistor will be labeled "821", which means 82 x 101 = 820.

The power dissipated by a resistor is the square of the voltage across it divided by the resistance. In common units,

$$\mathrm{W}={\mathrm{V}^2\over\mathrm{\Omega}}$$

Therefore, the voltage that causes a particular dissipation is

$$\mathrm{V} = \sqrt{\mathrm{W}\cdot\mathrm{\Omega}}$$

At 125 mW, a 820 Ω resistor will have

$$V = \sqrt{125\mathrm{mW}\cdot820\mathrm{\Omega}} = 10.12\mathrm{V}$$

across it.

If the resistor is really 820 Ω, is really only good for 125 mW, and has more than 10 V on it, then yes, this is a flawed design. From the data you've given us, these premises seem to be true.

If it turns out the resistor really is overloaded, then probably what happened is that the unit was originally designed for a lower voltage. Somebody realized they were missing too much of the market by not supporting higher voltage. Whoever was supposed to check this in engineering either didn't, was generally incompetent, or just missed this one.

Of course why it is like this doesn't matter to you. You absolutely need to reject this system. Currently, it's just some other company putting a bad product in the field. If you incorporate that into your system, you are putting a bad product in the field, and own the resulting liability, and it will by your reputation that gets damaged.

While you definitely don't want to use this product (again, assuming things really are as you say), The device is very unlikely to catch on fire as a result. Such overloaded resistors will usually just burn out and fail open. There isn't enough flammable stuff around to cause a fire. However, the resistor could burn out and open before the fire fighters arrive, giving them wrong information as to where the fire is. That's the real danger of this system. Or, the system could latch the information until manually reset, so there are no symptoms during the first incident. However, now that channel is broken and won't respond to future fires in that zone. That's obviously really bad too.

Do the voltage measurement and point out your concern to the manufacturer. It might be worth hearing what they have to say, but it would have to be something really good for me to ever trust their products again. Remember that with electrical engineers, just like with any large group of people, there are really good ones at the top end, the decent-enough majority in the middle, and incompetents at the bottom. There are certainly incompetently designed products out there. You may have found one.