<?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 Needing to know how to do a tool change at the end of a program in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/needing-to-know-how-to-do-a-tool-change-at-the-end-of-a-program/m-p/8045681#M120821</link>
    <description>&lt;P&gt;I need to know how to do a tool change at the end of my program.&amp;nbsp; I'm running production parts and only using one tool.&amp;nbsp; My machine whenever starting a program again automatically changes the tool to the next in the turret(it doesn't recognize there is a tool in the spindle).&amp;nbsp; Thus i need to do a tool change at the end of the program so when I start the program again it will pull up the correct tool.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jun 2018 18:38:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-04T18:38:16Z</dc:date>
    <item>
      <title>Needing to know how to do a tool change at the end of a program</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/needing-to-know-how-to-do-a-tool-change-at-the-end-of-a-program/m-p/8045681#M120821</link>
      <description>&lt;P&gt;I need to know how to do a tool change at the end of my program.&amp;nbsp; I'm running production parts and only using one tool.&amp;nbsp; My machine whenever starting a program again automatically changes the tool to the next in the turret(it doesn't recognize there is a tool in the spindle).&amp;nbsp; Thus i need to do a tool change at the end of the program so when I start the program again it will pull up the correct tool.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 18:38:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/needing-to-know-how-to-do-a-tool-change-at-the-end-of-a-program/m-p/8045681#M120821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T18:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Needing to know how to do a tool change at the end of a program</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/needing-to-know-how-to-do-a-tool-change-at-the-end-of-a-program/m-p/8045907#M120822</link>
      <description>&lt;P&gt;@Anonymous&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi, don`t know if this is what you need but it might work for you, first, whatever Post Processor you are using make a copy of it just in case this goes all wrong &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next open the Post in Notepad++ and use the "Search" to find the "function onClose" section of the Post.&lt;/P&gt;&lt;P&gt;If your Post outputs a "Return to Home" for the X and Y axis something like this :-&lt;/P&gt;&lt;P&gt;writeRetract (X, Y); // return to home&lt;/P&gt;&lt;P&gt;This probably the safest place to put the tool change as the Z axis has already Homed to it`s highest point (Machine Z zero) and the above line will take the X and Y axis to machine zero so in theory your job should be clear of the tool change, if your machines control automatically moves all axis to a "safe" tool change position then all the better &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Copy and paste the code below where I have indicated and it should output a T* M06 at the end of the code just before the M30 line.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;It will also output a G49 tool length compensation which should clear any tool offsets.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;disableLengthCompensation();&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;writeBlock("T" + toolFormat.format(tool.number), mFormat.format(6));&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;if (tool.comment) {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;writeComment(tool.comment);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;However after all that I am really not that clear on how having a tool change for the current tool at the end might help, I would have thought that no matter if the machine does a change to the next tool in the changer at the start it would have to change back to the tool that is commanded at the start of your program anyway??&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I would be really interested to learn about this, seems a very odd configuration of a CNC control,&amp;nbsp; anyway best of luck with it &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;P.S. Here is what the code looks like at the end of my test program ;_&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;N160 M09&lt;BR /&gt;N165 G28 G91 Z0.&lt;BR /&gt;N170 G90&lt;BR /&gt;N175 G49&lt;BR /&gt;N180 G28 G91 X0. Y0.&lt;BR /&gt;N185 G90&lt;BR /&gt;N190 T1 M06&lt;BR /&gt;(8MM FLAT EM-MERLIN 55 DEG)&lt;BR /&gt;N195 M30&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Regards&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Rob&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 20:46:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/needing-to-know-how-to-do-a-tool-change-at-the-end-of-a-program/m-p/8045907#M120822</guid>
      <dc:creator>engineguy</dc:creator>
      <dc:date>2018-06-04T20:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Needing to know how to do a tool change at the end of a program</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/needing-to-know-how-to-do-a-tool-change-at-the-end-of-a-program/m-p/8045953#M120823</link>
      <description>&lt;P&gt;Are the tool numbers the same and what machine are you useing&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 21:02:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/needing-to-know-how-to-do-a-tool-change-at-the-end-of-a-program/m-p/8045953#M120823</guid>
      <dc:creator>daniel_lyall</dc:creator>
      <dc:date>2018-06-04T21:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Needing to know how to do a tool change at the end of a program</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/needing-to-know-how-to-do-a-tool-change-at-the-end-of-a-program/m-p/8047107#M120824</link>
      <description>&lt;P&gt;Thanks for the response Rob.&amp;nbsp; I ended up just taking out the tool change in the beginning of my program so it doesn't designate a tool thus not telling the machine to go to a specific tool.&amp;nbsp; I also find this super strange that the machine "forgets" what tool is in the spindle after every program.&amp;nbsp; I just started working with this machine ( OKK VM5 with a Neomatic 635 Meldas controler).&amp;nbsp; Its very probable that this could be user error too&amp;nbsp;but I had a service tech out working on it and he did mention this being an issue&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 10:19:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/needing-to-know-how-to-do-a-tool-change-at-the-end-of-a-program/m-p/8047107#M120824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-05T10:19:45Z</dc:date>
    </item>
  </channel>
</rss>

