<?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 Edit post processor to add suffix for feed rate in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/edit-post-processor-to-add-suffix-for-feed-rate/m-p/8933622#M10780</link>
    <description>&lt;P&gt;I'd like to know how to edit my post processor to have it add xyz after the feed rate. I do this manually now but i think there should be a way to edit the post processor to have it add that automatically.&lt;/P&gt;&lt;P&gt;currently when i post process, it outputs the feed rate as this example:&lt;/P&gt;&lt;P&gt;G1 Z6.1125 F19.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what i want it to do is simply add xyz after the feedrate as i have been manually:&lt;/P&gt;&lt;P&gt;G1 Z6.1125 F19.7 XYZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using WinCNC post processor and Inventor HSM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to all this so let me know if you need anything else in case this is not clear enough, thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2019 21:16:04 GMT</pubDate>
    <dc:creator>nbarbars</dc:creator>
    <dc:date>2019-07-26T21:16:04Z</dc:date>
    <item>
      <title>Edit post processor to add suffix for feed rate</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/edit-post-processor-to-add-suffix-for-feed-rate/m-p/8933622#M10780</link>
      <description>&lt;P&gt;I'd like to know how to edit my post processor to have it add xyz after the feed rate. I do this manually now but i think there should be a way to edit the post processor to have it add that automatically.&lt;/P&gt;&lt;P&gt;currently when i post process, it outputs the feed rate as this example:&lt;/P&gt;&lt;P&gt;G1 Z6.1125 F19.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what i want it to do is simply add xyz after the feedrate as i have been manually:&lt;/P&gt;&lt;P&gt;G1 Z6.1125 F19.7 XYZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using WinCNC post processor and Inventor HSM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to all this so let me know if you need anything else in case this is not clear enough, thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 21:16:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/edit-post-processor-to-add-suffix-for-feed-rate/m-p/8933622#M10780</guid>
      <dc:creator>nbarbars</dc:creator>
      <dc:date>2019-07-26T21:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Edit post processor to add suffix for feed rate</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/edit-post-processor-to-add-suffix-for-feed-rate/m-p/8935433#M10781</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5963019"&gt;@nbarbars&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for raising your concern via Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To&amp;nbsp;get 'XYZ' suffix for feedrate, you will likely need to edit the post processor to suit your particular needs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Open 'wincnc.cps' file in a 'Visual Studio Code' or 'Notepad++'&lt;/P&gt;
&lt;P&gt;1. Go to line no. 88&lt;BR /&gt;2. add suffix:" XYZ"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From this :&lt;/P&gt;
&lt;PRE&gt;var feedFormat = createFormat({decimals:(unit == MM ? 1 : 2)});&lt;/PRE&gt;
&lt;P&gt;To this :&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;var feedFormat = createFormat({decimals:(unit == MM ? 1 : 2), suffix: " XYZ"});&lt;/PRE&gt;
&lt;P&gt;Hope this explains.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 06:27:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/edit-post-processor-to-add-suffix-for-feed-rate/m-p/8935433#M10781</guid>
      <dc:creator>Arun.rs</dc:creator>
      <dc:date>2019-07-29T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Edit post processor to add suffix for feed rate</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/edit-post-processor-to-add-suffix-for-feed-rate/m-p/8936253#M10782</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4466288"&gt;@Arun.rs&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you, this worked perfectly!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 13:26:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/edit-post-processor-to-add-suffix-for-feed-rate/m-p/8936253#M10782</guid>
      <dc:creator>nbarbars</dc:creator>
      <dc:date>2019-07-29T13:26:11Z</dc:date>
    </item>
  </channel>
</rss>

