This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:eagle_cadsoft [2011/06/08 23:45] – [File location as recommendation by Eagle] admin | software:eagle_cadsoft [2019/09/22 10:59] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Eagle cadsoft ====== | ====== Eagle cadsoft ====== | ||
- | This page is about Eagle((Easy Applicable Graphic Layout Editor)) Cadsoft, a computer program which helps designing schematic diagrams (schematics) and circuit boards (pcb)((Presuming one has the correct license for that)). | + | This page is about using libraries with Eagle((Easy Applicable Graphic Layout Editor)) Cadsoft, a computer program which helps designing schematic diagrams (schematics) and circuit boards (pcb)((Presuming one has the correct license for that)). |
- | ===== Using Custom Libraries ==== | + | ===== Custom Libraries ==== |
During a design process it is sometimes necessary to add components which are not available in the ready supplied libraries. For this, components can be created manually and imported in the design. The method for this requires some fundamental understanding how components are organized in Eagle, both in the application itself as on disk. Guidelines about library design and recommendations how to use consistent nomenclature should help a user to successfully manage such collections of components, upgrade or extend them with other packages. | During a design process it is sometimes necessary to add components which are not available in the ready supplied libraries. For this, components can be created manually and imported in the design. The method for this requires some fundamental understanding how components are organized in Eagle, both in the application itself as on disk. Guidelines about library design and recommendations how to use consistent nomenclature should help a user to successfully manage such collections of components, upgrade or extend them with other packages. | ||
===== Libraries within Eagle ===== | ===== Libraries within Eagle ===== | ||
- | In the Control Panel within Eagle, | + | In the Control Panel within Eagle, library folders contain |
- | * device: The real component, residing in a specific package with a specific symbol | + | * Device: The real component, residing in a specific package with a specific symbol. |
- | * package: Footprint in the layout | + | * Package: Footprint in the layout |
- | * symbol: Drawing in the schematic | + | * Symbol: Drawing in the schematic |
- | Each of these entities characterize a specific aspect of a component or component breed residing in a library. | + | Each of these entities characterize a specific aspect of a component or component breed. The image below shows a selected |
- | ==== File location as recommendation by Eagle ==== | + | | {{https:// |
- | The default libraries which come together with the other installation files, can be found when clicking on Options-> | + | | Library example with the 555 timer IC, residing in the library\\ from linear and is defined in eight different devices, each\\ having different characteristics |
- | * $Home/ | + | ===== Recommendations from Eagle for File Locations ===== |
+ | The default | ||
+ | * $Home/ | ||
* eagle_custom_libraries | * eagle_custom_libraries | ||
* dev_mylibrary1 | * dev_mylibrary1 | ||
Line 25: | Line 27: | ||
$EAGLEDIR/ | $EAGLEDIR/ | ||
- | While we are configuring the libraries folder, one could do something similar for the projects folder: | + | While configuring the libraries folder, one could do something similar for the projects folder: |
$HOME/ | $HOME/ | ||
+ | |||
+ | If none of the libraries appear when adding a part, verify in the control panel at Libraries if the default libraries are enabled. To do this, in the control panel right click on a library and if not enabled, select Use. | ||
+ | |||
+ | ===== Design process ===== | ||
+ | Before the practical designing can be done, consideration should be made for a naming scheme. A consistent nomenclature will keep custom libraries in a healthy state. | ||
+ | ==== Nomenclature ==== | ||
+ | A consistent naming scheme can be best explained with the following example: | ||
+ | |||
+ | ^ Library Folder | ||
+ | | %%$HOME/ | ||
+ | |||
+ | If we now look closer to the *555, we can draw the following scheme: | ||
+ | |||
+ | ^ Symbol | ||
+ | | {{https:// | ||
+ | |||
+ | On the left side from the device set, we see a symbol from the timer IC. On the right side we see a list with devices and their packages. For each device within a device set, Eagle designates a different package to a separate device.\\ \\ | ||
+ | The placeholder ' | ||
+ | |||
+ | ^ Library Folder | ||
+ | | %%$HOME/ | ||
+ | |||
+ | If we now look closer to the [[http:// | ||
+ | |||
+ | ^ Symbol | ||
+ | | | ^ LM385 | | | | | ||
+ | | {{https:// | ||
+ | | {{https:// | ||
+ | ===== Component custom design ===== | ||
+ | A component must reside in a library. Therefore, to create or edit existing components, either -from the control panel- create first a new library or open an existing one via the menu. This will invoke the Library Editor window. | ||
+ | |||
+ | | {{https:// | ||
+ | ^ Empty Library Editor window | ||
+ | |||
+ | In this window, from left to right you will find these basic commands: | ||
+ | | {{https:// | ||
+ | ^ Library Editor commands ^ | ||
+ | |||
+ | - Edit a drawing: With this button you can load a device or package for editing | ||
+ | - Edit a device or device set: In this window you do not draw anything, but only define which Package is used, which Symbol(s) is/are used (called Gate within a Device), which names are provided for the Gates (e.g. A, B), which technologies are available (E.g. 74L00, 74LS00, 74HCT00), whether the Device has additional user-definable attributes, whether there are equivalent Gates which can be interchanged (Swaplevel), | ||
+ | - Edit a package | ||
+ | - Edit a symbol | ||
+ | |||
+ | A device, device set, package or symbol can be removed from a library via the Library menu. To remove, you must open that device in the type Library Editor window first and then select from the menu the option Library -> Remove... and enter the name which refers to what you want to delete. (The package, symbol or device.) If it stills shows up in the concerning Library in the Control Panel, save the Library with the removed item. | ||
+ | |||
+ | ===== Links and more information ===== | ||
+ | * [[https:// |