element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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
  • 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) Designlink possible with Farnell (Europe) ordercodes?
  • 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
  • State Not Answered
  • Replies 16 replies
  • Subscribers 175 subscribers
  • Views 2117 views
  • Users 0 members are here
Related

Designlink possible with Farnell (Europe) ordercodes?

Joop14
Joop14 over 11 years ago

Hello,

 

I tried to use the Designlink button in Eagle but it seems to work only with Newark.

Because I'm located in Europe, is it possible to use Designlink with the Farnell database instead?

The ordercodes generated by Newark don't seem to be accepted by the Farnell (Europe) website.

 

Thanks in advance,

 

Joop

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 11 years ago in reply to Former Member +1
    Hello Jean-Luc, you can find it here: https://gist.github.com/hollie/bc057d8c9ea3805e4f87 . Note however: I tried the modified script on another computer with another locale (and another OS) and it was…
  • Former Member
    Former Member over 11 years ago in reply to autodeskguest +1
    Hi Jorge. Good Lord, why does which country we live in even matter? Isn't this just about accessing a database to identify the parts we want, or is it for actual ordering? I live in Norway, so yeah, guess…
Parents
  • autodeskguest
    0 autodeskguest over 11 years ago

    On 10/6/2013 12:38 PM, Joop14 wrote:

    Hello,

     

    I tried to use the Designlink button in Eagle but it seems to work only

    with Newark.

    Because I'm located in Europe, is it possible to use Designlink with the

    Farnell database instead?

    The ordercodes generated by Newark don't seem to be accepted by the

    Farnell (Europe) website.

     

    Thanks in advance,

     

    Joop

     

    --

    To view any images and attachments in this post, visit:

    http://www.element14.com/community/message/90700#90700

     

    Hi Joop,

     

    I hope you're doing well. This is possible, you're going to have to get

    your hands a little dirty but it's possible.

     

    1. Open up the designlink-inc.ulp file included with EAGLE for editing.

    2. On line 17 you're going to find a string variable called DILanguage

    whose value is assigned by a function called language(), remember it

    we're going to go back to it.

    3. Starting on line 247 you're going to find a list of Country codes.

    Find the two-letter symbol for your country.

    4. Go back to line 17, and we're going to hard code you're country.

    Comment out the language() function call. Then type in the two-letter

    code you found in step 3 within double quotes.

     

    Save the designlink-inc.ulp. Now next time you run Designlink if should

    find the correct information.

     

    Let me know if there's anything else I can do for you.

     

    Best Regards,

    Jorge Garcia

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • autodeskguest
    0 autodeskguest over 11 years ago

    On 10/6/2013 12:38 PM, Joop14 wrote:

    Hello,

     

    I tried to use the Designlink button in Eagle but it seems to work only

    with Newark.

    Because I'm located in Europe, is it possible to use Designlink with the

    Farnell database instead?

    The ordercodes generated by Newark don't seem to be accepted by the

    Farnell (Europe) website.

     

    Thanks in advance,

     

    Joop

     

    --

    To view any images and attachments in this post, visit:

    http://www.element14.com/community/message/90700#90700

     

    Hi Joop,

     

    I hope you're doing well. This is possible, you're going to have to get

    your hands a little dirty but it's possible.

     

    1. Open up the designlink-inc.ulp file included with EAGLE for editing.

    2. On line 17 you're going to find a string variable called DILanguage

    whose value is assigned by a function called language(), remember it

    we're going to go back to it.

    3. Starting on line 247 you're going to find a list of Country codes.

    Find the two-letter symbol for your country.

    4. Go back to line 17, and we're going to hard code you're country.

    Comment out the language() function call. Then type in the two-letter

    code you found in step 3 within double quotes.

     

    Save the designlink-inc.ulp. Now next time you run Designlink if should

    find the correct information.

     

    Let me know if there's anything else I can do for you.

     

    Best Regards,

    Jorge Garcia

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • autodeskguest
    0 autodeskguest over 11 years ago in reply to autodeskguest

    On 07.10.2013 20:35, Jorge Garcia wrote:

    On 10/6/2013 12:38 PM, Joop14 wrote:

    Hello,

     

    I tried to use the Designlink button in Eagle but it seems to work only

    with Newark.

    Because I'm located in Europe, is it possible to use Designlink with the

    Farnell database instead?

    The ordercodes generated by Newark don't seem to be accepted by the

    Farnell (Europe) website.

     

    Thanks in advance,

     

    Joop

     

    --

    To view any images and attachments in this post, visit:

    http://www.element14.com/community/message/90700#90700

     

    Hi Joop,

     

    I hope you're doing well. This is possible, you're going to have to get

    your hands a little dirty but it's possible.

     

    1. Open up the designlink-inc.ulp file included with EAGLE for editing.

    2. On line 17 you're going to find a string variable called DILanguage

    whose value is assigned by a function called language(), remember it

    we're going to go back to it.

    3. Starting on line 247 you're going to find a list of Country codes.

    Find the two-letter symbol for your country.

    4. Go back to line 17, and we're going to hard code you're country.

    Comment out the language() function call. Then type in the two-letter

    code you found in step 3 within double quotes.

     

    Save the designlink-inc.ulp. Now next time you run Designlink if should

    find the correct information.

     

    Let me know if there's anything else I can do for you.

     

    Best Regards,

    Jorge Garcia

     

     

    Hi Jorge,

     

    I think it is also possible to set the environment variable

    for LANG  for example to en_GB. This should contact the UK

    Farnell server.

     

     

    --

    Mit freundlichen Gruessen / Best regards

    Richard Hammerl

      CadSoft Support -- hotline@cadsoft.de

      FAQ: http://www.cadsoft.de/training/faq/

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • autodeskguest
    0 autodeskguest over 11 years ago in reply to autodeskguest

     

    Thanks Richard,

     

    Best Regards,

    Jorge Garcia

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to autodeskguest

    Hi Jorge.

    Good Lord, why does which country we live in even matter? Isn't this just about accessing a database to identify the parts we want, or is it for actual ordering? I live in Norway, so yeah, guess I will have to wait long and hard before I get to be included... Edited the script as described, but didn't work... Why exactly can't we just access Newark?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • autodeskguest
    0 autodeskguest over 11 years ago in reply to Former Member

    On 5/6/2014 12:51 PM, Eystein Orsnes wrote:

    Good Lord, why does which country you live in even matter? Isn't this

    just about accessing a database to identify the parts you want? I live

    in Norway, so yeah, guess I will have to wait long and hard before I get

    to be included... Edited the script as described, but didn't work... Why

    exactly can't we just access Newark?

     

    The country matters because Designlink want to show pricing in your

    local currency. Setting the country code to the US code should allow you

    to check Newark's inventory.

     

    hth,

    Jorge Garcia

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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