Pcb Landpattern Design


Land Pattern Creation for Thomas Nau's and Harry Eaton's PCB
Stephen Meier
Copyright © 2003 Meier Rippin L.L.C.
May 2nd, 2003
Introduction:
PCB needs a land pattern for each device. The land pattern tells PCB how to draw the device pads or
pin holes, silk screen outline and device name. The land pattern can critically effect the
manufacturability of the board. If the pads are in the wrong place it can be impossible to attach the
device to its pads. If the solder mask doesn't cover traces near pads, the traces may become soldered to
the pads. Boards using Land patterns that have the pads in the correct spot but of the wrong size can
have a reduced manufacturing yield and possibly a reduced life.
See the standards document IPC-SM-782A  Surface Mount Design and Land Pattern Standard for a
more complete discussion of the requirements and impacts of surface mount patterns.
The following is an example of a PCB land pattern for an 0603 chip resistor. It makes use of three
different macros to create the land pattern. These are Element, Pad and ElementLine. A 0603 chip
resistor requires two pads. Other devices may require hundreds of pads. The four lines are reproduced
only on the silkscreen layer.
Element(0x00 "Surface Mount Chip Resistor 0603" "R0" "" 0 0 -31 -82 2 100 0x00)
(
Pad(-2 0 2 0 39 30 50 "pad 1" "1" 0x00000100)
Pad(65 0 69 0 39 30 50 "pad 2" "2" 0x00000100)
ElementLine(-21 -35 87 -35 5)
ElementLine( 87 -35 87 35 5)
ElementLine( 87 35 -21 35 5)
ElementLine(-21 35 -21 -35 5)
)
Each PCB Pad impacts several layers. If the Pad is on the component surface it impacts the component
layer, the component mask (component side solder mask) and the component paste. If the component
layer has a polygon then the polygon is cleared away from the pad by an amount entered in the Pad
macro.
Each instance of a macro needs its parameters selected for the manufacturing techniques used to place
and solder the components to the board. The standards document (IPC-SM-782A ) will cover these in
detail. The scope of this paper will be how to use the standards document to generate suitable PCB
land patterns.
Element macro:
Element element_flags, description, pcb-name, value,
mark_x, mark_y, text_x, text_y,
text_direction, text_scale, text_flags
Element(0x00 "Surface Mount Chip Resistor 0603" "R0" "" 120 30 -31 -82 0 100 0x00)
element_flags - unsigned integer
description - string
pcb-name - string
value - string
mark_x  integer  One would believe that this would be the location of the
mark_y  integer  mark. However, the mark seems to be at point (0,0) no
mater what is entered here.
text_x  integer - This does set the location for pcb-name string
text_y  integer
text_direction - integer -
0 normal horizontal
1 vertical - counter clockwise 90 degrees
2 upside down horizontal - counter clockwise 180 degrees
3 vertical  counter clockwise 270 degrees
text_scale - integer
text_flags  unsigned integer
Within the Element macro body are the other components of the land pattern. Each pad or
pin for the device needs a pad or a pin hole. Generally a silkscreen outline is also
provided. The body is the code with in the parentheses. For the above example the body
is:
Pad(-2 0 2 0 39 30 50 "pad 1" "1" 0x00000100)
Pad(65 0 69 0 39 30 50 "pad 2" "2" 0x00000100)
ElementLine(-21 -35 87 -35 5)
ElementLine( 87 -35 87 35 5)
ElementLine( 87 35 -21 35 5)
ElementLine(-21 35 -21 -35 5)
Developing the Land pattern:
Determine the mark (center) of the pattern
Determine the rotation of the device around the pattern mark
Determine the Grid placement courtyard and its relationship to the center
Determine the soldering method to be used
Determine the pad locations and sizes
Determine the solder mask application method and its tolerances
Determine the solder mask size
Create the Element Macro
Add a PAD macro for each component PAD
Add enough ElementLine Macros to create the pattern outline. The pattern outline needn't
encircle the grid placement courtyard but doing so can be convenient for correct
placement.
Chip Resistor Land Patterns
Type C X Y Z G Grid
402 51.2 27.5 35.4 86.6 15.739.4x118.1
603 66.9 39.4 43.3 110.2 23.6157.5x118.1
805 74.8 59.1 51.2 126.0 23.6157.5x315.0
1206 110.2 70.9 63.0 173.2 47.2157.5x393.7
1210 110.2 106.3 63.0 173.2 47.2118.1x393.7
2010 173.2 106.3 70.9 244.1 102.4118.1x551.2
2512 220.5 126.0 70.9 291.3 149.6315.0x629.9
Dimensions C, X, Y, Z, G and Grid are all in mils.
Data is derived from the table on page 73 Of IPC-SM-782A  Surface Mount Design and Land Pattern
Standard
Device Pads
PAD x1, y1, x2, y2, thickness, clearance, mask, name , pad number, flags
x1  integer - start location in mils
y1  integer - start location in mils
x2  integer - end location in mils
y2  integer - end location in mils
essentially (x1, y1) (x2,y2) are a line segment that pad is constructed around
thickness  integer  in mils of the pad
clearance  integer  in mils between pad and any polygon
mask  integer  in mils solder mask opening surrounding pad line segment
name  string
pad number  string
flags  unsigned integer
The third bit from the right determines whether the corners of the pad are to
be rounded or not. Setting the bit makes a pad with corners. Clearing the bit
makes a rounded pad.
Notes
In the PCB development release 1.99o the entered points (x1,y1) and (x2, y2)
are re-arranged such that x1 is the smaller of x1 and x2. Similarly y1
becomes the smaller of y1 and y2.
Pads of zero thickness will not be drawn.
Example 1:
This pad was created along a line 20 mil long which is oriented along the x axis. The completed pad
became 10 mils longer do to the thickness parameter. The thickness parameter also made the pad 10
mils wide along the y axis. In order to make a pad a particular length you need to subtract the thickness
parameter from the start and end points.
Example 2:
Clearance is the area that is cleared from any polygon that the pad is placed within.
Example 3:
It is important to note that the solder mask is located with respect to the line segment that the pad is
located upon.
Pin Macro:
x, y, thickness, clearance, mask, drilling hole, name, number, flags
x, y  integers  location of pin hole
thickness  integer  Size of pad surounding hole
clearence  integer  speration between pad and any polygon on any layer
drilling hole  integer  diameter of hole
name  string  pin name
number  string  pin number
flags  unsigned integer
Solder Mask  Is a coating applied over the surface of the PCB which prevents the covered area from
being soldered to. Usually only component pads and pin holes are left exposed. Traces left exposed can
be inadvertently soldered to.
Gang Solder Mask Window  A window large enough to cover more then one pad. Traces not part of
the net could become soldered to a near by pad.
Pocket Solder Mask Window  A window which covers a single pad. This requires greater tollerences
in creating the solder mask. This may be required in order to run traces between the pads.
Do's and Dont's
Solder Masks should not cover a fiducial or the fiducial clearance area since it could cause
oxidation and interfere with automated location of the fiducial.
Use solder mask over bare copper to prevent solder migration.
Solder Mask contamination to component pads can cause failures. Insufficient solder
mask leaving exposed coper can cause solder to make unintentional connections.
Solder mask clearances  Screen printed solder masks can be used to produce masks with
15 mil spacing. Photo Imaged solder masks can achieve spacings down to around 3 mils.
PCB's Solder Mask Implementation
PCB only allows for the PADS to determine the solder mask size and shape. Therefore
creating Gang shadow masks windows can only happen by setting the PAD sizes and
correctly placing the individual components close enough together such that the shadow
mask windows merge.
ElementLine Macro:
ElementLine macros draw line segments to the silk screen layer associated with the layer
the device is placed upon (component or solder).
ElementLine x1, y1, x2, y2, thickness
x1, y1  integers  starting point of line segment
x2, y2  integers  ending point of line segment
thickness  integer  width of line in mils
ElementArc Macro:
It is particularily important to remember that PCB is using standard computer graphics
coordinants which are upside down compared to the usual cartesian coordinants.
For example:
If the center of revolution is (100, 100) , the height and width is 10 and the startangle is 90
then the starting point of the arc would be (100, 110). For a normal Cartesian coordinant
system this would be upwards on the computer screen but in computer graphics this is
often downwards on the screen. The arc is then drawn from that point around its path for
delta degrees. If in the above example delta was 90 then the arc would be drawn from 90
degrees to 180 degrees. Thus moving from the starting point clockwise around the center
of rotation for a positive delta.
x, y, width, height, thickness, startangle, delta, flags
(x, y)  integers  center position of arc - in mils
width  integer  maximum width (x axis) of arc  in mils
height  integer  maximum height (y axis) of arc  in mils
thickness of line - mils
startangle  think polar coordinants  this is the starting position with respect to (x,y)
delta  number of degrees to continue the arc
flags


Wyszukiwarka

Podobne podstrony:
PCB Design Tutorial
design user interface?ABE09F
Arion? CN PCB94
designer6i(1)
design componentsB33BFC
PCB 2
Design and performance optimization of GPU 3 Stirling engines
design modelBE347C
C550 PCB P01?50? C L3 V1
The Evolution of Design
design mechanism 46BEF2
Temperature Rise in PCB Traces
C115?16 PCB & signal trace EU
Design Guide 12 Modification of Existing Steel Welded Moment Frame

więcej podobnych podstron