[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gEDA: Component Packages and PCB Land Pattern - naming Conventions
- To: geda-dev-at-NOSPAMseul_dot_org
- Subject: gEDA: Component Packages and PCB Land Pattern - naming Conventions
- From: Stephen Meier <smeier-at-NOSPAMAlchemyResearch_dot_com>
- Date: Sun, 31 Oct 2004 03:54:44 -0800
- Delivery-Date: Sun, 31 Oct 2004 06:54:47 -0500
- In-Reply-To: <1092422060.2025.12.camel@toolbench.cibolo.com>
- References: <200408051634.13439.M.Waters@bom.gov.au> <200408101539.27266.M.Waters@bom.gov.au> <20040810094729.671f597e@zeta.comsys.se> <200408111705.25283.M.Waters@bom.gov.au> <1092232965.3761.18.camel@swordfish> <Pine.LNX.4.58.0408111216280.3770@linux.site> <20040811200333.GA20955@clifton-labs.com> <1092422060.2025.12.camel@toolbench.cibolo.com>
- Reply-To: geda-dev-at-NOSPAMseul_dot_org
- Sender: owner-geda-dev-at-NOSPAMseul_dot_org
- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113
Here is my take on the subject.
1. Components --- devices that are often (usually packaged) have
charateristics that should not be ignored at the schemtic design level.
Issues:
Device susceptibility to soldering temperature.
Is the device Pb free?
Does the device package match the thermal characteristics of the fab
plastic?
For information about the device package we look to the JEDEC standard JEP95
But JEP95 has package families that are physically similar but made from
different materials. For example Plastic Leadless Chip Carrier (PLCC)
(JEP95 MO-047) and a Ceramic Leadless Chip Carrier (LCC) (JEP95 MO-044).
Both include 0.050" pitch 68 pin leadless devices that would fit the
same land pattern.
2. Land patterns are also dependent on the assembly solder method (wave
solder, solder bath, reflow oven). IPC-SM-782-A "Surface Mount Design
and Land Pattern Standard" includes a note in section 8.1 that states
"If a more robust pattern is desired for wave soldering devices larger
than 1608 [603], add 0.2mm to the Y direction and consider reducing the
X dimension by 30%. Add a "W" sufix to the number e.g. 103W".
The number is the Registered Land Pattern Number of which a 103A pattern
is the normal pattern for a 3216 [1206] chip resistor.
Proposal:
Symbols for gschem should not include the land pattern they should
include the package identifier. The package identifier should be from
the JEP95 or other consortium (European or Japanes) which ever is
relevent for the device. I would also like to see the gschem symbols
contain information about Pb content. Gschem should also have a way of
showing the user what the package is and if it contains Pb in the
preview mode while selecting devices from the library.
The netlist generator should translate the package identifier to a land
pattern identifier based upon the assembly soldering method (normally
reflow for surface mount). The land pattern identifier should be from a
standard such as IPC-SM-782-A.
Steve Meier