<?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 hurco post mod help . in Fusion Manufacture</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649518#M18966</link>
    <description>&lt;P&gt;Could someone help with getting the drilling chip brake cycle to output g1 moves and not caned cycle . I have it done with my flashcut post but this is more complicated because of the switch between isnc and bnc posting . with simple post it is just commenting out the wright block but with the hurco post it doesn't work &amp;nbsp;,It just errors out&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Oct 2016 12:43:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-27T12:43:52Z</dc:date>
    <item>
      <title>hurco post mod help .</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649518#M18966</link>
      <description>&lt;P&gt;Could someone help with getting the drilling chip brake cycle to output g1 moves and not caned cycle . I have it done with my flashcut post but this is more complicated because of the switch between isnc and bnc posting . with simple post it is just commenting out the wright block but with the hurco post it doesn't work &amp;nbsp;,It just errors out&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 12:43:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649518#M18966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-27T12:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: hurco post mod help .</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649582#M18968</link>
      <description>&lt;P&gt;I believe you can just change the cycle to this in the post..:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; case "chip-breaking":&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expandCyclePoint(x, y, z);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 12:56:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649582#M18968</guid>
      <dc:creator>George-Roberts</dc:creator>
      <dc:date>2016-10-27T12:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: hurco post mod help .</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649784#M18973</link>
      <description>&lt;P&gt;This is what it what I have &amp;nbsp;, I am running bnc mode so I commented out&amp;nbsp;&lt;SPAN&gt;((cycle.accumulatedDepth &amp;lt; cycle.depth) || (P &amp;gt; 0)) and wright block . I keep getting&amp;nbsp;errors.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;break;&lt;BR /&gt;case "chip-breaking":&lt;BR /&gt;if ((cycle.accumulatedDepth &amp;lt; cycle.depth) || (P &amp;gt; 0)) {&lt;BR /&gt;expandCyclePoint(x, y, z);&lt;BR /&gt;} else {&lt;BR /&gt;if (properties.isnc) {&lt;BR /&gt;writeBlock(&lt;BR /&gt;gRetractModal.format(98), gAbsIncModal.format(90), gCycleModal.format(73),&lt;BR /&gt;getCommonCycle(x, y, z, cycle.retract),&lt;BR /&gt;"Q" + xyzFormat.format(cycle.incrementalDepth),&lt;BR /&gt;feedOutput.format(F)&lt;BR /&gt;);&lt;BR /&gt;} else { // BNC mode&lt;BR /&gt;writeBlock(&lt;BR /&gt;gRetractModal.format(98), gAbsIncModal.format(90), gCycleModal.format(73),&lt;BR /&gt;getCommonCycle(x, y, cycle.clearance - cycle.bottom, zOutput.getCurrent() - cycle.retract),&lt;BR /&gt;"Q" + xyzFormat.format(cycle.incrementalDepth),&lt;BR /&gt;feedOutput.format(F)&lt;BR /&gt;);&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;break;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 13:33:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649784#M18973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-27T13:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: hurco post mod help .</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649843#M18974</link>
      <description>&lt;P&gt;just change the line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if ((cycle.accumulatedDepth &amp;lt; cycle.depth) || (P &amp;gt; 0)) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if (true) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and that will expand the cycle to G1 moves&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 13:43:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649843#M18974</guid>
      <dc:creator>George-Roberts</dc:creator>
      <dc:date>2016-10-27T13:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: hurco post mod help .</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649882#M18976</link>
      <description>&lt;P&gt;Thank you George !!!! java post programming is so not my strong point !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tony&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 13:49:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649882#M18976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-27T13:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: hurco post mod help .</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649917#M18977</link>
      <description>&lt;P&gt;Awesome :)! Good luck&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 13:56:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/hurco-post-mod-help/m-p/6649917#M18977</guid>
      <dc:creator>George-Roberts</dc:creator>
      <dc:date>2016-10-27T13:56:46Z</dc:date>
    </item>
  </channel>
</rss>

