element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) Eagle Scripts
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 4 replies
  • Subscribers 176 subscribers
  • Views 1115 views
  • Users 0 members are here
Related

Eagle Scripts

autodeskguest
autodeskguest over 16 years ago

Hello,

        I was wondering how much designers rely on scripts while doing

schematics or boards in eagle. Do you use scripts for some routine tasks

which would simpify the schematic capture or board layout? Which ones are

those?

 

- Sujay

 

 

  • Sign in to reply
  • Cancel
  • autodeskguest
    autodeskguest over 16 years ago

    Sujay Phadke wrote:

    Hello,

           I was wondering how much designers rely on scripts while doing

    schematics or boards in eagle. Do you use scripts for some routine tasks

    which would simpify the schematic capture or board layout? Which ones

    are those?

     

    - Sujay

     

    With ULP's and scripts you can do almost anything. Rather then bloating

    the user interface with every conceivable feature with the building

    blocks provided they can be assembled by the user to do unique and

    common tasks. If you can type it in on the command line you can put it

    in a script to save it for later.

     

    I will use a spread sheet to generate the x,y locations when building a

    part from the data sheet. Use that data and make a script then run it,

    check the output, modify the script and repeat until it is what I want.

    Paul R.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 16 years ago

           I was wondering how much designers rely on scripts

     

    I will use a spread sheet to generate the x,y locations when building a

    part from the data sheet. Use that data and make a script then run it,

    check the output, modify the script and repeat until it is what I want.

     

    They are essential for me.  The user community has provided many ULPs in

    the download area that make me more efficient.

     

    I use ULPs and scripts to do renumbering, export layouts to Protel, and

    add some frequently used AutoCad-like functions such as Offset and

    Fillet.  I use scripts to automate sequences of commands and settings

    (such as exporting images of layouts using particular colour settings).

     

    I also use Excel to calculate and visualise data then create Eagle

    scripts.  I've used it to create scripts to draw sine waves to add info

    to schematics, and to make a "veroboard" like layout.

     

    Cheers

    Neil

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 16 years ago

    On Mon, 22 Jun 2009, Paul Romanyszyn wrote to us saying :

     

    I will use a spread sheet to generate the x,y locations when building a

    part from the data sheet. Use that data and make a script then run it,

    check the output, modify the script and repeat until it is what I want.

     

    I habitually do something very similar, though rather than a spreadsheet

    I tend to use a python script to generate the Eagle script. I'm

    gradually getting more proficient with Eagle ULP, too, which is dead

    handy for custom tasks such as generating a pin-out list for all the

    connectors on the board. The semi-automated generation of sticky labels

    for the components being sent to the board house uses a hairy mix of

    ULP, Python, a bit of hand fiddling, and OpenOffice Writer.

    --

    Rob Pearce                       http://www.bdt-home.demon.co.uk

     

    The contents of this | Windows NT crashed.

    message are purely   | I am the Blue Screen of Death.

    my opinion. Don't    | No one hears your screams.

    believe a word.      |

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 16 years ago

    thanks everyone for your inputs! I did use the genpkg script to make a SSOT

    package. I wish we could use python or perl to directly interface with eagle

    instead of the custom ULP. Maybe the eagle designers could look into adding

    perl/python hooks in eagle which would make it more user friendly IMO.

     

     

    "Sujay Phadke" <sphadke@umich.edu> wrote in message

    news:h1ojai$nf3$1@cheetah.cadsoft.de...

    Hello,

           I was wondering how much designers rely on scripts while doing

    schematics or boards in eagle. Do you use scripts for some routine tasks

    which would simpify the schematic capture or board layout? Which ones are

    those?

     

    - Sujay

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube