element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Achievement Levels
    • Benefits of Membership
    • Feedback and Support
    • Members Area
    • Personal Blogs
    • What's New on element14
  • Learn
    Learn
    • eBooks
    • Learning Center
    • Learning Groups
    • STEM Academy
    • Webinars, Training and Events
  • Technologies
    Technologies
    • 3D Printing
    • Experts & Guidance
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Arduino Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Project Groups
    • Raspberry Pi Projects
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Or 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
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE Support (Deutsch) Script und Eagle 5.11
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Autodesk EAGLE requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 2 replies
  • Subscribers 146 subscribers
  • Views 114 views
  • Users 0 members are here
Related

Script und Eagle 5.11

Former Member
Former Member over 12 years ago

Hallo,

mit der aktuellen Version von Eagle erhalte ich eine Fehlermeldung beim

ausführen der eagle.scr.

Ich habe mir ein eigenes Text Menü erstellt, welches bis Version 5.10

problemlos lief.

Folgendes habe ich definiert.

 

MENU 'Layer {\

               Optimize  : SCRIPT Optimize;|\

               ---|\

               Top  : SCRIPT Layer_Top;|\

               Lay2  : SCRIPT Layer_2;|\

               Lay3  : SCRIPT Layer_3;|\

               Lay4  : SCRIPT Layer_4;|\

               Lay5  : SCRIPT Layer_5;|\

               Lay6  : SCRIPT Layer_6;|\

               Lay7  : SCRIPT Layer_7;|\

               Lay8  : SCRIPT Layer_8;|\

               Lay9  : SCRIPT Layer_9;|\

               Lay10  : SCRIPT Layer_10;|\

               Lay11  : SCRIPT Layer_11;|\

               Lay12  : SCRIPT Layer_12;|\

               Lay13  : SCRIPT Layer_13;|\

               Lay14  : SCRIPT Layer_14;|\

               Lay15  : SCRIPT Layer_15;|\

               Bottom : SCRIPT Layer_Bottom;|\

               Alle  : SCRIPT Layer_Alle;|\

               ---|\

               TopBest  : SCRIPT Layer_Top;|\

               BottomBest  : SCRIPT Layer_Bottom;|\

               AlleBest  : SCRIPT Layer_Alle;|\

               ---|\

               Lötstop :  {\

                            tStop On : Display tStop;|\

                            tStop Off : Display -tStop;|\

                            bStop On : Display bStop;|\

                            bStop Off : Display -bStop;\

                         }|\

               Restrict : {\

                            Top On : Display tRestrict;|\

                            Top Off : Display -tRestrict;|\

                            Bottom On : Display bRestrict;|\

                            Bottom Off: Display -bRestrict;\

                         }|\

               ---|\

               Doku Top  : SCRIPT Doku_Top;|\

               Doku Bottom  : SCRIPT Doku_Bottom;|\

               Doku LStTop  : SCRIPT Doku_LStTop;|\

               Doku LStBottom  : SCRIPT Doku_LStBottom;|\

               ---|\

               Benutzte Layer  : RUN Layer_visible_BRD;|\

               Layer löschen  : SCRIPT -Layer;\

             }';

 

WINDOW;

 

Entferne ich die Einträge für Lötstop und Restrict läuft das Script ohne

Fehler.

 

Über einen Tipp, wo der Fehler liegt, oder was sich mit V5.11 geändert

hat, würde ich mich freuen.

 

JM

 

  • Sign in to reply
  • Cancel
  • Former Member
    Former Member over 12 years ago

     

    "Jens Maier"  wrote

    Hallo,

    mit der aktuellen Version von Eagle erhalte ich eine Fehlermeldung beim

    ausführen der eagle.scr.

    Ich habe mir ein eigenes Text Menü erstellt, welches bis Version 5.10

    problemlos lief.

    Folgendes habe ich definiert.

     

    MENU 'Layer {\

                   Optimize  : SCRIPT Optimize;|\

                   ---|\

                   Top  : SCRIPT Layer_Top;|\

                   Lay2  : SCRIPT Layer_2;|\

                   Lay3  : SCRIPT Layer_3;|\

                   Lay4  : SCRIPT Layer_4;|\

                   Lay5  : SCRIPT Layer_5;|\

                   Lay6  : SCRIPT Layer_6;|\

                   Lay7  : SCRIPT Layer_7;|\

                   Lay8  : SCRIPT Layer_8;|\

                   Lay9  : SCRIPT Layer_9;|\

                   Lay10  : SCRIPT Layer_10;|\

                   Lay11  : SCRIPT Layer_11;|\

                   Lay12  : SCRIPT Layer_12;|\

                   Lay13  : SCRIPT Layer_13;|\

                   Lay14  : SCRIPT Layer_14;|\

                   Lay15  : SCRIPT Layer_15;|\

                   Bottom : SCRIPT Layer_Bottom;|\

                   Alle  : SCRIPT Layer_Alle;|\

                   ---|\

                   TopBest  : SCRIPT Layer_Top;|\

                   BottomBest  : SCRIPT Layer_Bottom;|\

                   AlleBest  : SCRIPT Layer_Alle;|\

                   ---|\

                   Lötstop :  {\

                                tStop On : Display tStop;|\

                                tStop Off : Display -tStop;|\

                                bStop On : Display bStop;|\

                                bStop Off : Display -bStop;\

                             }|\

                   Restrict : {\

                                Top On : Display tRestrict;|\

                                Top Off : Display -tRestrict;|\

                                Bottom On : Display bRestrict;|\

                                Bottom Off: Display -bRestrict;\

                             }|\

                   ---|\

                   Doku Top  : SCRIPT Doku_Top;|\

                   Doku Bottom  : SCRIPT Doku_Bottom;|\

                   Doku LStTop  : SCRIPT Doku_LStTop;|\

                   Doku LStBottom  : SCRIPT Doku_LStBottom;|\

                   ---|\

                   Benutzte Layer  : RUN Layer_visible_BRD;|\

                   Layer löschen  : SCRIPT -Layer;\

                 }';

     

    WINDOW;

     

    Entferne ich die Einträge für Lötstop und Restrict läuft das Script ohne

    Fehler.

     

    Über einen Tipp, wo der Fehler liegt, oder was sich mit V5.11 geändert

    hat, würde ich mich freuen.

     

    JM

     

    Hallo

     

    Lötstop :  {\

    Lötstop  {\

     

    Restrict : {\

    Restrict  {\

     

    Warren

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to Former Member

    Danke, läuft wieder.

     

    JM

     

    • 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 © 2023 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