Skip to main content

01 - Creating a Schematic Design

In this section, you will create a schematic design for a fan-control module with three subdesigns as illustrated in the following figure:

Schematic design for the complete fan-control module

The following table provides a brief description of the function of each subdesign:

Subdesigns in the fan module circuit

Subdesign Function

Subdesign 1

A step-down DC-DC converter. It uses IC LM3478, a low-side n-channel MOSFET controller for switching regulators, which converts 12 volt to 5 volt.

The output of 5 volts is the internal power supply for this circuit. It provides supply voltage to IC TLE8110EE (in subdesign 3).

Subdesign 2

A step-down DC-DC converter that uses the IC MAX5090A to convert 12 volt to 3.3 volt.

Subdesign 3

A smart multi-channel switch, TLE8110EE powered by a 5 volt supply.

This switching of IC, TLE8110EE can control multiple load types (fan load in this tutorial). It has 10 input channels and a serial peripheral interface (SPI). It has 10 output pins, which can control up to 10 fans.

Creating a New Project

A project file (.OPJ) is a container for the design file (.DSN). In addition, a project file also includes simulation profile and layout information.

  1. To create a new project, click the Windows Start button (bottom left of your screen) and expand Cadence PCB 2024 folder.
  2. Double-click the Capture CIS 24.1 icon.

    The 24.1 Capture CIS Product Choices dialog box opens.
  3. Select OrCAD X Professional and click OK.
    The OrCAD X Capture window opens. When you open Capture with an OrCAD X license, you are prompted to provide your login credentials to access OrCAD X-enabled features.

    This step is not mandatory for the purpose of this tutorial. You can skip this step by closing the login window and moving to the next step.
  4. Choose File – New – Project.
  5. In the New Project dialog box, specify the project name as tutorial.
    At the time of creating a new project, you can decide if you want to store the project in the OrCAD X Cloud workspace. If you select the Use Workspace option in the New Project dialog box, the Cloud workspace location is pre-seeded and cannot be changed later:
    %HOME%\cdssetup\workspace\
  6. For the purpose of this tutorial, deselect the Use Workspace option.
  7. Specify the location as: C:\OrCADX_Tutorial.
    The Enable PSpice Simulation option is selected by default.
  8. Click OK.
    The Create PSpice Project dialog box opens.
  9. Select Create a blank project.

    When you create a blank project, the project can be simulated in PSpice, but libraries are not configured by default. When you base your project on an existing project, the new project has the same configured libraries.
  10. Click OK.
    The tutorial project is created. In the project manager window, a design file, tutorial.dsn, is created. Under the design file, a schematic folder with the name SCHEMATIC1 is created. This folder contains a schematic page named PAGE1.

Project Manager Window

  1. Choose Options – Schematic Page Properties, and select the page size as B.
  2. Click OK.

Creating Design in Capture

You will now create the three subdesigns of the fan module.

Subdesign No. Instructions for subdesign creation are in the section...

1

Subdesign 1: 12 Volt to 5 Volt Converter

2

Subdesign 2: 12 Volt to 3.3 Volt Converter

3

Subdesign 3: Smart Multi-Channel Switch Circuit

Subdesign 1: 12 Volt to 5 Volt Converter

Subdesign 1 consists of two parts, a 12 volt main power supply and a 12 volt to 5 volt converter as illustrated in the following image:

Subdesign 1: Main power supply and 12V to 5V converter

Part 1: Creating Subdesign 1A

To create the subdesign for the main power supply, you must place the components listed in the following table:

Component Source

DC voltage source (V1)

Place – PSpice Part – Modeling Application

Ground symbols

Place – PSpice Part – PSpice Ground

Power ports

Place – Power

Placing Components for Subdesign 1A

  1. To instantiate an ideal DC voltage source on the schematic page(SCHEMATIC1:PAGE1), choose Place – PSpice Part – Modeling Application. Alternatively, click the Modeling Application icon ( ) on the PSpice toolbar.
    The Modeling Application pane opens.
  2. Select Sources – Independent Sources.
  3. Click DC.
  4. Select Voltage and Ideal DC.
  5. Specify the value of DC Voltage as 12.
  6. Click Place.
    The PSpice component is attached to the cursor.
  7. Click to place the component on the schematic.
  8. To place a ground symbol, choose Place – PSpice Part – PSpice Ground.
  9. Click on the schematic page to place the part.
  10. Right-click and select End Mode or press Esc.

Next, you need to place a power port, VCC with its value set to VBATT, and another one with its value set to AGND from the CAPSYM library.

To place power components, do the following:

  1. Choose PlacePower. Alternatively, press f or click the Place power (F) icon ( ) on the Draw Electrical toolbar.
  2. Select CAPSYM from the Libraries list box.
  3. Select VCC from the Symbol list box.

  4. Click OK.
  5. Click the schematic page to place this power port above the 12 volt DC source.
  6. Press Esc.
  7. Double-click VCC to open the Display Properties dialog box.
  8. Specify VBATT in the Value fields and click OK.
  9. Repeat steps 1 through 7 to add another power port, VCC, and set its value to AGND.

