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) Interpreting progress bar / status bar
  • 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 5 replies
  • Subscribers 188 subscribers
  • Views 501 views
  • Users 0 members are here
Related

Interpreting progress bar / status bar

e14 Contributor
e14 Contributor over 14 years ago

I added a line in the BRD: section of eagle.scr to run a ULP when a board

loads. The ULP does run.

 

Referring to the attached image. The ULP 'statistic-brd has run to the

dialog displaying the results but you can see the board below shows an

incomplete progress bar and a 40% figure.

 

Closing the ULP dialog quickly clears the 40% indication

 

What I would like to know what the 40% is referring to so that I can be

assurred the ULP is working with all the board data.

 

If the board is fully loaded/displayed, as it appears to be, then this may

be simply a delay in updating the status and could be fixed.(v5.11.1)

 

Thanks

Warren

 

 

 

 

--

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

 

  • Sign in to reply
  • Cancel
Parents
  • Richard_H
    Richard_H over 14 years ago

    Am 23.09.2011 10:16, schrieb Warren Brayshaw:

    I added a line in the BRD: section of eagle.scr to run a ULP when a board

    loads. The ULP does run.

     

    Referring to the attached image. The ULP 'statistic-brd has run to the

    dialog displaying the results but you can see the board below shows an

    incomplete progress bar and a 40% figure.

     

    Closing the ULP dialog quickly clears the 40% indication

     

    What I would like to know what the 40% is referring to so that I can be

    assurred the ULP is working with all the board data.

     

    If the board is fully loaded/displayed, as it appears to be, then this may

    be simply a delay in updating the status and could be fixed.(v5.11.1)

     

    Thanks

    Warren

     

    >

    >

     

     

    I just tried this and did not get the progress bar at all. How

    long does it take until the statistics are shown after starting the ULP?

     

     

    --

    Mit freundlichen Gruessen / Best regards

    Richard Hammerl

      CadSoft Support -- hotline@cadsoft.de

      FAQ: http://www.cadsoft.de/training/faq/

     

     

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

    Richard Hammerl wrote:

    Am 23.09.2011 10:16, schrieb Warren Brayshaw:

    >> I added a line in the BRD: section of eagle.scr to run a ULP when a

    >> board loads. The ULP does run.

    >>

    >> Referring to the attached image. The ULP 'statistic-brd has run to

    >> the dialog displaying the results but you can see the board below

    >> shows an incomplete progress bar and a 40% figure.

    >>

    >> Closing the ULP dialog quickly clears the 40% indication

    >>

    >> What I would like to know what the 40% is referring to so that I can

    >> be assurred the ULP is working with all the board data.

    >>

    >> If the board is fully loaded/displayed, as it appears to be, then

    >> this may be simply a delay in updating the status and could be

    >> fixed.(v5.11.1)

     

     

    I just tried this and did not get the progress bar at all. How

    long does it take until the statistics are shown after starting the

    ULP?

     

     

    Adding a label to the dialog and using timems()

    it displays between 571 and 710 milliseconds.

     

    There is no progress bar if the ULP is run from the board editor.

    This is only noticed when running from eagle.scr

    I launch by selecting one of the sch/brd pair in control panel.

    What you observe depends on which of the pair you use to load the pair.

    Starting with the brd I can observe the 40% while the statistics are

    displayed. When I quit that statistics display I can see the flash of a % in

    the sch.

     

    While testing this just now I manged to have statistics-brd.ulp run without

    any board or schematic getting displayed. That's the first time I have seen

    that but earlier today I got various results when trying to have ulps run

    for both schem and board as a schem /brd pair loaded indicating that race

    conditoins are at play.

    I have also just had the statistics being displayed.before the board was

    displayed. The schem was already open in this case.

     

    Try running a script that generates an error as follows

    I tried euro.scr placed in the BRD: section of eagle.scr

    From the control panel double click the SCH of a BRD/SCH pair

    The script errors as the SCH is displayed and script wants to draw wires

    into the BRD.about 12 times

    Watch the board details in the task bar as you acknowledge the errors, They

    count up which suggests the figures represent % done of the script.

    I see 30% 38% 44% 49% 58% 70% 75% 80% 89% 100%

     

    Warren

     

     

    --

    Viewed / responded via the newsgroup at

    news.cadsoft.de

     

     

     

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

    Richard Hammerl wrote:

    Am 23.09.2011 10:16, schrieb Warren Brayshaw:

    >> I added a line in the BRD: section of eagle.scr to run a ULP when a

    >> board loads. The ULP does run.

    >>

    >> Referring to the attached image. The ULP 'statistic-brd has run to

    >> the dialog displaying the results but you can see the board below

    >> shows an incomplete progress bar and a 40% figure.

    >>

    >> Closing the ULP dialog quickly clears the 40% indication

    >>

    >> What I would like to know what the 40% is referring to so that I can

    >> be assurred the ULP is working with all the board data.

    >>

    >> If the board is fully loaded/displayed, as it appears to be, then

    >> this may be simply a delay in updating the status and could be

    >> fixed.(v5.11.1)

     

     

    I just tried this and did not get the progress bar at all. How

    long does it take until the statistics are shown after starting the

    ULP?

     

     

    Adding a label to the dialog and using timems()

    it displays between 571 and 710 milliseconds.

     

    There is no progress bar if the ULP is run from the board editor.

    This is only noticed when running from eagle.scr

    I launch by selecting one of the sch/brd pair in control panel.

    What you observe depends on which of the pair you use to load the pair.

    Starting with the brd I can observe the 40% while the statistics are

    displayed. When I quit that statistics display I can see the flash of a % in

    the sch.

     

    While testing this just now I manged to have statistics-brd.ulp run without

    any board or schematic getting displayed. That's the first time I have seen

    that but earlier today I got various results when trying to have ulps run

    for both schem and board as a schem /brd pair loaded indicating that race

    conditoins are at play.

    I have also just had the statistics being displayed.before the board was

    displayed. The schem was already open in this case.

     

    Try running a script that generates an error as follows

    I tried euro.scr placed in the BRD: section of eagle.scr

    From the control panel double click the SCH of a BRD/SCH pair

    The script errors as the SCH is displayed and script wants to draw wires

    into the BRD.about 12 times

    Watch the board details in the task bar as you acknowledge the errors, They

    count up which suggests the figures represent % done of the script.

    I see 30% 38% 44% 49% 58% 70% 75% 80% 89% 100%

     

    Warren

     

     

    --

    Viewed / responded via the newsgroup at

    news.cadsoft.de

     

     

     

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

    Am 26.09.2011 14:24, schrieb Warren Brayshaw:

    Richard Hammerl wrote:

    >> Am 23.09.2011 10:16, schrieb Warren Brayshaw:

    >>> I added a line in the BRD: section of eagle.scr to run a ULP when a

    >>> board loads. The ULP does run.

    >>>

    >>> Referring to the attached image. The ULP 'statistic-brd has run to

    >>> the dialog displaying the results but you can see the board below

    >>> shows an incomplete progress bar and a 40% figure.

    >>>

    >>> Closing the ULP dialog quickly clears the 40% indication

    >>>

    >>> What I would like to know what the 40% is referring to so that I can

    >>> be assurred the ULP is working with all the board data.

    >>>

    >>> If the board is fully loaded/displayed, as it appears to be, then

    >>> this may be simply a delay in updating the status and could be

    >>> fixed.(v5.11.1)

    >>

    >> I just tried this and did not get the progress bar at all. How

    >> long does it take until the statistics are shown after starting the

    >> ULP?

    >>

    >

    Adding a label to the dialog and using timems()

    it displays between 571 and 710 milliseconds.

     

    There is no progress bar if the ULP is run from the board editor.

    This is only noticed when running from eagle.scr

    I launch by selecting one of the sch/brd pair in control panel.

    What you observe depends on which of the pair you use to load the pair.

    Starting with the brd I can observe the 40% while the statistics are

    displayed. When I quit that statistics display I can see the flash of a % in

    the sch.

     

    While testing this just now I manged to have statistics-brd.ulp run without

    any board or schematic getting displayed. That's the first time I have seen

    that but earlier today I got various results when trying to have ulps run

    for both schem and board as a schem /brd pair loaded indicating that race

    conditoins are at play.

    I have also just had the statistics being displayed.before the board was

    displayed. The schem was already open in this case.

     

    Try running a script that generates an error as follows

    I tried euro.scr placed in the BRD: section of eagle.scr

    From the control panel double click the SCH of a BRD/SCH pair

    The script errors as the SCH is displayed and script wants to draw wires

    into the BRD.about 12 times

    Watch the board details in the task bar as you acknowledge the errors, They

    count up which suggests the figures represent % done of the script.

    I see 30% 38% 44% 49% 58% 70% 75% 80% 89% 100%

     

    Warren

     

    >

     

    Running the ULP from a scrip file.... That's the difference. The

    percentage belongs to the script file that is executed and starts

    the ULP. So i think that 40% of the script are done when the ULP

    starts. Quit the ULP and the percentage will increase until the

    script is finished.

     

     

    --

    Mit freundlichen Gruessen / Best regards

    Richard Hammerl

      CadSoft Support -- hotline@cadsoft.de

      FAQ: http://www.cadsoft.de/training/faq/

     

     

    • 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