Programmable Decade Resistor: Power Rating (1)

In the last post we worked on some implementation details to consolidate the bill of material while improving the power rating of the decade resistor. However, we didn’t actually analyze the design regarding power dissipation. So let’s get some definitions out of the way (goto Conclusion for tldr):

\(n\)Decade \(n\) providing resistance values \(0\Omega\), \(1 \cdot 10^{n}\Omega\) to \(2 \cdot 10^{n}\Omega\)
\(R_{n}\)Total resistance of decade \(n\) as set by the switches
\(R_{0n}\)Resistance of an individual resistor of decade \(n\) (in the picture above: \(R_{00} = 2 \Omega\))
\(P_{0n}\)Power rating of any individual resistor of decade \(n\).
\(I_{0n}\)Current through resistor of decade \(n\) @ power rating
\(I_{max,n}\)Maximum allowable current for decade \(n\)
\(P_{max,n}\)Maximum allowable power dissipation decade \(n\)
\(U_{max,n}\)Maximum allowable voltage for decade \(n\)
\(I_{max,tot}\)Maximum allowable current for the programmable resistor (all decades)
\(P_{max,tot}\)Maximum allowable power dissipation of the programmable resistor (all decades)
\(U_{max,tot}\)Maximum allowable voltage for the programmable resistor (all decades)
Definitions

The definitions imply that we use identical resistors throughout a decade. For this post we also assume that the power rating of all resistors are the same. In reality this is not the case. That’s one of the reasons for part 2 of this post…

Exemplary calculation for the first decade

First decade (\(n=0\))

Let \(I_{max,0}\) flow into the first decade (\(n=0\), \(R_{00}=2\Omega\)) with all switches open except for SW12. The resulting resistance is \(R_{0}=5 \Omega = \frac{5}{2} R_{00}\). Then:

  • a current of \(I_{max,0} / 2\) will flow through the resistors with the reference designators R1, R2, R7, R9, R8, R10 (see schematic above)
  • a current of \(I_{max,0}\) will flow through the resistor with the reference designator R13

Hence \(I_{max,0}\) is defined by the current that flows through R13 at its power rating:

$$I_{max,0} = I_{00} = \sqrt{\frac{P_{00}}{R_{00}}}$$

The maximum total power dissipation of the decade is the sum of the power dissipation of the individual resistors (at their respective current). Accordingly:

$$P_{max,0} = 2\cdot R_{00} \cdot \left(\frac{I_{max,0}}{2}\right)^2 + 4\cdot R_{00} \cdot \left(\frac{I_{max,0}}{2}\right)^2 + R_{00} \cdot {I_{max,0}}^2$$

$$=\frac{5}{2} R_{00} \cdot {I_{max,0}}^2=\frac{5}{2} P_{00}$$

The maximum allowable voltage is:

$$U_{max,0} = R_0 \cdot I_{max,0} = \frac{5}{2} R_{00} \cdot I_{00}=\frac{5}{2} \sqrt{P_{00}\cdot R_{00}}$$

Table for decade \(n\)

To generalize the example shown above, here’s a table showing the results for all resistance values in tabular form.

\(\frac{R_0}{R_{0n}}\)\(I_{max,n}\)\(P_{max,n}\)\(U_{max,n}\)
\(0\)limited by relayslimited by relayslimited by relays
\(1\)\(2 I_{0n}\)\(2 P_{0n}\)\(\sqrt{P_{0n} \cdot R_{0n}}\)
\(2\)\(2 I_{0n}\)\(4 P_{0n}\)\(2 \sqrt{P_{0n} \cdot R_{0n}}\)
\(3\)\(2 I_{0n}\)\(6 P_{0n}\)\(3 \sqrt{P_{0n} \cdot R_{0n}}\)
\(4\)\(I_{0n}\)\(2 P_{0n}\)\(2 \sqrt{P_{0n} \cdot R_{0n}}\)
\(5\)\(I_{0n}\)\(\frac{5}{2} P_{0n}\)\(\frac{5}{2} \sqrt{P_{0n} \cdot R_{0n}}\)
\(6\)\(I_{0n}\)\(3 P_{0n}\)\(3 \sqrt{P_{0n} \cdot R_{0n}}\)
\(7\)\(I_{0n}\)\(\frac{7}{2} P_{0n}\)\(\frac{7}{2} \sqrt{P_{0n} \cdot R_{0n}}\)
\(8\)\(I_{0n}\)\(4 P_{0n}\)\(4 \sqrt{P_{0n} \cdot R_{0n}}\)
\(9\)\(I_{0n}\)\(\frac{9}{2} P_{0n}\)\(\frac{9}{2} \sqrt{P_{0n} \cdot R_{0n}}\)

Considerations for multi-decade resistors

If the power rating of the individual resistors in the programmable resistor are identical, the maximum current \(I_{max,tot}\) is limited by the decade with the highest resistance. To prove this, we show that the largest maximum permissible current of a higher decade \(m\) is still less than the smallest maximum permissible current of a lower decade \(n < m\).

1. Determine the smallest maximum permissible current for the lower decade \(n\)

With the total resistance of a decade of \(R_n = l_n \cdot R_{0n}\), the smallest maximum current for decade \(n\) results for \(l_n > 3\) (see table for sigle decade). Therefore:

$$min(I_{max,n}) = \sqrt{\frac{P_{0n}}{R_{0n}}}$$

2. Determine the largest maximum permissible current for the higher decade \(m\)

With the total resistance of a decade of \(R_m = l_m \cdot R_{0m}\), the largest maximum current for decade \(m\) results for \(l_m \in \lbrace{1, 2, 3\rbrace}\) (see table for sigle decade). Therefore:

$$max(I_{max,m}) = 2 \cdot \sqrt{\frac{P_{0m}}{R_{0m}}}$$

3. Utilize the assumptions

If \(m\) is the next-higher decade (i. e. \(m = n + 1\)), the resistor value for decade \(m\) is ten times larger than for decade \(n\)

$$R_{0m} = 10 \cdot R_{0n}$$

Also, we assumed that the power ratings of all resistors all equal:

$$P_{0m} = P_{0n}$$

4. Bringing it all together

$$max(I_{max,m}) = 2 \cdot \sqrt{\frac{P_{0m}}{R_{0m}}} = 2 \cdot \sqrt{{\frac{P_{0m}}{10\cdot R_{0n}}}} = \frac{2}{\sqrt{10}} \cdot \sqrt{\frac{P_{0n}}{R_{0n}}}$$

$$\approx 0.63 \cdot min(I_{max,n})$$

$$\Longrightarrow max(I_{max,m}) < min(I_{max,n})$$

Therefore, under these assumptions the power rating of the programmable resistor is limited by the highest non-zero decade.

Conclusion

The main take-aways are:

  • The maximum power rating of a decade can vary depending on the selected resistance value. Therefore it makes sense to calculate and display the applicable power rating for the resistance value set by the user
  • Using the topology and applying the assumption (in particular: same power rating for all resistors) shown above, the power rating is at least two times the power rating of the individual resistors
  • Then the power rating of the programmable resistor is limited by the highest non-zero decade

The next post in this series will focus on the actual component selection and the implications on the subject of the power rating of the programmable decade resistor.


Posted

in

by

WordPress Cookie Notice by Real Cookie Banner