<?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 STOP ATC CODE IN NC FILE in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8243822#M117213</link>
    <description>&lt;P&gt;What post processor are you using?&lt;/P&gt;
&lt;P&gt;There are several post processors available that allow for no ATC code to be output. Mach3 is one of them&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is your cnc controller?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 14:03:08 GMT</pubDate>
    <dc:creator>LibertyMachine</dc:creator>
    <dc:date>2018-09-04T14:03:08Z</dc:date>
    <item>
      <title>HOW TO STOP ATC CODE IN NC FILE</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8242723#M117212</link>
      <description>&lt;P&gt;HELLO SIR&lt;/P&gt;&lt;P&gt;I AM USEING AUTODESK FUSION 360 FOR CAM&lt;/P&gt;&lt;P&gt;CAN I KNOW HOW TO STOP ATC CODE IN AUTODESKFUSION NC FILE&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 03:40:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8242723#M117212</guid>
      <dc:creator>mulakkalsukumaran</dc:creator>
      <dc:date>2018-09-04T03:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO STOP ATC CODE IN NC FILE</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8243822#M117213</link>
      <description>&lt;P&gt;What post processor are you using?&lt;/P&gt;
&lt;P&gt;There are several post processors available that allow for no ATC code to be output. Mach3 is one of them&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is your cnc controller?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 14:03:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8243822#M117213</guid>
      <dc:creator>LibertyMachine</dc:creator>
      <dc:date>2018-09-04T14:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO STOP ATC CODE IN NC FILE</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8244518#M117214</link>
      <description>&lt;P&gt;MITUBHUSHI M80&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 17:55:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8244518#M117214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-04T17:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO STOP ATC CODE IN NC FILE</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8244541#M117215</link>
      <description>&lt;P&gt;Ok, that will require a post edit. You can attempt the modification &lt;A href="https://forums.autodesk.com/t5/hsm-post-processor-forum/technical-faq/td-p/7473258" target="_blank"&gt;on your own&lt;/A&gt;, wait for someone to come along with sufficient time, or enlist the services of a &lt;A href="https://forums.autodesk.com/t5/hsm-post-processor-forum/hsm-post-adjustments-needed-find-your-right-contact-here/td-p/6652728" target="_blank"&gt;reseller&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 18:04:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8244541#M117215</guid>
      <dc:creator>LibertyMachine</dc:creator>
      <dc:date>2018-09-04T18:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO STOP ATC CODE IN NC FILE</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8255161#M117216</link>
      <description>&lt;P&gt;If you let me know which post processor you are using and exactly what you want to achieve i may be able to help. I short segment of code with a comment on which bit you want to change would help. Keep in mind any changes to the post will need to be tested &lt;STRONG&gt;at your own risk. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you are looking to replace ATC code with something else? Removing the tool changes altogether would result in code that can only every run with one tool! this would be dangerous if you accidentally posted a programme from fusion that used multiple tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example. if you wanted to remove the tool change from the code below the code segment might look like this.&lt;/P&gt;&lt;PRE&gt;* 1001
G90 G94
G17
G71
G53 O1

* 2D Contour123456
M09
T4 M06               * I want to remove this line
M08
S8000 M03
G00 X77.3 Y-53.1
Z15
Z5&lt;/PRE&gt;</description>
      <pubDate>Sun, 09 Sep 2018 01:18:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8255161#M117216</guid>
      <dc:creator>djowen40</dc:creator>
      <dc:date>2018-09-09T01:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO STOP ATC CODE IN NC FILE</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8256065#M117217</link>
      <description>&lt;P&gt;HELLO SIR&amp;nbsp;&lt;/P&gt;&lt;P&gt;I AM USING MITUBHUSHI M80 CONTROLLER&lt;/P&gt;&lt;P&gt;I WANT TO REMOVE ATC CODE WITH EDITING&amp;nbsp;&lt;/P&gt;&lt;P&gt;IS THERE ANY WAY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 03:43:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8256065#M117217</guid>
      <dc:creator>mulakkalsukumaran</dc:creator>
      <dc:date>2018-09-10T03:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO STOP ATC CODE IN NC FILE</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8256067#M117218</link>
      <description>&lt;P&gt;HELLO SIR&amp;nbsp;&lt;/P&gt;&lt;P&gt;I AM USING MITUBHUSHI M80 CONTROLLER&lt;/P&gt;&lt;P&gt;I WANT TO REMOVE ATC CODE WITHOUT EDITING&amp;nbsp;&lt;/P&gt;&lt;P&gt;IS THERE ANY WAY&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 03:46:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8256067#M117218</guid>
      <dc:creator>mulakkalsukumaran</dc:creator>
      <dc:date>2018-09-10T03:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO STOP ATC CODE IN NC FILE</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8256132#M117219</link>
      <description>&lt;P&gt;Yes there is a way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But as per my previous message i need more information in order to help you. If you want help i will need&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A copy of the post processor you are using&lt;/LI&gt;&lt;LI&gt;A sample g code file that comes straight from the post processor&lt;/LI&gt;&lt;LI&gt;The same sample but manually edited as you would like it to look.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If you can attach these three files then i can help you.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 05:02:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8256132#M117219</guid>
      <dc:creator>djowen40</dc:creator>
      <dc:date>2018-09-10T05:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO STOP ATC CODE IN NC FILE</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8259014#M117220</link>
      <description>&lt;P&gt;OK&amp;nbsp;&lt;/P&gt;&lt;P&gt;CONTROLLLER&amp;nbsp;&lt;/P&gt;&lt;P&gt;I HVE MITSUBISHI&amp;nbsp; CONTROLLER&lt;/P&gt;&lt;P&gt;I AM SEND SCREEN SHOT OF POST POCSSORER&lt;/P&gt;&lt;P&gt;AND NC FILE&lt;/P&gt;&lt;P&gt;I WAN TO REMOVE ATC CODE&amp;nbsp;&lt;/P&gt;&lt;P&gt;IS THER ANY WAY&lt;/P&gt;&lt;P&gt;WHEN EVER I PSOT NC FILE THERE SHOULD NOT BE ATC CODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 05:43:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8259014#M117220</guid>
      <dc:creator>mulakkalsukumaran</dc:creator>
      <dc:date>2018-09-11T05:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO STOP ATC CODE IN NC FILE</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8270552#M117221</link>
      <description>&lt;P&gt;Here is a version of the Mitisubish post with the tool change output disabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING:&lt;/P&gt;&lt;P&gt;There is no testing for the use of multiple tools within your program. So if you post a program that uses multiple tools in fusion the machine will simple carry on with the same tool. It will not stop or warn you that you have multiple tools with no tool change. This could easily lead to machine crashes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;USE THIS AT YOUR OWN RISK!&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 23:44:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/how-to-stop-atc-code-in-nc-file/m-p/8270552#M117221</guid>
      <dc:creator>djowen40</dc:creator>
      <dc:date>2018-09-15T23:44:02Z</dc:date>
    </item>
  </channel>
</rss>

