Dashboard Mode - Why correct output files enable fabrication
Goal
Understand how correct output files ensure successful PCB fabrication by showing key file types, their correctness, and fabrication readiness.
Understand how correct output files ensure successful PCB fabrication by showing key file types, their correctness, and fabrication readiness.
| File Type | File Name | Status | Errors Found | Ready for Fabrication |
|---|---|---|---|---|
| Gerber | board_top.gbr | Correct | 0 | Yes |
| Drill | board_drill.drl | Correct | 0 | Yes |
| Netlist | board_netlist.net | Incorrect | 2 | No |
| Assembly | board_assembly.asm | Correct | 0 | Yes |
| Bill of Materials | board_bom.csv | Correct | 0 | Yes |
| Test | board_test.tst | Incorrect | 1 | No |
+----------------------+-----------------------+ | Total Files: 6 | Files Ready: 4 | +----------------------+-----------------------+ | Bar Chart: Errors per File Type | | (Gerber, Drill, Netlist, Assembly, | | Bill of Materials, Test) | +-----------------------------------------------------------+ | Table: File Status Details | | (File Type, Name, Status, Errors, Ready for Fabrication) | +-----------------------------------------------------------+
Filter by Status (Correct/Incorrect) updates the Bar Chart and Table to show only files matching the selected status. Selecting files with errors highlights them in the Table and updates the KPI cards accordingly.
If you add a filter for Status = Incorrect, which components update?