Dashboard Mode - Pick and place file for assembly
Goal
Understand the key information in a pick and place file used for PCB assembly to ensure correct component placement.
Understand the key information in a pick and place file used for PCB assembly to ensure correct component placement.
| Ref | Value | Package | X (mm) | Y (mm) | Rotation (°) | Side |
|---|---|---|---|---|---|---|
| R1 | 10k | 0603 | 12.5 | 34.2 | 0 | Top |
| C1 | 100nF | 0603 | 15.0 | 34.2 | 90 | Top |
| U1 | MCU | QFN-32 | 20.0 | 30.0 | 180 | Top |
| D1 | LED | SMD-1206 | 10.0 | 40.0 | 270 | Bottom |
| R2 | 1k | 0603 | 13.0 | 35.0 | 0 | Top |
| C2 | 10uF | 0805 | 18.0 | 32.0 | 0 | Top |
+-------------------+-------------------+ | Total Components | Components Top | | [ 6 ] | [ 5 ] | +-------------------+-------------------+ | Components Bottom | | | [ 1 ] | | +-------------------+-------------------+ | Bar Chart: Count by Package | | 0603 | 3 | 0805 | 1 | QFN-32 | 1 | SMD-1206 | 1 | +-----------------------------------------+ | Detailed Component Placement Table | | Ref | Value | Package | X | Y | Rotation | Side | | ... (all rows) ... | +-----------------------------------------+
User can filter components by Side (Top or Bottom). When a side is selected, the KPI cards, bar chart, and detailed table update to show only components on that side.
Example: Selecting "Top" updates total components to 5, bar chart to packages only on top side, and table to show only top side components.
If you add a filter for Side = "Bottom", which components remain visible?