Bird
0
0
PCB Designbi_tool~8 mins

Manual trace routing in PCB Design - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Manual trace routing
Goal

Understand how manual trace routing affects PCB design quality and production time.

Sample Data
Trace IDLength (mm)Number of BendsLayerRouting Time (min)Signal Integrity Score
T1503Top158.5
T2705Bottom207.8
T3402Top129.0
T4604Inner188.0
T5553Bottom168.3
T6656Top227.5
Dashboard Components
  • Total Routing Time: Sum of all routing times.
    Formula: Total Routing Time = SUM([Routing Time (min)])
    Result: 103 minutes
  • Average Signal Integrity Score: Average of signal integrity scores.
    Formula: Average Signal Integrity = AVERAGE([Signal Integrity Score])
    Result: 8.18
  • Trace Length vs Routing Time Scatter Plot: X-axis is Trace Length (mm), Y-axis is Routing Time (min). Each point is a trace.
  • Number of Bends by Layer Bar Chart: Shows total bends per layer.
    Calculation:
    Top: 3 + 2 + 6 = 11 bends
    Bottom: 5 + 3 = 8 bends
    Inner: 4 bends
  • Trace Details Table: Shows all columns from sample data for detailed review.
Dashboard Layout
+---------------------------+---------------------------+
| Total Routing Time (KPI)  | Average Signal Integrity  |
|        103 minutes        |          8.18             |
+---------------------------+---------------------------+
|                           Scatter Plot: Trace Length vs Routing Time                          |
|                                                                                           |
+-------------------------------------------------------------------------------------------+
| Number of Bends by Layer (Bar Chart)               | Trace Details Table          |
|                                                    |                             |
+----------------------------------------------------+-----------------------------+
Interactivity

Filter by Layer: Selecting a layer (Top, Bottom, Inner) updates all components to show data only for that layer.

Hover on scatter plot points highlights the corresponding trace in the details table.

Self Check

If you filter for Layer = 'Top', which components update?

  • Total Routing Time updates to 49 minutes (15 + 12 + 22)
  • Average Signal Integrity updates to 8.33 ((8.5 + 9.0 + 7.5) / 3)
  • Scatter plot shows only Top layer traces
  • Number of Bends by Layer bar chart updates to show only Top layer bends (11 bends)
  • Trace Details Table shows only Top layer traces (T1, T3, T6)
Key Result
Dashboard shows manual trace routing metrics including total routing time, signal integrity, bends by layer, and trace details.