<?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: How to change aproaching feed for cycles in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9257514#M13036</link>
    <description>&lt;P&gt;Hey there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the end of your program start block for the post processor you can change the FMAX setting to a manual input.&lt;/P&gt;&lt;P&gt;Just double click on the post block and type in the desired speed you wish to run the approach at.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully this helps.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2020 15:07:41 GMT</pubDate>
    <dc:creator>barr.jarryd</dc:creator>
    <dc:date>2020-01-17T15:07:41Z</dc:date>
    <item>
      <title>How to change aproaching feed for cycles</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9246465#M13035</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The programs goes to cycle start position at full speed, we would like to limit the approaching feed rate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now it looks like in example below&amp;nbsp;@:&lt;/P&gt;&lt;P&gt;19 TOOL CALL 41 Z S6700&lt;BR /&gt;20 L M03&lt;BR /&gt;21 ; PARAMETRIC FEEDRATE DEFINITION&lt;BR /&gt;22 Q1=300; PLUNGE FEED RATE&lt;BR /&gt;23 Q2=400; CUTTING FEED RATE&lt;BR /&gt;24 Q3=3000; SKIM FEED RATE&lt;BR /&gt;25 Q4=8000; RAPID FEED RATE&lt;BR /&gt;29 L X+0.0000 Y+0.0000 FMAX&lt;BR /&gt;30 L Z+50.0000 R0&amp;nbsp;&lt;BR /&gt;32 CYCL DEF 208 BORE MILLING~&lt;BR /&gt;Q200= 0.25; SET-UP CLEARANCE~&lt;BR /&gt;Q201= -1.07; DEPTH~&lt;BR /&gt;Q206= Q2 ; FEED RATE FOR PLUNGING~&lt;BR /&gt;Q334= 0.05; PLUNGING DEPTH~&lt;BR /&gt;Q203= -27.1063; SURFACE COORDINATE~&lt;BR /&gt;Q204= 77.1063; 2ND SET-UP CLEARANCE~&lt;BR /&gt;Q335= 20.306; NOMINAL DIAMETER~&lt;BR /&gt;Q342= 20.306; ROUGHING DIAMETER~&lt;BR /&gt;Q351= +1; CLIMB OR UP-CUT&lt;BR /&gt;33 L X+0.0000 Y+0.0000 R0 FMAX M99&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to add the line in posprocessor that will allow us to go at limited feed let say F6000 to CYCLE start point, and then call a cycle&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 08:27:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9246465#M13035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-13T08:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to change aproaching feed for cycles</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9257514#M13036</link>
      <description>&lt;P&gt;Hey there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the end of your program start block for the post processor you can change the FMAX setting to a manual input.&lt;/P&gt;&lt;P&gt;Just double click on the post block and type in the desired speed you wish to run the approach at.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 15:07:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9257514#M13036</guid>
      <dc:creator>barr.jarryd</dc:creator>
      <dc:date>2020-01-17T15:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to change aproaching feed for cycles</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9283332#M13037</link>
      <description>&lt;P&gt;&lt;FONT&gt;A. Restrict FMAX to 6200 on Z-axis (Dangerous for advanced users only):&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Z_FMAX.PNG" style="width: 581px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/723297i065855D5433A82C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Z_FMAX.PNG" alt="Z_FMAX.PNG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;B. The same with NC program executing&lt;/FONT&gt;:&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;BEGIN PGM tst MM 
; Z axis FMAX=6000
FN 17: SYSWRITE ID1000 NR1010 IDX2=+6000
.
.
.
.
; Restore Z axis FMAX=10000
FN 17: SYSWRITE ID1000 NR1010 IDX2=+10000
13 END PGM tst MM &lt;/PRE&gt;&lt;P&gt;&lt;FONT&gt;For Access FN 17 function:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FN17.PNG" style="width: 595px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/723300iE4AF22731272476D/image-size/large?v=v2&amp;amp;px=999" role="button" title="FN17.PNG" alt="FN17.PNG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;C. Modify PP:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Create User Defined Parameter "Drilling Clear Plane Absolute", then&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ClearPlaneAbs.JPG" style="width: 916px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/723301iCBFD67CCFBDAC53E/image-size/large?v=v2&amp;amp;px=999" role="button" title="ClearPlaneAbs.JPG" alt="ClearPlaneAbs.JPG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 17:52:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9283332#M13037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-29T17:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change aproaching feed for cycles</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9297466#M13038</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Advocate lia-component-message-view-widget-author-username"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6646104" target="_self"&gt;&lt;SPAN class=""&gt;karbidhegyu&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I used solution "C" and it works very well&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 08:46:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9297466#M13038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-05T08:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change aproaching feed for cycles</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9309323#M13039</link>
      <description>&lt;P&gt;So I used option C.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And one thing is not perfect in that solution,&lt;/P&gt;&lt;P&gt;Because Z value is now Drilling Clear Plane = Drilling Clear Plane + Drilling Hole plane&lt;/P&gt;&lt;P&gt;It is looping over if we have multiple holes, I am not so sure how to solve that,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to make my own parameter to stop looping User Par =&amp;nbsp;Drilling Clear Plane + Drilling Hole plane&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it seems like you cannot use expression in user parameters. Do you have any idea how to come over it ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled1.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/728114i1A49F1F1BC951A5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled1.png" alt="Untitled1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cycle.png" style="width: 641px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/728115iE16B373C2003508C/image-size/large?v=v2&amp;amp;px=999" role="button" title="cycle.png" alt="cycle.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 07:47:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9309323#M13039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-11T07:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to change aproaching feed for cycles</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9309333#M13040</link>
      <description>&lt;P&gt;I found the solution, I found the parameter called ' Drilling user Parameter' and I utilized it.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ssolution.png" style="width: 584px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/728117iB803E91DA64E3EEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="ssolution.png" alt="ssolution.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 07:52:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/how-to-change-aproaching-feed-for-cycles/m-p/9309333#M13040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-11T07:52:25Z</dc:date>
    </item>
  </channel>
</rss>

