抵抗色コード計算機

4/5/6バンド抵抗色を値に復号する。

5バンドと6バンド抵抗器のみに使用した。
Ω
逆モード: バンドに符号化する値。
レジスタンス
許容度
値範囲
バンドカラー

結果はタイプすると更新されます。

この計算機の情報

a 4-band part the value is (10 × digit1 + digit2) × 10^multiplier ohms; 5- and 6-band parts add a third significant digit for tighter precision (and, on 6-band parts, a temperature-coefficient band). Each colour maps to a fixed number: black 0, brown 1, red 2, orange 3, yellow 4, green 5, blue 6, violet 7, grey 8, white 9, with gold and silver serving as ×0.1 and ×0.01 multipliers or ±5% and ±10% tolerances. The calculator returns the nominal resistance, the tolerance and the guaranteed value range.Switch to reverse (encode) mode to go the other way: type a target resistance pattern and the tool rounds it to the nearest value

よくある質問

抵抗器カラーバンドはどのように働くのか。

また,最初の2バンドは有意数字,次の2バンドは×10n乗数,最後のバンドは許容値である。

耐性帯は何を意味するのか。

耐力は実抵抗が公称値からどれだけずれるかである。

逆モードはどうやってバンドを選ぶの?

目標値を最も近い値に丸めて 読み取りに合う倍数を選ぶ 実際の抵抗器の値と同じ色

4,5,6バンド抵抗器の違いは何か。

4バンド抵抗器は2桁のバンドを持ち,5バンド抵抗器は±1%のような厳密な許容誤差を示すために3桁を追加し,6バンド抵抗器は1度当たりの値のドリフトを示す最終温度係数バンドを追加する。

抵抗器のどの端を最初に読み込むか。

端に最も近い帯から始め、通常は金色または銀色で、他の部分とは少し離れた、許容帯に向かって読みます。金色または銀色が一方の端にある場合、それが許容帯であるため、反対側の端から読みます。

金と銀の帯は何を意味するのですか。

乗数位置では金は×0.1,銀は×0.01でサブオーム値を与え,許容位置では金は±5%,銀は±10%で,日常的に使われる2つの許容値である。

なぜ測定した抵抗がコードと正確に一致しないのか。

±5%1kΩ抵抗器は950Ωから1050Ωの範囲で測定できるが,温度や年齢によってさらに変化する。

❤️ ラブ Calculator.Free? 分けて

𝕏  X Facebook Reddit
API — コードからこの計算機を使う

この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →

エンドポイント

GET https://calculator.free/api/v1/resistor-color-code/

curl

curl "https://calculator.free/api/v1/resistor-color-code/?mode=decode&bands=4&band1=1&band2=0&multiplier=2&tolerance=5"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/resistor-color-code/?" + new URLSearchParams({
    "mode": "decode",
    "bands": "4",
    "band1": "1",
    "band2": "0",
    "multiplier": "2",
    "tolerance": "5"
  }));
const data = await r.json();
console.log(data.results);

結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。