Creating a PCB Design with OrCAD PCB Editor

Size: px
Start display at page:

Download "Creating a PCB Design with OrCAD PCB Editor"

Transcription

1 Creating a PCB Design with OrCAD PCB Editor This guide is focused on learning how to create a PCB (Printed Circuit board) design. The guide will make use of the PCB Flow menu that is part of this workshop material. The Lowpass Filter schematic made with OrCAD Capture CIS is used for the PCB Design. Table of Contents Creating a PCB Design with OrCAD PCB Editor... 1 Importing the schematic design into the board template... 2 Creating a board outline... 3 Constraint Manager basics... 4 Setting constraints... 5 Placing components... 6 Creating copper shapes... 8 Routing your design Adding Teardrops Checking status before creating output Creating production data (Post processing) Creating PDF documentation What did you learn? There is much more to learn in OrCAD PCB Editor Keyboard shortcuts Appendix A: Creating a template board file Use the PCB flow menu to create the board template Setup units and size of working area (canvas) Setting up Cross section of the PCB Setting colors Setting up grid settings Page 1 of 27

2 Importing the schematic design into the board template The guide will use a template that s already been designed, if you re interested then appendix A will walk you through the creation of this template. 1. Start OrCAD Capture CIS and open the Lowpass filter project created earlier with the guide 1_Creating_a_circuit_using_CaptureCIS and 3_Component_Management_using_CaptureCIS 2. Go to the Project Manager and select Tools Create Netlist 3. The board template is used as a starting point for the new PCB design. This saves time setting up units, colors and other settings. All the settings can be made once and used for each new board. Make the adjustments shown where the input board is set to the template file at C:\Cadence\Company\pcb\template\template.brd 4. In the netlist setup make sure the marked box is set to 255 chars. 5. Press OK after the value have been changed and press OK again to create the board. Page 2 of 27

3 6. Click Yes to create the allegro board directory 7. If presented with a license selection choice then pick either a licens with OrCAD PCB Designer Standard, OrCAD PCB Designer Professional or Allegro PCB Designer and Click OK Creating a board outline 8. Use PCB Flow 3. Outlines Draw/Edit board outline 9. This design is small with only a few components and for that reason the outline will also be small. NOTE: Outlines should fit the project you re working with, if you are making a motor-shield for an Arduino, the outline will have to fit the Arduino sizes. 10. Start setting the parameters, then click the command line at the bottom and type x 0 0 and press Enter to place the lower left corner of the outline at 0,0 11. Click Ok to close the Design Outline dialog Page 3 of 27

4 Constraint Manager basics Constraint Manager let you define, view and validate constraints while working. When you understand the concept behind the constraint manager it is very easy to use. This short introduction to constraint manager can be skipped if you want to set the constraints now. Constraints are split into sections - Physical where cline (trace/route) width and via types are defined - Spacing where distances (airgap) between objects on different nets are defined - Same Net Spacing where distances between objects on the same net are defined - Manufacturing where fabrication oriented rules are defined (e.g., silkscreen to pad) - Electrical where differential pairs, impedance, length and matched lengths are defined For Physical and Spacing there are a Constraint Set folder which contain a constraint set named Default. This is the place where any default constraints can be set and if nothing else is changed in Constraint Manager these settings (constraints) are used. Below are shown the key physical constraints, if a column is yellow it shows that online DRC is disabled for that constraint. Right click the column and select Analysis Mode to enable online DRC for that constraint. Similar settings can be found for Spacing constraints. In the Net section all the nets are listed including a reference to a Constraint Set that is defined in the Constraint Set folder. All nets use the Default Constraint Set until changed. All boards will require default settings for spacing, trace width and via types. These can set in the template made in Appendix A Page 4 of 27

5 Setting constraints The following constraints will be set in the constraint manager. - Spacing of 0.25mm - Route width of 0.25mm - Use via named Via40 when changing layer during routing All nets refer to the Constraint Set named Default and hence will changing the settings here ripple down on all nets. 12. Select PCB Flow 4. Constraint Setup with netlist 1. Spacing or use 13. On SCS (Spacing Constraint Set) Default set values as shown 14. Constraint Manager is an integrated part of and has no individual save button. Saving the board file will also save the constraints. 15. Go to Physical Physical Constraint Set All Layers or use PCB Flow 4. Constraint Setup with netlist 3. Physical and set as shown below a. Change Line Width Min to 0.25 b. Click the Via cell and remove Via and add Via40 c. Enable Via DRC by right clicking the column and selecting Analysis Mode Page 5 of 27

6 16. Result of changes are shown below 17. Close Constraint Manager using File Close or Ctrl + F4 18. Save the board using File Save or Ctrl + s Note: The settings above could have been done in the template since nothing was depending on specific net names. If more granularity is needed more constraint sets can be created by Right clicking on the constraint set name and choosing Create Spacing/Physical Constraint Set. Placing components Although the netlist is loaded into the board there are no component placed. PCB Editor does not require all footprints to be designed before starting the PCB Design process. When a component is selected for placement the footprint is needed and a warning is given in case it does not exist. 19. Press Home or Click the toolbar icon to fit the outline in the working area 20. To place components select PCB Flow 5. Placement 1. Component Placement or use shortcut p or use 21. Often connectors are placed close to the board outline, instead of selecting the connector in the list cross-placement from OrCAD Capture will be used to select the P1 on the schematic. Do the following and see picture on next page a. With the Placement dialog open swap back to the schematic and use left mouse button to select P1 i. Alternatively split the screen between OrCAD Capture and PCB Editor b. As a result P1 will be selected in the Placement dialog and attached to the cursor c. Use the Middle Mouse button to pan on the PCB working area and press r to rotate P1 d. Place the component approximately as shown on the picture Page 6 of 27

7 22. Now select all the components on the list. Do not click Close! a. Alternatively continue to select components on the schematic page 23. As soon as Components by refdes is checked the first component C1 is attached to the mouse. Click to place it inside the board. 24. Continue placing all parts until the list is empty. 25. Finish by clicking Close on the Placement dialog Page 7 of 27

