aboutsummaryrefslogtreecommitdiff
path: root/tables/potentiometer-wiper-noise-and-wear-typical-magnitude.typ
blob: 17d8003353f7e91f8d7bef66b0ba18960073ab76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#import "../lib/unify.typ": qtyrange

#figure(
  table(
    columns: 5,
    table.header([Potentiometer type], [Contact resistance], [$upright("CNI")$], [Wear life], [Notes]),
    [Carbon composition],
    [$qtyrange(2, 50, "ohm")$],
    [$qtyrange(0, 10, "dB")$],
    [$10$k - $100$k cycles],
    [Noisy, wear-prone],

    [Cermet], [$qtyrange(1, 10, "ohm")$], [$qtyrange(-10, 0, "dB")$], [$100$k - $1$M cycles], [Good compromise],

    [Conductive plastic],
    [$qtyrange(0.5, 5, "ohm")$],
    [$qtyrange(-20, -10, "dB")$],
    [$1$M - $10$M cycles],
    [Low noise, good wear],

    [Wirewound], [$qtyrange(0.1, 2, "ohm")$], [Very low], [$1$M+ cycles], [Quantized, best for DC],

    [Multi-turn (10T)],
    [$qtyrange(0.5, 5, "ohm")$],
    [$qtyrange(-15, -5, "dB")$],
    [$100$k - $1$M cycles],
    [High resolution],
  ),
  caption: [Potentiometer wiper noise and wear typical magnitudes],
) <table-potentiometer-wiper-noise-and-wear-typical-magnitude>