<?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: Automated Scheamtic in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10243253#M61793</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example&lt;/P&gt;
&lt;P&gt;Type 1 places &lt;FONT color="#0000FF"&gt;block 1&lt;/FONT&gt; with attributes in cells A1-C1 in "x" position &lt;FONT color="#0000FF"&gt;100&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Draw line 100&lt;/P&gt;
&lt;P&gt;Type 1 places &lt;FONT color="#0000FF"&gt;block 1&lt;/FONT&gt; with attributes in cells A2-C2 in "x" position &lt;FONT color="#0000FF"&gt;300&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Draw line 100&lt;/P&gt;
&lt;P&gt;Type 2 places &lt;FONT color="#800000"&gt;block 2&lt;/FONT&gt; with attributes in cells A3-C3 in "x" position&lt;FONT color="#FF0000"&gt; 500&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Looks easy enough, But how did you come up with that sequence?&amp;nbsp;What is the block name, position and distance from this info?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="514"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;#PanelID&lt;/TD&gt;
&lt;TD width="64"&gt;Loop&lt;/TD&gt;
&lt;TD width="64"&gt;Address&lt;/TD&gt;
&lt;TD width="64"&gt;Zone&lt;/TD&gt;
&lt;TD width="93"&gt;Type&lt;/TD&gt;
&lt;TD width="165"&gt;Description&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;LA&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;WPMCP&lt;/TD&gt;
&lt;TD&gt;+0.000m LEVEL&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;LA&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;WPMCP&lt;/TD&gt;
&lt;TD&gt;+5.000m LEVEL&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;LA&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;LPSB&lt;/TD&gt;
&lt;TD&gt;+0.000m LEVEL&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Apr 2021 07:19:35 GMT</pubDate>
    <dc:creator>pbejse</dc:creator>
    <dc:date>2021-04-16T07:19:35Z</dc:date>
    <item>
      <title>Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10219708#M61781</link>
      <description>&lt;P&gt;I currently export a CSV file from a config file, from which it lets me know what devices I currently have on a network....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cell A = Node ID&lt;/P&gt;&lt;P&gt;Cell B = Line ID&lt;/P&gt;&lt;P&gt;Cell C = Device Address&lt;/P&gt;&lt;P&gt;Cell D = Type&lt;/P&gt;&lt;P&gt;Cell E = Description&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From this I normally build up a schematic manually, select the block for the device type then change the Node ID, Line ID, and Device Address attributes, N1/L1/001 for example, thousands of times over...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is easiest the longest document of my projects and I have been looking for an easier solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have limited understanding of python so that was my first avenue, but came up short of anything already out there that I could easily adapt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything already out there I could try or a different avenue to learn? lisp for example? VB?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally I would want a script to automatically generate a line schematic based off my already generated CSV file,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;Type 1 places block 1 with attributes in cells A1-C1 in "x" position 100&lt;/P&gt;&lt;P&gt;Draw line 100&lt;/P&gt;&lt;P&gt;Type 1 places block 1 with attributes in cells A2-C2 in "x" position 300&lt;/P&gt;&lt;P&gt;Draw line 100&lt;/P&gt;&lt;P&gt;Type 2 places block 2 with attributes in cells A3-C3 in "x" position 500&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 19:11:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10219708#M61781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-07T19:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10235586#M61782</link>
      <description>&lt;P&gt;Post a sample drawing of your drawing schematic. Reading CSV files is easy peasy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 19:59:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10235586#M61782</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2021-04-13T19:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10236270#M61783</link>
      <description>&lt;P&gt;Changed post re read, if Anthony you made csv from excel could do something directly saves the next, next question link from excel. If so post xls also.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 02:54:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10236270#M61783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-14T02:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237178#M61784</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Done a very brief look at the block schematic and a screenshot of an example of the .CSV file that is generated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BLOCK.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/906228iAE2A44986123BD5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="BLOCK.png" alt="BLOCK.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CSV FILE.png" style="width: 614px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/906222i21177C4D7B59F4F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="CSV FILE.png" alt="CSV FILE.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 10:29:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237178#M61784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-14T10:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237636#M61785</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;The actuals files rather than screen captures would help more.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 13:24:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237636#M61785</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2021-04-14T13:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237687#M61786</link>
      <description>&lt;P&gt;My Bad...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 13:35:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237687#M61786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-14T13:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237785#M61787</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;This schematic is a bit disjointed with MTEXT and ATTRIBUTES ... why are you not using attributes for all the information?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ronjonp_0-1618409150046.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/906324i3E9BB0307A650B04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ronjonp_0-1618409150046.png" alt="ronjonp_0-1618409150046.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 14:07:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237785#M61787</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2021-04-14T14:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237797#M61788</link>
      <description>&lt;P&gt;I just quicker to change the text with the MTEXT, no problem using the ATTRIBUTES though.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 14:10:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237797#M61788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-14T14:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237882#M61789</link>
      <description>&lt;P&gt;I'll see if I can get to this later today or tomorrow, some&amp;nbsp;&lt;EM&gt;real&lt;/EM&gt; work came in :).&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 14:34:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237882#M61789</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2021-04-14T14:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237924#M61790</link>
      <description>&lt;P&gt;No worries dude, any help, at any point would be much appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 14:46:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10237924#M61790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-14T14:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10238157#M61791</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like you're using Excel to parse XML data perhaps? If that is the case, and you are further interested, I do have a function that parses an XML string to Lisp. Might be useful here. It can also read an excel file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Over here on my ALx Functions post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autolisp-extended-alx-functions/m-p/10170619#M412778" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/autolisp-extended-alx-functions/m-p/10170619#M412778&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;~DD&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 16:02:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10238157#M61791</guid>
      <dc:creator>CodeDing</dc:creator>
      <dc:date>2021-04-14T16:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10240409#M61792</link>
      <description>&lt;P&gt;Go straight to excel as I suggested "next next request", do really need a xls file what happens when pattern is repeated for more than 1 segment ? Looks like a good delimeter to look for. "Loop Devices" as you say may be a xml file again multiple segments.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 10:11:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10240409#M61792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-15T10:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Scheamtic</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10243253#M61793</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example&lt;/P&gt;
