Quick Graphs to make PCB Track Width and Silkscreen Ratios easy.

Recently I had to make a series of circuit boards using Eagle Cad.

I spent a lot of time calculating track widths to make sure my circuit board could handle the current I was using.
Then I had to do more calculations for font ratios. so that that all lines were wide enough to work with the silk screening process.

Sick of this; I quickly used matlab to create a few charts so I could look up the answers quickly.
I thought I would share these charts and the matlab scripts, hope they are useful.

Font Ratio Chart

To my experience, In Eagle Cad (and others) font ratios for silk screens work best using vector fonts. The cam processor, other tools, and factory will often use vector fonts regardless; – so using vector fonts tends to keep things compatible. In the text properties dialogue you must set the ratio correctly so that (Size * Ratio) > “Factory Minimum Line Width”.  To make it worse, fonts are best wrangled using Mils (1/1000th of an inch [what’s an inch]).

Typically in Eagle Cad, I would set up text for silk-screening as follows.

 

Anyway, here is the chart

To use it:

  • Find the colour that corresponds to your manufactures minimum silk screen resolution.
  • Find your font height in the x-axis
  • The corresponding ratio is given in the y-axis.

silkscreen

PCB Track Width Chart

Track width is related to a lot of factors (acceptable temperatures. how insulated the tracks are from the air, current, acceptable power loss, etc). For anything complicated (internal PCB layers, high currents/voltages, installation in a vehicle/ heater / oven) go do proper calculations!

Looking for a good track width calculator, I found this and like it a lot:  http://www.4pcb.com/trace-width-calculator.html

99% of the time, as a hobbyist, you just want an external PCB track that does not raise in temperature by more than 10ºC. You would be using either 0.5, 1 or 2 oz copper tracks (eek, more imperial units). So I implemented the formula presented on the calculator mentioned above in matlab.  Then I plotted 3 lines, one for each common copper thickness, creating charts that seem correct for normal hobbyist type situations.

Four charts follow metric and imperial versions of high and low current situations. Find the graph that suits you and keep it handy.

Disclaimer: Your mileage may vary. A) I may be wrong, and accept no liability for that. B) Silkscreens, lacquer, protective coatings, hot electrical components may invalidate these figures.  If your doing anything medical / military /  safety critical / mass produced / potentially dangerous; this page is not an appropriate source of information, go find an engineering book, or something peer reviewed.

 

Metric – High Amps

track_width_metric

Metric – Low Amps

track_width_metric_small

 

 

Mils (Imperial)- High Amps

 

track_width_mils

Mils (Imperial)- Low Amps

track_width_mils_small

 

Source Code

Fonts

 

Track Width