A  schematic diagram is a fundamental two-dimensional circuit representation showing the functionality and connectivity between different electrical components. It is vital for a PCB designer to get familiarized with the schematic symbols that represent the components on a schematic diagram.

In this article, we will discuss the following points:

Standards for schematic symbols

Schematic symbols are regulated around the globe using two standards:

IEC 60617: International Electrotechnical Commission (IEC) has issued this standard. It is based on the older standard, British Standard (BS 3939). This database includes over 1750 schematic symbols.

ANSI standard Y32: American National Standard Institute (ANSI). This provides a variety of specialized symbols originally used for aircraft applications. A series of minor changes performed on this standard has made the existing document aligned with IEC.

What are the different schematic symbols?

The electronic circuit shown below uses a set of standardized symbols to represent different electronic components.

Basic schematic diagram

Fig. a: Basic schematic diagram

The circuit shows 3 components (the battery, the resistor, and the LED). These components are connected together through nets/traces. Each component has a symbol with different attributes. The attributes of a resistor could be the reference designator,  the value of resistance, size, symbol, voltage rating, wattage, and footprint. Similarly, battery and LED will have their attributes.

The table below shows the names, symbols, and their corresponding reference designators used in the circuit. The designators, BT, R and LED represent battery, resistor, and light-emitting diode respectively. These reference designators help us to identify the components.

Schematic symbols

Schematic symbols

By knowing the symbols and their reference designators, we can interpret any circuit and build it accordingly.

These are the most common schematic symbols:

Common schematic symbols used in PCB schematic diagram

Common schematic symbols

Values and attributes

We know that components can be identified by their reference designator. However, there is no information on the size and capacity of these components. For example, consider the basic electronic circuit shown in the previous section fig. a. The circuit shows that the positive terminal of the battery is connected to the light-emitting diode through a resistor, R. But there is no other information about the attributes of these components (resistance value of the resistor and the voltage capacity of the battery).

The schematic diagram should provide this additional information to ensure that appropriate components are selected. The resistor should have its resistance value expressed in ohms(Ω). The battery should state its potential difference (voltage) expressed in volts. Other components are described in different terms. For example, capacitors are differentiated by their capacitance value expressed in farads (F), inductors are differentiated by their inductance value expressed in Henrys (H).

Sometimes additional attributes can be given to the symbols (power ratings and tolerances, etc). This helps us in identifying the appropriate components for the circuit. Some of the common attributes of a component are:

  1. The symbol with shape and pins
  2. Values such as ohms, capacitance, and inductance of the components
  3. Reference designator for example U1, R1, C1, etc.
  4. Maximum operating conditions example: maximum voltage for capacitors, max wattage for resistors
  5. Tolerances example: For resistance: ±1%, ±5%
  6. Manufacturer part number (MPN)
  7. Component footprints (for resistors: 0402, 0805; for 8 pin IC: SOIC8)

The international system of units

The values of attributes can vary from very small to extremely large units. To avoid filling circuit diagrams with long repeating strings of zeros for values like 1,000,000,000 or .0000000001, we use the International System of units for values (SI).

The below table shows the SI units that are generally used on schematic diagrams.

Prefix Symbol Value Powers of 10
tera T 100000000000 1012
giga G 100000000 109
mega M 1000000 106
kilo k 1000 103
milli m 0.001 10-3
micro u 0.000 001 10-6
nano n 0.000 000 001 10-9
pico p .000 000 000 001 10-12

What is the difference between schematic and wiring diagrams?

In a schematic diagram, lines are used to represent wires, and symbols are used to represent components.

Example of schematic diagram

An example of a schematic diagram

The schematic diagram does not show the practical connection between the components or their position. It contains only symbols and lines.

A wiring diagram is a generalized pictorial representation of an electrical circuit. The components are represented using simplified shapes in wiring diagrams. Wiring diagrams generally give detailed information about the relative location and arrangement of devices.

Example of wiring diagram

An example of a wiring diagram

How to read a PCB schematic?

To understand a PCB schematic, it is essential for us to learn how the components on the schematic are connected. It contains information about various components and the operating conditions of the circuit.

