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) Change layer issue
  • 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 180 subscribers
  • Views 349 views
  • Users 0 members are here
Related

Change layer issue

autodeskguest
autodeskguest over 9 years ago

Maybe this issue is related to the topic "grabbing airwires on routing"

just below, cause the intelligence about wire endpoints seems to fail.

 

Look at attached image. Group the green wires, also the one under the

red wire, but not the red one. Change layer (to any layer). Eagle now

inserts a via where there shouldnt be one.

 

 

 

 

Attachments:
image
  • Sign in to reply
  • Cancel
  • autodeskguest
    autodeskguest over 9 years ago

    On 8/19/2016 8:01 AM, Morten Leikvoll wrote:

    Maybe this issue is related to the topic "grabbing airwires on routing"

    just below, cause the intelligence about wire endpoints seems to fail.

     

    Look at attached image. Group the green wires, also the one under the

    red wire, but not the red one. Change layer (to any layer). Eagle now

    inserts a via where there shouldnt be one.

     

     

     

    Hi Morten,

     

    If if you include the route command in the operation it might add in the

    via as part of a routing operation.

     

    I don't clearly see the issue in the picture you have attached, the top

    trace needs the via in order to connect to the trace on layer 11 right?

     

    Sorry if I'm a little dense, but could you clarify the issue more?

     

    Thanks Morten.

     

    Best Regards,

    Jorge Garcia

     

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

    On 19.08.2016 22:39, Jorge Garcia wrote:

    On 8/19/2016 8:01 AM, Morten Leikvoll wrote:

    Maybe this issue is related to the topic "grabbing airwires on routing"

    just below, cause the intelligence about wire endpoints seems to fail.

     

    Look at attached image. Group the green wires, also the one under the

    red wire, but not the red one. Change layer (to any layer). Eagle now

    inserts a via where there shouldnt be one.

     

     

     

    Hi Morten,

     

    If if you include the route command in the operation it might add in the

    via as part of a routing operation.

     

    Ok, I probably didnt make myself clear enough. To proove my point,

    seeing is believing. Try this on the attached board file:

     

    display none 11 via;

    group all;

    display last;

    change layer 10 (>c0 0);

     

    Now, what in the world could justify adding those vias there, when its

    already perfectly connected without them?

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dukepro
    dukepro over 9 years ago

    On 08/22/2016 03:32 AM, Morten Leikvoll wrote:

    On 19.08.2016 22:39, Jorge Garcia wrote:

    On 8/19/2016 8:01 AM, Morten Leikvoll wrote:

    Maybe this issue is related to the topic "grabbing airwires on routing"

    just below, cause the intelligence about wire endpoints seems to fail.

     

    Look at attached image. Group the green wires, also the one under the

    red wire, but not the red one. Change layer (to any layer). Eagle now

    inserts a via where there shouldnt be one.

     

     

     

    Hi Morten,

     

    If if you include the route command in the operation it might add in the

    via as part of a routing operation.

     

    Ok, I probably didnt make myself clear enough. To proove my point,

    seeing is believing. Try this on the attached board file:

     

    display none 11 via;

    group all;

    display last;

    change layer 10 (>c0 0);

     

    Now, what in the world could justify adding those vias there, when its

    already perfectly connected without them?

     

     

    Interesting...

     

    I believe I see what's happening.  The group has a collection of wires

    and vias in it.  When the "change layer" is applied to the entire group,

    Eagle iterates through the group, performing that operation on every

    element.

     

    I tried "change layer 10" and sequentially selecting each element in the

    group, starting with the wire on the far left.

     

    Just for brevity: in the images that follow, red is on layer 1, green is

    on layer 11, and hashed blue is on layer 10.

     

     

    First click:  The left wire changed to layer 11 and left a via at the

    right end connecting to the first diagonal on layer 10.

     

     

     

    Second click: The first diagonal change to layer 11 and removed the via

    that was created on the first click.

     

     

     

    Third click:  Being careful to NOT select the wire on layer 1, the

    second diagonal changed to layer 11 and left a via on the top right end

    connecting to the next segment on layer 11.

     

    So at this point, there's a new via that connects layers 10 and 1 to the

    bottom left, layer 1 to the top right, and later 11 to the right.  This

    must be added to keep these the next segment connected.  It turns out

    that the additional via connects not only 10 and 11, but also 1.

     

     

    Fourth click: This is on the horizontal wire in the center.  It moves to

    layer 10, but leaves the via on the left end because it also connects to

    layer 1.  i.e. the operation does leave a via connected on only one layer.

     

     

    Now... If I undo everything and add a buried via between 10 and 11 to

    the DRC Layers setup:

     

     

    and run through the same exercise again (I'll skip the first two clicks)...

     

     

    Click 3 on the second diagonal gets a buried via on the top right:

     

     

     

    Click 4 on the center horizontal: This does what you expect.  The buried

    via is removed because only one layer was connected to it after the wire

    changed to 10.

     

     

    I believe that Eagle is doing what it's supposed to do, however, it has

    no knowledge of what previous iterations of an operation on a group did,

    and assumes that the problem via was added by the designer and thus

    needs to stay there.

     

    Does this help at all?

     

        - Chuck

     

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

    Now, what in the world could justify adding those vias there, when its

    already perfectly connected without them?

     

     

    Hi Morten,

     

    I can confirm the behaviour. I think Chuck's analysis of the situation

    is likely correct, however the end result is still undesirable.

     

    For this reason I have filed a report with the devs to investigate the

    issue.

     

    hth,

    Jorge Garcia

     

     

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

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube