<?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 G114 Polar Interpolation in Fusion Manufacture</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture/g114-polar-interpolation/m-p/8456536#M55085</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been using Fusion to write programs for our mill turn lathe with C axis control and so far everything's been going great. I've been trying to write a program for the part shown below and have managed to get a program that functions and produces an acceptable part but I have some concerns about it. When using the C axis and X axis of the machine together to produce the triangular profile at the back, the C axis performs a lot of stop-start actions instead of smoothly moving around the profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We've machined this part previously with a program written in some different software that uses a G114 cycle and produces a smooth path around the part&amp;nbsp;a&amp;nbsp;much shorter amount of code. Is there an option I'm missing in fusion that will produced a path using G114 or a smoother path at least. I've attached the f3d, the segment of code for the triangle area and also a copy of the post we're using right now, any help on this issue would be greatly appreciated!&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 847px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/579390i1E4BB8D13822BD05/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Dec 2018 10:10:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-10T10:10:00Z</dc:date>
    <item>
      <title>G114 Polar Interpolation</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/g114-polar-interpolation/m-p/8456536#M55085</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been using Fusion to write programs for our mill turn lathe with C axis control and so far everything's been going great. I've been trying to write a program for the part shown below and have managed to get a program that functions and produces an acceptable part but I have some concerns about it. When using the C axis and X axis of the machine together to produce the triangular profile at the back, the C axis performs a lot of stop-start actions instead of smoothly moving around the profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We've machined this part previously with a program written in some different software that uses a G114 cycle and produces a smooth path around the part&amp;nbsp;a&amp;nbsp;much shorter amount of code. Is there an option I'm missing in fusion that will produced a path using G114 or a smoother path at least. I've attached the f3d, the segment of code for the triangle area and also a copy of the post we're using right now, any help on this issue would be greatly appreciated!&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 847px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/579390i1E4BB8D13822BD05/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 10:10:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/g114-polar-interpolation/m-p/8456536#M55085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-10T10:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: G114 Polar Interpolation</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/g114-polar-interpolation/m-p/8458354#M55110</link>
      <description>&lt;P&gt;Hi Rachel does the machine have a Y axis? if it does then your previous post may have been selecting the y axis and not the c, the c axis by default will have to post lots of positions and code to maintain accuracy.&lt;/P&gt;
&lt;P&gt;Having a quick look at the post&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;///////////////////////////////////////////////////////////////////////////////&lt;BR /&gt;// MANUAL NC COMMANDS&lt;BR /&gt;//&lt;BR /&gt;// The following ACTION commands are supported by this post.&lt;BR /&gt;//&lt;BR /&gt;// partEject - Manually eject the part&lt;BR /&gt;// transferType:phase,speed - Phase or Speed spindle synchronization for stock-transfer&lt;BR /&gt;// transferUseTorque:yes,no - Use torque control for stock-transfer&lt;BR /&gt;// useXZCMode - Force XZC mode for next operation&lt;BR /&gt;// usePolarMode - Force Polar mode for next operation&lt;BR /&gt;//&lt;/P&gt;
&lt;P&gt;you may be able to force the use of the Y axis hopefully giving you a better program&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 22:03:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/g114-polar-interpolation/m-p/8458354#M55110</guid>
      <dc:creator>s.noke71</dc:creator>
      <dc:date>2018-12-10T22:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: G114 Polar Interpolation</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture/g114-polar-interpolation/m-p/8459151#M55118</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply, I should have specified more clearly that our machine doesn't have a Y axis so must achieve this shape with X and C axis moves only which it does do so far but with a lot of small stop start motions.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 08:56:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture/g114-polar-interpolation/m-p/8459151#M55118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-11T08:56:48Z</dc:date>
    </item>
  </channel>
</rss>