8 26. To move components either open the Placement Dialog again or go into Placement mode where clicking a component will initiate a component move mode. The current mode can always be seen at the status bar at the bottom of PCB Editor. 27. Now click and move components. a. You can still use r to rotate and m to mirror When all components are placed there are thin yellow connection lines called Ratsnests. These connections need to be routed. Creating copper shapes Often when doing PCB Design the power nets are flooded with copper. This part of the guide will create these copper areas for the nets VCC, VEE and Just like for Placement there is a mode for working with Shapes. At the Status bar left click and select Shape Edit 29. Now PCB Editor knows that we re working with copper areas (shapes) and the Options panel to the right has relevant options for this. Page 8 of 27

9 30. Right click in the work area Add Rectangle to add a rectangular copper shape and then Right click Assign Net 31. Now click the VEE pin on P1 to assign the copper to VEE and then draw a rectangle around the complete board 32. This will complete the shape which will connect to all pins that are part of the net VEE 33. Right click Done to finish this copper shape. Page 9 of 27

10 34. We will add a new smaller copper shape for the net 0 in the lower left part of the PCB Design. This shape will also be on the top layer, so leave the settings in the Options panel. 35. Right click Add Rectangle 36. Right click Assign Net 37. Left click the bottom most pin on P1 (connected to 0 ) a. Make sure that 'Assign net name = 0 in the Options panel before continuing. 38. Draw a small rectangle that contain the 2 pins connected to Again, finish this shape by Right click Done 40. This shape takes precedence over the large shape and create a small copper shape connected to The next copper shape for VCC is on the Bottom layer. 42. In the Options panel change the Subclass to Bottom as shown Page 10 of 27

11 43. Right click Add Rectangle 44. Right click Assign Net 45. Left click the second pin from the top on P1 (connected to VCC ) a. Make sure that 'Assign net name = VCC in the Options panel. 46. Draw rectangle that covers the complete board 47. Again, finish this shape by Right click Done Now the 3 nets VCC, VEE and 0 is fully connected using copper shapes. 48. This is a good time to save your work. Press Ctrl + s Page 11 of 27

12 Routing your design The rest of the board will be routed using interactive routing functionality. 49. PCB Editor has a special routing mode which is called Etch Edit, change to this mode in the status bar like previously done. Within the Etch Edit mode there is certain functionality depending on single left click or click and keep the mouse button clicked (drag). For reference a small chart of this functionality is shown below. Main functionality to remember is highlighted with green. (cline ~ routed piece of copper) Tip: The Find panel at the right side lists what objects can be selected. If pins are unselected you cannot single click a pin and start Add Connect! 50. Now that Etch Edit is selected above the routing can start 51. Make sure that Pins, Vias and Cline Segs are enabled in the Find Panel and then go back to the Options panel and select TOP Page 12 of 27

13 52. To start routing left click on U1 pin 6 connected to the net OUT to start. The Options panel will show settings for routing. Change Line Locking to 45 and move the mouse to U1 pin 2 where OUT also is connected and notice how it autosnap to the pin. 53. Left click on U1 pin 2 to finish routing that connection and notice that spacing is automatically made between the cline and the copper shape 54. Continue routing by left clicking the pins with a ratsnest (yellow line) a. Double click to insert a via and swap layer Page 13 of 27

14 55. Left click a routed segment to slide it 56. Now do the rest of the routing using the methods just learned until there are no ratsnest lines left. 57. Save the board using Ctrl + s Page 14 of 27

15 Adding Teardrops Adding teardrops routed cline into a pad creates a better connection. If it is a drilled pin or via and if the hole gets misaligned in the copper pad there is a risk of a disconnect and adding a teardrop will reduce that problem 58. Select Route Teardrop / Tapered Trace Add Teardrop and then click on the routed nets to get teardrops added. a. You can area select everything to get Teardrops on all connections Page 15 of 27

16 Checking status before creating output Before proceeding to output generation it is very important to check the status of the PCB Design. 59. Select PCB Flow 8. Status Check or use shortcut, (comma) The status dialog will show important information before creating documentation and output. Examples are - Are all components placed - Are all nets fully routed - Any copper shapes without a net attached - Any Design Rule Check (DRC) errors and if so, any that are shorts 60. If there any issues a list of those will be shown when clicking the small color icon next to the problem. Example below although there are no issues here. 61. If there are any DRC errors you can also use the DRC Browser to run through them. (Tools DRC Browser) Page 16 of 27

17 Creating production data (Post processing) The board is finished and the final parts are to make production data and PDF documentation. 62. Select PCB Flow 10. Post Processing 63. This will open the Post Processing application that will create all the production data needed. First go to Gerber Setup and click the All ON/OFF checkbox to enable creation of all Gerber film settings. Then go to Output Data 64. The output data section has the most often used output enabled. 65. Click Save Settings to save the Post Processing setup. 66. Then click Run to create output data Page 17 of 27

18 67. At some point during the generation of output data the program will ask if you want to view the log files. Answer Yes to this (always look through any log files for warnings or errors) 68. After the post processing is finished a readme file will be shown with details about the board and data generated. Page 18 of 27

19 69. Close the Postproc status report and any other log windows. 70. Before closing the Post Processing program click Open Dir at the bottom of the dialog 71. This will open the directory with the generated output data. The zip file contain all the relevant data for the manufacturer to fabricate the board. NOTICE: It is always strongly recommended to check production data in a third-party tool before sending of for manufacturing. Always send the readme file to the manufacturer since it explains data, file naming and also specify that the gerber data should be compared against the ipc netlist data. Page 19 of 27

