Dashboard Mode - Silkscreen placement rules
Goal
Understand key rules for placing silkscreen on a PCB to ensure clear labeling without interfering with components or soldering.
Understand key rules for placing silkscreen on a PCB to ensure clear labeling without interfering with components or soldering.
| Rule ID | Description | Minimum Distance (mm) | Applies To | Example |
|---|---|---|---|---|
| 1 | Keep silkscreen away from pads to avoid soldering issues | 0.25 | Pads | Text 0.3mm from pad edge |
| 2 | Do not print silkscreen on solder mask openings | 0 | Solder mask openings | Silkscreen outside openings |
| 3 | Place reference designators clearly near components | 1.0 | Component body | Designator 1mm from component edge |
| 4 | Avoid silkscreen on component pads or pins | 0.25 | Component pads/pins | No silkscreen on pins |
| 5 | Use clear, legible font size for readability | 1.0 | Text height | Text height at least 1mm |
| 6 | Keep silkscreen within PCB outline | 0 | PCB edge | Text inside board edge |
MINX(FILTER('SilkscreenRules', 'SilkscreenRules'[Applies To] = SELECTEDVALUE('SilkscreenRules'[Applies To])), 'SilkscreenRules'[Minimum Distance (mm)])'SilkscreenRules'[Minimum Distance (mm)], X-axis: 'SilkscreenRules'[Rule ID]COUNTROWS(FILTER('SilkscreenRules', 'SilkscreenRules'[Applies To] = EARLIER('SilkscreenRules'[Applies To]))) grouped by 'SilkscreenRules'[Applies To]+----------------------+----------------------+ | KPI Card | Pie Chart | | Min Distance: 0.25 | Rule Application | | | Areas | +----------------------+----------------------+ | Bar Chart: Silkscreen Distance Requirements | | | +-----------------------------------------------------------------------------------+ | Table: Silkscreen Rules Details | | | +-----------------------------------------------------------------------------------+
A filter slicer on Applies To allows users to select categories like Pads or Component body. When a category is selected:
Try this: Add a filter for Applies To = Pads. Which components update and what changes?