<?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: Problem enable bAxis and cAxis in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-baxis-and-caxis/m-p/9614481#M7752</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6322768"&gt;@cosmedsrl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's because of Euler angle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use/change&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;workplane&lt;/SPAN&gt; with other methods. To change&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;Tilted&amp;nbsp;workplane go to&lt;/SPAN&gt;&amp;nbsp;Post Properties and you will find "&lt;SPAN style="font-family: inherit;"&gt;usePlane"&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Specifies&amp;nbsp;the&amp;nbsp;tilted&amp;nbsp;workplane you can choose below method based on your controller/requirement.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;1) &lt;/SPAN&gt;&lt;SPAN&gt;none :&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Use&amp;nbsp;rotary&amp;nbsp;angles&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;2) true&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Use&amp;nbsp;Plane&amp;nbsp;Spatial&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;3) false :&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Use&amp;nbsp;Cycle19&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&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, 02 Jul 2020 13:15:30 GMT</pubDate>
    <dc:creator>KrupalVala</dc:creator>
    <dc:date>2020-07-02T13:15:30Z</dc:date>
    <item>
      <title>Problem enable bAxis and cAxis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-baxis-and-caxis/m-p/9601537#M7751</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have a 5-axis with Heidenhain system, where the head rotates on the Y axis (bAxis) and the table rotates on the Z axis (cAxis) the machine is not enabled for rotation on the X axis (aAxis), I followed the guide for " disable "aAxis and enable only bAxis and cAxis as reported below:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;else if (true) {
    // NOTE: setup your machine here
    //var aAxis = createAxis({coordinate:0, table:true, axis:[1, 0, 0], range:[-120.0001, 120.0001], preference: properties.preferTilt});
    var bAxis = createAxis({coordinate:1, table:true, axis:[0, 1, 0], range:[-5, 90], preference:1});
    var cAxis = createAxis({coordinate:2, table:true, axis:[0, 0, 1], range:[-360, 360], cyclic:true});
    machineConfiguration = new MachineConfiguration(bAxis, cAxis);

    setMachineConfiguration(machineConfiguration);
    optimizeMachineAngles2(0); // using M128 mode
  }&lt;/LI-CODE&gt;&lt;P&gt;the problem is that when I go to do the operation where I set the tool orientation (2D Contour ) in the generated file it writes me a "wrong" positioning or better compiles me aAxis and bAxis instead of bAxis and cAxis, as follows :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;11 PLANE SPATIAL SPA-90 SPB+90 SPC+0 TURN FMAX SEQ-&lt;/LI-CODE&gt;&lt;P&gt;if instead he tries to do an operation in "continuous" mode:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cosmedsrl_0-1593095688571.png" style="width: 165px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/788292iCCEE98C494DF2290/image-dimensions/165x154?v=v2" width="165" height="154" role="button" title="cosmedsrl_0-1593095688571.png" alt="cosmedsrl_0-1593095688571.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is the result of setting the axes&lt;/P&gt;&lt;LI-CODE lang="general"&gt;16 PLANE SPATIAL SPA+0 SPB+27.991 SPC-133.219 STAY&lt;/LI-CODE&gt;&lt;P&gt;and then afterwards it works "correctly" with bAxis and cAxis, being a 5-axis simultaneous machining&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my question is:&lt;/P&gt;&lt;P&gt;as it is possible to set in the PP not with 5 simultaneous axes but a simple Tool Orientation by rotating exclusively bAxis and cAxis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PP --&amp;gt;&amp;nbsp;&lt;A href="https://cam.autodesk.com/posts/download.php?name=heidenhain" target="_blank"&gt;https://cam.autodesk.com/posts/download.php?name=heidenhain&lt;/A&gt;&lt;BR /&gt;the only thing changed is the initial enablement for bAxis and cAxis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 14:43:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-baxis-and-caxis/m-p/9601537#M7751</guid>
      <dc:creator>cosmedsrl</dc:creator>
      <dc:date>2020-06-25T14:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enable bAxis and cAxis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-baxis-and-caxis/m-p/9614481#M7752</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6322768"&gt;@cosmedsrl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's because of Euler angle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use/change&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;workplane&lt;/SPAN&gt; with other methods. To change&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;Tilted&amp;nbsp;workplane go to&lt;/SPAN&gt;&amp;nbsp;Post Properties and you will find "&lt;SPAN style="font-family: inherit;"&gt;usePlane"&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Specifies&amp;nbsp;the&amp;nbsp;tilted&amp;nbsp;workplane you can choose below method based on your controller/requirement.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;1) &lt;/SPAN&gt;&lt;SPAN&gt;none :&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Use&amp;nbsp;rotary&amp;nbsp;angles&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;2) true&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Use&amp;nbsp;Plane&amp;nbsp;Spatial&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;3) false :&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Use&amp;nbsp;Cycle19&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&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, 02 Jul 2020 13:15:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-baxis-and-caxis/m-p/9614481#M7752</guid>
      <dc:creator>KrupalVala</dc:creator>
      <dc:date>2020-07-02T13:15:30Z</dc:date>
    </item>
  </channel>
</rss>

