Projktone:
Thanks for replying. I have a number of compants that need a 5 volts supply. Would It be wise to have them all connect through signal wires to the 15 volt supply or owuld it be a better idea to dedicate one entire layer to the 15 volts and then connect the power supplies to that layer directly, similar to a ground plane.
Projktone,
In EAGLE components, such as digital ICs and op amps, that require one or more power connections, have automatic hook up in the schematic and board editors.
For example, let’s start a new design in EAGLE.
(1) Open a new schematic
(2) From the library “40xx” pick a logic gate 4011 and package type 4011D (An ordinary 14DIL)
(3) Drop one gate on your schematic and notice it’s called IC1A
(4) Drop another - IC1B
(5) Drop four more. The last one will be IC2B
Don’t don anything else except switch to the board view.
Notice EAGLE has placed two packages, it knows there are four of these gates per package, and six gates on your schematic equals two packages.
Now pick up one package and place it within the PCB outline. Notice there are “airwires” in yellow?
Use the eye tool to inspect the airwires. These are Signal:VDD and Signal:VSS. In other words EAGLE has automagically generated two nets for power and ground, called VDD and VSS for these particular gate packages.
Depending upon your circuit there will be at a minimum two nets, one for ground and one more for a supply. A complex design could have many supplies and grounds, the point is they are each a net in EAGLE, and even if not show with wires in the schematic they are connected in the board.
Next, Planes and Ground Planes. If you add planes to any board it will drive the cost up, so only use them if you must. A good solution is to fill the unused areas of the bottom layer (and/or top layer if double sided) with copper which makes it a ground plan and gives all the advantages noted in prior posts here.
In EAGLE this is called flooding, using Polygons. I prefer to do this last after routing all the other signals, but it’s just my work habit and not critical to a good PCB design session.
We can’t see you design or your work habits, so please try my little experiment above and tell us that you did it (takes five to ten minutes).
From that you may have new questions…
Comments Welcome!
Peter