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. Think of the Manufacturing Data Pack 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).

To successfully launch a build, you must provide 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: When the MPN is ambiguous (e.g. simply listing “10k Resistor”), the procurement team is forced to guess. They will likely choose the cheapest option available, which may have the wrong tolerance or power rating for your 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. You need to provide separate, clearly named files 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: When Impedance Control is required for high-speed signals but not explicitly stated in the notes, the Fab House may not apply the necessary trace width precision, which can cause your radio or Wi-Fi circuits to fail.

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, imagine you update a connector on the board creating Revision 2, but you mistakenly send the Revision 1 BOM to the factory. The purchasing team will buy the old connector, which will not 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 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?