Bird
0
0
PCB Designbi_tool~8 mins

Gerber file generation in PCB Design - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Gerber file generation
Business Question

How can we track and analyze the generation of Gerber files for PCB manufacturing to ensure quality and timeliness?

Sample Data
DateProjectLayerFiles GeneratedErrorsGeneration Time (min)
2024-06-01AlphaTop Copper105
2024-06-01AlphaBottom Copper116
2024-06-02BetaTop Copper104
2024-06-02BetaSilkscreen103
2024-06-03GammaTop Copper127
2024-06-03GammaBottom Copper105
2024-06-04AlphaSilkscreen103
Dashboard Components
  • KPI Card: Total Files Generated
    Formula: SUM(Files Generated) = 7
    Shows total Gerber files created in the period.
  • KPI Card: Total Errors
    Formula: SUM(Errors) = 3
    Shows total errors found during generation.
  • KPI Card: Average Generation Time (min)
    Formula: AVERAGE(Generation Time) = (5+6+4+3+7+5+3)/7 = 4.71
    Shows average time to generate a file.
  • Bar Chart: Files Generated by Project
    X-axis: Project (Alpha, Beta, Gamma)
    Y-axis: SUM(Files Generated)
    Alpha=3, Beta=2, Gamma=2
  • Stacked Bar Chart: Errors by Layer and Project
    X-axis: Project
    Y-axis: SUM(Errors)
    Stack by Layer (Top Copper, Bottom Copper, Silkscreen)
    Shows error distribution per layer per project.
  • Table: Detailed File Generation Records
    Shows all columns from sample data for detailed review.
Dashboard Layout
+----------------------+----------------------+----------------------+
| Total Files Generated | Total Errors         | Avg Generation Time  |
|          [7]          |          [3]         |        [4.71]        |
+----------------------+----------------------+----------------------+
|                      Bar Chart: Files Generated by Project           |
|                          (Alpha, Beta, Gamma)                       |
+---------------------------------------------------------------------+
|           Stacked Bar Chart: Errors by Layer and Project            |
|                         (Project on X-axis)                        |
+---------------------------------------------------------------------+
|                         Detailed File Generation Table              |
+---------------------------------------------------------------------+
Interactivity

Filter by Project: Selecting a project updates all KPIs, charts, and the table to show data only for that project.

Filter by Date Range: Limits data to selected dates across all components.

Layer Filter: Filters charts and table by selected PCB layers.

Self Check

If you add a filter for Project = 'Alpha', which components update?

  • All KPI cards update to show totals and averages for Alpha only.
  • Bar chart updates to show files generated only for Alpha.
  • Stacked bar chart updates to show errors by layer for Alpha.
  • Table shows only records where Project is Alpha.
Key Result
Dashboard shows Gerber file generation totals, errors, average time, and breakdown by project and layer.