2

On a schematic I have, some resistors read as R16, 0.025R, 3W. Some read as R60, 33R. I guessed that R16 or R60 are the labels, and 3W is the power. But what does 0.025R or 30R mean? Google search did not help much. Thanks.

Adeel
  • 167
  • 14
  • Related: http://electronics.stackexchange.com/questions/90699/wire-wound-inductors-naming – Ignacio Vazquez-Abrams Apr 22 '15 at 16:15
  • 1
    So many possible duplicates: http://electronics.stackexchange.com/questions/246920/what-is-a-100r-resistor – Always Confused Aug 09 '16 at 10:15
  • http://electronics.stackexchange.com/questions/45272/resistor-value-labeling-what-does-the-second-number-refer-to http://electronics.stackexchange.com/questions/107698/what-does-5k1-in-the-given-schematic-mean http://electronics.stackexchange.com/questions/28053/what-does-3v3-or-1v8-mean – Always Confused Aug 09 '16 at 10:17

1 Answers1

8

In this context "R" means \$\Omega\$.

It really just substitutes for the decimal point and tells you the multiplier. You'll also see inductors marked 1R0 for 1.0\$\mu\$H, and resistances given as 4K7 or 10K0 for 4700\$\Omega\$ and 10,000 \$\Omega\$.

So the resistor with ID R16 is a 0.025 Ohm resistor and the resistor with ID R60 is a 33 Ohm resistor.

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842