OrCAD Schematics TUTORIAL
Generating Bill of Materials
Bill of materials is a the list of the components alongwith the part number of the component, its manufacturer, description and mention of whether this component is not to be populated. You can add more fields if you need to. Usually a Bill of Materials contain following fields 1. Reference
2. Part Nummber
3. Manufacturer
4. Description
5. Pop Option
Let us assume that we have a circuit as shown below.

Although we can generate the Bill of materials using a simple xl sheet, this process has chance of error, if the file becomes very big. You may miss some components in manual process. So it is better to follow the process of automatic Bill of Materials generation. You may make small changes in the generated Bill of materials later on.
We should add details of all the components. DOuble click the IC U1. Click on "New Column" and in "Name" Write " Manufacturer". In the "Value" field, write "Texas Instruments". It should look as follows

Repeat the same think with the capacitor C1 , the 10K resistor R5 and 43 Ohm resistor R1. We notice that, the resistor R2 to R4 are same as that of R1, so we just need to copy these properties. There will come instance where we will have hundreds of components of same values differeing only in part reference. We can not make changes in individual components. We do it using semi automatic process.
COme out of the schematic page and select the top level heirarchy. Click on Edit -> Browse Parts. You should see something similar to

When you have updated all the components, you can proceed to generate the Bill of Materials. Click on tools -> Bill of Materials. In the header you may write the following
Item\tQuantity\tReference\tManufacturer\tDescription\tPart No\tPop Option
In the combined property string write the following
{Item}\t{Quantity}\t{Reference}\t{Manufacturer}\t{Description}\t{Part No}\t{Pop Option}
Notice the the fields will change if you have given a different value to the part filed. If you check the View Output Box, you should see an output similar to
Revised: Tuesday, October 14, 2008
Revision:
Bill Of Materials October 14,2008 17:18:33 Page1
Item Quantity Reference Manufacturer Description Part Number Pop Option
______________________________________________
1 1 C1 AVX Cap 0.1uF 0603, 20V 0402YG104ZAT2A
2 3 R1,R2,R3 Rohm RES 43 OHM 1/16W 5% 0402 SMD MCR01MZPJ430
3 1 R4 Rohm RES 43 OHM 1/16W 5% 0402 SMD MCR01MZPJ430 NP
4 1 R5 Rohm 10K Res 0603, 5%, 20V MYUNCLE10K
5 1 U1 Texas Instruments 140 MHz General Purpose and PCI-X 1:4 Clock Buffer CDCV304PW
|
This pretty much completes the basic OrCAD schematics capture tutorial. You may check other hardware tutorials or general tutorials by clicking one of the links on the left.
Most of the todays design has high speed signal. We highly recommend that you take a look at the book - "Signal Integrity for PCB Designers" - available at Amazon for $55 or this website for $40 .