20 Creating PDF documentation It is very simple to create PDF documentation with the PDF Generator. 72. Select PCB Flow 11. PDF Printing to start PDF Generator 73. If the PDF Font list is empty click Refresh and Save the board when asked a. In rare occasions it can be necessary to click Refresh twice. If this does not help, make sure to check that the PS Printer Driver specified in the Printer Setup tab exists. 74. Make the following changes to the PDF Generator under PDF settings After it completes the PDF document is shown. Settings can be changed to produce output with colors, higher resolution and other details. Experiment with the settings if time allows. 75. Close PDF Generator by clicking Close 76. Save the board using File Save or Ctrl +s and close PCB Editor using File Exit This concludes the workshop. Page 20 of 27

21 What did you learn? To create a new board template (appendix A) Creating a board from a schematic Setting up constraints using Constraint Manager Placing components using OrCAD Capture Adding copper shapes Routing nets and adding teardrops to improve production quality Check the board for any errors Creating production data for PCB fabrication Creating PDF Documentation There is much more to learn in OrCAD PCB Editor Setting and routing differential pairs Setting up and routing with matched length Routing with impedance constraints Extracting nets for Signal Integrity simulation Working with 3D and collision checking Working with Flex-Rigid Autorouting Setting up fabrication checks ECAD-MCAD collaboration Dimensioning Creating Variant Assembly PDF documentation Creating your own shortcut keys Customization using scripts or SKILL API And much much more Page 21 of 27

22 Keyboard shortcuts This list of shortcuts is based on the setup that is part of downloading this workshop material. It is also part of the general Nordcad setup. Page 22 of 27

23 Appendix A: Creating a template board file Typically, it is preferred to use the same settings for units, colors etc. each time a PCB Design is made. This part of the guide will explain how such a template can be made. 1. Start PCB Editor 2. A new board must be created. Follow the steps shown in the picture below. Use the PCB flow menu to create the board template 3. The PCB Flow menu is already numerically ordered with a task sequence. This part of the guide is limited task 1 + subitems and task 2 Page 23 of 27

24 Setup units and size of working area (canvas) 4. Set as shown for the Display and Design tabs Here some of the default settings for display is specified. Place the mouse above a setting and a description will be shown explaining that setting. Page 24 of 27

25 The design pane is where the parameters for the board design is set, such as the working size. Remember to check the User units is in Millimeter. In this case the size is set to A4 which means that the PCB cannot fill more than 297x210mm. The Left X setting of -110 and Lower Y of -110 means that the coordinates of the lower left corner of the A4 is -110,-110 or in other words that 0,0 on the paper is 110mm from the left and 110 from the bottom. 5. Click OK to accept the changes Setting up Cross section of the PCB 6. Next step in the PCB flow menu under the board setup is the stack up design, also called Cross section editor. The Cross Section Editor is a tool to control the board layer thickness, material of the layers, layer count and conductivity. In this guide we won t be changing anything in the Cross section Editor. or use Page 25 of 27

26 Setting colors 7. The Color Dialog is used to set colors for all layers and objects in the board. or use First pick the color at the bottom and then set it either on an object or on the complete layer. In the example above the bottom layer is assigned the color red. Page 26 of 27

27 8. Continue and set your preferences for colors. a. Or import a set of color preferences using Import Color/Board Parameters Setting up grid settings 9. The grid setup determines the resolution of placement and routing if this is performed with grids enabled. 10. The template is now finished. 11. Save the file using File Save or Ctrl + s A template board file can contain much more information than what this guide explains. Examples are constraint settings, what via types to use, pre-placed components like connectors and also board outlines. Page 27 of 27

Orcad Layout Plus Tutorial

Orcad Layout Plus Tutorial Orcad Layout Plus Tutorial Layout Plus is a circuit board layout tool that accepts a layout-compatible circuit netlist (ex. from Capture CIS) and generates an output layout files that suitable for PCB

More information

If the workshop is being performed on a laptop provided by Nordcad there is no need to install the workshop files.

If the workshop is being performed on a laptop provided by Nordcad there is no need to install the workshop files. 3D PCB workshop This workshop walks through some of the 3D features that are built into all OrCAD/Allegro PCB Design solutions. No extra software or options are required. Table of Contents 3D PCB workshop...

More information

Exercise 1. Section 2. Working in Capture

Exercise 1. Section 2. Working in Capture Exercise 1 Section 1. Introduction In this exercise, a simple circuit will be drawn in OrCAD Capture and a netlist file will be generated. Then the netlist file will be read into OrCAD Layout. In Layout,

More information

Nordcad Flow menus. Rev Nordcad Systems A/S

Nordcad Flow menus. Rev Nordcad Systems A/S Nordcad Flow menus Rev 1.00 2014 Nordcad Systems A/S www.nordcad.dk Support@nordcad.dk Purpose The purpose of the PCB and Footprint flow menus is to guide the user through a number of steps normally involved

More information

Allegro PCB Editor with Performance Option or higher. The Reuse function can be used to create panels in PCB Editor

Allegro PCB Editor with Performance Option or higher. The Reuse function can be used to create panels in PCB Editor Title: Product: Summary: Panelization with Reuse Allegro PCB Editor with Performance Option or higher The Reuse function can be used to create panels in PCB Editor Author/Date: Beate Wilke / 07.02.2011

More information

FlowCAD. FlowCAD Webinar. OrCAD / Allegro PCB Editor Trucs et astuces November 2012

FlowCAD. FlowCAD Webinar. OrCAD / Allegro PCB Editor Trucs et astuces November 2012 FlowCAD Webinar OrCAD / Allegro PCB Editor Trucs et astuces 8. November 2012 Print Screen from the Canvas Open Windows Explorer with the working folder Z-Copy: Copy a Shape to another Layer Z-Copy: Copy

More information

University of Kansas EECS Circuit Board Fabrication Tutorial for 212 Lab

University of Kansas EECS Circuit Board Fabrication Tutorial for 212 Lab University of Kansas EECS Circuit Board Fabrication Tutorial for 212 Lab Preparing For Export... 1 Assigning Footprints... 1 Recommended Footprints... 2 No Connects... 3 Design Rules Check... 3 Create

More information

OrCAD PCB Editor Menu comparison

