<?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: Mill/Turn Post Processing with Y-Axis in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/9829220#M16998</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a help about generated Y axis g-code, instead of G12.1. I want to use Y axis, but the mill-turn post always generated G12.1. How to fix it?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2020 08:49:30 GMT</pubDate>
    <dc:creator>grazvydas</dc:creator>
    <dc:date>2020-10-28T08:49:30Z</dc:date>
    <item>
      <title>Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7528645#M16983</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thought I would try and see if I can get fusion to post cam programs for our mill/turn machines.&lt;/P&gt;&lt;P&gt;I believe my question is the opposite of this one&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/fusion-360-computer-aided/mill-turn-post-processing/td-p/7131824" target="_blank"&gt;Linked here&lt;/A&gt;. I want Y-Axis moves but the post only seems to spit out C-Axis.&lt;/P&gt;&lt;P&gt;I have check, var gotYAxis = true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using doosan mill/turn post for fanuc: &lt;A href="http://cam.autodesk.com/posts/post.php?name=doosan%20mill-turn%20fanuc" target="_blank"&gt;Linked here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Attached example part with basic ops, also the program that I get out using&amp;nbsp;this post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any thoughts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 21:08:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7528645#M16983</guid>
      <dc:creator>jackwcallen</dc:creator>
      <dc:date>2017-11-08T21:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7532998#M16984</link>
      <description>&lt;P&gt;That's understandable.&lt;/P&gt;
&lt;P&gt;The post checks if it can execute it within given limits.&lt;/P&gt;
&lt;P&gt;Those are this in the post:&lt;/P&gt;
&lt;PRE&gt;var yAxisMinimum = toPreciseUnit(gotYAxis ? -50.8 : 0, MM); // specifies the minimum range for the Y-axis
var yAxisMaximum = toPreciseUnit(gotYAxis ? 50.8 : 0, MM); // specifies the maximum range for the Y-axis
var xAxisMinimum = toPreciseUnit(0, MM); // specifies the maximum range for the X-axis (RADIUS MODE VALUE)&lt;/PRE&gt;
&lt;P&gt;The problem you are running into is that it needs to go below X center, and by default that is not allowed.&lt;/P&gt;
&lt;P&gt;if you set the xAxisMimimum to a lower value. So -100 for example it should produce Y-axis Code.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 07:03:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7532998#M16984</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-11-10T07:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7533107#M16985</link>
      <description>&lt;P&gt;Fantastic, that's exactly what I was missing.&lt;/P&gt;&lt;P&gt;And as you say completely understandable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 07:43:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7533107#M16985</guid>
      <dc:creator>jackwcallen</dc:creator>
      <dc:date>2017-11-10T07:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7536023#M16986</link>
      <description>&lt;P&gt;I'm trying to do a few tweaks to get this post correct for fanuc 18i (Doosan puma 2500y)&lt;/P&gt;&lt;P&gt;The live tooling codes seem to have changed for 32i.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears, for Fanuc 32i, M3, M4 and M5 are used for all spindles, and P11 and P12 designate either main spindle or driven tooling. and&amp;nbsp;M35 engages c-axis, M34 diengages c-axis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For 18i M3, M4 and M5 for main spindle. M33 driven tool CW rotation and M34 driven tool CCW rotation.&lt;/P&gt;&lt;P&gt;M35 stops driven tool and engages c-axis, M5 stops main spindle and disengages c-axis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see in the post that I should be looking around line 275, but can't work out how to change to replace the P11, P12 with M33 and M34.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also last question, what is interference check? M110 and M111 in post. Can't find anything in the manuals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2017 09:23:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7536023#M16986</guid>
      <dc:creator>jackwcallen</dc:creator>
      <dc:date>2017-11-11T09:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7536864#M16987</link>
      <description>&lt;P&gt;The interference check is basically an exclusion zone to hopefully prevent you from crashing your turret into the subspindle.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In reality though, I wind up running almost all the time with interference check off (M110)&amp;nbsp; it's **** near impossible to do anything on the sub side without using M110, at least on my machine (Lynx 220 LSYC).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your machine doesn't have this functionality, you should be able to strip it out of the post fairly easily.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Steve&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2017 03:07:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7536864#M16987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-12T03:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7536982#M16988</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;We had to set the interference area ourselves since the value's it was shipped with was crap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2017 07:05:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7536982#M16988</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2017-11-12T07:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7537473#M16989</link>
      <description>&lt;P&gt;Understood, that makes sense.&lt;/P&gt;&lt;P&gt;So as you say, I can take that out from the post as it isn't relevant for this machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you know where about's in my post I could change the output of P11 and P12's for the spindle selection into M3, M4, M33 and M34.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2017 18:34:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/7537473#M16989</guid>
      <dc:creator>jackwcallen</dc:creator>
      <dc:date>2017-11-12T18:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8125977#M16990</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1941261"&gt;@Laurens-3DTechDraw&lt;/a&gt;&amp;nbsp;I am trying to do the same thing with my HAAS ST30Y and the ST30Y post. I tried switching the xAxisminimum to -100 but it still outputs using the c-axis. Am i doing something wrong? Can you help me please?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 13:16:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8125977#M16990</guid>
      <dc:creator>design3</dc:creator>
      <dc:date>2018-07-12T13:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8127851#M16991</link>
      <description>&lt;P&gt;If it would require going below X-100(mm) you still will get XZC output instead of XYZ.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 06:50:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8127851#M16991</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2018-07-13T06:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128560#M16992</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1941261"&gt;@Laurens-3DTechDraw&lt;/a&gt;&amp;nbsp;this doesn't require going below x -100(mm). I tried putting in -300(mm) but it still outputs in XZC. Any ideas on why? I also attached a drawing of the part. All the dimensions are in inches.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:04:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128560#M16992</guid>
      <dc:creator>design3</dc:creator>
      <dc:date>2018-07-13T13:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128584#M16993</link>
      <description>&lt;P&gt;Can you please share the part including toolpathes?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:15:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128584#M16993</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2018-07-13T13:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128588#M16994</link>
      <description>&lt;P&gt;No idea.&lt;/P&gt;
