2.5 DfM rules of thumb for non-designers
Component spacing: the courtyard rule
Section titled “Component spacing: the courtyard rule”Every component requires a “Keep-Out” zone, frequently referred to in CAD tools as a courtyard. Pick & Place machines do not magically drop components into place; they lower them using a descending mechanical head.
- The Physics: When a placement nozzle lowers Component B adjacent to an already placed Component A, the nozzle body requires physical clearance to avoid striking Component A.
- The Risk: Programming a spacing of less than 0.25 mm makes it highly likely that the descending placement head will collide with adjacent parts, resulting in severe misalignment, chipped ceramic bodies, or components being knocked entirely off their pads.
- The Shadow Effect: Placing tall components immediately next to short components creates a mechanical “shadow” that can block the nozzle from accessing the shorter part entirely.
- Engineering Standard: Maintain a minimum 0.5 mm clearance courtyard between all active components for standard SMT assembly.
Fiducials: the optical anchors
Section titled “Fiducials: the optical anchors”A modern Pick & Place machine is fundamentally a blind robot that navigates by counting microscopic steps. To know precisely where the physical board is clamped within its workspace, it requires optical reference points. These reference points are called Fiducials.
- The Concept: A fiducial is a distinct, circular copper pad (typically 1 mm in diameter) that is explicitly left uncovered by solder mask. It carries no electrical signal.
- The Risk of Absence: When a board lacks fiducials, the machine’s optical system cannot align its internal coordinate map to the physical PCB, leading to accumulating placement drift across the panel.
- The Contrast Failure: If solder mask inadvertently covers a fiducial during fabrication, the camera cannot detect the necessary contrast against the fiberglass, and the production line will naturally reject the board.
- Engineering Standard: Every individual PCB (and the surrounding mechanical panel frame) must feature at least three global fiducials positioned near the corners.
Polarity: the ambiguity trap
Section titled “Polarity: the ambiguity trap”Ambiguous polarity markings are the leading root cause of human error during manual assembly and rework. Factory operators should never be forced to guess a component’s orientation.
- The Problem: A small silkscreen dot indicating Pin 1 is frequently obscured by the component body once placed. Furthermore, a simple ”+” sign can easily be misread as a “T” or a crosshair.
- The Verification Failure: When the only polarity marker resides underneath the silicon chip,
Quality Assurance (QA) inspectors have no optical means to verify correct orientation afterreflow soldering . - Engineering Standard: Unambiguous graphics must be utilized. The industry standard is a thick line, a distinct square, or a chevron on the silkscreen layer, placed clearly outside the component footprint.
- Pro-Tip: For LEDs, ensure silkscreening the actual diode schematic symbol. While “Pin 1” is technically accurate, a diode arrow is universally understood by any technician.
Stencil apertures: solder paste release dynamics
Section titled “Stencil apertures: solder paste release dynamics”- The Physics: When a stencil aperture is too deep relative to its width (similar to a narrow drinking straw), the
solder paste will adhere to the vertical steel walls rather than releasing smoothly onto the copper pad below. - The Risk: Specifying a component with a microscopic lead pitch (like a fine QFN) while mandating a thick stencil for the rest of the board will cause the
solder paste to clog the aperture, leaving the fine-pitch pads completely starved of solder. - Engineering Standard: The cross-sectional area of the stencil opening must comfortably exceed the surface area of the aperture walls (an Area Ratio > 0.66). In practice, this limits the use of excessively thick stencils on designs featuring fine-pitch ICs.
Test access: the bed of nails
Section titled “Test access: the bed of nails”To perform rapid
- The Concept: A Test Point is a dedicated, exposed copper pad (usually a 1 mm circle) tied to a critical electrical net (such as Power rails, Ground planes, and communication buses).
- The Risk of Absence: Without test points, line technicians must manually probe individual component leads using hand multimeters—a process that is slow, error-prone, and poses a high risk of shorting adjacent pins.
- The Masking Error: When test points are erroneously covered by solder mask in the CAD data, the mechanical pogo pins cannot establish electrical continuity.
- Engineering Standard: Route test points to the bottom side of the board for every critical signal, spacing them at a minimum of 2.54 mm (100 mil) apart to accommodate robust test probes.
Final Checkout: DFM rules of thumb for non-designers
Section titled “Final Checkout: DFM rules of thumb for non-designers”| Feature | The Failure Mode | The Engineering Control |
|---|---|---|
| Spacing | Nozzle collision / Solder Shorts | Enforce a minimum 0.5 mm component courtyard clearance. |
| Fiducials | Machine Coordinate Misalignment | Include three 1 mm exposed round copper dots near panel corners. |
| Polarity | Human Assembly Error | Visually mark Pin 1 / Cathode unambiguously outside the component body. |
| Edge Clearance | Conveyor Rail Damage | Maintain a 3–5 mm copper keep-out zone along parallel board edges. |
| Test Points | Unverifiable Hardware | Provide 1 mm exposed copper pads on the bottom layer for critical nets. |
| Vias in Pads | Solder Wicking (Starved Joints) | Ensure via capping and plating if vias must reside within a solder pad. |