<?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 only bAxis and cAxis in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-only-baxis-and-caxis/m-p/9856030#M7749</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4515634"&gt;@andrea.amilo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;is there any news?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Mon, 09 Nov 2020 14:37:34 GMT</pubDate>
    <dc:creator>cosmedsrl</dc:creator>
    <dc:date>2020-11-09T14:37:34Z</dc:date>
    <item>
      <title>Problem enable only bAxis and cAxis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-only-baxis-and-caxis/m-p/9602524#M7746</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;PRE&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;/PRE&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;PRE&gt;11 PLANE SPATIAL SPA-90 SPB+90 SPC+0 TURN FMAX SEQ-&lt;/PRE&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/788470i3E58BF724F3AAC86/image-size/large?v=v2&amp;amp;px=999" 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;PRE&gt;16 PLANE SPATIAL SPA+0 SPB+27.991 SPC-133.219 STAY&lt;/PRE&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;</description>
      <pubDate>Thu, 25 Jun 2020 22:23:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-only-baxis-and-caxis/m-p/9602524#M7746</guid>
      <dc:creator>cosmedsrl</dc:creator>
      <dc:date>2020-06-25T22:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enable only bAxis and cAxis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-only-baxis-and-caxis/m-p/9602963#M7747</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;I think that your heidenhain postprocessor is working fine because PLANE SPATIAL doesn't rotate A and B axis, but it just defines SPA, SPB (and SPC) as solid angles. Your controller should rotate B and C thanks to 'TURN' option on PLANE SPATIAL command line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise you could change the Property 'Tilted workplane' to 'Use Cycle19' and you would have something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="CYCL DEF 19.png" style="width: 811px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/788567i6B552B92373BE028/image-size/large?v=v2&amp;amp;px=999" role="button" title="CYCL DEF 19.png" alt="CYCL DEF 19.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please test it carefully and let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 06:39:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-only-baxis-and-caxis/m-p/9602963#M7747</guid>
      <dc:creator>andrea.amilo</dc:creator>
      <dc:date>2020-06-26T06:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enable only bAxis and cAxis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-only-baxis-and-caxis/m-p/9606895#M7748</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4515634"&gt;@andrea.amilo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry for the delay, I wanted to do some tests with Cycle 19, this is what emerged:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;my Hermle machine needs the F function next to CYCL DEF 19.0 WORKING PLANE otherwise it doesn't know how fast to drive&lt;/LI&gt;&lt;LI&gt;before a rotation change it should reset the zeros but not the&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;CYCL 19 should rotate "close" to the medium being that it makes continuous double rotation unlike the SPATIAL which rotates the axes individually&lt;/LI&gt;&lt;LI&gt;when passing from B + 0 C + 0 for example B + 90 and C-90 does not correctly recognize the previous zero and collides&lt;BR /&gt;do you think there is no way to set the SPB and SPC rotations (would I be fine also not continuously or do I rotate SPB and ended the rotation rotate SPC?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I currently have a post processor that I use on FeatureCam which is based on the SPB and SPC rotation and this machine reads it perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 05:51:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-only-baxis-and-caxis/m-p/9606895#M7748</guid>
      <dc:creator>cosmedsrl</dc:creator>
      <dc:date>2020-06-29T05:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enable only bAxis and cAxis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-only-baxis-and-caxis/m-p/9856030#M7749</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4515634"&gt;@andrea.amilo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;is there any news?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 14:37:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-only-baxis-and-caxis/m-p/9856030#M7749</guid>
      <dc:creator>cosmedsrl</dc:creator>
      <dc:date>2020-11-09T14:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enable only bAxis and cAxis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-only-baxis-and-caxis/m-p/9872912#M7750</link>
      <description>&lt;P&gt;Hello&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;I've tried to modify 'setWorkPlane' function to have a PLANE SPATIAL function using only SPB and SPC arguments.&lt;/P&gt;
&lt;P&gt;This is the code I made: the highlighted lines are the modified one:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/844863i01FD49406B36126C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to comment line 548 and to add lines from 549 to 553.&lt;/P&gt;
&lt;P&gt;Test it carefully and let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please remember that we can provide an help to create your own postprocessors.&lt;BR /&gt;If you need a specific customization, e.g. a porting from an existing FeatureCAM post, I think the best solution is to contact one of our partners. You can see here any clarification:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/hsm-post-processor-forum/hsm-post-adjustments-needed-find-your-right-contact-here/td-p/6652728" target="_blank"&gt;https://forums.autodesk.com/t5/hsm-post-processor-forum/hsm-post-adjustments-needed-find-your-right-contact-here/td-p/6652728&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 15:48:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/problem-enable-only-baxis-and-caxis/m-p/9872912#M7750</guid>
      <dc:creator>andrea.amilo</dc:creator>
      <dc:date>2020-11-16T15:48:13Z</dc:date>
    </item>
  </channel>
</rss>

