<?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: Fusion posting random really slow speeds and feeds in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8294869#M116489</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6515350"&gt;@amxen&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;fusion is really testing my patience iv been trying all sorts to get it to post speeds and feeds code that aren't all over the place. Im trying to get my 4th axis set up. Iv made a small test model cutting a small pocket but every time it posts it will put some random really slow speed in there like F290. on the last test. Why is it doing this? So the 4th runs really really slow. I thought it was the post processor but iv tried other PP and it still put random slow moves in. could any one throw some light on it for me ?&amp;nbsp;See lines 83 and 94 of the gcode&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The Mach3 post processor is outputting feed rates for rotary moves using Inverse Time (G93) feed rates, which is why you see feed rates on every block as required by the control.&amp;nbsp; Per the manual, the Mach3 should accept Inverse Time feed rates, and obviously accepts the G93 code or you would get an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To calculate the machining time the post processor calculates the tool tip movement based on the radius of the part and the XYZ movements on the machine.&amp;nbsp; For the calculations below, I will keep it simple and just explain the tool tip movement based on the part radius.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Block: A-4.186 F360.0353&lt;/P&gt;
&lt;P&gt;Part radius = 6.5 (based on the Z-axis position).&lt;/P&gt;
&lt;P&gt;Part circumference = 2 * PI * Radius = 40.8 mm&lt;/P&gt;
&lt;P&gt;Angular move = -4.186 - 20.296 = 24.482 degs&lt;/P&gt;
&lt;P&gt;Tool Tip Movement = (24.482 / 360) * 40.8 = 2.775 mm&lt;/P&gt;
&lt;P&gt;Move Time = 2.775 / 1000 = .002775 mins or .12 secs&lt;/P&gt;
&lt;P&gt;Feed Rate Number = 1 / .002775 = 360.360 (close to the output F-value)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Block: X-11.249 A20.295 F291.6342&lt;/P&gt;
&lt;P&gt;Part radius = 6.5 (based on the Z-axis position).&lt;/P&gt;
&lt;P&gt;Part circumference = 2 * PI * Radius = 40.8 mm&lt;/P&gt;
&lt;P&gt;Angular move = 20.295 - (-9.919)&amp;nbsp;= 30.214 degs&lt;/P&gt;
&lt;P&gt;Tool Tip Movement = (30.214 / 360) * 40.8 = 4.029 mm&lt;/P&gt;
&lt;P&gt;Move Time = 4.029 / 1000 = .004029 mins or .24 secs&lt;/P&gt;
&lt;P&gt;Feed Rate Number = 1 / .004029 = 248.201 (round-off due to X-movement, but still close to the output F-value)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see the calculations are correct.&amp;nbsp; If these moves take longer on the machine than the calculated times, then there is probably a problem with the control software in processing inverse time feed rates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specifying a fixed FPM feed rate should&amp;nbsp; not be correct, since the control does not typically know the part radius and cannot calculate the correct machining time.&amp;nbsp; You can change the feed rate calculation to use DPM feed rates instead of Inverse Time by changing the following variable in the post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;var useInverseTimeFeed = &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/FONT&gt;; // use DPM feeds &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;(change to false)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;You will still see multiple different feed rate numbers output, but they will be more consistent from block to block.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Sep 2018 17:27:15 GMT</pubDate>
    <dc:creator>bob.schultz</dc:creator>
    <dc:date>2018-09-26T17:27:15Z</dc:date>
    <item>
      <title>Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8286972#M116475</link>
      <description>&lt;P&gt;&lt;SPAN&gt;fusion is really testing my patience iv been trying all sorts to get it to post speeds and feeds code that aren't all over the place. Im trying to get my 4th axis set up. Iv made a small test model cutting a small pocket but every time it posts it will put some random really slow speed in there like F290. on the last test. Why is it doing this? So the 4th runs really really slow. I thought it was the post processor but iv tried other PP and it still put random slow moves in. could any one throw some light on it for me ?&amp;nbsp;See lines 83 and 94 of the gcode&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Sep 2018 19:00:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8286972#M116475</guid>
      <dc:creator>amxen</dc:creator>
      <dc:date>2018-09-23T19:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8287011#M116476</link>
      <description>&lt;P&gt;This seems to be a problem when fusion is wrapping the tool path .&amp;nbsp;Come someone check this for me Before i have to dump fusion and move on&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Sep 2018 20:05:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8287011#M116476</guid>
      <dc:creator>amxen</dc:creator>
      <dc:date>2018-09-23T20:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8289481#M116477</link>
      <description>&lt;P&gt;It probably has something to do with how your machine is set to run rotary feeds. It can be Feed in Inches/Min or it can be set to Degrees/Min&amp;nbsp; or Inverse time (the amount of time it takes to traverse this distance).&amp;nbsp; What post and machine are you using?&amp;nbsp; Probably need a Post guy to chime in on the options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 21:56:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8289481#M116477</guid>
      <dc:creator>mike.mattera</dc:creator>
      <dc:date>2018-09-24T21:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8289485#M116478</link>
      <description>&lt;P&gt;There's a Haas post that outputs Inverse time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 21:57:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8289485#M116478</guid>
      <dc:creator>mike.mattera</dc:creator>
      <dc:date>2018-09-24T21:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8289934#M116479</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3748592"&gt;@mike.mattera&lt;/a&gt;&amp;nbsp;He is using&amp;nbsp;Mach3 we when through mach3 and got it down to the post, It is putting out slow speeds when it is cutting.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 05:51:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8289934#M116479</guid>
      <dc:creator>daniel_lyall</dc:creator>
      <dc:date>2018-09-25T05:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290065#M116480</link>
      <description>&lt;P&gt;Hi back again .&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;I have found a workaround using an older (possibly) modified postProcessor. The one Im using only posts one Feeds code at the start of the code. The one that is inside fusion posts a new Feed on every line of gcode. on random lines it sets a speed of F291 or F345, all the other Feeds are like F2000+ Eliminating the changing feed has fixed the problem but. The PP im&amp;nbsp;using now only Posts one Feed at the start of F750 or what ever i set&amp;nbsp;it to in fusion. I'm not sure this is how it should work but it works .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 07:03:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290065#M116480</guid>
      <dc:creator>amxen</dc:creator>
      <dc:date>2018-09-25T07:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290066#M116481</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2815263"&gt;@daniel_lyall&lt;/a&gt;&amp;nbsp;haha didnt&amp;nbsp;recognise&amp;nbsp;the name&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 07:10:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290066#M116481</guid>
      <dc:creator>amxen</dc:creator>
      <dc:date>2018-09-25T07:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290080#M116482</link>
      <description>&lt;P&gt;No I still can not find the problem. The newest&amp;nbsp;Mach3 post I tried&amp;nbsp;it an hour ago it was fine it&amp;nbsp;was putting the A axis speed out correctly on all 3 wrap toolpaths this was on an Apple, I am trying windows again now.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 07:14:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290080#M116482</guid>
      <dc:creator>daniel_lyall</dc:creator>
      <dc:date>2018-09-25T07:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290295#M116483</link>
      <description>I know IV got it running but it would be nice to find out why the pp that's in fusion is output the random feeds</description>
      <pubDate>Tue, 25 Sep 2018 09:00:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290295#M116483</guid>
      <dc:creator>amxen</dc:creator>
      <dc:date>2018-09-25T09:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290338#M116484</link>
      <description>&lt;P&gt;There is a speed difference in the A axis moves but it is correct in the new post, I have never seen a difference&amp;nbsp;like what you were seeing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It could be a random glitch&amp;nbsp;that stuck for some time in cam or cad or the post, if it can get nailed down to a workflow it would get fixed.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 09:17:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290338#M116484</guid>
      <dc:creator>daniel_lyall</dc:creator>
      <dc:date>2018-09-25T09:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290921#M116485</link>
      <description>&lt;P&gt;Sounds like it is posting inverse time.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 13:20:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290921#M116485</guid>
      <dc:creator>narzinskin</dc:creator>
      <dc:date>2018-09-25T13:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290932#M116486</link>
      <description>Could you explain this for me ?</description>
      <pubDate>Tue, 25 Sep 2018 13:23:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8290932#M116486</guid>
      <dc:creator>amxen</dc:creator>
      <dc:date>2018-09-25T13:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8291011#M116487</link>
      <description>&lt;P&gt;the short version is Feed (F) is posted as the time it takes to for the axis to make the move and there must be a feed on every line.&amp;nbsp; G93 turns it on and G94 off.&amp;nbsp; the time on most controls is milliseconds i believe.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 13:48:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8291011#M116487</guid>
      <dc:creator>narzinskin</dc:creator>
      <dc:date>2018-09-25T13:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8291427#M116488</link>
      <description>Why is it posting most lines in the F2000 to F5000 mark and then a random line of f291 this line would be incredibly slow. This is not the machine it's from fusion through the pp . That would be logic</description>
      <pubDate>Tue, 25 Sep 2018 15:56:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8291427#M116488</guid>
      <dc:creator>amxen</dc:creator>
      <dc:date>2018-09-25T15:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8294869#M116489</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6515350"&gt;@amxen&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;fusion is really testing my patience iv been trying all sorts to get it to post speeds and feeds code that aren't all over the place. Im trying to get my 4th axis set up. Iv made a small test model cutting a small pocket but every time it posts it will put some random really slow speed in there like F290. on the last test. Why is it doing this? So the 4th runs really really slow. I thought it was the post processor but iv tried other PP and it still put random slow moves in. could any one throw some light on it for me ?&amp;nbsp;See lines 83 and 94 of the gcode&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The Mach3 post processor is outputting feed rates for rotary moves using Inverse Time (G93) feed rates, which is why you see feed rates on every block as required by the control.&amp;nbsp; Per the manual, the Mach3 should accept Inverse Time feed rates, and obviously accepts the G93 code or you would get an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To calculate the machining time the post processor calculates the tool tip movement based on the radius of the part and the XYZ movements on the machine.&amp;nbsp; For the calculations below, I will keep it simple and just explain the tool tip movement based on the part radius.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Block: A-4.186 F360.0353&lt;/P&gt;
