Eagle stands for Easily Applicable Graphical Layout Editor
This is based on Version 5.12.0 for Windows, Professional Edition. Surely they have not changed that much, though.
How to copy symbols between libraries…
Unfortunately, there is no way to directly copy a symbol between libraries. You have to create a new symbol in the destination library and then manually copy the components from the old Symbol to the new.
- Copy the Symbol name & components from the containing library
- Open the containing library
- Open the Symbol in the editing window
- Copy Symbol name to computer’s clipboard (Top menu: Library -> Rename)
- Show all layers using command “Display All”
- Create a group using all of the components
- Perform command “Copy”
- Ctrl + Right-click on group
- Close library
- Create copy of Symbol in destination library
- Open the library
- Create a new Symbol, use name from computer’s clipboard
- Perform command “Paste”
- Place components at desired location
- Save before closing
How to export BOM….
- Open Schematic Editor
- Perform command “run bom.ulp”
- Set “List Type” to “Values”. Will cause all components of the same type will be grouped.
- Save, view, or copy/paste the file to Notepad.
Capacitor value standards to follow in schematics…
- Always use microfarads (uF) for capacitor values.
- Convert nanofarads (nF) to microfarads (uF): uF = nF/1000
- Helps when generating BOM while grouping by value.
- If there is a decimal point, ALWAYS put a leading zero.
- 10uF => 10uF
- .1uF => 0.1uF
- .22uF => 0.22uF
- .022uF => 0.022uF
- Do not put a space between digits and unit of measurement.
- Examples: 10 uF => 10uF
Fast way to change layers in Board Layout…
- Perform command “change layer”
- Select desired layer from popup window
- Click on object to move to that layer
- Works for groups as well
How to change package of part in schematic…
- Go to Board Layout
- At top of menu: Edit -> Change -> Package
- Click on part
- Change
How to change xref label to only display name…
If this is not done, sheet number and numerous other things will be displayed after name like:
“name/4.4a”
- At top of menu: Options -> Set
- Misc
- Set “xref label format” to: %F%N
How to renumber parts in Eagle…
- Perform command “run renumber-sheet.ulp”
- Use the following settings:
- Sort X: Ascending
- Sort Y: Descending
- Weighting of emphases: Y-direction
Fast way to change trace width in Board Layout…
- Perform command “change width .4”
- Click on trace
- Works for groups as well.
How to move a group by an offset…
- Create group
- Perform command: “move (c>0 0) (x y)”
- For example: “move (c>0 0) (5 -5)”
- Moves group 5 up and 5 to the left
ALWAYS turn on vector font upon reinstall…
- Options -> User Interface..
- Make sure “Always Vector Font” is checked
- Make sure “Persistent in this drawing” is checked
- Ensures that this document will use the vector font even if moved to a new computer.
Related