11

Following is from a PCB that I am presently working on. That particular path signals are of 100-400kHz signals. Is there any problem in having routes of this kind?

PCB Closeup

JYelton
  • 32,302
  • 33
  • 134
  • 249
noufal
  • 1,575
  • 3
  • 20
  • 25
  • 3
    Why not just route the trace from the pad horizontally left to meat the vertical trace at right angles? – Olin Lathrop Mar 14 '14 at 16:01
  • 1
    Yes - you will touch off many people's OCD for avoiding acute angles on a PCB. – W5VO Mar 14 '14 at 16:16
  • 3
    Yeah, meat the traces up with ground beef or maybe chicken. Seriously though, ask your fab what they think. They make boards all day long, they'll know what causes bad boards and how to avoid such issues. – dext0rb Mar 14 '14 at 17:08
  • 1
    [This question ended up on an AutoCAD site as an example of an acid trap.](https://www.autodesk.com/products/eagle/blog/top-10-manufacturing-mistakes/) – JRE Jun 27 '19 at 08:56

2 Answers2

10

Old timers might grumble about "etchant traps" ... acute angles can hold acid (well, FeCl) long enough to eat through the track - or not, depending on who makes the PCB for you. Consult with them if you are worried.

But I was downvoted for pointing that out in a previous answer, so at least somebody thinks that's no longer a problem.

As far as the signal speed on that trace - nothing to worry about.

9

Regarding the signal it doesn't matter. The sharp angle might cause an acid trap, but with the trace width you are using should not be a problem. I would have routed horizontaly from the SMD pad to the vertical trace making a right angle.

Peter Karlsen
  • 2,024
  • 14
  • 19
  • But isn't good to avoid 90 degree paths? – noufal Mar 14 '14 at 15:23
  • 2
    All other things being equal, 90 degrees is better than the acute angle! – Dave Tweed Mar 14 '14 at 15:42
  • 4
    @noufal, the reason to avoid right angles is to avoid excess capacitance in the trace, and it applies only to high-speed signals (say 100 MHz or higher). Before you start worrying about right angle bends, you'd first want to eliminate the stub in the trace leading to the IC pin, and the big pad on the axial component (resistor?), and use SMT rather than through-hole components to reduce lead inductance. – The Photon Mar 14 '14 at 17:47