<?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 a 4th axis cr onsrud fanuc 31i.cps with c axis in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-a-4th-axis-cr-onsrud-fanuc-31i-cps-with-c/m-p/9987661#M6064</link>
    <description>&lt;P&gt;My machine cant read 5 axis code, it only has a c axis&amp;nbsp; sometimes referred to an A axis that rotates 360 degrees around the z axis. For a 90 degree tool holder or aggregate.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jan 2021 15:23:39 GMT</pubDate>
    <dc:creator>tdtcps</dc:creator>
    <dc:date>2021-01-08T15:23:39Z</dc:date>
    <item>
      <title>Post Processor for a 4th axis cr onsrud fanuc 31i.cps with c axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-a-4th-axis-cr-onsrud-fanuc-31i-cps-with-c/m-p/9986113#M6062</link>
      <description>&lt;P&gt;Would anyone be able to help me edit post processor for 4th axis machine?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 00:45:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-a-4th-axis-cr-onsrud-fanuc-31i-cps-with-c/m-p/9986113#M6062</guid>
      <dc:creator>tdtcps</dc:creator>
      <dc:date>2021-01-08T00:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor for a 4th axis cr onsrud fanuc 31i.cps with c axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-a-4th-axis-cr-onsrud-fanuc-31i-cps-with-c/m-p/9986400#M6063</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5250520"&gt;@tdtcps&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please click on the following link to set-up a 4/5 axis machine configuration in the post&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Link :&amp;nbsp;&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/hsm-post-processor-forum/how-to-set-up-a-4-5-axis-machine-configuration/td-p/6488176" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/hsm-post-processor-forum/how-to-set-up-a-4-5-axis-machine-configuration/td-p/6488176&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 05:12:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-a-4th-axis-cr-onsrud-fanuc-31i-cps-with-c/m-p/9986400#M6063</guid>
      <dc:creator>KrupalVala</dc:creator>
      <dc:date>2021-01-08T05:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor for a 4th axis cr onsrud fanuc 31i.cps with c axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-a-4th-axis-cr-onsrud-fanuc-31i-cps-with-c/m-p/9987661#M6064</link>
      <description>&lt;P&gt;My machine cant read 5 axis code, it only has a c axis&amp;nbsp; sometimes referred to an A axis that rotates 360 degrees around the z axis. For a 90 degree tool holder or aggregate.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 15:23:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-a-4th-axis-cr-onsrud-fanuc-31i-cps-with-c/m-p/9987661#M6064</guid>
      <dc:creator>tdtcps</dc:creator>
      <dc:date>2021-01-08T15:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Post Processor for a 4th axis cr onsrud fanuc 31i.cps with c axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-a-4th-axis-cr-onsrud-fanuc-31i-cps-with-c/m-p/9994879#M6065</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5250520"&gt;@tdtcps&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, You can configure the post to 4 axis also. Just change the codes as shown below.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;if (properties.has5Axis) { // note: setup your machine here
     var aAxis = createAxis({coordinate:0, table:true, axis:[1, 0, 0], range:[-115, 115], cyclic:true});
   // var cAxis = createAxis({coordinate:2, table:true, axis:[0, 0, 1], range:[-115, 300], cyclic:true, preference:1});
    machineConfiguration = new MachineConfiguration(aAxis);
   // machineConfiguration = new MachineConfiguration(cAxis);
    
   setMachineConfiguration(machineConfiguration);
    optimizeMachineAngles2(1); // TCP mode
  }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Also change has5Axis as true or You can select/change it while post processing the codes from post Properties.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;has5Axis: true, // specifies if multi-axis toolpath should be output&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But If you go through "How to set up a 4/5 axis machine configuration link" then you will know how each code plays its role and where to modify it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 06:00:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/post-processor-for-a-4th-axis-cr-onsrud-fanuc-31i-cps-with-c/m-p/9994879#M6065</guid>
      <dc:creator>KrupalVala</dc:creator>
      <dc:date>2021-01-12T06:00:44Z</dc:date>
    </item>
  </channel>
</rss>