&lt;P&gt;Type 1 places &lt;FONT color="#0000FF"&gt;block 1&lt;/FONT&gt; with attributes in cells A1-C1 in "x" position &lt;FONT color="#0000FF"&gt;100&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Draw line 100&lt;/P&gt;
&lt;P&gt;Type 1 places &lt;FONT color="#0000FF"&gt;block 1&lt;/FONT&gt; with attributes in cells A2-C2 in "x" position &lt;FONT color="#0000FF"&gt;300&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Draw line 100&lt;/P&gt;
&lt;P&gt;Type 2 places &lt;FONT color="#800000"&gt;block 2&lt;/FONT&gt; with attributes in cells A3-C3 in "x" position&lt;FONT color="#FF0000"&gt; 500&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Looks easy enough, But how did you come up with that sequence?&amp;nbsp;What is the block name, position and distance from this info?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="514"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;#PanelID&lt;/TD&gt;
&lt;TD width="64"&gt;Loop&lt;/TD&gt;
&lt;TD width="64"&gt;Address&lt;/TD&gt;
&lt;TD width="64"&gt;Zone&lt;/TD&gt;
&lt;TD width="93"&gt;Type&lt;/TD&gt;
&lt;TD width="165"&gt;Description&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;LA&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;WPMCP&lt;/TD&gt;
&lt;TD&gt;+0.000m LEVEL&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;LA&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;WPMCP&lt;/TD&gt;
&lt;TD&gt;+5.000m LEVEL&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;LA&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;LPSB&lt;/TD&gt;
&lt;TD&gt;+0.000m LEVEL&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 07:19:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/automated-scheamtic/m-p/10243253#M61793</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2021-04-16T07:19:35Z</dc:date>
    </item>
  </channel>
</rss>

