Telecommunication Systems    
   
Table of contents
(Prev) Cinnamon (user interface)Circuit switching (Next)

Circuit diagram

Comparison of pictorial and schematic styles of circuit diagrams
Common schematic diagram symbols (US symbols)
The circuit diagram for a four-bit TTL counter, a type of state machine

A circuit diagram (also known as an electrical diagram, elementary diagram, or electronic schematic) is a simplified conventional graphical representation of an electrical circuit. A pictorial circuit diagram uses simple images of components, while a schematic diagram shows the components of the circuit as simplified standard symbols; both types show the connections between the devices, including power and signal connections. Arrangement of the components interconnections on the diagram does not correspond to their physical locations in the finished device.[1]

Unlike a block diagram or layout diagram, a circuit diagram shows the actual wire connections being used. The diagram does not show the physical arrangement of components. A drawing meant to depict what the physical arrangement of the wires and the components they connect is called "artwork" or "layout" or the "physical design."

Circuit diagrams are used for the design (circuit design), construction (such as PCB layout), and maintenance of electrical and electronic equipment.

In computer science, circuit diagrams are especially useful when visualizing different expressions using Boolean Algebra.[2]

Contents

Symbols

Circuit diagrams are pictures with symbols that have differed from country to country and have changed over time, but are now to a large extent internationally standardized. Simple components often had symbols intended to represent some feature of the physical construction of the device. For example, the symbol for a resistor shown here dates back to the days when that component was made from a long piece of wire wrapped in such a manner as to not produce inductance, which would have made it a coil. These wirewound resistors are now used only in high-power applications, smaller resistors being cast from carbon composition (a mixture of carbon and filler) or fabricated as an insulating tube or chip coated with a metal film. The internationally standardized symbol for a resistor is therefore now simplified to an oblong, sometimes with the value in ohms written inside, instead of the zig-zag symbol. A less common symbol is simply a series of peaks on one side of the line representing the conductor, rather than back-and-forth as shown here.

Schematic wire junctions:
1. Old style: (a) connection, (b) no connection.
2. One CAD style: (a) connection, (b) no connection.
3. Recommended CAD Style: (a) connection, (b) no connection.

The linkages between leads were once simple crossings of lines; one wire insulated from and "jumping over" another was indicated by it making a little semicircle over the other line. With the arrival of computerized drafting, a connection of two intersecting wires was shown by a crossing with a dot or "blob", and a crossover of insulated wires by a simple crossing without a dot. However, there was a danger of confusing these two representations if the dot was drawn too small or omitted. Modern practice is to avoid using the "crossover with dot" symbol, and to draw the wires meeting at two points instead of one.[3][4][5] It is also common to use a hybrid style, showing connections as a cross with a dot while insulated crossings use the semicircle.

On a circuit diagram, the symbols for components are labelled with a descriptor or reference designator matching that on the list of parts. For example, C1 is the first capacitor, L1 is the first inductor, Q1 is the first transistor, and R1 is the first resistor (note that this is not written as a subscript, as in R1, L1,...). Often the value or type designation of the component is given on the diagram beside the part, but detailed specifications would go on the parts list.

Detailed rules for reference designations are provided in the International standard IEC 61346.

Organization of drawings

It is a usual although not universal convention that schematic drawings are organized on the page from left to right and top to bottom in the same sequence as the flow of the main signal or power path. For example, a schematic for a radio receiver might start with the antenna input at the left of the page and end with the loudspeaker at the right. Positive power supply connections for each stage would be shown towards the top of the page, with grounds, negative supplies, or other return paths towards the bottom. Schematic drawings intended for maintenance may have the principle signal paths highlighted to assist in understanding the signal flow through the circuit. More complex devices have multi-page schematics and must rely on cross-reference symbols to show the flow of signals between the different sheets of the drawing.

Detailed rules for the preparation of circuit diagrams (and other document kinds used in electrotechnology) are provided in the International standard IEC 61082-1.

Relay logic line diagrams (also called ladder logic diagrams) use another common standardized convention for organizing schematic drawings, with a vertical power supply "rail" on the left and another on the right, and components strung between them like the rungs of a ladder.

Artwork

A rat's nest

Once the schematic has been made, it is converted into a layout that can be fabricated onto a printed circuit board (PCB). The layout is usually started by the process of schematic capture. The result is what is known as a rat's nest. The rat's nest is a jumble of wires (lines) criss-crossing each other to their destination nodes. These wires are routed either manually or by the use of electronics design automation (EDA) tools. The EDA tools arrange and rearrange the placement of components and find paths for tracks to connect various nodes. This results in the final layout artwork for the integrated circuit or printed circuit board.[6]

A generalized design flow would be as follows:

Schematic → Schematic capture → Rat's nest → Routing → Artwork → PCB development & etching → Component mounting → Testing

The linkages between leads were once simple crossings of lines; one wire insulated from and "jumping over" another was indicated by it making a little semicircle over the other line. With the arrival of computerized drafting, a connection of two intersecting wires was shown by a crossing with a dot or "blob", and a crossover of insulated wires by a simple crossing without a dot. However, there was a danger of confusing these two representations if the dot was drawn too small or omitted. Modern practice is to avoid using the "crossover with dot" symbol, and to draw the wires meeting at two points instead of one.[3][4][5] It is also common to use a hybrid style, showing connections as a cross with a dot while insulated crossings use the semicircle.

See also

  • Electronic symbol
  • Pinout
  • Schematic capture
  • Schematic editor
  • Wiring diagram

Schematic-capture software

References

  1. ^ Circuit diagrams and component layouts
  2. ^ Herzfeld, Noreen (2012). Computer Concepts and Applications. Minnesota: College of Saint Benedict/St. John's University. pp. 9[6]-9[12]. 
  3. ^ "We recommend against using a 4-way connection point ... To avoid confusion, use only three-way connections." -- "Design News Gadget Freak Submission Guidelines"
  4. ^ "Wires connected at 'crossroads' should be staggered slightly to form two T-junctions" -- "The Electronics Club: Circuit Symbols"
  5. ^ "It is good practice to never use a + connection with a dot. Why? The dot can disappear when the schematic is copied for the 12th time." -- "Notes on Reading Schematics"
  6. ^ R. S. Khandpur (2005). Printed circuit boards: design, fabrication, assembly and testing. Tata McGraw-Hill. p. 10. ISBN 978-0-07-058814-1. 

External links

(Prev) Cinnamon (user interface)Circuit switching (Next)