&lt;P&gt;If you share your part with program and current post processor we can try to find out.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:16:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128588#M16994</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2018-07-13T13:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128635#M16995</link>
      <description>&lt;P&gt;Here is the part, program and current post. Let me know if I forgot anything or if something doesn't work&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:32:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128635#M16995</guid>
      <dc:creator>design3</dc:creator>
      <dc:date>2018-07-13T13:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128653#M16996</link>
      <description>&lt;P&gt;Unfortunately this version of this post has that setting twice, first in the beginning of the post, second at the end. The one at the end of the file is still set to "0".&lt;/P&gt;
&lt;P&gt;This is already fixed in the latest version of the post which is available here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cam.autodesk.com/hsmposts?p=haas_st-30y" target="_blank"&gt;https://cam.autodesk.com/hsmposts?p=haas_st-30y&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:41:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128653#M16996</guid>
      <dc:creator>AchimN</dc:creator>
      <dc:date>2018-07-13T13:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128689#M16997</link>
      <description>&lt;P&gt;Its always something simple. I should of looked for that. Thank you both for the help it is greatly appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:52:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/8128689#M16997</guid>
      <dc:creator>design3</dc:creator>
      <dc:date>2018-07-13T13:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/9829220#M16998</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a help about generated Y axis g-code, instead of G12.1. I want to use Y axis, but the mill-turn post always generated G12.1. How to fix it?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 08:49:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/9829220#M16998</guid>
      <dc:creator>grazvydas</dc:creator>
      <dc:date>2020-10-28T08:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mill/Turn Post Processing with Y-Axis</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/9839209#M16999</link>
      <description>&lt;P&gt;Can't open your Fusion file currently.&lt;/P&gt;
&lt;P&gt;But I suspect your issue is the&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;xAxisMinimum set in the post.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Cause with these machines you might have enough Y-axis travel but be limited by the X-axis travel.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Yet this is a guess as it totally depends on your driven tool holder length if it truly is an issue for you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 07:09:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/mill-turn-post-processing-with-y-axis/m-p/9839209#M16999</guid>
      <dc:creator>Laurens-3DTechDraw</dc:creator>
      <dc:date>2020-11-02T07:09:43Z</dc:date>
    </item>
  </channel>
</rss>

