Quickstart Lesson 2: Placing and Wiring Parts

Placing and Wiring Parts

Paul Welch avatar
Written by Paul Welch
Updated over a week ago

Lesson 2: Placing and Wiring Parts

Searching for and placing parts on your schematic sheet.

  1. If not already open, launch PADS Designer and go to: File ► Open ► Project

  2. Navigate to C:\PADS_Professional_QuickStart\Lesson 2 - Placing and Wiring parts\LED_Flasher.prj, select the file named LED_Flasher.PRJ and click Open.

  3. Within the Navigator panel, Double-click the Design sheet to view its contents.

  4. Within the Search panel search box, and click the Library - Parts tab along the bottom. Type: "NE555" and press Enter to see the NE555DR component as shown below (you may need to click once on the search result to see the part’s symbol and footprint).

  5. Drag and drop the NE555 part from the search area onto the Design sheet (try to

    position your symbols as shown in images to facilitate the wiring process).

  6. From the My Parts panel, scroll to locate the Special Component named Source_VCC.1.

  7. Drag and drop Source_VCC.1 onto the Design sheet.

  8. Repeat Step 7 to add a second Source_VCC.1 component to your schematic (Or hold down the CTRL key while dragging the same symbol).

Wiring your schematic

  1. Follow the steps in the image below to wire your Power components (The two VCC symbols) to the NE555.

  2. Click the Net icon on the top toolbar area (or Press lowercase n key) to activate the wiring tool.

  3. After your mouse cursor turns into a crosshair, Left-click and hold on Pin 6 (THRES) of the NE555 symbol.

  4. Then, move your mouse cursor 2 grid steps to the left and press the Spacebar.

  5. While still holding down the left mouse button, move your mouse cursor down 4 grid spaces and press the Spacebar again.

  6. Finally, move your mouse cursor onto the bottom pin of R8 and release you left mouse button.

  7. Press the Escape key to cancel the command.

  8. You should end up with a wire similar to the one shown below.

Catching and fixing potential wiring mistakes

  1. Go to: Tools ► Verify.

  2. In the Verify window, click the “OK” button.

  3. The DRC panel will appear, displaying a list of potential electrical issue.

  4. Click on the last error message in the DRC panel to see the unconnected pin in your schematic workspace.

  5. Fix these errors by repeating Steps 2-6 of the Wiring Your Schematic section above, to finish wiring the rest of the design as shown.

  6. Go to: Tools ► Verify, and Click “Ok”.

  7. Notice the errors are gone.

  8. Right click on the DRC panel and click “Close”.

Placing Net Labels

  1. Right click the wire connecting Pin 3 of the NE555 and Pin 11 of the OpAmp, then click Properties.

  2. Within the Properties panel, change the value of Name to CLK_OUT and press Enter.

  3. Notice that there is now a label on this wire. Using this method allows you to easily name connections in your design.

  4. Click any empty space in your schematic workspace to clear all filters.

Constraint Manager

Using the constraint manager, you can predefine design rules that will get forward annotated to the PCB layout workspace.

  1. Click Tools ► Constraint Manager.

  2. Within the Constraint Manager’s Navigator panel, select Net Classes ► PWR.

  3. Expand Master, then PWR, and set the Trace Width (th) ► Expansion values to “20”. Note that everything under PWR in the Expansion column in Master will be changed.

  4. Check the box to not show warning again in the same session, then click OK.

  5. Close the Constraint Manager window.

  6. Right-click and close the Output panel.

  7. Go to: File ► Close Project.


Up Next: Lesson 3 - Forward Annotate, Create a PCB File and Draw Your Board Shape

Did this answer your question?