Electrical – Eagle’s PCB ratsnest command reports 3 airwires, but they are not visible

eaglepcb-design

I am working on preamp input selector PCB in Eagle and I've run RATSNEST command for displaying airwires:
Aiwries
There are no airwires left as can be seen from screenshot, however, particular command reports to me in status bar: Ratsnest: 3 airwires

Why and if so, where are they so I connect them?

Best Answer

There is a very useful eagle ULP called "zoom-unrouted" which if you haven't already got it, you can download here.

Save it in the ULP folder and then run it (run zoom-unrouted). Eagle will then zoom in to the first airwire.

Check for vertical (single pixel) airwires caused by ground plane islands, and for tiny gaps at the end of traces.

I can see from your screenshot there is one airwire between pins 7 and 10 of IC2.



On an unrelated point, make sure the "Isolate" value on your polygons is non-zero (it looks to be set to 0 to me) otherwise you will get Gerber files which are solid copper over the entire board (everything shorted out).

Also run the DRC with settings relevant to your PCB house as there appears to be quite a few places where there may be either shorts or clearance errors.

There's also an awful lot of redundant routing on the OUTPUT_LEFT and OUTPUT_RIGHT traces - unless you are going for star connected, you might want to revisit the routing of those traces.