<?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: Modify Trimble Export setings in Fabrication CADmep Forum</title>
    <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6617581#M1991</link>
    <description>&lt;P&gt;renumber all your hangers first, make a hanger report corresponding hanger number to rod and clevis size, use it at layout time.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2016 13:57:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-12T13:57:20Z</dc:date>
    <item>
      <title>Modify Trimble Export setings</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6603089#M1959</link>
      <description>&lt;P&gt;Is there a way to modify how the data is being extracted when you run the trimbleexport command? &amp;nbsp;We are specifically wondering if we can modify what the point number is. &amp;nbsp;We notice that the point number gets modified from the item number when you run trimbleexport. &amp;nbsp;Is there a way to get the hanger rod size added to the point number?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 14:59:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6603089#M1959</guid>
      <dc:creator>bknapton</dc:creator>
      <dc:date>2016-10-05T14:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Trimble Export setings</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6604508#M1960</link>
      <description>&lt;P&gt;If you just want to add the size description from a product listed value to the item number, then you can make a simple COD text file and use the ExecuteScript command to concatenate that onto the item number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paste this into the COD&lt;/P&gt;&lt;PRE&gt;If Item.CID=838 Then
	item.number = item.number + "-" + item.description
EndIf&lt;/PRE&gt;&lt;P&gt;Note: &lt;U&gt;You&lt;/U&gt; will have to make sure to avoid the scenario of running this script on something that has already had the size descriptor added.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 02:43:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6604508#M1960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-06T02:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Trimble Export setings</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6605384#M1961</link>
      <description>&lt;P&gt;Is there a way to add the rod size instead of hanger size? &amp;nbsp;Trimble guy would need to know rod size before hanger size.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 12:45:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6605384#M1961</guid>
      <dc:creator>bknapton</dc:creator>
      <dc:date>2016-10-06T12:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Trimble Export setings</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6605582#M1962</link>
      <description>&lt;P&gt;If Item.CID=838 Then&lt;BR /&gt;item.number = item.number + "-" + item.option["Drop Rod Diameter"].value&lt;BR /&gt;EndIf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you know that there is a setting in the options tab of the hanger "Add Rod Size" set it to yes and it will export the hanger rod size to the trimble file. &amp;nbsp;It is not part of the hanger number but is part of the Description which is visible by the trimble operators.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 13:55:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6605582#M1962</guid>
      <dc:creator>MOatman</dc:creator>
      <dc:date>2016-10-06T13:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Trimble Export setings</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6605628#M1963</link>
      <description>&lt;P&gt;I am aware of that setting and I have all hanger set to yes. I've been told that the Hilti unit we are using can only the point number and not the description when doing layout. &amp;nbsp;So we are trying to be creative and come up with other ways to tell the guy on deck the information they need.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 14:09:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6605628#M1963</guid>
      <dc:creator>bknapton</dc:creator>
      <dc:date>2016-10-06T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Trimble Export setings</title>
      <link>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6617581#M1991</link>
      <description>&lt;P&gt;renumber all your hangers first, make a hanger report corresponding hanger number to rod and clevis size, use it at layout time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 13:57:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fabrication-cadmep-forum/modify-trimble-export-setings/m-p/6617581#M1991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-12T13:57:20Z</dc:date>
    </item>
  </channel>
</rss>

