<?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: Post Processor for Cam in Fusion Support Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13432757#M1016</link>
    <description>&lt;P&gt;Hii there&lt;BR /&gt;&lt;SPAN&gt;could you provide more details so we can better understand the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;please share the project file and the post processor you're using for it.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Apr 2025 15:08:57 GMT</pubDate>
    <dc:creator>rushikesh_nagalkar</dc:creator>
    <dc:date>2025-04-18T15:08:57Z</dc:date>
    <item>
      <title>Post Processor for Cam</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13431332#M1015</link>
      <description>&lt;P&gt;Hey All.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am trying to get an old machine tool working, What I have is a retrofit Supermax YCM40 3 axis milling machine with an Anilam Crusader M control. I can use the post to do most things but when I get to anything circular the post will not include the x,y,i,j, on the same line, sometimes it will drop the x and sometimes it will drop the y. The machine needs to have it all so it will not error out (circular error). I am just learning how to edit post processors now but for the life of me I cannot understand why it drops either the x or y coordinate.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 15:54:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13431332#M1015</guid>
      <dc:creator>tanger1945</dc:creator>
      <dc:date>2025-04-17T15:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor for Cam</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13432757#M1016</link>
      <description>&lt;P&gt;Hii there&lt;BR /&gt;&lt;SPAN&gt;could you provide more details so we can better understand the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;please share the project file and the post processor you're using for it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 15:08:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13432757#M1016</guid>
      <dc:creator>rushikesh_nagalkar</dc:creator>
      <dc:date>2025-04-18T15:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor for Cam</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13434014#M1017</link>
      <description>&lt;P&gt;I have attached the Post that I am using and the Fusion project I was working on. Let me know if you have any questions. Thanks for looking at this. I will try to get pictures of what the machine screen has on it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Apr 2025 19:56:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13434014#M1017</guid>
      <dc:creator>tanger1945</dc:creator>
      <dc:date>2025-04-19T19:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor for Cam</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13435608#M1018</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;It appears that significant changes have been made to the post processor, and it is also an older version. Additionally, the IJK values are different, assuming they work with your controller.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2025-04-21 171605.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1491392iFD20515E26FC72BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-04-21 171605.png" alt="Screenshot 2025-04-21 171605.png" /&gt;&lt;/span&gt;&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;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If x,y,z.. has&amp;nbsp;the same value as the previous value, in a next call it will not write those value.&lt;BR /&gt;Here are some of the ways to force the values&amp;nbsp;&lt;BR /&gt;If you want to specifically force X and Y for G02 and G03 moves,&lt;/P&gt;
&lt;P&gt;use&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;xOutput&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;reset&lt;/SPAN&gt;&lt;SPAN&gt;(); &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;yOutput&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;reset&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;The below image: Force X Y values only for circular path in XY plane.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-21 181044.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1491402i54D3FCFC51C4A7CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-04-21 181044.png" alt="Screenshot 2025-04-21 181044.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 12:48:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13435608#M1018</guid>
      <dc:creator>rushikesh_nagalkar</dc:creator>
      <dc:date>2025-04-21T12:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor for Cam</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13440751#M1019</link>
      <description>&lt;P&gt;Thank you, I think that did it, i will load on machine to test it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 17:14:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13440751#M1019</guid>
      <dc:creator>tanger1945</dc:creator>
      <dc:date>2025-04-23T17:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor for Cam</title>
      <link>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13605725#M1020</link>
      <description>&lt;P&gt;I was able to load and run programs into my machine and they are now working. I have attached working post for Anilam Crusader M .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 13:55:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-support-forum/post-processor-for-cam/m-p/13605725#M1020</guid>
      <dc:creator>tanger1945</dc:creator>
      <dc:date>2025-04-29T13:55:07Z</dc:date>
    </item>
  </channel>
</rss>

