Dashboard Mode - Why layout determines board manufacturability
Goal
Understand how PCB layout factors affect the ease and cost of manufacturing circuit boards.
Understand how PCB layout factors affect the ease and cost of manufacturing circuit boards.
| Factor | Description | Impact on Manufacturability | Example |
|---|---|---|---|
| Trace Width | Width of copper traces on the board | High | 0.1 mm vs 0.3 mm |
| Trace Spacing | Distance between adjacent traces | High | 0.15 mm vs 0.5 mm |
| Via Count | Number of vias connecting layers | Medium | 50 vs 200 vias |
| Component Density | Number of components per area | High | 30 vs 80 components per sq. inch |
| Board Size | Physical dimensions of the PCB | Medium | 100x100 mm vs 200x150 mm |
| Layer Count | Number of copper layers | High | 2 layers vs 6 layers |
SUM(Via Count) from sample data (example: 50 + 200 = 250)AVERAGE(Trace Width) (example: (0.1 + 0.3)/2 = 0.2 mm)AVERAGE(Trace Spacing) (example: (0.15 + 0.5)/2 = 0.325 mm)AVERAGE(Component Density) (example: (30 + 80)/2 = 55 components/sq.in)SWITCH([Impact], "Low", 1, "Medium", 2, "High", 3)+----------------------+-----------------------+ | KPI Cards | Bar Chart | | (Top left) | (Top right) | +----------------------+-----------------------+ | Full Factors Table (Bottom, full width) | +--------------------------------------------------+
Filter by Impact on Manufacturability (Low, Medium, High) updates KPI cards and bar chart to focus on selected difficulty levels.
Hovering over bar chart bars highlights corresponding rows in the factors table for easy comparison.
If you filter the dashboard to show only factors with High impact, which components update and how?