1.8 Quality, compliance, and “definition of done”
In professional electronics manufacturing, “it turns on” is not a quality standard; it is merely the minimum requirement for an early prototype. True quality is defined by the absence of variation. A board that functions perfectly today but violates IPC assembly standards is officially considered a “defect” because it carries a latent risk of failure in the future. Quality Assurance (QA) is the dedicated discipline of proving, with hard data, that the product was built exactly according to the documentation and industry standards, ensuring it will survive in the field long after it leaves the factory.
The standard: IPC-a-610
Section titled “The standard: IPC-a-610”You cannot successfully inspect for a vague feeling of “goodness.” You must inspect for exact compliance against a binary standard. The electronics manufacturing industry operates primarily on IPC-A-610 (Acceptability of Electronic Assemblies). This standard divides products into three classes based on their reliability requirements.
Class 1: general electronic products
Section titled “Class 1: general electronic products”- Scope: Cheap consumer gadgets and disposable toys.
- Requirement: Function is the primary goal. Cosmetic imperfections in the solder joints are generally acceptable.
Class 2: dedicated service electronic products
Section titled “Class 2: dedicated service electronic products”- Scope: Laptops, microwaves, and standard industrial controllers.
- Requirement: High performance and extended life. Uninterrupted service is highly desired, but not essential for safety. This is the industry default.
Class 3: high performance electronic products
Section titled “Class 3: high performance electronic products”- Scope: Aerospace, Medical (Life Support), and Automotive safety systems.
- Requirement: Performance on demand is critical. Equipment downtime cannot be tolerated. Solder criteria are far more stringent (e.g. requiring 75% barrel fill for through-hole pins versus 50% for Class 2).
The engineering reality
Section titled “The engineering reality”Specifying Class 3 increases manufacturing costs significantly because it inherently slows down the SMT line and vastly increases the inspection overhead.
- The Risk: When you do not explicitly specify an IPC Class in your documentation, the factory will naturally default to Class 2. Conversely, demanding Class 3 for a disposable IoT sensor wastes budget on intensive inspection criteria that ultimately add no practical value to the end user.
The inspection strategy: trust no one
Section titled “The inspection strategy: trust no one”Human visual inspection is inherently unreliable over long shifts. Operators get tired, distracted, or simply blink. A robust quality plan relies on automated layers of defense (often called the “Swiss Cheese” model) to catch process defects at the earliest possible moment.
1. SPI (solder paste inspection)
Section titled “1. SPI (solder paste inspection)”- Action: A dedicated 3D scanner measures the precise volume of solder paste deposited on the pads before any components are placed.
- Logic: Roughly 70% of all soldering defects stem directly from poor paste printing.
- The Process: When paste volume is detected as critically low (typically < 70% of target), the standard procedure is to wipe the board clean and reprint it immediately rather than proceeding to solder a known defect.
2. AOI (automated optical inspection)
Section titled “2. AOI (automated optical inspection)”- Action: High-speed cameras compare the soldered board against a verified “Golden Board” image or mathematical model.
- Detects: Missing parts, polarity errors, component skew, and tombstoning.
- Limitation: AOI cameras cannot look inside or underneath components to see hidden solder joints.
3. AXI (automated x-ray inspection)
Section titled “3. AXI (automated x-ray inspection)”- Action: X-rays penetrate component bodies to inspect the hidden solder joints underneath.
- Target: BGAs (Ball Grid Arrays), QFNs, and LGAs.
- The Risk: When a design uses BGAs but skips X-Ray inspection, you are essentially shipping blind, with no definitive way to verify if the chip is actually soldered to the board securely.
4. ICT (in-circuit test) & FCT (functional test)
Section titled “4. ICT (in-circuit test) & FCT (functional test)”- Action: ICT utilizes a “bed of nails” fixture to check for electrical shorts or opens. FCT formally powers the device to verify the software logic.
- Logic: AOI proves the board looks right; ICT and FCT prove the board acts right.
Traceability: the audit trail
Section titled “Traceability: the audit trail”When a product fails in the field 18 months from now, you must be able to answer the question: “Why?” Traceability is the vital data link between a specific serial number in the field and its exact manufacturing history in the factory.
Batch traceability
Section titled “Batch traceability”“This box of 500 units was built on Tuesday using Solder Paste Lot #123 and Capacitor Reel #456.”
- The Risk: Should a specific capacitor reel be found defective a month later, you will need to recall the entire batch of 500 units because you cannot prove which specific boards received the bad parts.
Serial traceability
Section titled “Serial traceability”“Unit #SN-00192 was built at 14:02, placed by Head 3 on Line 2, and passed Test Station 4 with a voltage reading of 3.31V.”
- Benefit: Allows for surgical recalls. You can isolate and recall exactly which units contain the bad components, saving massive amounts of money and brand reputation.
Pro-Tip: Always print an actual barcode or QR code on the PCB silkscreen or apply a permanent label early in the process. If the physical board has no unique digital ID, you essentially have zero traceability once it leaves the SMT line.
The “definition of done”
Section titled “The “definition of done””A production run is not considered finished just because the last unit is placed in a cardboard box. It is finished when the Certificate of Conformity (CoC) is officially signed. The CoC is a legal declaration by the contract manufacturer that the goods actually meet your engineering specifications. It must explicitly include:
- The Part Number and Revision Level.
- The Total Quantity and corresponding Batch Code.
- A Statement of Compliance to the required IPC Class.
- Formal Test Reports summarizing the Pass/Fail metrics.
Final Checkout: Quality, compliance, and “definition of done”
Section titled “Final Checkout: Quality, compliance, and “definition of done””| Control | Function | Metric | Critical Rule |
|---|---|---|---|
| Standard | Visual Criteria | IPC-A-610 (Class 2 or Class 3) | Clearly define the required Class in the assembly drawing notes. |
| SPI | Paste Quality | Volume % | Reject and wipe boards showing < 70% paste volume. |
| AOI | Component Check | Presence / Polarity | Require 100% inspection for all SMT production runs. |
| X-Ray | Hidden Joints | Void % | X-Ray is mandatory for BGA and LGA components. |
| Traceability | Risk Management | Serial Number | Directly link all Automated Test Results to unique Serial Numbers. |
| CoC | Executive Sign-off | Compliance | Do not pay the final invoice without receiving the signed CoC. |