16

I build a lot of audio devices - amplifiers, effects processors etc. I've been doing it for about a year and learned a lot of principles. However one thing I still don't understand is wiring pots 1 and or 2 and 3 of a potentiometer together. How is it different from using only pins 1 and or 2 and 3?

I'm talking about this sort of thing (from here):

schematic

simulate this circuit – Schematic created using CircuitLab

Rather than this (from here):

schematic

simulate this circuit

Please ignore resistance values, just examples.

TCassa
  • 654
  • 6
  • 17
  • 2
    It makes the potentiometer into a variable resistance (circuit 1) rather than a voltage divider (circuit 2) – JIm Dearden Aug 26 '17 at 10:16
  • 1
    @JImDearden That is more an explanation of why one connects a pot as a current limiter (circuit 1) vs a voltage divider (circuit 2). Once you've decided you want a current limiter, the reason for the decision to connect the wiper to the otherwise-unconnected end is as answered by Jasen. – Jamie Hanrahan Aug 27 '17 at 03:38
  • 1
    Yes @RickBrant, Jim is right - the second example is a little misleading as it is for a different function. – TCassa Aug 27 '17 at 11:36
  • @TCassa No. JlM claimed that the connection btw pins 2 and 3 "makes the potentiometer into a variable resistance". No, it does not do that! The pot is being used as a variable resistance in that circuit whether or not there's a connection btw pins 2 and 3. – Jamie Hanrahan Aug 27 '17 at 20:45

2 Answers2

31

It stops the resistance from going to infinity if there is dirt on the potentiometer track. (it just goes to max instead)

  • 1
    So is it more of a safety measure than actually having any effect on the circuit? – TCassa Aug 26 '17 at 09:45
  • 12
    yeah, it helps degraded equipment stay within the design parameters. with perfect parts it would have no effect. – Jasen Слава Україні Aug 26 '17 at 09:47
  • It is well known that the slider of a pot does not make "perfect" contact as it slides (specially wire wound pots). Its make-and-break characteristic could cause erratic behavior in the rest of the circuit. By connecting the slider to the other end, a minimum current is maintained (does not go to zero), as the slider breaks its contact. – Guill Sep 01 '17 at 05:25
11

As well as the reason in the accepted answer, It also stops the unused part of the pot acting as an antenna and picking up RF noise.

alephzero
  • 1,100
  • 7
  • 12