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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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) EVENT based ULP run.
  • 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 3 replies
  • Subscribers 189 subscribers
  • Views 445 views
  • Users 0 members are here
Related

EVENT based ULP run.

e14 Contributor
e14 Contributor over 14 years ago

HI,

 

From what I know so far we can run a ULP based on the following "Events"

 

1) Directly from the COMMAND LINE

2) From the CONTROL PANEL

3) From a KEYBOARD Short cut

4) From a menu button ( Button texts)

5) From within a ULP (??)

 

there maybe other ways I am not sure of.

 

I would like to run certain ULP's from other EVENTS, such as

 

1) Before or after a TOOLBAR action

2) After or before any MENU Commands

 

I am thinking that if we had an option in the user preferences that would

list the event type and the ULP to run from that event, then it would be

easy to use.

 

I know this could stuff some things up, but Cadsoft could nominate what

events are available to choose from.

 

This would give us much more functionality that we can customise ourselves,

and not "Bloat" the software for others.

 

What do you think?

 

 

Dave M 

--

Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

 

  • Sign in to reply
  • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to jeromeabcpcb

    From time to time I have an idea that could be solved if a ULP or

    script would run upon the opening of a schematic or board. The ULP

    would be specific to the design file so reference to the ULP  would

    need to be contained in that file or the whole ULP contained in the

    .sch/.brd file when saved.

     

    Warren

     

    --

    Viewed / responded via the newsgroup at

    news.cadsoft.de

     

    >

     

    Jerome wrote:

     

    Have you tried calling a ULP at opening of the brd/sch in eagle.scr ?

    A "top level" ULP could call a project level ULP knowing path, board

    name, etc

     

    Jerome

     

    I had rejected that approach earlier

    (1) A project can have more than one schem/board pair so it may not be

    appropriate to run the ULP for every board in the project.

    (2) Wish to keep ULPs out of the project folder.

     

    A similar idea is to run a "top level" ULP in eagle.scr that looks for a

    marker in the schematic/board.

    (Method 1) The marker is a device that would have an attribute and its value

    is the ULP to run.

    (Method 2) Look for the presence of an expressly named user defined layer in

    which you have placed text of the ulp to run.

    (Method 3) Place a unique text string in the Doc layer

    (Method 4)....................I'm still looking for the ideal place to put

    the marker .

     

    All methods have issues that need consideration. It would be simpler  if the

    sch/brd file could have the ULP imbedded. Failing full imbedding, storing

    the name of a ULP to run , upon loading the file, could access the

    ULP if available and report if it is not found. Removal of the need for the

    top level ULP is the goal.

     

     

    Warren

     

     

     

     

    --

    Viewed / responded via the newsgroup at

    news.cadsoft.de

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jeromeabcpcb
    jeromeabcpcb over 14 years ago in reply to e14 Contributor

     

     

    From time to time I have an idea that could be solved if a ULP or script

    would run upon the opening of a schematic or board. The ULP would be

    specific to the design file so reference to the ULP  would need to be

    contained in that file or the whole ULP contained in the .sch/.brd file when

    saved.

     

    Warren

     

    --

    Viewed / responded via the newsgroup at

    news.cadsoft.de

     

     

     

     

     

    Have you tried calling a ULP at opening of the brd/sch in eagle.scr ?

    A "top level" ULP could call a project level ULP knowing path, board name,

    etc

     

    Jerome

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago

    davem wrote:

    HI,

     

    From what I know so far we can run a ULP based on the following

    "Events"

     

    1) Directly from the COMMAND LINE

    2) From the CONTROL PANEL

    3) From a KEYBOARD Short cut

    4) From a menu button ( Button texts)

    5) From within a ULP (??)

     

     

     

    I would like to run certain ULP's from other EVENTS, such as

     

    >

    What do you think?

     

     

    From time to time I have an idea that could be solved if a ULP or script

    would run upon the opening of a schematic or board. The ULP would be

    specific to the design file so reference to the ULP  would need to be

    contained in that file or the whole ULP contained in the .sch/.brd file when

    saved.

     

    Warren

     

    --

    Viewed / responded via the newsgroup at

    news.cadsoft.de

     

     

     

    • 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 © 2026 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.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube