13

I always see the option for E-testing when sending PCB's off to a fab house. I gather it is an electrical test to test all the connections. But how do they do it? They don't have my schematic! Only gerbers? And surely it is done by machine?

cksa361
  • 3,814
  • 7
  • 33
  • 49

3 Answers3

16

As I understand it, they extract a pad-list and netlist from the gerbers, and then have a machine with robotic arms carrying test-probes (Termed "Flying Probes") to manually ohm-out all the connected nets.

See:
http://en.wikipedia.org/wiki/Flying_probe
http://www.spea.com/ElectronicsIndustryTestAutomation/FlyingProbeTesters/tabid/108/language/en-US/Default.aspx
http://www.youtube.com/user/speamovies (Really cool videos)

Jim
  • 3,325
  • 2
  • 28
  • 39
Connor Wolf
  • 31,938
  • 6
  • 77
  • 137
4

Some manufacturers also use a "bed of nails" tester. This measures the resistance / conductance from locations on the PCB board surface to other points on the surface. From the Gerber files they know where there should be conductance and where there should be opens.

Jim C
  • 1,997
  • 12
  • 11
  • 1
    Bed of Nails testers are only viable on *very* large production runs, since the tester has to be custom designed and manufactured for the board. – Connor Wolf Dec 11 '10 at 09:17
  • ...not to mention test programming for bed of nails is much more involved since you have many more probes and you need to know where each one is (since you can't move them to where you want them to be). – DrFriedParts Mar 20 '13 at 06:50
3

E-testing is primarily used to detect bad plated holes, as this is the most common failure as it's more process-sensitive. Bear in mind that a flying-probe e-test rarely checks for shorts as it requires a huge amount more checks (therefore test time) than a continuity test - each node to each other possible node. Probably easier on a bed-of-nails tester which has connectivity to all nodes at the same time. I've certainy had a few supposedly e-tested boards with shorts.

mikeselectricstuff
  • 10,655
  • 33
  • 34