<?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: dynamic coordinate chart in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6994527#M233686</link>
    <description>&lt;P&gt;I am trying to run your 71_CoTbl.Fas from the website you recommended and getting this error “File D:\Box.tbl is already open.; error: quit / exit abort”&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 14:21:35 GMT</pubDate>
    <dc:creator>john.taiariol</dc:creator>
    <dc:date>2017-04-04T14:21:35Z</dc:date>
    <item>
      <title>dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6981332#M233678</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to create a coordinate chart that is dynamically linked to a polyline in such a manner in that if I was to move a coordinate on the polyline then the chart would automatically update. I was wondering if this is possible using ordinate dimensioning? thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 13:50:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6981332#M233678</guid>
      <dc:creator>john.taiariol</dc:creator>
      <dc:date>2017-03-29T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6981683#M233679</link>
      <description>&lt;P&gt;I would put a circle on each of the pline's vertices (on a "no plot" layer), and in the table, you can add field where you would use the OBJECT option (select the circle, and then extract the X &amp;amp; Y coordinates from the center of the circle. &amp;nbsp;Then, when you need to change the location on the pline's vertex, you can drag both the pline grip and the center of the circle grip at the same time, and when you REGEN, the table will update&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 15:32:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6981683#M233679</guid>
      <dc:creator>murray-clack</dc:creator>
      <dc:date>2017-03-29T15:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6981984#M233680</link>
      <description>&lt;P&gt;not sure how to link the table cell to the coordinate&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 16:36:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6981984#M233680</guid>
      <dc:creator>john.taiariol</dc:creator>
      <dc:date>2017-03-29T16:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6982091#M233681</link>
      <description>&lt;P&gt;Place your cursor inside the cell, right-click and select "Insert Field", and the FIELD dialog will appear. &amp;nbsp;Click the field category pull-down menu and select "Objects", then select "Object" in the Field Names list, and then click on the cross-hairs button under the "Object" category and then select your circle&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 17:14:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6982091#M233681</guid>
      <dc:creator>murray-clack</dc:creator>
      <dc:date>2017-03-29T17:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6982277#M233682</link>
      <description>&lt;P&gt;works thanks. kinda long drawn out process. anyway this can be automated with a lisp routine?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:22:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6982277#M233682</guid>
      <dc:creator>john.taiariol</dc:creator>
      <dc:date>2017-03-29T18:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6982285#M233683</link>
      <description>&lt;P&gt;What about this?: &amp;nbsp;&amp;nbsp;&lt;A href="http://www.cadlispandtips.com/2011/09/lisp-coordinates-with-table.html" target="_blank"&gt;http://www.cadlispandtips.com/2011/09/lisp-coordinates-with-table.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:25:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6982285#M233683</guid>
      <dc:creator>murray-clack</dc:creator>
      <dc:date>2017-03-29T18:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6987996#M233684</link>
      <description>&lt;P&gt;yes I saw this one but it doesn't quite work for me. I was hoping for a lisp routine to generate a table of coordinates by selecting a polyline.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 18:18:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6987996#M233684</guid>
      <dc:creator>john.taiariol</dc:creator>
      <dc:date>2017-03-31T18:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6988006#M233685</link>
      <description>&lt;P&gt;What about this one: &amp;nbsp;&amp;nbsp;&lt;A href="http://esurveying.net/land-survey/free-lisp-create-coordinate-table-of-polyline-vertex" target="_blank"&gt;http://esurveying.net/land-survey/free-lisp-create-coordinate-table-of-polyline-vertex&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 18:23:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6988006#M233685</guid>
      <dc:creator>murray-clack</dc:creator>
      <dc:date>2017-03-31T18:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6994527#M233686</link>
      <description>&lt;P&gt;I am trying to run your 71_CoTbl.Fas from the website you recommended and getting this error “File D:\Box.tbl is already open.; error: quit / exit abort”&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 14:21:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6994527#M233686</guid>
      <dc:creator>john.taiariol</dc:creator>
      <dc:date>2017-04-04T14:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6997949#M233687</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4607122"&gt;@john.taiariol&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you get the LISP routines as suggested by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/34475"&gt;@murray-clack&lt;/a&gt;&amp;nbsp;to work for you? If not, I suggest going to the Author's site for assistance with his routine.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 16:55:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6997949#M233687</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2017-04-05T16:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6999706#M233688</link>
      <description>&lt;P&gt;still doesn't work. I tried to get help from the author website but have not received a reply yet.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 10:48:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/6999706#M233688</guid>
      <dc:creator>john.taiariol</dc:creator>
      <dc:date>2017-04-06T10:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/7001372#M233689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4607122"&gt;@john.taiariol&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It does look pretty slick on the web site but I didn't get it to work either. Please add a post if the author gets back to you.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 20:55:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/7001372#M233689</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2017-04-06T20:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/7004045#M233690</link>
      <description>&lt;P&gt;I am not getting a response from this website. Do you have any suggestions?&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 00:59:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/7004045#M233690</guid>
      <dc:creator>john.taiariol</dc:creator>
      <dc:date>2017-04-08T00:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic coordinate chart</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/7004495#M233691</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4607122"&gt;@john.taiariol&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the past I have made a block with fields to capture the coordinates of each Vertex. It sounds like it is laborious but it goes pretty fast depending on the complexity of your file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Give this a try and attach a sample file to a post if you want me to look too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #808000;"&gt;Please select the &lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt; button if my post solves your issue or answers your question.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 14:55:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-coordinate-chart/m-p/7004495#M233691</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2017-04-08T14:55:15Z</dc:date>
    </item>
  </channel>
</rss>

