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) Make dual channel FET library
  • 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 Verified Answer
  • Replies 10 replies
  • Answers 4 answers
  • Subscribers 188 subscribers
  • Views 2524 views
  • Users 0 members are here
Related

Make dual channel FET library

Pedro147
Pedro147 over 7 years ago

I am trying to make a lib for a dual channel FET the FDMA1024NZ. I looked at similar libs and saw that you make two symbols in the symbol editor and name them A and B.

 

I did this and connected the relevant pins to the pads of the package OK.

 

The problem I have is that when I import the symbol into a schematic it shows the symbol for both channels locked as a group whereas the lib that I used as an "template" only imports one channel's symbol at a time if that makes sense image

 

This makes is very messy to connect both channels within a schematic and is obviously not the correct way to do it. I found only one other post that was similar to this problem but unfortunately it does not help me does mainly to my lack of understanding.

Attachments:
FDMA1024NZ.zip
  • Sign in to reply
  • Cancel
Parents
  • autodeskguest
    0 autodeskguest over 7 years ago

    Am 13.02.2019 um 01:54 schrieb Peter Newman:

    I am trying to make a lib for a dual channel FET the FDMA1024NZ (https://au.element14.com/on-semiconductor/fdma1024nz/mosfet-nn-ch-20v-microfet-2x2/dp/2101471?rpsku=rel1:1813537&isexcsku=falsehttp://). I looked at similar libs and saw that you make two symbols in the symbol editor and name them A and B.

     

    I did this and connected the relevant pins to the pads of the package OK.

     

    The problem I have is that when I import the symbol into a schematic it shows the symbol for both channels locked as a group whereas the lib that I used as an "template" only imports one channel's symbol at a time if that makes sense image

     

    This makes is very messy to connect both channels within a schematic and is obviously not the correct way to do it. I found only one other post  (/message/194012/l/re-multiple-gate-trouble-when-creating-part-in-library#194012http:)that was similar to this problem but unfortunately it does not help me does mainly to my lack of understanding.

     

    I had to attach my lib as a txt file due to restrictions on file upload types.

     

    --

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

    https://www.element14.com/community/message/271538

     

    Attachments:

    FDMA1024NZ.txt.zip

     

     

    No wonder. Your connection points in symbol are not on grid (100x100mil

    crossing)

    Without that you will not get connections to other devices/nets.

    If you want to built your own device then use the existing symbols and

    packages of existing libs.

    In transistor-fet.lbr you find a symbol for an N-Fet to copy and put it

    in your own lib.

    If you don't like it you can modify it THERE.

    Your transistor has its connections as IO-direction which is not

    correct. Should be imho pas(sive).

    If directions of devices are not correct one cannot use the ERC correctly.

     

    For double devices it's imho best to set the addlevel "next", so the

    transistors come separately, better if they are on different pages.

     

    If one has more pins/pads with the same name  use "@" to separate them

    (goes for symbols and packages) like drain, drain@1, drain@2... or gnd,

    gnd@1, gnd@2, gnd@3...

     

    Help pin should give you more info, or just hit the F1 key image

     

    --

    Mit freundlichen Grüßen / With best regards

     

    Joern Paschedag

     

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

    Am 13.02.2019 um 01:54 schrieb Peter Newman:

    I am trying to make a lib for a dual channel FET the FDMA1024NZ (https://au.element14.com/on-semiconductor/fdma1024nz/mosfet-nn-ch-20v-microfet-2x2/dp/2101471?rpsku=rel1:1813537&isexcsku=falsehttp://). I looked at similar libs and saw that you make two symbols in the symbol editor and name them A and B.

     

    I did this and connected the relevant pins to the pads of the package OK.

     

    The problem I have is that when I import the symbol into a schematic it shows the symbol for both channels locked as a group whereas the lib that I used as an "template" only imports one channel's symbol at a time if that makes sense image

     

    This makes is very messy to connect both channels within a schematic and is obviously not the correct way to do it. I found only one other post  (/message/194012/l/re-multiple-gate-trouble-when-creating-part-in-library#194012http:)that was similar to this problem but unfortunately it does not help me does mainly to my lack of understanding.

     

    I had to attach my lib as a txt file due to restrictions on file upload types.

     

    --

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

    https://www.element14.com/community/message/271538

     

    Attachments:

    FDMA1024NZ.txt.zip

     

     

    No wonder. Your connection points in symbol are not on grid (100x100mil

    crossing)

    Without that you will not get connections to other devices/nets.

    If you want to built your own device then use the existing symbols and

    packages of existing libs.

    In transistor-fet.lbr you find a symbol for an N-Fet to copy and put it

    in your own lib.

    If you don't like it you can modify it THERE.

    Your transistor has its connections as IO-direction which is not

    correct. Should be imho pas(sive).

    If directions of devices are not correct one cannot use the ERC correctly.

     

    For double devices it's imho best to set the addlevel "next", so the

    transistors come separately, better if they are on different pages.

     

    If one has more pins/pads with the same name  use "@" to separate them

    (goes for symbols and packages) like drain, drain@1, drain@2... or gnd,

    gnd@1, gnd@2, gnd@3...

     

    Help pin should give you more info, or just hit the F1 key image

     

    --

    Mit freundlichen Grüßen / With best regards

     

    Joern Paschedag

     

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

    Thank you for both your replies Markus and Joern. I will attend to the suggestions that I understand and read up on those I do not image

     

    I am thinking that my biggest mistake was adding two symbols to the symbol editor rather than adding two instances of it into the device editor ? 

     

    I will redo the device after reading up on "Set Addlevel to "next" (or "always", as you like)"

     

    Most of the other suggestions I understand so they will be done and if it is OK  I will re-post my lib once I think I have it done correctly.

     

    EDIT - Just reading up on AddLevel and it appears that the default is Next ?

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