Eagle PCB Ground Plane Question

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
Hi. I got a good question for other Eagle PCB users. It is something that bug's me for sometime and I was not able to find a real solution.

When I create a ground plane, I use "Polygon" and specify a "spacing" so the ground is insulated from the part's pins.

What I want to do is to be able to connect some pins to the GND plane. I'm doing it manually for now just before the printout of the layer image, but it is cumbersome and time consuming.

The PCB I'm working on right now is having maybe 100 gnd connections to the gnd plane. I don't want to do that manually :xeye:

Any help would be appreciated.

Thanks...
 
Ex-Moderator
Joined 2002
To assign grounds, use the supply library, it has several symbols in there for different ones so you can separate analogue and digital for instance.

To assign the polygon as a ground plane, click on the polygon button, then type the name, such as AGND, (use the same name as you used on the schema), into the text box, then draw your plane. Then click on the net button to draw the plane on screen.
 
Here a small description on how to create a gnd plane and connect parts pins and pad to this ground plane:

-Using Polygon command select isolate value, then draw the ground plane surface.
-Using View/Info command, note signal variable name for this ground plane, ex: S$30 or using the name command rename it to GND, AGND or DGND
-Using Signal command, connect all the part's pins that connect to the ground plane.
This will assign a common signal name to all this pins.
-Using the Name command, change the name of the previous signal line to the ground plane name
-Press the Ratsness command, all the part's pins are now connected to the ground plane.
-To assign pad to gnd plane, draw a short wire using the Wire command on the same layer as the ground plane. Then using the Name command assign this wire to the GND layer.
 
You can make ground plane using the following steps

1. Name the all similar traces (eg ground) with the same name (eg GND).
2. Select ripup option and give GND in the command line (of eagle). Press enter.
3. Select Polygon fill and give GND in the command line and press enter.
4. Draw a polygon whereever you need the Ground plate.
5. Click on Ratsnest.
6. Ground Plate will appear.

You can use the same technique for any signal (Vcc, Vee etc).
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.