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) Pin Swap screws up schematic
  • 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 557 views
  • Users 0 members are here
Related

Pin Swap screws up schematic

e14 Contributor
e14 Contributor over 14 years ago

I was doing some pin swapping on sm resistors at the board level.  When

going back to my schematic, those lines were now crossed and gave all

kinds of ERC errors such as net not connected, etc.  I ended up having

to erase and redraw the nets.  Is this typical or am I doing something

wrong?

 

Thanks

 

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

    On 11/17/2011 8:41 AM, Chuck Huber wrote:

    On 11/16/2011 03:36 PM, John Friede wrote:

    >> On 11/16/2011 1:36 PM, Chuck Huber wrote:

    >>> After a pin swap on a resistor, the nets will usually cross over each

    >>> other to reach the other pin. All you have to do is rotate the resistor

    >>> symbol on the schematic 180 degrees and it'll be fine.

    >>>

    >>> Enjoy,

    >>> - Chuck

    >>

    >> Rotating the resistor did not work. As a result of the lines crossed,

    >> the connections were no longer considered "connected". I did find that

    >> moving resistor aside and moving it back "reconnected" them.

     

    The only thing I can think of is that the nets were deleted from the

    resistor in the process of trying to clean up. A quick example may be in

    order. I started with this:

     

    >

     

    After pinswap on R2 in the board:

     

    >

     

    One can see in the schematic that the bottom net goes all the way

    through the resistor symbol to the hot point on the top pin. The top net

    does the same thing. If you move the resistor symbol to the side, it's

    easier to see the net connections.

     

    After rotating R2 180 degrees with "rotate R180 'R2' " in the schematic

    and in the board :

     

    >

     

    I didn't have to do a ripup or delete nets.

     

    HTH,

    - Chuck

     

    Thanks Chuck.  I did not try rotate by command line.  I used move to

    rotate and saw that the net was no longer connected when I moved it.  I

    then ran an ERC which generated errors on the other 20 resistors I pin

    swapped.

     

    Maybe a feature request would be to automatically do a 180 rotate on

    simple two leaded components.

     

     

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

    On 11/17/2011 8:41 AM, Chuck Huber wrote:

    On 11/16/2011 03:36 PM, John Friede wrote:

    On 11/16/2011 1:36 PM, Chuck Huber wrote:

    After a pin swap on a resistor, the nets will usually cross over each

    other to reach the other pin. All you have to do is rotate the resistor

    symbol on the schematic 180 degrees and it'll be fine.

     

    Enjoy,

    - Chuck

     

    Rotating the resistor did not work. As a result of the lines crossed,

    the connections were no longer considered "connected". I did find that

    moving resistor aside and moving it back "reconnected" them.

     

    The only thing I can think of is that the nets were deleted from the

    resistor in the process of trying to clean up. A quick example may be in

    order. I started with this:

     

     

     

    After pinswap on R2 in the board:

     

     

     

    One can see in the schematic that the bottom net goes all the way

    through the resistor symbol to the hot point on the top pin. The top net

    does the same thing. If you move the resistor symbol to the side, it's

    easier to see the net connections.

     

    After rotating R2 180 degrees with "rotate R180 'R2' " in the schematic

    and in the board :

     

     

     

    I didn't have to do a ripup or delete nets.

     

    HTH,

    - Chuck

     

    Thanks Chuck.  I did not try rotate by command line.  I used move to

    rotate and saw that the net was no longer connected when I moved it.  I

    then ran an ERC which generated errors on the other 20 resistors I pin

    swapped.

     

    Maybe a feature request would be to automatically do a 180 rotate on

    simple two leaded components.

     

     

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

    On 11/16/2011 1:36 PM, Chuck Huber wrote:

    On 11/16/2011 12:24 PM, John Friede wrote:

    >> I was doing some pin swapping on sm resistors at the board level.  When

    >> going back to my schematic, those lines were now crossed and gave all

    >> kinds of ERC errors such as net not connected, etc.  I ended up having

    >> to erase and redraw the nets.  Is this typical or am I doing something

    >> wrong?

     

    After a pin swap on a resistor, the nets will usually cross over each

    other to reach the other pin.  All you have to do is rotate the resistor

    symbol on the schematic 180 degrees and it'll be fine.

     

    Enjoy,

         - Chuck

     

    Rotating the resistor did not work.  As a result of the lines crossed,

    the connections were no longer considered "connected".  I did find that

    moving resistor aside and moving it back "reconnected" them.

     

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

    On 11/16/2011 12:24 PM, John Friede wrote:

    I was doing some pin swapping on sm resistors at the board level.  When

    going back to my schematic, those lines were now crossed and gave all

    kinds of ERC errors such as net not connected, etc.  I ended up having

    to erase and redraw the nets.  Is this typical or am I doing something

    wrong?

     

    After a pin swap on a resistor, the nets will usually cross over each

    other to reach the other pin.  All you have to do is rotate the resistor

    symbol on the schematic 180 degrees and it'll be fine.

     

    Enjoy,

        - Chuck

     

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

    Think about it.  How do you expect this to work?

     

    Maybe Eagle could have ripped up the immediate tracks to those pins, but

    this is where only you know what you want to do.  You wouldn't want Eagle,

    for example, to rip up the nets and auto route them without telling you.

    Doing nothing and leaving it for you to clean up is the best alternative.

    The DRC will make sure any resulting violations are caught for you to deal

    with.  That's a lot better then sortof fixing things, but not in the way

    you want, but nothing telling warning you of possible issues.

    --

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

     

    • 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