<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Suggestion: Auto-increment net name in EAGLE Forum</title>
    <link>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7136267#M36083</link>
    <description>Hi trayres805,&lt;BR /&gt;&lt;BR /&gt;Thanks for your suggestion. The NET tool can get close to what you want, and with a small enhancement would likely give you exactly what you want.&lt;BR /&gt;&lt;BR /&gt;Here's what you can do now:&lt;BR /&gt;1. Click on the NET command.&lt;BR /&gt;2. Before drawing a NET type 'Nameoffirstsignal' and press the enter key on your key board.&lt;BR /&gt;3. Now the net that you draw will have that name. Finish the Net.&lt;BR /&gt;4. Before drawing your next Net press the up key, this will bring up the last name adjust and hit enter.&lt;BR /&gt;5. Rinse and Repeat.&lt;BR /&gt;&lt;BR /&gt;I agree with Rachael that there should be a bounds on this. So the implementation I'll recommend is as follows.&lt;BR /&gt;&lt;BR /&gt;Enter the name with special characters to show the range(maybe we can't use brackets for some reason that's why I'm being general).&lt;BR /&gt;The net names will be consumed in order until you have used them all, once you do it reverts to N$ names.&lt;BR /&gt;If at any point in the process you cancel out of the NET command completely then that's it. Next time you click the NET command it will start with N$ names unless you specify otherwise.&lt;BR /&gt;&lt;BR /&gt;Thanks for the suggestion.&lt;BR /&gt;&lt;BR /&gt;Best Regards,</description>
    <pubDate>Wed, 07 Jun 2017 20:45:18 GMT</pubDate>
    <dc:creator>jorge_garcia</dc:creator>
    <dc:date>2017-06-07T20:45:18Z</dc:date>
    <item>
      <title>Suggestion: Auto-increment net name</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7135707#M36080</link>
      <description>&lt;P&gt;If I draw a bunch of wires, every time I click the "NET" tool, it shows me the default name of that wire.&lt;/P&gt;&lt;P&gt;Which is good, yes, but if I have to put in DATA[0..31], it gets annoying every time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Store the last input value; if it ends in a number, auto-increment the number - it's&amp;nbsp; a sane default.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 17:34:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7135707#M36080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T17:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion: Auto-increment net name</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7135915#M36081</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;P&gt;If I draw a bunch of wires, every time I click the "NET" tool, it shows me the default name of that wire.&lt;/P&gt;&lt;P&gt;Which is good, yes, but if I have to put in DATA[0..31], it gets annoying every time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Store the last input value; if it ends in a number, auto-increment the number - it's&amp;nbsp; a sane default.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes I think having an auto increment feature available on the NET command could be useful but it could also be dangerous if it wasn't done correctly. For example, somebody could end up with a all their nets named DATA&amp;lt;number&amp;gt; if they forgot to cancel the command after they drew their data bus! Maybe if you could specify the range so it finishes automatically that would help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I might actually prefer it as a feature to the NAME command as I often draw lots of nets, add net labels so I can visually see the net name and then rename them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This isn't a completely replacement for the feature you are requesting but you can achieve quick naming of nets of you create busses and then rip the nets from the bus to name them. So for example you'd create a bus and name it something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;MCU:MCU_ADDR_[0..15],MCU_DATA_[0..31],MCU_RD/!WR,MCU_!CE[0..7],MCU_!WAIT,MCU_!INT&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then when you connect nets up to the bus you can select all those names and the individual bits&amp;nbsp;from ADDR, DATA and !CE. You can then copy that bus segment elsewhere in the schematic and rip the signals out to connect up to another component, thus ensuring you get the correct net names across your design and things are connected as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rachael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 18:33:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7135915#M36081</guid>
      <dc:creator>rachaelATWH4</dc:creator>
      <dc:date>2017-06-07T18:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion: Auto-increment net name</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7136064#M36082</link>
      <description>And I wanted to make a signal LED[R,G,B[0..4]] and the command isn't accepted either. But I don't recall if there was an ULP that picked the NEXT unconnected wire when connecting buses... it was long ago. I believe I clicked on the bus and an appropriate item was selected next in the list, but it could have been a coincidence of the orientation of the items in the list with the CPU.</description>
      <pubDate>Wed, 07 Jun 2017 19:26:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7136064#M36082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T19:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion: Auto-increment net name</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7136267#M36083</link>
      <description>Hi trayres805,&lt;BR /&gt;&lt;BR /&gt;Thanks for your suggestion. The NET tool can get close to what you want, and with a small enhancement would likely give you exactly what you want.&lt;BR /&gt;&lt;BR /&gt;Here's what you can do now:&lt;BR /&gt;1. Click on the NET command.&lt;BR /&gt;2. Before drawing a NET type 'Nameoffirstsignal' and press the enter key on your key board.&lt;BR /&gt;3. Now the net that you draw will have that name. Finish the Net.&lt;BR /&gt;4. Before drawing your next Net press the up key, this will bring up the last name adjust and hit enter.&lt;BR /&gt;5. Rinse and Repeat.&lt;BR /&gt;&lt;BR /&gt;I agree with Rachael that there should be a bounds on this. So the implementation I'll recommend is as follows.&lt;BR /&gt;&lt;BR /&gt;Enter the name with special characters to show the range(maybe we can't use brackets for some reason that's why I'm being general).&lt;BR /&gt;The net names will be consumed in order until you have used them all, once you do it reverts to N$ names.&lt;BR /&gt;If at any point in the process you cancel out of the NET command completely then that's it. Next time you click the NET command it will start with N$ names unless you specify otherwise.&lt;BR /&gt;&lt;BR /&gt;Thanks for the suggestion.&lt;BR /&gt;&lt;BR /&gt;Best Regards,</description>
      <pubDate>Wed, 07 Jun 2017 20:45:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7136267#M36083</guid>
      <dc:creator>jorge_garcia</dc:creator>
      <dc:date>2017-06-07T20:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion: Auto-increment net name</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7136372#M36084</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/501453"&gt;@jorge.garcia&lt;/a&gt; wrote:&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;So the implementation I'll recommend is as follows.&lt;BR /&gt;&lt;BR /&gt;Enter the name with special characters to show the range(maybe we can't use brackets for some reason that's why I'm being general).&lt;BR /&gt;The net names will be consumed in order until you have used them all, once you do it reverts to N$ names.&lt;BR /&gt;If at any point in the process you cancel out of the NET command completely then that's it. Next time you click the NET command it will start with N$ names unless you specify otherwise.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I propose the syntax is just:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;NAME MyNet[0..15]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is consistent with how a net range is specified in the BUS syntax so shouldn't cause any issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rachael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 21:15:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7136372#M36084</guid>
      <dc:creator>rachaelATWH4</dc:creator>
      <dc:date>2017-06-07T21:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Suggestion: Auto-increment net name</title>
      <link>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7139457#M36085</link>
      <description>SkyNet[0..255]</description>
      <pubDate>Thu, 08 Jun 2017 21:59:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum/suggestion-auto-increment-net-name/m-p/7139457#M36085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-08T21:59:21Z</dc:date>
    </item>
  </channel>
</rss>

