<?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: ADDING CERTAIN iPROPERTIES DETAILS TO POST PROCESSOR in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-certain-iproperties-details-to-post-processor/m-p/9458896#M8215</link>
    <description>&lt;P&gt;Hi @Anonymous,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can add this to your postprocessor (under the machine setup in onOpen() / replace the program comment):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;    //iProperties

    var partNumber = getGlobalParameter("inventor:Part Number");
	var description = getGlobalParameter("inventor:Description");
    var revision = getGlobalParameter("inventor:Revision Number");
    var vendor = getGlobalParameter("inventor:Vendor");
	  
	if (programComment) {
    writeComment(programComment);
	}
	  
	if (partNumber) {
    writeComment(localize("Partnumber: ") + partNumber);
    }
	  
    if (description) {
    writeComment(localize("Description: ") + description);
    }
	  
    if (revision) {
    writeComment(localize("Revision: ") + revision);
    }
	  
    if (vendor) {
    writeComment(localize("Vendor: ") + vendor);
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2020 12:10:19 GMT</pubDate>
    <dc:creator>FTKnur</dc:creator>
    <dc:date>2020-04-21T12:10:19Z</dc:date>
    <item>
      <title>ADDING CERTAIN iPROPERTIES DETAILS TO POST PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-certain-iproperties-details-to-post-processor/m-p/9457033#M8214</link>
      <description>&lt;P&gt;I'm looking to add certain details from the "Project" tab under iProperties to the beginning of the G-Code I post process. For example, I want the post to output these 4 things from the project tab&lt;/P&gt;&lt;P&gt;Part number&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;Revision&lt;/P&gt;&lt;P&gt;Vendor&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="project capture.JPG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/757380i09CA7333F026AF59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="project capture.JPG" alt="project capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To be reflected in the program like this, before the tool list...&lt;/P&gt;&lt;P&gt;O1001&lt;/P&gt;&lt;P&gt;(Program Comment)&lt;/P&gt;&lt;P&gt;(CAP-10607-m)&lt;/P&gt;&lt;P&gt;(14 inch bearing cap 10607)&lt;/P&gt;&lt;P&gt;(Revision B)&lt;/P&gt;&lt;P&gt;(Riverside)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is an easy addition to my Okuma Mill post processor&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 19:03:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-certain-iproperties-details-to-post-processor/m-p/9457033#M8214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-20T19:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING CERTAIN iPROPERTIES DETAILS TO POST PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-certain-iproperties-details-to-post-processor/m-p/9458896#M8215</link>
      <description>&lt;P&gt;Hi @Anonymous,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can add this to your postprocessor (under the machine setup in onOpen() / replace the program comment):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;    //iProperties

    var partNumber = getGlobalParameter("inventor:Part Number");
	var description = getGlobalParameter("inventor:Description");
    var revision = getGlobalParameter("inventor:Revision Number");
    var vendor = getGlobalParameter("inventor:Vendor");
	  
	if (programComment) {
    writeComment(programComment);
	}
	  
	if (partNumber) {
    writeComment(localize("Partnumber: ") + partNumber);
    }
	  
    if (description) {
    writeComment(localize("Description: ") + description);
    }
	  
    if (revision) {
    writeComment(localize("Revision: ") + revision);
    }
	  
    if (vendor) {
    writeComment(localize("Vendor: ") + vendor);
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 12:10:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-certain-iproperties-details-to-post-processor/m-p/9458896#M8215</guid>
      <dc:creator>FTKnur</dc:creator>
      <dc:date>2020-04-21T12:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING CERTAIN iPROPERTIES DETAILS TO POST PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-certain-iproperties-details-to-post-processor/m-p/9459013#M8216</link>
      <description>&lt;P&gt;THANK YOU!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 12:48:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-certain-iproperties-details-to-post-processor/m-p/9459013#M8216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-21T12:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: ADDING CERTAIN iPROPERTIES DETAILS TO POST PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-certain-iproperties-details-to-post-processor/m-p/13195329#M8217</link>
      <description>&lt;P&gt;Hello again!&lt;/P&gt;&lt;P&gt;Been a while. I'm looking to do this again but for Fusion 360 since Autodesk is no longer supporting Inventor Cam. I looked at the dumper file for F360 and it doesn't look like there is anywhere to pull this data from? When I post from Fusion using this script I get an error on this line. Is there a way to pull model properties in Fusion to be posted in the program header?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 16:41:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-certain-iproperties-details-to-post-processor/m-p/13195329#M8217</guid>
      <dc:creator>chris.dicksonWK9BY</dc:creator>
      <dc:date>2024-12-05T16:41:44Z</dc:date>
    </item>
  </channel>
</rss>

