5

I'm a bit confused about the resolution of a potentiometer as a voltage divider.

What's the relation between voltage and number of turns in a pot?

For example In below circuit:

  • What the resolution of the multi-turn potentiometer would be if we increase/decrease the 5V?
  • Assuming it's a 10 turn pot, to calculate each turn we should divide that 5V to 10,000?
  • Does adding gain to the op amp will reduce the resolution of the pot even more? is there anyway to compensate for that?

schematic

simulate this circuit – Schematic created using CircuitLab

ElectronSurf
  • 2,185
  • 3
  • 24
  • 61

3 Answers3

12

The resolution or adjustability is a result of the pot geometry, dimensions element materials and construction and wiper design, the number of turns is not directly related - for example a trimpot with 20+ turns may have no better resolution or adjustability than a single-turn trimpot with similar electrical element length.

Wirewound pots have a resolution because of the windings of resistance wire. Cermet, conductive plastic, carbon, and hybrid types (such as conductive plastic over wirewound) have “infinite resolution” so substitute the “adjustability” spec from the datasheet. For example, the 3296 series of 25 turn trimpots claims 0.01% adjustability as a voltage divider, a fairly optimistic number.

In the case of wire wound pots, the resolution is also dependent on the element resistance value. Take a typical 10-turn panel potentiometer, the inexpensive plastic-housed 3590 series from Bourns:

enter image description here

The resolution (as a voltage divider) is given as a percentage. So a 10K pot will have a resolution of 0.02%, regardless of the voltage across it (within reason, at very low or high voltages other effects will manifest).

Similarly, with gain, the percentage will be the same, but it will represent more or less voltage depending on the value of gain employed.

The resolution of the 10-turn pot of this design is particularly good because the element is physically very long- it’s helical in geometry. Trimpots may have a mechanical reduction gearing and a short element length, so easy to set but not much, if any, improvement in resolution/adjustability over a single turn pot with the same element length.


If you want to improve resolution with a given pot, you can reduce the range of adjustment with external resistors (temperature effects must be considered more carefully). If you restrict the adjustment range to, say, 9.5V to 10.5V then you have resolution of +/-0.02% of 1V rather than 10V, so you should be able to set it to within +/-200uV in 10V. How long it stays there is another question..

Just as my personal rule of thumb, if better than ~0.1% stability of a precision pot setting or ~1% stability on a non-precision pot is required (these are not hard and fixed numbers but also relate to expected re-calibration intervals (if any), how extreme the conditions are etc.), it's better to re-think the design and add ranges or otherwise reduce the sensitivity to the pot setting. Nowadays we can often replace calibration and setting pots with digital methods.

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842
  • Thanks for the complete answer. side question; according to the table in the answer a 100K pot have twice resolution of a 10K pot, if the current being too low isn't important, one should always choose 100K pot over a 10K pot. correct? – ElectronSurf Dec 19 '19 at 11:48
  • 3
    Usually the resolution is not limiting, and if it is you should consider fine/coarse adjustments with two pots, so I don’t think *I* would often choose 100K over 5K to 20K. Just as a general rule it’s often wise to avoid parts that are at the very limit of what the manufacturer can produce if you want a robust design- maybe for lab equipment one would make that choice. 100K means a lot of very fine wire. – Spehro Pefhany Dec 19 '19 at 11:58
  • 1
    Only wirewound pots have (small, but significant) resolution. For cermet and conductive plastic pots, the resolution is essentially infinite. So, I think your first paragraph does not hold *in general*. – Huisman Dec 19 '19 at 12:00
  • @Huisman fair point, edited – Spehro Pefhany Dec 19 '19 at 12:07
  • 1
    You can also consider conductive plastic over wirewound which combines the low temperature coefficient, linearity and stability of wirewound with the long mechanical life and good adjustability of some non-wirewound types. – Spehro Pefhany Dec 19 '19 at 12:12
  • 1
    @ElectronSurf Higher resistance also comes with more noise. – Matt Dec 19 '19 at 18:43
  • 0.02% is only about 12 bits. – D Duck Dec 20 '19 at 09:03
4

In addition to Spehro Pefhany's answer:

I think one should rather not speak about the resolution of a potentiometer.

Resolution is the smallest change a sensor can detect in the quantity that it is measuring.
For cermet and conductive plastic potmeters, the resolution is essentially infinite. Therefore, the dimensions of the potmeter do not matter.
Maybe wirewound pots have a very small resolution (see 3590 series from Bourns in Spehro Pefhany's answer), but 0.029% is still just 290 ppm, where typical resistors have 100 or 50 ppm, so very small.

I think it is better to speak about the tunability of the potmeter.
Then, dimensions do play a role.

  • It is easier to turn a knob 1° when the knob has a diameter of 10 mm than when the diameter is 1 mm.
  • For a 36k potentiometer, a 10-turn potmeter is easier to tune than a single turn potmeter, because for the 10-turn potmeter, the resistance changes 10 Ω per 1° while the single turn changes 100 Ω per 1°.
    Note this example is again not resolution, because the smallest change of both the potmeter is not limited to 1°.

  • It is easier to tune a 1 kΩ potmeter at 500 Ω than a 10 kΩ potmeter with the same dimensions and turns.

The last example shows why some designers use 2 potmeters: a big valued one for coarse tuning and a small valued potentiometer for fine tuning.
So, if you want easy tuning, I'd suggest checking this answer Circuit for a coarse and fine setting potentiometer?.

Huisman
  • 10,594
  • 2
  • 19
  • 40
1

Assuming this is an XY question.

I doubt you need a 10 turn pot or high resolution when all you need is a trim pot to compensate for some 10% uncertainty.

This is how to get 10x more resolution after you estimate the bet divider ratio.

schematic

simulate this circuit – Schematic created using CircuitLab

Tony Stewart EE75
  • 1
  • 3
  • 54
  • 182