home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / misc / consumer / house / 17261 < prev    next >
Encoding:
Text File  |  1993-01-22  |  3.2 KB  |  83 lines

  1. Newsgroups: misc.consumers.house
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!rsd
  3. From: rsd@sei.cmu.edu (Richard S D'Ippolito)
  4. Subject: Re: wiring diagram
  5. Message-ID: <1993Jan22.131754.25586@sei.cmu.edu>
  6. Sender: netnews@sei.cmu.edu (Netnews)
  7. Organization: The Software Engineering Institute
  8. References:  <90533@ncratl.AtlantaGA.NCR.COM>
  9. Date: Fri, 22 Jan 1993 13:17:54 EST
  10. Lines: 71
  11.  
  12.  
  13. In article <90533@ncratl.AtlantaGA.NCR.COM>, Harris Roth writes:
  14.  
  15. >Would someone please post or email the wiring diagram for a light controlled
  16. >by three switches.  I know that the circuit requires two - 3 way switches and
  17. >one - 4 way switch.  What I'm not sure of is the wiring and how the internal
  18. >workings of the switches allow any switch to turn the light on or off.
  19.  
  20. Sigh...a 3-way switch is really a 3-connection switch and a 4-way has four
  21. wires.  How they got those misleading names are beyond me, but I see that
  22. some manufacturers are renaming them.  Rant at electricians' terminology
  23. aside, I'll try to draw them:
  24.  
  25.                        WIRING DIAGRAM
  26.  
  27.               ---    black    ---    black    ---
  28.       black  |   |-----------|   |-----------|   | black
  29.         -----| 3 |           | 4 |           | 3 |--------
  30.    from      |   |-----------|   |-----------|   |       |
  31.    breaker    ---     red     ---     red     ---        O  light(s)
  32.                                                          |
  33.         --------------------------------------------------
  34.       white                                       white
  35.  
  36.        (1)    (A)     (2)      (B)     (3)    (C)   (4)
  37.  
  38.  
  39. Assuming a 15 A feed, cables (1) and (4) are 14/2; cables (2) and (3) are
  40. 14/3.  Switches (A) and (C) are "3-way", really single-pole-double-throw
  41. (1P2T) and the center switch (B) is "4-way", really double-pole-double-throw
  42. (2P2T).  Note that you carry the return (white) wire (and, of course, the
  43. bare ground) through to the lights.  You can add any number of 2P2T switches
  44. in the middle (including zero, but more on that later) to get control from
  45. any number of locations!  (Use #12 wire for 20 Amp circuits.)
  46.  
  47. Schematically, it's much harder to represent.  A 1P2T switch looks like this:
  48.  
  49.             o----- b
  50.           /
  51.    a ----o
  52.  
  53.             o----- c
  54.  
  55. shown with terminal 'a' connected to terminal 'b'.  Toggling it connects 'a'
  56. to 'c'. (A standard switch has only 'a' and 'b', so the 'off' position
  57. connects 'a' to nothing.)
  58.  
  59. A 2P2T looks like this in one position:
  60.  
  61.     a ----o - o-----b
  62.  
  63.     c ----o - o-----d
  64.  
  65. where 'a' connects to 'b' and 'c' connects to 'd'.  In the other position
  66. the connections are a-d and c-b:
  67.  
  68.     a ----o   o-----b
  69.             X
  70.     c ----o   o-----d
  71.  
  72. Go back to the first drawing and you will see that switch (A) puts the
  73. voltage on either the black or red line and switch (C) puts the lights on
  74. either of them.  If they are the same and there is no center switch (a
  75. typical 3-way circuit), the lights will be on -- different and the lights
  76. are off.  The center switch adds a new control by allowing you to complete
  77. or break a path regardless of the positions of the two outside (line and
  78. load) switches.  I hope that it is clear how it works with any number of
  79. 2P2T switches, including zero!
  80.  
  81. Rich
  82.  
  83.