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) Auto add >NAME and >VALUE in the symbol editor
  • 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 9 replies
  • Subscribers 189 subscribers
  • Views 1635 views
  • Users 0 members are here
Related

Auto add >NAME and >VALUE in the symbol editor

autodeskguest
autodeskguest over 10 years ago

Hello all,

 

I think it would be an useful feature if a new symbol is created the

>NAME and the >VALUE texts should be placed automatically, somewere

above the origin of the symbol. Or there could be an option to activate

this behaviour if it would confuse the users.

 

Adding these texts are time consuming even if I copy them from an

another symbol, even if I place them. Most symbols have them both, and

it is easier to delete one if not needed then placeing them in most cases.

 

The same could be implemented in the package editor too.

 

I think it would be relatively easy to implement.

 

Thanks in advance!

 

--

Miklos Marton

 

  • Sign in to reply
  • Cancel
Parents
  • autodeskguest
    autodeskguest over 10 years ago

    martonmiklos wrote on Fri, 20 May 2016 15:17

    I think it would be an useful feature if a new symbol is created the

    >NAME and the >VALUE texts should be placed automatically, somewere above

    the origin of the symbol. Or there could be an option to activate this

    behaviour if it would confuse the users.

     

     

    This would be pointless as the problem it would solve is trivial.

     

    Quote:

    Adding these texts are time consuming

     

     

    There is no need for it to be time consuming.  I use hot keys for this

    purpose.  For example, here are the key assignments for this purpose in the

    package editor:

     

     

    assign F12 'grid inch .005 20 lines on; cha siz .05; cha rat 16; cha lay

    tnam; text >NAME'

    assign S+F12 'grid inch .005 20 lines on; cha siz .05; cha rat 16; cha lay

    tval; text >VALUE'

    assign C+F12 'grid inch .005 20 lines on; cha siz .03; cha rat 10; cha lay

    tdocu; text >NAME'

     

     

    F12 let's me easily place the component name on the silkscreen, Shift-F12

    the value, and Ctrl-F12 the name that shows up in the assembly drawing.

    Anything built in won't get it right and be more trouble than it's worth.

     

    I use F12 similarly for symbols (which are simpler than packages, odd that

    you aren't complaining about that instead), except there's no issue of a

    drawing so my Ctrl-F12 doesn't apply.

     

    Eagle gives us the tools to customize these kinds of things ourselves.  Use

    them instead of asking for your specific usage to be built in and burden

    everyone else.

     

    Quote:

    it is easier to delete one if not needed then placeing them in most

    cases.

     

    NO!  Don't give me another "standard" thing Eagle does that I then just

    have to delete.

     

    --

    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
Reply
  • autodeskguest
    autodeskguest over 10 years ago

    martonmiklos wrote on Fri, 20 May 2016 15:17

    I think it would be an useful feature if a new symbol is created the

    >NAME and the >VALUE texts should be placed automatically, somewere above

    the origin of the symbol. Or there could be an option to activate this

    behaviour if it would confuse the users.

     

     

    This would be pointless as the problem it would solve is trivial.

     

    Quote:

    Adding these texts are time consuming

     

     

    There is no need for it to be time consuming.  I use hot keys for this

    purpose.  For example, here are the key assignments for this purpose in the

    package editor:

     

     

    assign F12 'grid inch .005 20 lines on; cha siz .05; cha rat 16; cha lay

    tnam; text >NAME'

    assign S+F12 'grid inch .005 20 lines on; cha siz .05; cha rat 16; cha lay

    tval; text >VALUE'

    assign C+F12 'grid inch .005 20 lines on; cha siz .03; cha rat 10; cha lay

    tdocu; text >NAME'

     

     

    F12 let's me easily place the component name on the silkscreen, Shift-F12

    the value, and Ctrl-F12 the name that shows up in the assembly drawing.

    Anything built in won't get it right and be more trouble than it's worth.

     

    I use F12 similarly for symbols (which are simpler than packages, odd that

    you aren't complaining about that instead), except there's no issue of a

    drawing so my Ctrl-F12 doesn't apply.

     

    Eagle gives us the tools to customize these kinds of things ourselves.  Use

    them instead of asking for your specific usage to be built in and burden

    everyone else.

     

    Quote:

    it is easier to delete one if not needed then placeing them in most

    cases.

     

    NO!  Don't give me another "standard" thing Eagle does that I then just

    have to delete.

     

    --

    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
Children
No Data
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