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) move + sign on polarized cap silkscreen?
  • 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 525 views
  • Users 0 members are here
Related

move + sign on polarized cap silkscreen?

rickford66
rickford66 over 14 years ago

I'm using Eagle 6.1.0.  I have some polarized caps on my PCB that have + symbols next to the positive pad.  The problem is, the symbols are interfering with other pads, and I'd like to move the symbols.  In the component layout in the library, the + symbols are on the tPlace layer.  I've tried smashing the component, but this only allows me to move the designator.  Is there a way to move text on the tPlace layer, or do I have to go into the library and move the symbol over to the tNames layer?

Thanks.

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

    On Thu, 10 May 2012 19:59:07 +0000, rickford66 wrote:

     

    I'm using Eagle 6.1.0.  I have some polarized caps on my PCB that have +

    symbols next to the positive pad.  The problem is, the symbols are

    interfering with other pads, and I'd like to move the symbols.  In the

    component layout in the library, the + symbols are on the tPlace layer. 

    I've tried smashing the component, but this only allows me to move the

    designator.  Is there a way to move text on the tPlace layer, or do I

    have to go into the library and move the symbol over to the tNames

    layer? Thanks.

     

    I'm pretty sure you'll find that they aren't text, but rather just a pair

    of lines.

     

    So you're kind of stuck with having to edit the components.

     

    --

    My liberal friends think I'm a conservative kook.

    My conservative friends think I'm a liberal kook.

    Why am I not happy that they have found common ground?

     

    Tim Wescott, Communications, Control, Circuits & Software

    http://www.wescottdesign.com

     

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

    Before I placed them on the board, I ported them over to a custom library and changed a few things.  Amoung the changes, make sure the + sign is text.

     

    I just tried moving the text (+ sign) to the tNames layer and replaced the parts on my schematic/PCB.  Although the part updated correctly, the + sign is still not movable as the designator is.  I find it inconceiveable that this would not be allowed, as there will be times when there will be another pad, via, or other obstruction right where the + symbol is located.

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

    Before I placed them on the board, I ported them over to a custom library and changed a few things.  Amoung the changes, make sure the + sign is text.

     

    I just tried moving the text (+ sign) to the tNames layer and replaced the parts on my schematic/PCB.  Although the part updated correctly, the + sign is still not movable as the designator is.  I find it inconceiveable that this would not be allowed, as there will be times when there will be another pad, via, or other obstruction right where the + symbol is located.

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

    Am 15.05.2012 15:42, schrieb rickford66:

    Although the part updated correctly, the + sign is still not movable as the designator is

     

    In EAGLE, ONLY such designators can be moved. To be able to move the

    plus sign, do the following in the library (awkward, but should work):

      1. Create your part with a custom ATTRIBUTE called, e.g., 'PLUS',

         being defined as constant (NOT variable), and which holds the

         text '+' in its value.

      2. Change the '+' text of your text to '>PLUS', effectively

         creating an attribute display out of it.

     

    That's it. When NOW you smash your capacitor, this attribute text will

    also be made movable. Unfortunately, this opens the door wide to

    accidental errors like moving the plus sign to the WRONG side or things

    like that.

     

    Andreas Weidner

     

    • 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