Connecting the Components

  1. Choose PlaceWire. Alternatively, press w or click the Place wire icon ( ) on the Draw Electrical toolbar.
    The cursor shape changes from pointer to cross-hair.
  2. Draw the wire from the connection points of port AGND, PSpice ground, 12 volt DC voltage source, to the VBATT port as illustrated in the figure, Subdesigns in the fan module circuit.

Part 2: Creating Subdesign 1B

To create the subdesign for the main power supply, you must place the components listed in the following table:

Component Source

DC-DC converter IC LM3478

Place – Component – Component Explorer

MOSFET IRF7807

Place – Component – Component Explorer

Power ports

Place – Power

Discrete components: Capacitor, Inductor, and Resistor

Place – PSpice Part

Subdesign 1B: 12V to 5V Converter

Placing Components for Subdesign 1B

  1. To place the DC-DC converter IC LM3478, choose Place – Component.
    The Component Explorer interface opens. By default, the Cadence-supplied library, PSpice, is displayed.
  2. Specify LM3478 in the Search here text box and press Enter or click the magnifying lens icon.
  3. Double-click LM3478 in the search results. Alternatively, right-click LM3478 in the search results and choose Place. You can also click the Place icon in the Symbols and Footprints bar in the right pane.
  4. Click the schematic page to place the converter IC.
  5. Right-click and select End Mode or press Esc.
  6. Double-click PER and set its value to 10u in the Display Properties dialog box.
    This value sets the frequency of the IC. Changing the value to 10u (1/10u = 100KHz) sets the IC frequency to 100 KHz.
  7. Follow steps 2-5 to place the MOSFET, IRF7807.
  8. Place the VBATT and the two 5V power ports shown in subdesign 1.

Placing Discrete Components

To place the commonly used discrete components, capacitor, inductor, and resistor, do the following:

  1. Choose Place – PSpice Part –
    • Capacitor to place a capacitor.
    • Inductor to place an inductor.
    • Resistor to place a resistor.
  2. Click the schematic page to place each component and press Esc when done.
  3. To change the value of discrete components:
    1. Double-click their value to open Display Properties window.
    2. In the Value field, specify the required value of the discrete component.
    3. Click OK.
  4. Similarly, add other discrete components as specified in the following table:
    PSpice Part Name PSpice Part Value

    C2

    22n

    R1

    4.7k

    R2

    60k

    R3

    20k

    R4

    40k

    L1

    10u

    C3

    0.01u

    C4

    1u

    R5

    50m

    L2

    10u

    C5

    100u

    R6

    200

    L3

    2u

    C6

    10u

    R7

    5

  5. Search for 12TQ045 diode in the PSpice node in Component Explorer and place it on the schematic.
  6. Place the AGND port on the schematic.

Example - Placing the 100u Capacitor, C1

  1. Choose Place – PSpice Part – Capacitor.
  2. Click the schematic page to place the capacitor C1 below the VBATT port as shown in the figure, Circuit for smart multi-channel switch, TLE8110EE
  3. Right-click and choose End Mode or press Esc.
  4. Double-click the value, 1n.
    The Display Properties dialog box opens.
  5. In the Value field, specify the value of C1 as 100u.
  6. Click OK.

Connecting all the Components in Subdesign 1

  1. Draw a wire from pin 1 of LM3478 to the source of MOSFET M1, IRF7807.
  2. Draw a wire from pin 6 LM3478 to the gate of MOSFET M1, IRF7807.
  3. Draw a wire from 10u inductor, L1 to the drain of MOSFET M1, IRF7807.
  4. Similarly, add wires to the subdesign 1 until all the components are connected as shown in the figure, Subdesign 1B: 12V to 5V Converter.

Subdesign 2: 12 Volt to 3.3 Volt Converter

The subdesign 2 of the fan module uses the IC, MAX5090A, which is a DC-DC converter that is down converting 12 volt to 3.3 volt. The output of 3.3 volt powers the fan.

Circuit for 12 Volt to 3.3 Volt converter

Creating Subdesign 2

To create subdesign 2, you must place the following components as listed in the following table:

Component Source

DC-DC converter MAX5090A

Place – Component – Component Explorer

Ground symbols

Place – PSpice Part – PSpice Ground

Power ports

Place – Power