OrCAD PCB Editor Menu comparison A Parallel Systems Technical Note OrCAD PCB Editor menu comparison OrCAD PCB Editor Menu comparison Cadence introduced a new easy to use menu in the 16.6-2015 (Hotfix S051) release. This new menu structure

More information

2008 년안산일대디지털정보통신학과 CAD 강의용자료 PADS 2007

2008 년안산일대디지털정보통신학과 CAD 강의용자료 PADS 2007 2008 년안산일대디지털정보통신학과 CAD 강의용자료 PADS 2007 1 Learning the PADS User Interface What you will learn: Modeless Commands Panning & Zooming Object Selection Methods Note: This tutorial will use PADS Layout to

More information

Questions? Page 1 of 22

Questions?  Page 1 of 22 Learn the User Interface... 3 Start BluePrint-PCB... 4 Import CAD Design Data... 4 Create a Panel Drawing... 5 Add a Drill Panel... 5 Selecting Objects... 5 Format the Drill Panel... 5 Setting PCB Image

More information

Lesson 9: Advanced Placement Techniques

Lesson 9: Advanced Placement Techniques 9 Lesson 9: Advanced Placement Techniques Learning Objectives In this lesson you will: Turn ratsnests on and off to selectively place components Use interactive swapping for pins and gates Apply advanced

More information

Lab 9 Introduction to Multisim & Ultiboard

Lab 9 Introduction to Multisim & Ultiboard Lab 9 Introduction to Multisim & Ultiboard In this lab you will be utilizing your understanding of circuit generation/testing in Multisim in order to create the final project (figure 1), a TinyMatrix pendant.

More information

Lesson 5: Board Design Files

Lesson 5: Board Design Files 5 Lesson 5: Board Design Files Learning Objectives In this lesson you will: Use the Mechanical Symbol Editor to create a mechanical board symbol Use the PCB Design Editor to create a master board design

More information

Lesson 8: Component Placement

Lesson 8: Component Placement 8 Lesson 8: Component Placement Learning Objectives In this lesson you will: Using floorplanning to organize the placement of components with the same ROOM property Assign reference designators to preplaced

More information

Introduction to NI Multisim & Ultiboard

Introduction to NI Multisim & Ultiboard George Washington University School of Engineering and Applied Science Electrical and Computer Engineering Department Introduction to NI Multisim & Ultiboard Dr. Amir Aslani 8/20/2017 2 Outline Design

More information

Introduction to PCB Design with EAGLE. Jianan Li

Introduction to PCB Design with EAGLE. Jianan Li Introduction to PCB Design with EAGLE Jianan Li Install EAGLE Download EAGLE: http://www.cadsoftusa.com/download-eagle/ Choose Run as Freeware during installation Create a New Project Launch EAGLE and

More information

Complete Tutorial (Includes Schematic & Layout)