&lt;P&gt;Part radius = 6.5 (based on the Z-axis position).&lt;/P&gt;
&lt;P&gt;Part circumference = 2 * PI * Radius = 40.8 mm&lt;/P&gt;
&lt;P&gt;Angular move = -4.186 - 20.296 = 24.482 degs&lt;/P&gt;
&lt;P&gt;Tool Tip Movement = (24.482 / 360) * 40.8 = 2.775 mm&lt;/P&gt;
&lt;P&gt;Move Time = 2.775 / 1000 = .002775 mins or .12 secs&lt;/P&gt;
&lt;P&gt;Feed Rate Number = 1 / .002775 = 360.360 (close to the output F-value)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Block: X-11.249 A20.295 F291.6342&lt;/P&gt;
&lt;P&gt;Part radius = 6.5 (based on the Z-axis position).&lt;/P&gt;
&lt;P&gt;Part circumference = 2 * PI * Radius = 40.8 mm&lt;/P&gt;
&lt;P&gt;Angular move = 20.295 - (-9.919)&amp;nbsp;= 30.214 degs&lt;/P&gt;
&lt;P&gt;Tool Tip Movement = (30.214 / 360) * 40.8 = 4.029 mm&lt;/P&gt;
&lt;P&gt;Move Time = 4.029 / 1000 = .004029 mins or .24 secs&lt;/P&gt;
&lt;P&gt;Feed Rate Number = 1 / .004029 = 248.201 (round-off due to X-movement, but still close to the output F-value)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see the calculations are correct.&amp;nbsp; If these moves take longer on the machine than the calculated times, then there is probably a problem with the control software in processing inverse time feed rates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specifying a fixed FPM feed rate should&amp;nbsp; not be correct, since the control does not typically know the part radius and cannot calculate the correct machining time.&amp;nbsp; You can change the feed rate calculation to use DPM feed rates instead of Inverse Time by changing the following variable in the post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;var useInverseTimeFeed = &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/FONT&gt;; // use DPM feeds &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;(change to false)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;You will still see multiple different feed rate numbers output, but they will be more consistent from block to block.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 17:27:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8294869#M116489</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2018-09-26T17:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fusion posting random really slow speeds and feeds</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8294961#M116490</link>
      <description>&lt;P&gt;Thanks very much for this response. iv changed it to false and the Feed look a lot&amp;nbsp;better. Iv not tried running the code but there are no random low Feeds that has been slowing my machine down. So im&amp;nbsp;very hopeful&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 18:03:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/fusion-posting-random-really-slow-speeds-and-feeds/m-p/8294961#M116490</guid>
      <dc:creator>amxen</dc:creator>
      <dc:date>2018-09-26T18:03:27Z</dc:date>
    </item>
  </channel>
</rss>

