Oliver Saal

EAGLE Tools (Libraries, ULPs...)

Libraries

LibraryDescriptionLast update
EAGLE Libraryaltera-max2.lbrAltera MAX II CPLDs
EPM240, EPM570, EPM1270, EPM2210
12.10.2005
EAGLE Librarychallelec.lbrBuzzer from Challenge Electronics
TDB-05
01.09.2003
EAGLE Librarydiode-os.lbrDiodes
LL4148
12.10.2005
EAGLE Librarymaxim-os.lbrMAXIM-IC
DS1818, MAX3095, MAX3096
12.10.2005
EAGLE Librarynational.lbrNational Semiconductors
DS26LS31
12.10.2005
EAGLE Librarynf-amp.lbrNF Amplifiers
TDA8571
12.10.2005
EAGLE Libraryoli.lbrMiscellaneous
Bargraf, CFPS-72/-73, ICL7662, LCD, LM385, LM1086
12.10.2005

ULP (User Language Program)

Copy these files into your ULP directory.
FileDescriptionLast update
EAGLE ULPoslib.incInclude file with important functions. Always needed.
13.10.2005
EAGLE ULPcopy-placement.ulpCopies the placement from one assembly to another.
12.10.2005
EAGLE ULPextract-placement.ulpExtracts the placement of elements to a script.
13.10.2005
EAGLE ULPrenumber-sch-oli.ulpRenumber the parts of a schematic with many options.
12.10.2005

SCR (Scripts)

Copy these files into your SCR directory.
FileDescriptionLast update
EAGLE Scripteuro-oli.scrCreates dimension & holes (M3) for an euro format board.
12.10.2005
EAGLE Scripteuro-halbe.scrCreates dimension & holes (M3) for an half euro format board.
12.10.2005
EAGLE Scripteuro-oli-gndpoly.scrCreates a ground polygon for an euro format board.
12.10.2005
EAGLE Scripteuro-halbe-gndpoly.scrCreates a ground polygon for an half euro format board.
12.10.2005

HOWTO: Convert EAGLE files for use with LaTeX

This section describes how to include your EAGLE files in a LaTeX document.
The included files are black/white but have a big advantage: They are vector graphics, so you can scale them arbitrarily without sacrifing quality.
  1. Run EAGLE's CAM processor. Select as output device "EPS".
    EAGLE's CAM Processor
  2. If you use pdflatex, convert the new EPS file with the command line tool "epstopdf <yourfile.eps>" to a PDF-file.
  3. Include the EPS or PDF file in your LaTeX document with the command:
    \begin{figure}[htbp]
    	\centering
    		\includegraphics[width=\textwidth]{yourfile.pdf}
    	\caption{EAGLE Schematic}
    \end{figure}
    

Links

http://www.cadsoft.de/Cadsoft, der Hersteller des Programms EAGLE.
http://www.matwei.de/doku.php?id=de:eagle3d:eagle3dEagle3D - Erzeugt aus einem Board ein Povray-Skript zur Erstellung von 3D-Darstellungen.
http://www.povray.org/Povray - wird für Eagle3D benötigt.
http://www.f-lohmueller.de/pov_tut/pov__ger.htmSehr gutes Tutorial für Povray - falls man selbst Bauteile für Eagle3D erstellen möchte.
Haben Sie auf der Seite einen Fehler entdeckt? Ich würde mich freuen, wenn Sie ihn mir über das Formular mitteilen würden! Vielen Dank!
Letzte Änderung von EMail Oliver Saal am 27.02.2007. Beachten Sie auch die rechtlichen Hinweise.

Valid HTML 4.01!     Valid CSS!