The schematic diagram gives the following information:

  1. Components used
  2. Electrical connections between components pins
  3. Operating conditions such as voltage, current, tolerances
  4. Special instructions like impedance trace SE (single-ended), differential pairs, and positions of the components such as placement of decoupling capacitors, crystals, and so on.
  5. Block diagram
  6. Revision history (if any)

Schematic nets

Schematic nets define how components are interconnected in a circuit.  The line between the two interconnected components is called a net.

Nets in a basic circuit diagram

Nets in a basic schematic diagram

Junctions and Nodes

A junction is formed when two or more wires intersect at a point. This junction is represented by placing a little dot (node) on the point of intersection as shown in the below image. To learn more, read Network Theory for Better PCB Design and Development.

Representation of nodes in electronic circuits

Representation of nodes in a schematic diagram

Nodes help us to identify the connection among the wires intersecting a point. The absence of a node at a junction means two separate wires are just passing by without any electrical connection.

Naming the schematic nets

In order to make the schematic diagram more legible, the nets are labeled with their names, rather than drawing lines to show the connectivity.  It is assumed that the nets with the same name are connected even though there isn’t any visible connection made. The image below shows an example of a schematic diagram in which nets are labeled with their names.

Schematic with labeled nets

Schematic with labeled nets

What is the difference between schematic diagram and layout?

The schematic is a drawing that defines the logical connections between components on a circuit board whether it is a rigid PCB or a flex board. It basically shows you how the components are electrically connected. A schematic contains a netlist which is a simple data structure that lists every connection in the design, as specified by the drawing. The below image shows an example of a schematic diagram.

PCB schematic diagram

An example of a PCB schematic diagram

In contrast, the PCB layout shows the exact physical locations of every component on the PCB and shows the physical wires (traces) that connect them together. An example of a PCB layout is shown below.

Example of PCB layout

An example of PCB layout

BOM Checker by Sierra Circuits

How do you create a schematic diagram?

If a design uses a hierarchical schematic, where numerous functional diagrams are interrelated with each other, then it defines the relationship between groups of components in different schematic diagrams.

Below are the steps involved in schematic diagram creation using a PCB CAD tool:

Symbol generation: This process involves drawing the body of the component, adding pins and pin numbers, defining the symbol attributes, and assigning a footprint. The symbols are sometimes readily available in the PCB CAD software. To learn more, check out How to Create a Schematic and Symbol Library in KiCad.

Component symbol placement: The body of the component symbol is created by placing closed symbol shapes in the schematic library editor. 

To learn more about component placement, read our article Component Placement Guidelines for PCB Design and Assembly.

Pin numbering: Pins define the connection points on the component for the incoming and outgoing signals. Pin numbering is made to ensure the connections shown in the schematic end up connected properly by copper on the PCB.

Symbol attributes: It mainly consists of category, value, manufacturer, manufacturer part number, and supplier. It is recommended that every symbol on your circuit needs to have its own unique designator so that every part is easily identifiable.

Better DFM by Sierra Circuits

What are the rules for drawing schematic diagrams?

Below are some of the best practices that should be followed while drawing circuit diagrams:

  1. Electrical connections between the components are represented by lines. Lines that intersect with each other are not connected unless there is a node present at the point of intersection.
  2. It is always a good practice to have only 3 lines connected to a node.
  3. In complex circuits, it is recommended to assign a name to nets. The nets with the same name are assumed to be connected.
  4. The pin numbers, polarity, values, and net names should be written horizontally.
  5. Place the inputs on the left and outputs on right.
  6. Design schematic sections in functional blocks.
  7. Always place pin numbers on the outside of the symbol graphic.
  8. Sheet connection symbols should always be placed on the extreme left edge or extreme right edge of the page.
  9. Place the title block on the lower right corner of the first sheet. The title block should display the following information:
    1. Title
    2. Part number
    3. Revision (if any)

Schematic diagrams primarily consist of component symbols and the lines that represent the connection between the components. Understanding the schematic diagram is very important for designers in order to design a successful PCB.

DOWNLOAD OUR DFM HANDBOOK:

DFM Handbook

This post was first published on: Sierra Circuits