Skip to content

1.5 The minimum manufacturing data pack

A manufacturing line runs primarily on data. The most common cause of production delays is not machine failure or component shortages—it is incomplete or ambiguous documentation. The Manufacturing Data Pack serves as the formal contract between the engineering team and the factory. When the data is unclear, the factory is forced to either guess (which introduces high risk) or stop production entirely (which incurs high costs).

Successfully launching a build requires a specific set of files that clearly define the physical, electrical, and commercial reality of the product.

Definition: The recipe. It lists every single component required to build one unit.

The BOM drives the entire supply chain. It must be provided in a machine-readable format (like Excel or CSV), rather than a static PDF.

  • Must Include: Manufacturer Part Number (MPN), Quantity Per Board, Reference Designator (e.g. R1, C4), and a clear Description.
  • The Risk: Ambiguous MPNs (such as simply listing “10k Resistor”) force the procurement team to guess. This frequently results in selecting the cheapest available option, which may possess incorrect tolerance or power ratings for the specific circuit.

Pro-Tip: Always try to include a column for “Alternates/Substitutes.” Providing a pre-approved alternate allows the factory to proceed without pausing for engineering approval if the primary part is out of stock.

Definition: The blueprints. These are vector files that explicitly tell the PCB fabrication machines where to etch copper, drill holes, and print solder mask.

Gerbers are layer-specific. Separate, clearly named files are strictly required for the Top Copper, Bottom Copper, Drill Hit Data, Solder Paste, and Silkscreen layers.

  • The Risk: Without the precise Solder Paste layer data, the factory cannot cut a stencil, and SMT assembly simply cannot start. Similarly, when the Drill file is separated from the Drill Tool list, the factory might drill holes with incorrect diameters.

Definition: The navigation map. This text file contains the exact coordinate position (X, Y) and rotation (Theta) of every single component on the board.

SMT machines are robotic systems; they do not “see” the board in a holistic way. Instead, they move to specified coordinates relative to a designated origin point (0,0).

  • The Risk: When the rotation data is incorrect (for instance, specifying 90° instead of -90°), polarized components like diodes and ICs will be placed backwards, leading to immediate short circuits upon power-up.

Definition: The visual guide. Usually a PDF showing component locations, polarity markings, and any special manual assembly instructions (e.g. “Install J2 after cleaning”).

This document is primarily for the human operators. Quality Inspectors use it to visually verify what the automated machines did. It acts as the final check against “invisible” data errors.

  • The Risk: When polarity marks on the physical silkscreen are covered by the component body itself, the Assembly Drawing becomes the only reliable reference for verifying correct orientation during inspection.

Definition: The metadata. A text or PDF file detailing the specific board physical requirements: PCB thickness (1.6mm is standard, but should still be stated), copper weight (1oz vs 2oz), surface finish (ENIG vs HASL), and solder mask color.

Without this defining file, a Fab House will naturally default to the cheapest standard options available.

  • The Risk: Omitting explicit Impedance Control requirements for high-speed signals leads the Fab House to ignore necessary trace width precision, causing radio or WiFi circuit failures.

Manufacturing Data Pack

The most dangerous file in a factory environment is often an outdated version of the correct file.

Every file name should contain a clear revision code (e.g. “ProjectX_BOM_Rev02”). For example, updating a board connector to Revision 2 while mistakenly releasing the Revision 1 Bill of Materials (BOM) causes the purchasing team to procure the obsolete connector. This obsolete part will fail to fit the new bare boards, resulting in scrapped material and lost time.

Final Checkout: The minimum manufacturing data pack

Section titled “Final Checkout: The minimum manufacturing data pack”
DocumentFormatFunctionCritical Check
BOM.xls / .csvProcurementAre Manufacturer Part Numbers (MPNs) perfectly valid and currently in stock?
GerbersRS-274XFabricationCheck layer alignment in a dedicated Gerber viewer.
Centroid.csv / .txtAssemblyVerify the origin (0,0) perfectly matches the Gerbers.
Assembly Dwg.pdfInspectionIs Pin 1 clearly and unambiguously marked?
Fab Notes.pdf / .txtSpecificationsAre the PCB thickness and surface finish explicitly defined?