Dashboard Mode - Component orientation conventions
Goal
Understand how component orientation conventions affect PCB design and assembly quality.
Understand how component orientation conventions affect PCB design and assembly quality.
| Component | Reference | Orientation (Degrees) | Side | Rotation Direction |
|---|---|---|---|---|
| Resistor | R1 | 0 | Top | Clockwise |
| Capacitor | C1 | 90 | Top | Counterclockwise |
| IC | U1 | 180 | Bottom | Clockwise |
| Diode | D1 | 270 | Top | Counterclockwise |
| LED | LED1 | 0 | Bottom | Clockwise |
| Connector | J1 | 90 | Top | Clockwise |
CountTop = COUNTROWS(FILTER(Data, Data[Side] = "Top"))CountClockwise = COUNTROWS(FILTER(Data, Data[Rotation Direction] = "Clockwise"))+----------------------+----------------------+ | KPI: Side | KPI: Rotation Dir | | (Count Top/Bottom) | (Count Clockwise/CC) | +----------------------+----------------------+ | Bar Chart (Orientation) | +---------------------------------------------------------------+ | Component Details Table | +---------------------------------------------------------------+
Filter by Side (Top/Bottom): Updates KPI cards, bar chart, and table to show only components on selected side.
Filter by Rotation Direction (Clockwise/Counterclockwise): Updates all components to reflect selection.
Filter by Orientation Degree: Highlights components at selected orientation in bar chart and table.
If you add a filter for Side = "Bottom", which components remain visible?
Answer: Components U1 and LED1 remain visible in all dashboard elements.