<?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 CNC GCode for BIESSE ROVER J 1530 in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6369259#M22429</link>
    <description>&lt;P&gt;Hello Everyone:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was suggested &lt;A href="https://forums.autodesk.com/t5/post-processors/cnc-gcode-for-biesse-rover-j-1530/m-p/6338004#M9728" target="_self"&gt;here&lt;/A&gt; to post a program on this section of the forum to start a discussion about the best post-processor to utilize with a BIESSE ROVER J 1530; So I'm attaching a program&amp;nbsp;file and&amp;nbsp;I've used the "rs274.cps - RS - 274 D" post proccessor, that took me 99% there with the exception of two things that I've found so far:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1 - I have to edit every GCODE to remove instruction G94&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ORIGINAL &amp;nbsp;= &amp;nbsp;N10 G90 G94&lt;/P&gt;&lt;P&gt;EDITED &amp;nbsp;=&amp;nbsp;N10 G90&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command G94 is not supported by ROVER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2 - When Patterns are created within the program there is an extra Tool change for the wrong tool.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ORIGINALS =&amp;nbsp;N45 T3 (line 16) &amp;nbsp;&amp;amp;&amp;nbsp;N440 T2 (line 101)&lt;/P&gt;&lt;P&gt;EDITED &amp;nbsp;= &amp;nbsp;(N45 T3) &amp;amp;&amp;nbsp;(N440 T2) (added parenthesis to turn instructions into comments)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help with this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Paul Kühne&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2016 00:52:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-07T00:52:40Z</dc:date>
    <item>
      <title>CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6369259#M22429</link>
      <description>&lt;P&gt;Hello Everyone:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was suggested &lt;A href="https://forums.autodesk.com/t5/post-processors/cnc-gcode-for-biesse-rover-j-1530/m-p/6338004#M9728" target="_self"&gt;here&lt;/A&gt; to post a program on this section of the forum to start a discussion about the best post-processor to utilize with a BIESSE ROVER J 1530; So I'm attaching a program&amp;nbsp;file and&amp;nbsp;I've used the "rs274.cps - RS - 274 D" post proccessor, that took me 99% there with the exception of two things that I've found so far:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1 - I have to edit every GCODE to remove instruction G94&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ORIGINAL &amp;nbsp;= &amp;nbsp;N10 G90 G94&lt;/P&gt;&lt;P&gt;EDITED &amp;nbsp;=&amp;nbsp;N10 G90&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command G94 is not supported by ROVER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2 - When Patterns are created within the program there is an extra Tool change for the wrong tool.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ORIGINALS =&amp;nbsp;N45 T3 (line 16) &amp;nbsp;&amp;amp;&amp;nbsp;N440 T2 (line 101)&lt;/P&gt;&lt;P&gt;EDITED &amp;nbsp;= &amp;nbsp;(N45 T3) &amp;amp;&amp;nbsp;(N440 T2) (added parenthesis to turn instructions into comments)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help with this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Paul Kühne&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 00:52:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6369259#M22429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T00:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6370843#M22430</link>
      <description>&lt;P&gt;you can remove the G94 by opening the post in a text editor (preferably notepad ++). Find this code in the RS274.CPS file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; // absolute coordinates and feed per min
  writeBlock(gAbsIncModal.format(90)&lt;FONT color="#FF0000"&gt;, gFeedModeModal.format(94)&lt;/FONT&gt;);
  writeBlock(gPlaneModal.format(17));&lt;/PRE&gt;
&lt;P&gt;Now edit the code to look like this :&lt;/P&gt;
&lt;PRE&gt;  // absolute coordinates and feed per min
  writeBlock(gAbsIncModal.format(90));
  writeBlock(gPlaneModal.format(17));
