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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
      •  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
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) Component Values on 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 176 subscribers
  • Views 874 views
  • Users 0 members are here
Related

Component Values on Schematic

autodeskguest
autodeskguest over 15 years ago

Ok, more newbie questions.

 

I know that Eagle's philosophy is to have generic valueless components

(for instance, a generic resistor) which the user then assigns a value

to (for instance "10k") when the component is placed on the schematic.

 

However, for my business I want to generate BOMs automatically which

will then get uploaded to an ERP/MRP system with hopefully minimal hand

editing.  To achieve this it is desirable for me to create separate part

numbers for each component that correspond to my own internal part

numbering system.  Therefore, each component will have one package and

one value.  Is there a way to "hardcode" the values on each part so that

I don't have to manually go and edit it after I drop the part?  Also, in

some cases, it would be advantageous for the part to have this

pre-assigned value, but not have that value displayed on the

schematic.  For example, on a connector I might not want the part number

displayed on the schematic, but I do want it to show up in the BOM when

I run bom.ulp.  So, is there a way to have an invisible value on a part?

 

Thanks,

 

-Michael

 

  • Sign in to reply
  • Cancel
  • autodeskguest
    autodeskguest over 15 years ago

    Michael Sansom wrote on Fri, 09 April 2010 16:05

    I know that Eagle's philosophy is to have generic valueless components

     

    (for instance, a generic resistor) which the user then assigns a value

     

    to (for instance "10k") when the component is placed on the schematic.

     

    Not exactly.  You can set up devices to be valueless, but also to have

    predefined values.  This is what value on/off in the device means, although

    I can never remember which way on or off is (what a stupid choice of names,

    like CUT really does COPY).

     

    Quote:

    Is there a way to "hardcode" the values on each part so that

    I don't have to manually go and edit it after I drop the part?

     

    Yes.

     

    Quote:

    Also, in

    some cases, it would be advantageous for the part to have this

    pre-assigned value, but not have that value displayed on the

    schematic.

     

    So don't put >VALUE in the symbol definition anywhere.

     

    Quote:

    For example, on a connector I might not want the part number

    displayed on the schematic, but I do want it to show up in the BOM when

     

    I run bom.ulp.  So, is there a way to have an invisible value on a

    part?

     

    I think you should leave the value attribute for just that and use your own

    private attribute for your internal part number.  A connector is a good

    example where you want the value to show something else.  You might want to

    the value displayed on the silkscreen so the connector can be labeled IN,

    OUT, Power, or whatever.

    --

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

    Olin Lathrop wrote:

     

    I think you should leave the value attribute for just that and use your own

    private attribute for your internal part number.  A connector is a good

    example where you want the value to show something else.  You might want to

    the value displayed on the silkscreen so the connector can be labeled IN,

    OUT, Power, or whatever.

     

    Thanks Olin, that was most helpful.  I agree with you on the value

    on/off being counterintuitive and difficult to remember (funny how those

    things seem to go together).  The use of the value on/off has been

    difficult to grasp and I'm still not sure exactly how and when to use

    it.  I suppose I'll have to resort to the manual.  Great tip about not

    putting ">VALUE" in the symbol keeping the value invisible on the schematic.

     

    Thanks again,

     

    -Michael

     

     

     

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

    On 4/9/2010 2:20 PM, Michael Sansom wrote:

    Olin Lathrop wrote:

     

    I think you should leave the value attribute for just that and use

    your own

    private attribute for your internal part number. A connector is a good

    example where you want the value to show something else. You might

    want to

    the value displayed on the silkscreen so the connector can be labeled IN,

    OUT, Power, or whatever.

     

    Thanks Olin, that was most helpful. I agree with you on the value on/off

    being counterintuitive and difficult to remember (funny how those things

    seem to go together). The use of the value on/off has been difficult to

    grasp and I'm still not sure exactly how and when to use it. I suppose

    I'll have to resort to the manual. Great tip about not putting ">VALUE"

    in the symbol keeping the value invisible on the schematic.

     

    Thanks again,

     

    -Michael

     

     

    another quickie way to get a value off the schematic is to SMASH the

    part and then DELETE the value text. sometimes it comes back though...

     

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

    Gary Gofstein wrote on Fri, 09 April 2010 18:26

    another quickie way to get a value off the schematic is to SMASH the

    part and then DELETE the value text. sometimes it comes back though...

     

    I thought deleting a individual text string of a smashed part unsmashed

    that string.  Maybe that changed somewhere in some rev, but I'm pretty sure

    that's how it used to work.  That's why I create a layer called "trash" in

    the board, and move smashed text I don't want to that layer.

     

    --

    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
  • autodeskguest
    autodeskguest over 15 years ago in reply to autodeskguest

    On 4/10/2010 5:57 AM, Olin Lathrop wrote:

    Gary Gofstein wrote on Fri, 09 April 2010 18:26

    another quickie way to get a value off the schematic is to SMASH the

    part and then DELETE the value text. sometimes it comes back though...

     

    I thought deleting a individual text string of a smashed part unsmashed

    that string. Maybe that changed somewhere in some rev, but I'm pretty sure

    that's how it used to work. That's why I create a layer called "trash" in

    the board, and move smashed text I don't want to that layer.

     

    don't know - works in v4.16. if you delete both smashed texts, they will

    come back however. but I like the idea of just moving it to an invisible

    layer, thanks.

     

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