Component Placement for Subdesign 1A

  1. To place the DC-DC converter, MAX5090A.
    1. Choose Place – Component.
      In the Component Explorer interface, the PSpice node is selected by default in the Categories pane.
    2. Specify MAX5090A in the Search here text box and press Enter or click the magnifying lens icon.
    3. Double-click MAX5090A in the search results.
    4. Click the schematic page to place the component and press Esc.
  2. Place the VBATT, AGND, and 3V3 power ports shown in figure, Circuit for 12 Volt to 3.3 Volt converter.
  3. Place the remaining discrete components in figure, Circuit for 12 Volt to 3.3 Volt converter) and specify their values from the following table:
    PSpice Part Name PSpice Part Value

    L4

    30u

    C10

    0.22u

    R8

    10k

    C7

    3.3u

    C8

    0.06u

    C9

    250u

    R9

    15

  4. Right-click C8 and choose Edit Properties.
  5. Set the value of IC as 0.
  6. Add wires to the subdesign 2 until all components are connected as shown in figure, Circuit for 12 Volt to 3.3 Volt converter.

Subdesign 3: Smart Multi-Channel Switch Circuit

In subdesign 3, you will create the circuit for a smart multi-channel switch as shown in figure below.

In this subdesign an IC, TLE8110EE is placed to be interfaced with an off-board micro-controller. The input to the 10 channels of this IC are digital signals generated from a micro-controller. For this tutorial, these digital signals are modeled using digital stimulus sources.

Circuit for smart multi-channel switch, TLE8110EE

Creating Subdesign 3

To create the subdesign 3, you must place the following components as listed in the following table:

Component Source

IC TLE8110EE

Place – Component – Component Explorer

Ground symbols

Place – PSpice Part – PSpice Ground

Power ports

Place – Power

Discrete components: Inductor and Resistor

Place – PSpice Part

Digital stimulus DIGSTIM1

Place – Component – Component Explorer

Component Placement for Subdesign 3

  1. Place the IC, TLE8110EE from the PSpice node of the Component Explorer interface.
  2. Place the AGND, 5V, and 3V3 power ports shown in figure, Circuit for smart multi-channel switch, TLE8110EE.
  3. Place the discrete components as shown in figure, Circuit for smart multi-channel switch, TLE8110EE and specify their values from the following table:
    PSpice Part Name PSpice Part Value

    R10

    This resistor forms the RL circuit for the fan type of load.

    32

    L5

    This inductor forms the RL circuit for the fan type of load.

    1u

  4. Place the digital stimulus sources from the PSpice node in the Component Explorer interface.
    These are 1-bit digital stimulus sources.
    To add these, search for DIGSTIM1 in the PSpice node of Component Explorer and select DigStim1 from the results.
  5. Double-click the Implementation property of a digital stimulus source.

    The Display Properties dialog box opens.
  6. In the Value field, specify the value of this Implementation property as shown in the following table:

    Digital Stimulus Source Name Value of Implementation property

    DSTM1

    IN_HIGH

    DSTM2

    S_SI

    DSTM3

    CLOCK

    DSTM4

    S_CS

    The stimulus data from these sources is read from a .stl file.

Placing and Connecting Buses

  1. Select PlaceBus or press B. Alternatively, click the Place bus icon ( ) on the Draw Electrical toolbar.
    The cursor shape changes from pointer to cross-hair.
  2. Draw the bus before the input pins and after the output pins of TLE8110EE as shown in figure, Placing Buses.
  3. Select PlaceNet Alias or press N. Alternatively, click the Place net alias icon ( ) on the Draw Electrical toolbar.
    The Place Net Alias dialog box appears.
  4. Specify the value in the Alias field as IN[1:14].
  5. Click OK.
  6. Move the cursor on the bus and place the net alias name as shown in the following figure:

Placing Buses

  1. Select all the input pins of TLE8110EE (except EN), right-click the selection, and choose Connect to Bus.
    The cursor shape changes from pointer to cross-hair.
  2. Click the bus placed before the input pins.
    The Enter Net Names dialog box appears.
  3. Click OK.
    Net names appear on each net from the input pins to the bus.
  4. Repeat steps 3 to 10 to place the OUT[1:10] net alias on the bus placed next to the output pins of TLE8110EE, and to connect the output pins of TLE8110EE to this bus as shown in the following figure:

Connecting Components of Subdesign 3

  1. Draw a wires from the pins, RST,VCC, and VDD to the 5V power port.
  2. Draw a wire from the 5V power port to the input pin, EN of TLE8110EE.
  3. Draw a wire from the GND pin to the power port, AGND.
  4. Draw a wire from the output pin of:
    • DSTM1 (with implementation=IN_HIGH) to net IN1.
    • DSTM2 (with implementation=S_SI) to net IN12.
    • DSTM3 (with implementation=S_CLK) to net IN13.
    • DSTM4 (with implementation=S_CS) to net IN14.
  5. Connect the load circuit to the net, OUT1 as shown in the following figure:

Summary

This section covered the steps to create a schematic design using Capture CIS. In the process, you were introduced to some of the basic design creation tasks, such as creating a project, placing parts, editing property values, and connecting parts.

View the next document: 02 - Simulating a Design

If you have any questions or comments about the OrCAD X platform, click on the link below.

Contact Us