Before you all start yelling at me for posting a repeat answer, please
consider the posting was not just a question of fact, but a request for
validation on the choices presented.
The responses have been good and direct, but not as informative as they
could have been.
So as a repeat answer:
_______________________________________________________________________
OK, I have just got off the phone with the great tech support we have
access to here in the USA for Eagle tools. KUDOS!
I had a problem with no connections to my dual ground plane (Digital and
Analog) from the via's I had places from surface mounted components on
both the TOP and BOTTOM layers.
I had layer 2 = $GND and layer 3 = $VCC setup.
Then I placed two separate polygons on both of these layers covering the
entire board space.
I have just learned that this is not the proper way to do this.
You can either do a ground layer and define in the layer command that it
is a "supply layer" and let the auto-router do the copper pour on this
layer, or you can place polygons on the desired layer and NAME the
polygons the same as the signals you need attached to it.
When I named the layer a "supply layer" and then placed a polygon on the
layer, it removed the "supply layer" copper pour automatic function, so
none of my signals were connected to this layer, because the layer did
not contain the "supply layer" copper. DUH!
The other restriction to using "supply Layers" is that if you need
multiple isolated copper pours on a single layer, then the "supply
Layer" function can not be used, because each layer can not contain more
than one definition "name".
One other point of interest; while I deal with the design stage I find
it easier to set the polygon width to zero. This opens up the ability
to view through the polygon while placing components. Once I am
finished with the layout, I change the polygon width to .012" and this
shows the polygon fill to view the full fill of the polygon.
I needed to post this message just in case it helps someone else.
Thanks to all!
I find this forum a great helper when things get tough, and I get dumb.
Jim Ashby
IDE Solutions, Inc.
_______________________________________________________________________
Post by Ing. Mike MillerPost by Brad ParkerI wrote a program to remove the "redundant" pads from the gerber.
It basically looks for the thermals and removes pads which plot to the same
address. It's a hack, but it seems to do the right thing.
I think this is easier than using polygons, but since I haven't done
it, I may
be wrong. I will try polygons, but I need to experiment with them first.
When using a polygon for the power plane should you *not* use the $signal
convention? Also, what affect does it have on the CAM - I assume you need
to tell it to plot the various polygon layers to the same file.
If you have a single power plane (or ground plane) per layer then use
the $signal convention. For split planes i.e. 2 or more signals on the
same layer then best to use polygons. YOU CAN NOT MIX THE 2 METHODS ON
THE SAME LAYER (sorry for shouting)!
There is no effect on the CAM processing. Anything that shows up as
copper in the design shows up as copper in the files.
Regards,
Mike.
Post by Brad ParkerPost by Zoltan DobrovicsWell, you just answered your own question, that works great for me.
Post by Brad ParkerI have a simple 4 layer design, but it has split power plane with 3
distinct areas.
My initial attempt was to
- define 3 power planes ($+5v, $+3v3, $vddcore)
- make a wide wire (40 mils) surrounding each area in $+5v
- plot all 3 supply layers on top of each other
This made gerbers which looked fine, but it turns out that each
layer fills in the vias for the other layers, which wipes out the
thermal
reliefs.
What's the best way to tackle this? I'd rather not draw polygons,
but I guess I could and then prioritize them. Two of the laters are
distinct and one falls in the middle of another.
thanks!
-brad