<?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 Automatic Labeling in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/automatic-labeling/m-p/7015490#M47348</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble labeling blocks in AutoCAD automatically. I use a software called HelioScope which can generate a .dwg file with solar panel blocks. I need to label the blocks with text that tells which string the panel is on and which panel inside of the string that the panel is (i.e. I need the text S1P1). I would like to find a way to automatically increment the text. So the first block is S1P1, then the next is S1P2, then S1P3, etc. Right now the only way I know to change this is to manually type the label/text in myself. I saw that there is a AutoNum command on the full blown version, but I only have the LT version. Any help to shorten the number of hours for this task is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Michael&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2017 17:00:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-13T17:00:59Z</dc:date>
    <item>
      <title>Automatic Labeling</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/automatic-labeling/m-p/7015490#M47348</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble labeling blocks in AutoCAD automatically. I use a software called HelioScope which can generate a .dwg file with solar panel blocks. I need to label the blocks with text that tells which string the panel is on and which panel inside of the string that the panel is (i.e. I need the text S1P1). I would like to find a way to automatically increment the text. So the first block is S1P1, then the next is S1P2, then S1P3, etc. Right now the only way I know to change this is to manually type the label/text in myself. I saw that there is a AutoNum command on the full blown version, but I only have the LT version. Any help to shorten the number of hours for this task is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 17:00:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/automatic-labeling/m-p/7015490#M47348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-13T17:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Labeling</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/automatic-labeling/m-p/7015522#M47349</link>
      <description>There is no auto-increment feature built into LT.&lt;BR /&gt;&lt;BR /&gt;But you can try coding one in a MACRO to put as a button to click on as explained here, experiment and see how it can be developed for your exacting need &lt;A href="http://cadingandcoding.blogspot.com/2007/08/auto-increment-numbering-macro-for.html" target="_blank"&gt;http://cadingandcoding.blogspot.com/2007/08/auto-increment-numbering-macro-for.html&lt;/A&gt;</description>
      <pubDate>Thu, 13 Apr 2017 17:12:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/automatic-labeling/m-p/7015522#M47349</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2017-04-13T17:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Labeling</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/automatic-labeling/m-p/7058607#M47350</link>
      <description>&lt;P&gt;I was able to get AutoCAD 2018 (not LT). I would like find a way to increment the text as the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I1 S1 P1;&amp;nbsp;&lt;SPAN&gt;I1 S1 P2;&amp;nbsp;I1 S1 P3; I1 S1 P4; I1 S1 P5...............&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I1 S2 P1;&amp;nbsp;I1 S2 P2;&amp;nbsp;I1 S2 P3; I1 S2 P4; I1 S2 P5...............&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I1 S3 P1;&amp;nbsp;I1 S3 P2;&amp;nbsp;I1 S3 P3; I1 S3 P4; I1 S3 P5...............&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Basically this is a way to label a solar panel with what inverter, string, and panel that the panel is. I would like to click, say the bottom left corner, and have the text increment in a way that I define. Eventually I would like to select a group of panels and have it do everything&amp;nbsp;automatically. I will have to write code or something to complete this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 14:56:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/automatic-labeling/m-p/7058607#M47350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-03T14:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Labeling</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/automatic-labeling/m-p/7058986#M47351</link>
      <description>Go grab a freebie for AutoCAD (not LT) from the exchange store called INCREMENT, or find a 3rd party Lisp through a Google Search for that ability.&lt;BR /&gt;&lt;BR /&gt;To get to the exchange website type EXCHANGE then &amp;lt;enter&amp;gt; in AutoCAD (not LT).</description>
      <pubDate>Wed, 03 May 2017 16:44:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/automatic-labeling/m-p/7058986#M47351</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2017-05-03T16:44:16Z</dc:date>
    </item>
  </channel>
</rss>

