<?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: Haas slow inverse time  feeds in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9957199#M6203</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3704064"&gt;@bob.schultz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can do that tomorrow morning&amp;nbsp; . I didn't think of that. I went from slow to fast with dwells from buffering I think.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 23:19:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-22T23:19:20Z</dc:date>
    <item>
      <title>Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9928039#M6192</link>
      <description>&lt;P&gt;I noticed that my inverse time feeds are to slow , how do I fix this? Fusion said a run time of half hour and two hours later I'm still going. The linear feed is 6 ipm so I'm not trying to cut faster than what the controller can prosses.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 21:50:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9928039#M6192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-09T21:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9933818#M6193</link>
      <description>&lt;P&gt;Do the moves look like they are taking 60x too long?&amp;nbsp; If so, then change the following variable in the post so that the time unit is seconds instead of minutes.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;var inverseTimeUnits = 60.0; // 1.0 = minutes, 60.0 = seconds&lt;/LI-CODE&gt;
&lt;P&gt;Are you seeing a lot of F9999 feed rates.&amp;nbsp; If so you can increase the maximum value that can be output by modifying the following line in the same location within the post.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;var maxInverseTime = 9999; // maximum value to output for Inverse Time feeds&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 11 Dec 2020 21:54:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9933818#M6193</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2020-12-11T21:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9935011#M6194</link>
      <description>&lt;P&gt;In my haste I was backwards as far as the unit of time for Inverse Time feedrates.&amp;nbsp; Make sure that it is in Minutes and not Seconds.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;var inverseTimeUnits = 1.0; // 1.0 = minutes, 60.0 = seconds&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 12 Dec 2020 15:41:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9935011#M6194</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2020-12-12T15:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9935027#M6195</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3704064"&gt;@bob.schultz&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its more like .25 to get the correct feed , sorry for the delay as I ran into a sync issue with the rotary axis's and gave up on 5th axis for this job . basically .015" ball mill tracking a 90 deg corner at a 20 deg side tip&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 15:48:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9935027#M6195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-12T15:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9949992#M6196</link>
      <description>&lt;P&gt;If the number is .25, then there is something wrong.&amp;nbsp; Can you supply a sample model that shows this issue?&amp;nbsp; It is also possible that DPM feedrates can be used instead of inverse time feed rates, by setting the&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Rotary&amp;nbsp;moves&amp;nbsp;use&amp;nbsp;DPM&amp;nbsp;feeds property to Yes.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="dpm.png" style="width: 351px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/857991iF093ED97774B0882/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dpm.png" alt="dpm.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P&gt;&amp;nbsp;Sorry for the delay, but for some reason I am not getting notified when someone posts to a thread that I am active in.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Dec 2020 21:51:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9949992#M6196</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2020-12-18T21:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9950074#M6197</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3704064"&gt;@bob.schultz&lt;/a&gt;&amp;nbsp; it running slow wasn't model specific , I want to say I've now used three different haas post configs and they all have yielded the same result&amp;nbsp; . I will say changing to dpm things where not synced correctly with continuous 5th axis moves or shuddering&amp;nbsp; .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 22:20:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9950074#M6197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-18T22:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9950214#M6198</link>
      <description>&lt;P&gt;Thanks for supplying the model, I looked at the calculations and they should be correct.&amp;nbsp; As an FYI, the post estimates the move length by calculating how far the tool end point will move due to the rotary axes movement and adding this to the XYZ slide movement.&amp;nbsp; The time is calculated by dividing this distance by the feedrate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are having issues with the rotary axes not synching with the linear axes movement, then this is not something that can be caused by the feedrate numbers output by the post, but would be with the machine itself and may point to other issues.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2020 00:10:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9950214#M6198</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2020-12-19T00:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9950221#M6199</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3704064"&gt;@bob.schultz&lt;/a&gt;&amp;nbsp; it may look right but when have paths at have a eat of 10 min and 2.5 hrs later its still running there is something wrong I would say&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2020 00:18:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9950221#M6199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-19T00:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9956943#M6200</link>
      <description>&lt;P&gt;Of course I cannot dispute what you see on the machine, it's just that I cannot see anything in the output from the post processor that would cause this.&amp;nbsp; The cutting time calculated by Fusion for the flow operation is 74 minutes.&amp;nbsp; The post processor calculates a machining time of 90 minutes, an increase but not as much as you mention.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is possible that the changes in the C-axis directions is the cause of the extended machining time.&amp;nbsp; If you break up the flow operation into 2 separate operations, one for each side (I don't know if the cylinder is even necessary since this is cut by the flat sides and this is the face that is causing all of the C-axis movement) you should not see any rotary axes moves during the operations and this will improve the speed on the machine.&amp;nbsp; Personally I don't like the way Flow is controlling the rotary axis in this corner.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also get an exact match in machining times in the post as compared to Fusion by removing the logic to calculate the cutting tool path along the rotary path when the rotary axes move, so that the machining time in the post is exactly the same as calculated by Fusion, but I don't see this making much difference on the machine.&amp;nbsp; You do this by making the following change in the &lt;EM&gt;getMoveLength&lt;/EM&gt; function.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;// calculate the tool tip move length
  // tool tip distance is the move distance based on a combination of linear and rotary axes movement
  // moveLength.tool = moveLength.xyzLength + radialLength; // &amp;lt;&amp;lt;&amp;lt; COMMENT OUT THIS LINE
  moveLength.tool = Vector.diff(endTool, startTool).length; // &amp;lt;&amp;lt;&amp;lt; ADD THIS LINE&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:56:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9956943#M6200</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2020-12-22T20:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9957173#M6201</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3704064"&gt;@bob.schultz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I did some testing today . A swarm in fusion @ 10 ipm and one in brand x software.&amp;nbsp; The rates the machine moved where not the same. I would just program a faster rate in fusion but the linear feeds would be too fast . Oh getting away from inverse time feeds did help a little&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 23:01:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9957173#M6201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-22T23:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9957189#M6202</link>
      <description>&lt;P&gt;If you can send me the part you are using for Fusion with the swarf operation in it and the output from the other cam system, I can take a look and see if there is something obvious.&amp;nbsp; The swarf cuts should be simple and the same in both systems, for example a single pass around a cone would be good.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Cone.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/859133iA27DBBF58D756ED8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cone.png" alt="Cone.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 23:10:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9957189#M6202</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2020-12-22T23:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9957199#M6203</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3704064"&gt;@bob.schultz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can do that tomorrow morning&amp;nbsp; . I didn't think of that. I went from slow to fast with dwells from buffering I think.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 23:19:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9957199#M6203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-22T23:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9958476#M6204</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3704064"&gt;@bob.schultz&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the two nc files . both should be feeding at 10 ipm&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 14:53:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9958476#M6204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-23T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9966179#M6205</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous,&amp;nbsp;the sample output you provided from Fusion is a 3-axis program and not a swarf operation.&amp;nbsp; You are also using parametric feed rates and I notice that the cutting speed is 5 ipm and not 10 as you stated.&amp;nbsp; I noticed in the original part that you supplied that the feed was set to 1 ipm and not 6 as you said.&amp;nbsp; Could this be your issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will need to have the model to effectively analyze the feed rate numbers, so if you can create the same swarf operation in Fusion (using the same size cone as the other CAM system) and provide me the model then I can go from here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 19:44:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9966179#M6205</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2020-12-28T19:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Haas slow inverse time  feeds</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9967546#M6206</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3704064"&gt;@bob.schultz&lt;/a&gt;&amp;nbsp; this is the correct&amp;nbsp; file , Coffee had not kicked in yet . Is there a way to force being able to rotate the b axis when probing . I want to check my center of rotation of the stock and when I set tool orientation it is ignored when posted .&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 14:41:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-slow-inverse-time-feeds/m-p/9967546#M6206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-29T14:41:41Z</dc:date>
    </item>
  </channel>
</rss>