&lt;/PRE&gt;
&lt;P&gt;You can remove the second tool call that apperas by editing this code:&lt;/P&gt;
&lt;PRE&gt;// user-defined properties
properties = {
  writeMachine: true, // write machine
  writeTools: true, // writes the tools
  preloadTool: &lt;FONT color="#FF0000"&gt;true&lt;/FONT&gt;, // preloads next tool on tool change if any
  showSequenceNumbers: true, // show sequence numbers
  sequenceNumberStart: 10, // first sequence number
  sequenceNumberIncrement: 5, // increment for sequence numbers
  optionalStop: true, // optional stop
  separateWordsWithSpace: true // specifies that the words should be separated with a white space
};
&lt;/PRE&gt;
&lt;P&gt;Change to this :&lt;/P&gt;
&lt;PRE&gt;// user-defined properties
properties = {
  writeMachine: true, // write machine
  writeTools: true, // writes the tools
  preloadTool: &lt;FONT color="#339966"&gt;false&lt;/FONT&gt;, // preloads next tool on tool change if any
  showSequenceNumbers: true, // show sequence numbers
  sequenceNumberStart: 10, // first sequence number
  sequenceNumberIncrement: 5, // increment for sequence numbers
  optionalStop: true, // optional stop
  separateWordsWithSpace: true // specifies that the words should be separated with a white space
};
&lt;/PRE&gt;
&lt;P&gt;I have also attached the file with the changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 17:33:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6370843#M22430</guid>
      <dc:creator>skidsolo</dc:creator>
      <dc:date>2016-06-07T17:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6371529#M22431</link>
      <description>&lt;P&gt;Can you help me with where to place this post processor. I too have a Biesse Rover 30 I will soon to start programming for. Too, we bought this machine used and I have no manuals for it, if anyone could point me in the right direction it would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike Wilkerson&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 00:08:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6371529#M22431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T00:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6373141#M22432</link>
      <description>Can you tell me if you are on a Windows PC or a Mac ?</description>
      <pubDate>Wed, 08 Jun 2016 16:32:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6373141#M22432</guid>
      <dc:creator>skidsolo</dc:creator>
      <dc:date>2016-06-08T16:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6373863#M22433</link>
      <description>It's a windows pc windows xp to be exact&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike Wilkerson</description>
      <pubDate>Wed, 08 Jun 2016 23:13:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6373863#M22433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T23:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6375108#M22434</link>
      <description>&lt;P&gt;Thank you very much! Will be trying today and posting the results!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 14:48:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6375108#M22434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T14:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6375213#M22435</link>
      <description>Works Flawlessly !!! Thanks! I renamed the CPS file and copied to&lt;BR /&gt;&lt;BR /&gt;/Users/paulkuhne/Library/Application Support/Autodesk/webdeploy/production/223f6530b321f48634024235f2f8faffc004221d/Libraries/Applications/CAM360/Data/Posts&lt;BR /&gt;&lt;BR /&gt;Is that the right pace?</description>
      <pubDate>Thu, 09 Jun 2016 15:22:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6375213#M22435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T15:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6375265#M22436</link>
      <description>&lt;P&gt;I believe that post will be overwritten once the software is updated (which is automatic). Its best to open your A360 account from within Fusion, the move the post into your A360 camposts foler drive. These will appear as your personal posts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/246509i5A198D4A88B62EBF/image-size/small?v=v2&amp;amp;px=-1" border="0" alt="Screen Shot 2016-06-09 at 11.37.24 AM.png" title="Screen Shot 2016-06-09 at 11.37.24 AM.png" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/246511iEF08738FBE4E7AB7/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="Screen Shot 2016-06-09 at 11.38.58 AM.png" title="Screen Shot 2016-06-09 at 11.38.58 AM.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 15:41:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6375265#M22436</guid>
      <dc:creator>skidsolo</dc:creator>
      <dc:date>2016-06-09T15:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6397667#M22437</link>
      <description>&lt;P&gt;I finally got the post that was offered here in the correct file and it is working. However, I have the rover 30 S2, will this processor work for this router too???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 11:09:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6397667#M22437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T11:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6398097#M22438</link>
      <description>Sorry I dont know that there are so many different types, the only thing I would say is try a small test program and see if it runs</description>
      <pubDate>Wed, 22 Jun 2016 14:12:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6398097#M22438</guid>
      <dc:creator>skidsolo</dc:creator>
      <dc:date>2016-06-22T14:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6399241#M22439</link>
      <description>&lt;P&gt;too, can G-code be used on the Biesse routers? I was under the understanding that biesse machines where parametric programming only. This is my first encounter with Biesse anything, so, I really dont know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 23:23:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6399241#M22439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T23:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: CNC GCode for BIESSE ROVER J 1530</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6400272#M22440</link>
      <description>&lt;P&gt;Biesse unfortunately seem to use many code formats, I do know that the Biesse Rover uses G&amp;amp;M code&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 13:36:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/cnc-gcode-for-biesse-rover-j-1530/m-p/6400272#M22440</guid>
      <dc:creator>skidsolo</dc:creator>
      <dc:date>2016-06-23T13:36:32Z</dc:date>
    </item>
  </channel>
</rss>

