<?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 Peck drilling with UMC 750 in Fusion Manufacture</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture/peck-drilling-with-umc-750/m-p/9336967#M76267</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have difficulties with performing peck drill with my HAAS UMC 750 with pecking depth reduction. It seems like the UMC 750 post processor does not take into account the pecking depth reduction parameter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone that have solved this issue with the post processor?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Jonas W&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2020 07:11:21 GMT</pubDate>
    <dc:creator>jonas.wassdahlYCD2Y</dc:creator>
    <dc:date>2020-02-24T07:11:21Z</dc:date>
    <item>
      <title>Peck drilling with UMC 750</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/peck-drilling-with-umc-750/m-p/9336967#M76267</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have difficulties with performing peck drill with my HAAS UMC 750 with pecking depth reduction. It seems like the UMC 750 post processor does not take into account the pecking depth reduction parameter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone that have solved this issue with the post processor?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Jonas W&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 07:11:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/peck-drilling-with-umc-750/m-p/9336967#M76267</guid>
      <dc:creator>jonas.wassdahlYCD2Y</dc:creator>
      <dc:date>2020-02-24T07:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Peck drilling with UMC 750</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/peck-drilling-with-umc-750/m-p/9337936#M76281</link>
      <description>&lt;P&gt;I actually just had this same issue about a week ago. The code to handle pecking depth reduction is absent in the UMC-750 postprocessor. I changed it using the code from the Haas VMC postprocessor which does have it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will want to change the deep drilling case to the following &lt;FONT color="#FF0000"&gt;red colored code&lt;/FONT&gt;. It should be under the onCyclePoint() function in the UMC-750.cps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;case "deep-drilling":
      writeBlock(
        gRetractModal.format(98), gAbsIncModal.format(90), gCycleModal.format(83),
        getCommonCycle(x, y, z, cycle.retract, cycle.clearance),
        &lt;FONT color="#008000"&gt;// UMC-750 ORIGINALS
        // "Q" + xyzFormat.format(cycle.incrementalDepth),
        // "P" + milliFormat.format(P), // not optional&lt;/FONT&gt;
        &lt;FONT color="#FF0000"&gt;(((cycle.incrementalDepthReduction &amp;gt; 0) ? "I" : "Q") + xyzFormat.format(cycle.incrementalDepth)),
        conditional(cycle.incrementalDepthReduction &amp;gt; 0, "J" + xyzFormat.format(cycle.incrementalDepthReduction)),
        conditional(cycle.incrementalDepthReduction &amp;gt; 0, "K" + xyzFormat.format(cycle.minimumIncrementalDepth)),
        conditional(P &amp;gt; 0, "P" + milliFormat.format(P)), // optional&lt;/FONT&gt;
        feedOutput.format(F)
      );
      break;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 15:45:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/peck-drilling-with-umc-750/m-p/9337936#M76281</guid>
      <dc:creator>raymus.houston</dc:creator>
      <dc:date>2020-02-24T15:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Peck drilling with UMC 750</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/peck-drilling-with-umc-750/m-p/9344004#M76451</link>
      <description>&lt;P&gt;Great, big thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Jonas W&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 21:02:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/peck-drilling-with-umc-750/m-p/9344004#M76451</guid>
      <dc:creator>jonas.wassdahlYCD2Y</dc:creator>
      <dc:date>2020-02-26T21:02:23Z</dc:date>
    </item>
  </channel>
</rss>

