Privacy settings | Privacy/Cookies | About our Ads | Legal Notices & Trademarks | Report Noncompliance | Site map | © 2018 Autodesk Inc. All rights reserved
Customize your EAGLE software with community-created programs.
Stückliste exportieren Gebrauch: RUN bomA [Prefix] [FileName] [AddVariant] [Suffix] Beispiele: RUN bomA V1/ *?* yes .bom RUN bomA *?* *?* *?* .bom Erzeugt die Stückliste (BOM) eines Projekts, einschließlich der mit Version 5.0.0 neu eingeführten Attribute. ULP basiert auf bom.ulp Version 1.07 und verhält sich wie dieses, falls keine Argumente angegeben werden. Die Verwendung von Argumenten ermöglicht: - das Erzeugen von Varianten-Stücklisten mit unterschiedlichen Dateinamen per Skript. - das Speichern von Stücklisten in Unterordnern. - die Erweiterung des Dateinamens um den Namen der Variante. Werden Argumente angegeben so sind sämtliche anzugeben, nicht verwendete Argumente sind in diesem Falle mit *?* zu belegen. - wird Prefix belegt so wird dem Dateinamen das Prefix vorangestellt. - wird FileName nicht belegt so wird der default-Dateiname verwendet. - wird AddVariant belegt so wird der Dateiname um den Namen der Variante erweitert. - wird Suffix belegt so wird der Datei/Varianten-Name noch um das Suffix erweitert. Verwendete Unterordner müssen vor Ausführung dieses ULP\'s bereits bestehen. Autor: support@cadsoft.de Modifiziert von Carsten Wille, um die neuen Attribute zu nutzen. Export als .csv-Datei durch Christian Schlittler hinzugefügt. Auswählen von Bestückungs-Varianten und Attribute können ein/ausgeschaltet werden alf@cadsoft.de Erweiterung um optionale Argumente durch Peter Seng.
Um etwas mehr Übersicht in die vielen ULPs zu bekommen, bietet es sich an diese thematisch in Unterverzeichnisse zu verschieben. Leider ist Eagle nicht in der Lage dem ULP-Namen vorangestellte, relative Pfade aufzulösen. Dieses ULP ermöglicht es, ULPs strukturiert abzulegen und trotzdem einfach zu starten. Dafür muss dieses ULP nur in das Standard-ULP-Verzeichnis kopiert werden und der Aufruf wie folgt angepasst werden. run in my_sub_dir my_ulp ---------------------------------- Common ulp starter for ulps in sub dirs of the standard ulp directory. The reason is that eagle can\'t handle relative paths in run commands. This ulp resolves relative paths in run commands: run in my_sub_dir my_ulp
New version of Eagle compliant for double layer, through hole PCB manufacturing for Roland Modela 3D-plotters used in Fablab\"s all over the world. Uploaded by Oswald van Ginkel from CRCED, fablab -- Updated resolution to comply with Eagle 6+\'s new 32x higher resolution. It will solve the problem of seemingly incorrect scaling when plotting toolpaths
This zip contains hyperlynx.ulp for Eagle version 6.3 and higher. hyperlynx.ulp is a script to export Eagle boards to Hyperlynx. The boards are then simulated using Hyperlynx (commercial) or openEMS (open source). Striplines and microstrips can be simulated this way. Difference between this script and the standard Eagle hyperlynx.ulp: - uses layer names instead of layer numbers - adds export of polygons - correctly exports copper thickness. Hyperlynx is a simulation package from Mentor Graphics, http://www.mentor.com openEMS is an open source electromagnetic field solver, http://www.openems.de koen 14.11.12
Adds attributes automatically to ALL variants of all devices in currently opened library. Easily use a .scr file in conjunction with this ulp to add multiple attributes to every variant of every device in the current library. See the header comments for a complete description.
EAGLE-TO-3D A single button click to creates 3D PCBs directly from EAGLE. Thousands of EAGLE Library Components are mapped to 3D models. Users can also use the IDF-to-3D interface for free to map 3D models to unmapped components. Generate a free 3D PDF file or purchase a 3D STEP file or 3D Printer Prototype of your PCB.
After initial export of P-CAD / Altium and Protel boards and schematics to ACCEL ASCII format (also kown as TangoPRO ASCII or P-CAD ASCII ) you can import your designsherewith into EAGLE. Beside English and German this ULP also supports Russian language.
This ULP can be used to remove \"P$\" prefix from pad names in a package so just the numeric portion remains. Handy for cleaning up sloppy library parts.
This ULP rounds drill sizes to the nearest mil. Originally created by Chuck Huber.
3D ULP by Søren Theodorsen Making PRO Engineer 3D assembly files from EAGLE files using IDF and DXF. Documentation and example are included. Works with EAGLE 5.11-6.2 and ProEngineer WF5. Version 2.2: Fixed a bug where dimension layer arc were discrete to 10 degrees. Fixed a bug where circles in dimension were not made as holes.