Bird
0
0
PCB Designbi_tool~8 mins

Placing components from library in PCB Design - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Placing components from library
Goal

Understand how to place components from a library onto a PCB design workspace to build a circuit layout.

Sample Data: Component Library
Component IDNameTypeFootprintValue
C1Capacitor 10uFCapacitor080510uF
R1Resistor 1kResistor06031kΩ
U1MicrocontrollerICQFP-64STM32F103
D1Diode 1N4148DiodeSOD-3231N4148
L1Inductor 10uHInductor080510uH
Dashboard Components
  • Component Selector: Dropdown list showing component names from the library (C1, R1, U1, D1, L1).
  • Placement Workspace: Visual grid area representing the PCB where components are placed by selecting from the library.
  • Placed Components Table: Table listing components placed on the PCB with columns: Component ID, Name, Position (X,Y), and Rotation.
  • Count of Components: KPI card showing total number of components placed on the PCB.
Dashboard Layout
+----------------------+--------------------+
| Component Selector   | Count of Components |
| (Dropdown)           | (KPI Card)          |
+----------------------+--------------------+
|                                              |
|             Placement Workspace               |
|             (Grid Area)                       |
|                                              |
+----------------------------------------------+
| Placed Components Table                       |
+----------------------------------------------+
Interactivity

User selects a component from the Component Selector. The selected component can then be placed by clicking on the Placement Workspace grid. Each placement adds a row to the Placed Components Table with the component details and position. The Count of Components KPI updates automatically to show the total placed components count.

Self Check

If you place the component 'R1' at position (3,4) on the workspace, which components update?

  • The Placed Components Table will show a new row for R1 at (3,4).
  • The Count of Components KPI will increase by 1.
  • The Component Selector remains unchanged.
Key Result
Dashboard to select and place PCB components from a library onto a workspace, tracking placements and counts.