Complete Tutorial (Includes Schematic & Layout) Complete Tutorial (Includes Schematic & Layout) Download 1. Go to the "Download Free PCB123 Software" button or click here. 2. Enter your e-mail address and for your primary interest in the product. (Your

More information

Intro to Multisim & Ultiboard

Intro to Multisim & Ultiboard Intro to Multisim & Ultiboard (Lab by Wayne Stanton) Note: This document was written for version 13.0 of Multisim and Ultiboard. Note: A grade for this lab will be applied upon receipt of the project file.

More information

Lab 9 PCB Design & Layout

Lab 9 PCB Design & Layout Lab 9 PCB Design & Layout ECT 224L Department of Engineering Technology Lab 9 PCB Traces Size dependent upon electrical requirements, design constraints (routing space and clearance), and trace/space resolution

More information

Do not hesitate to contact us in case you have questions or need more information

Do not hesitate to contact us in case you have questions or need more information Working with highspeed PCB Design in OrCAD This guide walks through some of the highspeed PCB Design functionality that is available within OrCAD PCB Editor. The are more functionality available than what

More information

Lesson 1: User Interface

Lesson 1: User Interface 1 Lesson 1: User Interface Learning Objectives In this lesson you will: Identify the user interface components of OrCAD PCB Editor. Navigate within the PCB Editor window and access UI features to tailor

More information

Construction of Industrial Electronic Equipments

Construction of Industrial Electronic Equipments VSB-Technical university of Ostrava Faculty of Electrical Engineering and Computer Science Department of electronics Construction of Industrial Electronic Equipments Syllabus Part 2 PCB Design and Fabrication

More information

PADS-PowerPCB 4 Tutorial (with Blazeroute)

PADS-PowerPCB 4 Tutorial (with Blazeroute) PADS-PowerPCB 4 Tutorial (with Blazeroute) PADS-PowerPCB is the ultimate design environment for complex, high-speed printed circuit boards. PROCEDURE FOR SIMULATION IN SCHEMATICS 1. Importing Design Data

More information

Release Highlights for BluePrint-PCB Product Version 3.0

Release Highlights for BluePrint-PCB Product Version 3.0 Release Highlights for BluePrint-PCB Product Version 3.0 Introduction BluePrint V3.0 Build 568 is a rolling release, containing defect fixes for 3.0 functionality. Defect fixes for BluePrint V3.0 Build

More information

1. Go to the project manager. 2. Select the line Lowpass filter.dsn and right click Part manager. Page 1 of 13

1. Go to the project manager. 2. Select the line Lowpass filter.dsn and right click Part manager. Page 1 of 13 Component management In you can easily manage components and their related information. Assembly variants and Bill of Materials (BOM) for these can also be defined. The built in Part Manager window makes

More information

Tutorial : First board in CircuitMaker.

Tutorial : First board in CircuitMaker. Tutorial : First board in CircuitMaker. Objectives 1. Create a new project in CircuitMaker. 2. Design electronic circuit in CircuitMaker schematic editor. 3. Design a pcb board for your circuit in CircuitMaker

More information

CADSOFT EAGLE TUTORIAL

CADSOFT EAGLE TUTORIAL CADSOFT EAGLE TUTORIAL IEEE OPS 2013-2014 By Shubham Gandhi, Kamal Kajouke 1 Table of Contents 1. Introduction 1.1 Getting Started 1.2 Eagle Schematic Editor 1.3 The Toolbar and Command Bar 1.4 Importing

More information

PCB Design utilizing Cadence Software. Application Note

PCB Design utilizing Cadence Software. Application Note PCB Design utilizing Cadence Software Application Note Kyle Schultz 11-9-11 ECE 480 Design Team 5 Keywords: Schematic, PCB, Fabrication, Cadence, Design Entry CIS, Allegro Table of Contents Abstract 1

More information

- create new schematic to the new project, PCB design begins with a schematic diagram, which present how components are connected

- create new schematic to the new project, PCB design begins with a schematic diagram, which present how components are connected Eagle 8.x tutorial - create a new project, Eagle designs are organized as projects - create new schematic to the new project, PCB design begins with a schematic diagram, which present how components are

More information

Lesson 12: Preparing for Post Processing

Lesson 12: Preparing for Post Processing 12 Lesson 12: Preparing for Post Processing Learning Objectives In this lesson you will: Rename reference designators on the board design Backannotate changes made in the OrCAD and Allegro PCB Editor to

More information

Lesson 11: Interactive Routing and Glossing

Lesson 11: Interactive Routing and Glossing 11 Lesson 11: Interactive Routing and Glossing Learning Objectives In this lesson you will: Define and display etch grids used for routing Create via fanouts Add and delete connect lines (clines) and vias

More information

Lesson 11: Routing and Glossing

Lesson 11: Routing and Glossing 11 Lesson 11: Routing and Glossing Learning Objectives In this lesson you will: Define and display etch grids used for routing Create via fanouts Add and delete connect lines (clines) and vias Use Slide

More information

Procedure for PCBoard Layout

Procedure for PCBoard Layout Procedure for PCBoard Layout Introduction The following 6 pages of instructions will take you step by step through the creation of your PCB using Orcad Layout. If you are planning to manually lay out your

More information

Preparing the Board for Design Transfer. Creating and Modifying the Board Shape. Modified by Phil Loughhead on 15-Aug-2016

Preparing the Board for Design Transfer. Creating and Modifying the Board Shape. Modified by Phil Loughhead on 15-Aug-2016 Preparing the Board for Design Transfer Old Content - visit altium.com/documentation Modified by Phil Loughhead on 15-Aug-2016 This article describes how to prepare the new PCB file so that it is ready to

More information

Using OrCAD Layout Plus A Simple Guide

Using OrCAD Layout Plus A Simple Guide Using OrCAD Layout Plus A Simple Guide Written by Jose Cabral September 2006 Revised by Nithin Raghunathan 1 SKETCH THE CIRCUIT YOU WISH TO LAYOUT SKETCH THE LAYOUT COM J1 OUTPUT +12 COM -12 COM INPUT

More information

Lesson 2: Managing the OrCAD and Allegro PCB Editor Work Environment

Lesson 2: Managing the OrCAD and Allegro PCB Editor Work Environment 2 Lesson 2: Managing the OrCAD and Allegro PCB Editor Work Environment Learning Objectives In this lesson you will: Control the color and visibility of objects Create and use scripts Use the Control Panel

More information

Getting started in the PCB Editor

Getting started in the PCB Editor Getting started in the PCB Editor by Lori Zukerman of the EE/CAD group 01/07/04 Page 1 of 21 1. Initial Setup... 3 1.1 Copying Drawing Formats... 3 2. Starting your PCB... 3 2.1 Open a setup drawing...

More information

Lesson 18: Creating a Hierarchical Block

Lesson 18: Creating a Hierarchical Block Lesson 18: Creating a Hierarchical Block Lesson Objectives After you complete this lesson you will be able to: Create hierarchical blocks Copying Schematics between Projects You can copy and paste between

More information

Tutorials. Lesson 3 Work with Text

Tutorials. Lesson 3 Work with Text In this lesson you will learn how to: Add a border and shadow to the title. Add a block of freeform text. Customize freeform text. Tutorials Display dates with symbols. Annotate a symbol using symbol text.

More information

STEP Model Support in PCB Editor

STEP Model Support in PCB Editor A Parallel Systems Technical Note STEP Model Support in PCB Editor Overview The PCB Editor products currently provide 3D viewing of a BRD (board drawing) based on the open drawings layer visibility and

More information

Questions? Page 1 of 37

Questions?  Page 1 of 37 Learn the User Interface... 3 Start BluePrint-PCB... 4 Import CAD Design Data... 4 Create a Fabrication Drawing... 5 Add a Drill Pattern... 5 Selecting Objects... 5 Formatting a PCB View... 5 Add a Custom

More information

Lesson 19: Processing a Hierarchical Design

Lesson 19: Processing a Hierarchical Design Lesson 19: Processing a Hierarchical Design Lesson Objectives After you complete this lesson you will be able to: Annotate a hierarchical design Perform a Design Rule Check on a hierarchical design Correct

More information

Lesson 17: Building a Hierarchical Design

Lesson 17: Building a Hierarchical Design Lesson 17: Building a Hierarchical Design Lesson Objectives After you complete this lesson you will be able to: Explore the structure of a hierarchical design Editing the Training Root Schematic Making

More information

Table of Contents. Part I Introduction. Part II Creating a simple Schematic and PCB. Part III Creating Libraries.

Table of Contents. Part I Introduction. Part II Creating a simple Schematic and PCB. Part III Creating Libraries. TUTORIAL 2 DipTrace Tutorial Table of Contents Part I Introduction 4 Part II Creating a simple Schematic and PCB 4 1 Establishing a... schematic size and placing titles 5 2 Configuring libraries... 8 3

More information

LiTE Design PORTFOLIO

LiTE Design PORTFOLIO LiTE Design We Focus on scaling to new & latest technology in Electronic Design System, to develop & produce innovative products, services & solutions with our Potential that Exceeds the expectations of

More information

Introduction Creating a Project Footprint Design

Introduction Creating a Project Footprint Design EEC 134 Application Note Introduction to PCB Design Cameron Vossoughi Introduction Being fluent in PCB design is essential for electrical engineers regardless of their discipline focus. This application

More information

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide

TUTORIAL SESSION Technical Group Hoda Najafi & Sunita Bhide TUTORIAL SESSION 2014 Technical Group Hoda Najafi & Sunita Bhide SETUP PROCEDURE Start the Altium Designer Software. (Figure 1) Ensure that the Files and Projects tabs are located somewhere on the screen.

More information

Lesson 5: Creating Heterogeneous Parts

Lesson 5: Creating Heterogeneous Parts Lesson 5: Creating Heterogeneous Parts Lesson Objectives After you complete this lesson you will be able to: Create a Heterogeneous part Annotate a Heterogeneous part (Optional) Heterogeneous Parts A heterogeneous

More information

How to Get Started. Figure 3

How to Get Started. Figure 3 Tutorial PSpice How to Get Started To start a simulation, begin by going to the Start button on the Windows toolbar, then select Engineering Tools, then OrCAD Demo. From now on the document menu selection

More information

Instructions for designing the HelloWorld circuit board using Autodesk Eagle 8.6.0

Instructions for designing the HelloWorld circuit board using Autodesk Eagle 8.6.0 Instructions for designing the HelloWorld circuit board using Autodesk Eagle 8.6.0 FABLAB BRIGHTON 2018 These instructions take you through step-by-step the process of creating the full circuit board design

More information

Lesson 7: Setting Design Constraints

Lesson 7: Setting Design Constraints 7 Lesson 7: Setting Design Constraints Learning Objectives In this lesson you will: Explore the design rule system and apply design rules for physical and spacing dimensions Add, change, and delete properties

More information

Lesson 1: Getting Started with OrCAD Capture

Lesson 1: Getting Started with OrCAD Capture 1 Lesson 1: Getting Started with OrCAD Capture Lesson Objectives Discuss design flow using OrCAD Capture Learn how to start OrCAD Capture The OrCAD Capture Start Page Open an existing Project Explore the

More information

Release Highlights for BluePrint-PCB Product Version 2.2.2

Release Highlights for BluePrint-PCB Product Version 2.2.2 Release Highlights for BluePrint-PCB Product Version 2.2.2 Introduction BluePrint V2.2.2 Build 512 is a rolling release. Rolling releases enable us to provide enhancements and defect fixes to the market

More information

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

Printed Circuit Board Prototyping Guide

Printed Circuit Board Prototyping Guide Printed Circuit Board Prototyping Guide Shiva 03/12/08 This document has referenced and extracted certain contents in verbatim from Capture CIS Tutorial, Ekarat Laohavalesson, Layout Plus Tutorial, Ekarat

More information

Prototype PCBs design session

Prototype PCBs design session Prototype PCBs design session By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Spring 2018, EEP04 Practical Applications in Electrical Before start You will be making a schematic (astable.sch) file which

More information

Start Active-HDL. Create a new workspace TUTORIAL #1 CREATING AND SIMULATING SIMPLE SCHEMATICS

Start Active-HDL. Create a new workspace TUTORIAL #1 CREATING AND SIMULATING SIMPLE SCHEMATICS Introduction to Active-HDL TUTORIAL #1 CREATING AND SIMULATING SIMPLE SCHEMATICS This tutorial will introduce the tools and techniques necessary to design a basic schematic. The goal of this tutorial is

More information

Summary. Seeing is Believing - Read More and Watch Demos of Altium Designer 6.6

Summary. Seeing is Believing - Read More and Watch Demos of Altium Designer 6.6 Whats New in Altium Designer 6.6 Summary Altium Designer 6.6 brings significant refinements to Variants combined with a number of smaller enhancements and improved system-wide support for existing technologies.

More information

Version Software Update Details Release Date 22-Sep Problem Fixes in Version

Version Software Update Details Release Date 22-Sep Problem Fixes in Version Version 12.0.6 Software Update Details Release Date 22-Sep-2009 Problem Fixes in Version 12.0.6 This is the final roll-up patch for Version 12. No further updates will be issued for this version. Add Shape

More information

Converting MicroSim PCBoards Designs to OrCAD Layout Designs. Quick Start

Converting MicroSim PCBoards Designs to OrCAD Layout Designs. Quick Start Converting MicroSim PCBoards Designs to OrCAD Layout Designs Quick Start Copyright 1998 OrCAD, Inc. All rights reserved. Trademarks OrCAD, OrCAD Layout, OrCAD Express, OrCAD Capture, OrCAD PSpice, and

More information

Editing Multiple Objects. Contents

Editing Multiple Objects. Contents Editing Multiple Objects Contents Selecting Multiple Objects Inspecting the Objects Editing the Objects Editing Group Objects Step 1. Selecting the Capacitors Step 2. Changing the Comment String Step 3.

More information

Lesson 13: Preparing the Board Design for Manufacturing

Lesson 13: Preparing the Board Design for Manufacturing 13 Lesson 13: Preparing the Board Design for Manufacturing Learning Objectives In this lesson you will: Generate and edit silkscreen layers, use reports available in the OrCAD and Allegro PCB Editor Check

More information

SCHEMATIC1 SCHEMATIC2 SCHEMATIC1 SCHEMATIC2 SCHEMATIC3 PAGE1 PAGE2 PAGE3 PAGE1 PAGE1 PAGE2 PAGE1 PAGE1 PAGE2

SCHEMATIC1 SCHEMATIC2 SCHEMATIC1 SCHEMATIC2 SCHEMATIC3 PAGE1 PAGE2 PAGE3 PAGE1 PAGE1 PAGE2 PAGE1 PAGE1 PAGE2 An OrCAD Tutorial Dr. S.S.Limaye 1. Introduction OrCAD is a suite of tools from Cadence company for the design and layout of printed circuit boards (PCBs). This is the most popular tool in the industry.

More information

EAGLE 3.5 Schematic - Layout - Autorouter Tutorial Copyright 1999 CadSoft Computer, Inc.

EAGLE 3.5 Schematic - Layout - Autorouter Tutorial Copyright 1999 CadSoft Computer, Inc. EAGLE 3.5 Schematic - Layout - Autorouter Tutorial Copyright 1999 CadSoft Computer, Inc. www.cadsoftusa.com Windows is a registered trademark of Microsoft Corporation 1 What to expect from this Manual

More information

Lesson 14: Property Editor

Lesson 14: Property Editor Lesson 14: Property Editor Lesson Objectives After completing this lesson, you will be able to: Work with Property Filters in the Property Editor Add part and net properties using the Property Editor Using

More information

EDAConnect-Dashboard User s Guide Version 3.4.0

EDAConnect-Dashboard User s Guide Version 3.4.0 EDAConnect-Dashboard User s Guide Version 3.4.0 Oracle Part Number: E61758-02 Perception Software Company Confidential Copyright 2015 Perception Software All Rights Reserved This document contains information

More information

Protel 99 Installation Notes

Protel 99 Installation Notes Protel 99 Installation Notes Frozen Content Modified by Admin on Nov 21, 2013 Protel 99 SE Service Pack 6 Information Installation Notes To install the Service Pack run the downloaded file and follow the

More information

Word 2013 Quick Start Guide

Word 2013 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, and Word Options. Ribbon: Logically organize actions onto Tabs, Groups, and Buttons to facilitate finding commands. Active Document

More information

Defining Board Regions and Bending Lines

Defining Board Regions and Bending Lines Defining Board Regions and Bending Lines Old Content - visit altium.com/documentation Modified by on 29-Nov-2016 Related Videos Bending Lines Layer Stack Regions A Board Region is the term used to describe

More information

Use the Pad Designer to create padstacks for a number of typical pins, such as throughhole and surface-mount pads.

Use the Pad Designer to create padstacks for a number of typical pins, such as throughhole and surface-mount pads. 3 Lesson 3: Padstacks Learning Objectives In this lesson you will: Use the Pad Designer to create padstacks for a number of typical pins, such as throughhole and surface-mount pads. In this section you

More information

Generating a Custom Bill of Materials

Generating a Custom Bill of Materials Generating a Custom Bill of Materials Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 This tutorial describes how to use the Report Manager to set up a Bill of Materials (BOM) report.

More information

Polygon Pours and Copper Regions. Fills and Solid Regions. Modified by Admin on Nov 18, 2013

Polygon Pours and Copper Regions. Fills and Solid Regions. Modified by Admin on Nov 18, 2013 Polygon Pours and Copper Regions Old Content - visit altium.com/documentation Modified by Admin on Nov 18, 2013 A common requirement on a printed circuit board is large areas of copper. It could be a hatched

More information

Boot Camp-Special Ops Challenge Quiz

Boot Camp-Special Ops Challenge Quiz 1. What s the key difference between a panel and dialog window? a. There is none b. Panels must be closed in order to continue editing, whereas dialogs can be left open c. Dialogs must be closed in order

More information

Getting Started with PCB Design

Getting Started with PCB Design Getting Started with PCB Design Summary Tutorial TU0117 (v1.2) April 13, 2005 This introductory tutorial is designed to give you an overview of how to create a schematic, update the design information

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

More information

Protel 99 SE. Designer s Handbook Supplement. Runs on Windows NT/95/98. Making Electronic Design Easy

Protel 99 SE. Designer s Handbook Supplement. Runs on Windows NT/95/98. Making Electronic Design Easy Making Electronic Design Easy Protel 99 SE Designer s Handbook Supplement Runs on Windows NT/95/98 Increase your PCB Design Productivity with Protel 99 SE Welcome to the Protel 99 SE Designer's Handbook

More information

Creating a Text Frame. Create a Table and Type Text. Pointer Tool Text Tool Table Tool Word Art Tool

Creating a Text Frame. Create a Table and Type Text. Pointer Tool Text Tool Table Tool Word Art Tool Pointer Tool Text Tool Table Tool Word Art Tool Picture Tool Clipart Tool Creating a Text Frame Select the Text Tool with the Pointer Tool. Position the mouse pointer where you want one corner of the text

More information

DipTrace Tutorial Table of Contents Part I Introduction Part II Creating a simple Schematic and PCB

DipTrace Tutorial Table of Contents Part I Introduction Part II Creating a simple Schematic and PCB TUTORIAL 2 DipTrace Tutorial Table of Contents Part I Introduction 4 Part II Creating a simple Schematic and PCB 4 1 Establishing... schematic size and placing titles 5 2 Configuring... libraries 9 3 Designing...

More information

5 When creating a Thermal Pad you should determine the size of your WebClear (Air-Gap) first, usually 10 th (mils) would have been sufficed.

5 When creating a Thermal Pad you should determine the size of your WebClear (Air-Gap) first, usually 10 th (mils) would have been sufficed. APPENDIX A SMD AND MULTI-LAYERED PAD Creating SMD Pad and Multi-Layered Pad are generally the same as the pads that you create in Lab 3 with only a slight difference in layer assignment. Multi-Layered

More information

Questions? Page 1 of 45

Questions?  Page 1 of 45 Learn the User Interface... 4 Start BluePrint-PCB... 5 Import CAD Design Data... 5 Create a Fabrication Drawing... 6 Add a Drill Pattern... 7 Selecting Objects... 7 Formatting a PCB View... 7 Add a Custom

More information

Complete PCB Design Using OrCad Capture and Layout

Complete PCB Design Using OrCad Capture and Layout Complete PCB Design Using OrCad Capture and Layout By Kraig Mitzner Amsterdam Boston Heidelberg London New York Oxford Paris San Diego San Francisco Singapore Sydney Tokyo Newnes is an imprint of Elsevier

More information

Orcad Layout Quick Reference

Orcad Layout Quick Reference Orcad Layout Quick Reference Shortcut keys Toolbar Command mapping from Layout v7.10 to Layout Release 9 Cadence PCB Systems Division (PSD) offices PSD main office (Portland) (503) 671-9500 PSD Irvine

More information

Release Highlights for CAM350 Product Version 10.7

Release Highlights for CAM350 Product Version 10.7 Release Highlights for CAM350 Product Version 10.7 Introduction CAM350 Version 10.7 is a support release that introduces new functionality, including encryption of CAM350 macros. New Functionality The

More information

LAB EXERCISE 2 EM Basics (Momentum)

LAB EXERCISE 2 EM Basics (Momentum) ADS 2012 EM Basics (v2 April 2013) LAB EXERCISE 2 EM Basics (Momentum) Topics: EM simulation in ADS, focusing on Momentum, including substrate and port setups, 3D viewing, visualization, and more. Audience:

More information

Tutorial - Getting Started with PCB Design

Tutorial - Getting Started with PCB Design Tutorial - Getting Started with PCB Design Old Content - visit altium.com/documentation Modified by Phil Loughhead on 3-Aug-2016 Welcome to the world of electronic product development environment in Altium

More information

ELEC451 Integrated Circuit Engineering Using Cadence's Virtuoso Layout Editing Tool

ELEC451 Integrated Circuit Engineering Using Cadence's Virtuoso Layout Editing Tool ELEC451 Integrated Circuit Engineering Using Cadence's Virtuoso Layout Editing Tool Contents Contents 1. General 2. Creating and Working On a Layout o 2.1 Undoing/Re-doing an Action o 2.2 Display Options

More information

Pads are used to provide both mechanical mounting and electrical connections to the component pins.

Pads are used to provide both mechanical mounting and electrical connections to the component pins. Pad Old Content - visit altium.com/documentation Modified by Jason Howie on 19-Aug-2015 Parent page: Objects Pads are used to provide both mechanical mounting and electrical connections to the component

More information

These notes list the main functional changes and problem fixes in each release of the software. They are listed in order, latest first.

These notes list the main functional changes and problem fixes in each release of the software. They are listed in order, latest first. Pulsonix Change Notes These notes list the main functional changes and problem fixes in each release of the software. They are listed in order, latest first. Version 3.1 Build 2273 : 18 Jul 2005 None.

More information

XnView 1.9. a ZOOMERS guide. Introduction...2 Browser Mode... 5 Image View Mode...15 Printing Image Editing...28 Configuration...

XnView 1.9. a ZOOMERS guide. Introduction...2 Browser Mode... 5 Image View Mode...15 Printing Image Editing...28 Configuration... XnView 1.9 a ZOOMERS guide Introduction...2 Browser Mode... 5 Image View Mode...15 Printing... 22 Image Editing...28 Configuration... 36 Written by Chorlton Workshop for hsbp Introduction This is a guide

More information

Weidmüller Configurator (WMC) User manual

Weidmüller Configurator (WMC) User manual Weidmüller Configurator (WMC) User manual Version 2018-11 Software version: V6.118.0.6999 1 Inhalt Introduction... 4 Installation guide... 4 How to... 4 System requirements... 4 First steps... 4 New project...

More information

Chapter 2 Using Slide Masters, Styles, and Templates

Chapter 2 Using Slide Masters, Styles, and Templates Impress Guide Chapter 2 Using Slide Masters, Styles, and Templates OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

Acrobat X Professional

Acrobat X Professional Acrobat X Professional Toolbar Well Page Navigations/Page Indicator Buttons for paging through document Scroll Bar/box page indicator appears when using the scroll button to navigate. When you release

More information

Developer s Tip Print to Scale Feature in Slide

Developer s Tip Print to Scale Feature in Slide Developer s Tip Print to Scale Feature in Slide The latest update to Slide 5.0 brings a number of improvements related to printing functionality, giving the user greater control over printed output. Users

More information

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK.

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK. PowerPoint X Launching PowerPointX 1. Start PowerPointX by clicking on the PowerPoint icon in the dock or finding it in the hard drive in the Applications folder under Microsoft PowerPoint. PowerPoint

More information

Tutorial 3: Using the Waveform Viewer Introduces the basics of using the waveform viewer. Read Tutorial SIMPLIS Tutorials SIMPLIS provide a range of t

Tutorial 3: Using the Waveform Viewer Introduces the basics of using the waveform viewer. Read Tutorial SIMPLIS Tutorials SIMPLIS provide a range of t Tutorials Introductory Tutorials These tutorials are designed to give new users a basic understanding of how to use SIMetrix and SIMetrix/SIMPLIS. Tutorial 1: Getting Started Guides you through getting

More information

Quick Tips to Using I-DEAS. Learn about:

Quick Tips to Using I-DEAS. Learn about: Learn about: Quick Tips to Using I-DEAS I-DEAS Tutorials: Fundamental Skills windows mouse buttons applications and tasks menus icons part modeling viewing selecting data management using the online tutorials

More information

Release Highlights for BluePrint 5.1

Release Highlights for BluePrint 5.1 Release Highlights for BluePrint 5.1 Introduction BluePrint Release 5.1 is the latest in customer driven releases. All new features and enhancements were requested by existing customers. Over the preceding

More information

Feature-based CAM software for mills, multi-tasking lathes and wire EDM. Getting Started

Feature-based CAM software for mills, multi-tasking lathes and wire EDM.  Getting Started Feature-based CAM software for mills, multi-tasking lathes and wire EDM www.featurecam.com Getting Started FeatureCAM 2015 R3 Getting Started FeatureCAM Copyright 1995-2015 Delcam Ltd. All rights reserved.

More information

PowerPoint 2002 Manual

PowerPoint 2002 Manual PowerPoint 2002 Manual Internet and Technology Training Services Miami-Dade County Public Schools Contents How to Design Your Presentation...3 PowerPoint Templates...6 Formatting Your Slide Show...7 Creating

More information