<?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: Error in the win-nc post double check in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/error-in-the-win-nc-post-double-check/m-p/9740458#M14151</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Is this option to invert the movement yet implemented?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2020 16:36:09 GMT</pubDate>
    <dc:creator>arno.krenslehner03</dc:creator>
    <dc:date>2020-09-10T16:36:09Z</dc:date>
    <item>
      <title>Error in the win-nc post double check</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/error-in-the-win-nc-post-double-check/m-p/8103371#M14149</link>
      <description>&lt;P&gt;A user posted on facebook that there machine was doing some silly moves it was doing a - move when it was meant to be doing a + move&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see in red below&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1001)&lt;BR /&gt;(T1 D=6. CR=0. - ZMIN=-4. - flat end mill)&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;N10 G90&lt;BR /&gt;N11 G71&lt;BR /&gt;&lt;BR /&gt;(2D Contour1)&lt;BR /&gt;(CHANGE TOOL)&lt;BR /&gt;N12 T1 M06 (FLAT END MILL D=6. 6MM SINGLE FLUTE ENDMILL)&lt;BR /&gt;N13 S2666 M03&lt;BR /&gt;N14 G54&lt;BR /&gt;N15 M08&lt;BR /&gt;N16 G00 X-24.6 Y16.8&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;N17 G00 Z-15.&amp;nbsp; Clearances&amp;nbsp;Height&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;N18 G00 Z-5.&amp;nbsp; &amp;nbsp;Retract Height&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;N19 G01 Z-2. F10&lt;BR /&gt;N20 G01 Z0.4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It should of been doing&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1001)&lt;BR /&gt;(T1 D=6. CR=0. - ZMIN=-4. - flat end mill)&lt;BR /&gt;N10 G90&lt;BR /&gt;N11 G71&lt;BR /&gt;&lt;BR /&gt;(2D Contour1)&lt;BR /&gt;(CHANGE TOOL)&lt;BR /&gt;N12 T1 M06 (FLAT END MILL D=6. 6MM SINGLE FLUTE ENDMILL)&lt;BR /&gt;N13 S2666 M03&lt;BR /&gt;N14 G54&lt;BR /&gt;N15 M08&lt;BR /&gt;N16 G00 X-24.6 Y16.8&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;N17 G00 Z15.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;N18 G00 Z5.&lt;/FONT&gt;&lt;BR /&gt;N19 G01 Z-2. F10&lt;BR /&gt;N20 G01 Z0.4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In the post the Z format was set like below on&amp;nbsp;line 90&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; var&lt;/SPAN&gt; &lt;SPAN&gt;zFormat&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;createFormat&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;SPAN&gt;decimals:&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;unit&lt;/SPAN&gt; &lt;SPAN&gt;==&lt;/SPAN&gt; &lt;SPAN&gt;MM&lt;/SPAN&gt; &lt;SPAN&gt;?&lt;/SPAN&gt; &lt;SPAN&gt;3&lt;/SPAN&gt; &lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;4&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;forceDecimal:&lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;scale:-&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;I changed it to&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;zFormat&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;createFormat&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;SPAN&gt;decimals:&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;unit&lt;/SPAN&gt; &lt;SPAN&gt;==&lt;/SPAN&gt; &lt;SPAN&gt;MM&lt;/SPAN&gt; &lt;SPAN&gt;?&lt;/SPAN&gt; &lt;SPAN&gt;3&lt;/SPAN&gt; &lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;4&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;forceDecimal:&lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;scale:&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;The post is this one&amp;nbsp;&lt;A href="https://cam.autodesk.com/hsmposts?p=winpc-nc" target="_blank"&gt;https://cam.autodesk.com/hsmposts?p=winpc-nc&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Jul 2018 00:30:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/error-in-the-win-nc-post-double-check/m-p/8103371#M14149</guid>
      <dc:creator>daniel_lyall</dc:creator>
      <dc:date>2018-07-02T00:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the win-nc post double check</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/error-in-the-win-nc-post-double-check/m-p/8115094#M14150</link>
      <description>&lt;P&gt;Thank you for bringing this to our attention.&amp;nbsp; The WinPC-NC controller is generic in nature and is meant to be connected to a variety of machines.&amp;nbsp; It seems that the machine it was originally written for moved the Z-axis in the opposite direction.&amp;nbsp; We will add a property allowing for the Z-axis to be output in the normal or opposite directions.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 23:14:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/error-in-the-win-nc-post-double-check/m-p/8115094#M14150</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2018-07-06T23:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the win-nc post double check</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/error-in-the-win-nc-post-double-check/m-p/9740458#M14151</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Is this option to invert the movement yet implemented?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 16:36:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/error-in-the-win-nc-post-double-check/m-p/9740458#M14151</guid>
      <dc:creator>arno.krenslehner03</dc:creator>
      <dc:date>2020-09-10T16:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the win-nc post double check</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/error-in-the-win-nc-post-double-check/m-p/9740504#M14152</link>
      <description>&lt;P&gt;Yes, you can set the desired Z-axis direction using the following post property.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="WindPC-NC.png" style="width: 338px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/817770iC8D9FBF7C40F1AE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WindPC-NC.png" alt="WindPC-NC.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The latest version of the post can be downloaded from the online Post Library.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cam.autodesk.com/hsmposts?p=winpc-nc" target="_blank" rel="noopener"&gt;https://cam.autodesk.com/hsmposts?p=winpc-nc&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 16:55:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/error-in-the-win-nc-post-double-check/m-p/9740504#M14152</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2020-09-10T16:55:13Z</dc:date>
    </item>
  </channel>
</rss>

