<?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 &amp;quot;Frontside Stock Offset&amp;quot; to post processor in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-quot-frontside-stock-offset-quot-to-post-processor/m-p/7783130#M15457</link>
    <description>&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like I don't have the parameter stockZHigh. The&amp;nbsp;post processor is not entering the if-function.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2018 11:19:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-16T11:19:55Z</dc:date>
    <item>
      <title>Adding "Frontside Stock Offset" to post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-quot-frontside-stock-offset-quot-to-post-processor/m-p/7783016#M15455</link>
      <description>&lt;P&gt;I'm trying to get the parameter&amp;nbsp;"Frontside Stock Offset" from the CAM (lathe), to be printed through the post processor. This dimension represents the distance between the highest z-dimension of the part and the highest z-dimension of the stock material.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like the parameter should be "stockZHigh", when looking at the dump-file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried "writeComment(stockZHigh);" and "writeComment(job_stockOffsetFront);", but with no success. Do you have any tips on how I should proceed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 10:29:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-quot-frontside-stock-offset-quot-to-post-processor/m-p/7783016#M15455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-16T10:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding "Frontside Stock Offset" to post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-quot-frontside-stock-offset-quot-to-post-processor/m-p/7783060#M15456</link>
      <description>&lt;P&gt;Please try this:&lt;/P&gt;
&lt;PRE&gt;if (hasParameter("operation:stockZHigh")) {
  writeComment(getParameter("operation:stockZHigh"));
}&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Feb 2018 10:45:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-quot-frontside-stock-offset-quot-to-post-processor/m-p/7783060#M15456</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2018-02-16T10:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding "Frontside Stock Offset" to post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-quot-frontside-stock-offset-quot-to-post-processor/m-p/7783130#M15457</link>
      <description>&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like I don't have the parameter stockZHigh. The&amp;nbsp;post processor is not entering the if-function.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:19:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-quot-frontside-stock-offset-quot-to-post-processor/m-p/7783130#M15457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-16T11:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding "Frontside Stock Offset" to post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-quot-frontside-stock-offset-quot-to-post-processor/m-p/7783161#M15458</link>
      <description>&lt;P&gt;You are right, this should work instead:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;if (hasGlobalParameter("operation:stockZHigh")) {
  writeComment(getGlobalParameter("operation:stockZHigh"));
}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:33:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-quot-frontside-stock-offset-quot-to-post-processor/m-p/7783161#M15458</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2018-02-16T11:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding "Frontside Stock Offset" to post processor</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-quot-frontside-stock-offset-quot-to-post-processor/m-p/7791371#M15459</link>
      <description>&lt;P&gt;Have been really busy for a few days and not checked for replies.&amp;nbsp;Tried your solution now and it works perfect!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much:)&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 12:03:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/adding-quot-frontside-stock-offset-quot-to-post-processor/m-p/7791371#M15459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-20T12:03:22Z</dc:date>
    </item>
  </channel>
</rss>

