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) I want to get a list ofwires and which nodes they attached to.
  • 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 179 subscribers
  • Views 337 views
  • Users 0 members are here
Related

I want to get a list ofwires and which nodes they attached to.

autodeskguest
autodeskguest over 17 years ago

I may be doing point-to-point wiring (wire wrap) on my hobby clock project.

It would really help if I had a list of each wire, with the pin numbers on

each IC where it will be fastened. It's an ambitious project, as the clock

will handle different length months, daylight saving time and leap years

using about 30 74HCT series logic gates plus drivers for the Nixie tubes.

I've looked at the program LENGTH.ULP which seems to touch on many of the

details I would like, but I'm not familiar with the programming yet.

 

I can probably figure it out a ULP in a few weeks to a month, but if anyone

has already written something close it will save me a bunch of aggrivation

and debugging. In short, what I'd like is a listing something like: WIRE

hour_bit_1-- IC1 pin3, IC5 pin9, CON2 pin 16.

 

Thanks, Bill

 

 

 

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

    billhirst wrote:

    I may be doing point-to-point wiring (wire wrap) on my hobby clock project.

    It would really help if I had a list of each wire, with the pin numbers on

    each IC where it will be fastened. It's an ambitious project, as the clock

    will handle different length months, daylight saving time and leap years

    using about 30 74HCT series logic gates plus drivers for the Nixie tubes.

    I've looked at the program LENGTH.ULP which seems to touch on many of the

    details I would like, but I'm not familiar with the programming yet.

     

    I can probably figure it out a ULP in a few weeks to a month, but if anyone

    has already written something close it will save me a bunch of aggrivation

    and debugging. In short, what I'd like is a listing something like: WIRE

    hour_bit_1-- IC1 pin3, IC5 pin9, CON2 pin 16.

     

    Thanks, Bill

     

     

    Have you looked at the export menu. netlist, pinlist ... should be what

    you need.

    When I did small prototypes I would layout a pcb and then use traces

    like I would use the wire wrap runs and then use that as guide to wiring.

     

    With that many connections considering the cost of wirewrap sockets you

    may be able to do it with a bare bones PCB.

     

    Off topic -- would be to use a micro or programmable logic in place of

    discrete logic.

     

    Paul R.

     

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

    Thanks, Paul. That looks like what I need. As far as wirewrap sockets, what

    I'm actually doing is soldering 30-gauge wire to conventional sockets on

    perfboard.. It gives a retro-wire-wrap look without actually using the

    proper sockets. And of course I could do a microprocessor, but that's not

    even close to the era of Nixie tube displays. I'm trying for a 1960s look on

    this project with all the circuitry visible though a lucite case.

     

    Sure, it's going to cost more, and be lots more complicated,  than a $10

    clock from Walmart. But that's's not my design goal and I'm having lots of

    fun creating it. (That's the whole reason we have hobbies.)

     

    --Bill

     

     

    "Paul Romanyszyn" <pgr@arcelectronicsinc.com> wrote in message

    news:ftj3o2$7ao$1@cheetah.cadsoft.de...

    billhirst wrote:

    I may be doing point-to-point wiring (wire wrap) on my hobby clock

    project. It would really help if I had a list of each wire, with the pin

    numbers on each IC where it will be fastened. It's an ambitious project,

    as the clock will handle different length months, daylight saving time

    and leap years using about 30 74HCT series logic gates plus drivers for

    the Nixie tubes. I've looked at the program LENGTH.ULP which seems to

    touch on many of the details I would like, but I'm not familiar with the

    programming yet.

     

    I can probably figure it out a ULP in a few weeks to a month, but if

    anyone has already written something close it will save me a bunch of

    aggrivation and debugging. In short, what I'd like is a listing something

    like: WIRE hour_bit_1-- IC1 pin3, IC5 pin9, CON2 pin 16.

     

    Thanks, Bill

    Have you looked at the export menu. netlist, pinlist ... should be what

    you need.

    When I did small prototypes I would layout a pcb and then use traces like

    I would use the wire wrap runs and then use that as guide to wiring.

     

    With that many connections considering the cost of wirewrap sockets you

    may be able to do it with a bare bones PCB.

     

    Off topic -- would be to use a micro or programmable logic in place of

    discrete logic.

     

    Paul R.

     

     

     

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

     

    "Paul Romanyszyn" <pgr@arcelectronicsinc.com> wrote in message

    news:ftj3o2$7ao$1@cheetah.cadsoft.de...

     

    billhirst wrote:

     

    I may be doing point-to-point wiring (wire wrap) on my hobby clock

    project. It would really help if I had a list of each wire, with the pin

    numbers on each IC where it will be fastened. It's an ambitious project,

    as the clock will handle different length months, daylight saving time

    and leap years using about 30 74HCT series logic gates plus drivers for

    the Nixie tubes. I've looked at the program LENGTH.ULP which seems to

    touch on many of the details I would like, but I'm not familiar with the

    programming yet.

     

    I can probably figure it out a ULP in a few weeks to a month, but if

    anyone has already written something close it will save me a bunch of

    aggrivation and debugging. In short, what I'd like is a listing something

    like: WIRE hour_bit_1-- IC1 pin3, IC5 pin9, CON2 pin 16.

     

    Thanks, Bill

     

    Have you looked at the export menu. netlist, pinlist ... should be what

    you need.

    When I did small prototypes I would layout a pcb and then use traces like

    I would use the wire wrap runs and then use that as guide to wiring.

     

    With that many connections considering the cost of wirewrap sockets you

    may be able to do it with a bare bones PCB.

     

    Off topic -- would be to use a micro or programmable logic in place of

    discrete logic.

     

    Paul R.

     

     

    billhirst wrote:

     

    > Thanks, Paul. That looks like what I need. As far as wirewrap

    sockets, what

    > I'm actually doing is soldering 30-gauge wire to conventional sockets on

    > perfboard.. It gives a retro-wire-wrap look without actually using the

    > proper sockets. And of course I could do a microprocessor, but that's

    not

    > even close to the era of Nixie tube displays. I'm trying for a 1960s

    look on

    > this project with all the circuitry visible though a lucite case.

    >

    > Sure, it's going to cost more, and be lots more complicated,  than a $10

    > clock from Walmart. But that's's not my design goal and I'm having

    lots of

    > fun creating it. (That's the whole reason we have hobbies.)

    >

    > --Bill

    >

     

    Hey Bill - using 74HCT is cheating a little bit.  Depending on how far

    back in the 60's you go we could be taking about DTL or even RTL, and

    let's not forget the original 74xx logic.  Of course you'd need a much

    bigger power supply.  Even 74LS sucks lots of juice compared to 74CHT !

    -Dave

     

    • 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.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube