<?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: Altering post for Tool Change in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7462064#M130185</link>
    <description>&lt;P&gt;Where did you put the post processor file? Did you try reselecting the directory it's in?&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2017 04:21:46 GMT</pubDate>
    <dc:creator>Steinwerks</dc:creator>
    <dc:date>2017-10-16T04:21:46Z</dc:date>
    <item>
      <title>Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7432958#M130178</link>
      <description>&lt;P&gt;I have an old dinosaur Bridgeport Interact, FANUC machine, and I have been using the Generic FANUC post without too much issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing I have to constantly change though is the tool change line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This machine requires a G30 G91 Z0 included with the Tx M6.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed a post for a previous employer for HSM, but either I am missing something or I cannot seem to edit the Fusion post the same way?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 20:23:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7432958#M130178</guid>
      <dc:creator>M&amp;GToolWorks</dc:creator>
      <dc:date>2017-10-04T20:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7432984#M130179</link>
      <description>&lt;P&gt;It can be edited but the generic ones distributed in the installation can't be, they are read-only so that they won't be modifed and then overwritten by an update. If you open it and save into a non-write-protected directory you should be able to edit the post just fine.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 20:30:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7432984#M130179</guid>
      <dc:creator>Steinwerks</dc:creator>
      <dc:date>2017-10-04T20:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7435734#M130180</link>
      <description>&lt;P&gt;Thanks, saved the file as a new post (Interact) and can edit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see now I will need more help than I first thought with this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically I manually enter my code something like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;N30 G30 G91 Z0.0 T18 M06&lt;BR /&gt;N35 G90 S750 M03&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To write the G30, I do not see it listed? Would that fall similar to the G28? gFormat.format(28)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Modified?&lt;/P&gt;&lt;P&gt;writeBlock(gFormat.format(30), gAbsIncModal.format(91), "Z" + xyzFormat.format(0),&lt;SPAN&gt;"T" + toolFormat.format(tool.number), mFormat.format(6)&lt;/SPAN&gt;); // retract&lt;BR /&gt;writeBlock(gAbsIncModal.format(90));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ORIGINAL&lt;/P&gt;&lt;P&gt;writeBlock("T" + toolFormat.format(tool.number), mFormat.format(6));&lt;BR /&gt;if (tool.comment) {&lt;BR /&gt;writeComment(tool.comment);&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:00:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7435734#M130180</guid>
      <dc:creator>M&amp;GToolWorks</dc:creator>
      <dc:date>2017-10-05T15:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7435798#M130181</link>
      <description>&lt;P&gt;A few test posts seem to confirm that works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I have someone please double check me and verify that looks correct?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:11:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7435798#M130181</guid>
      <dc:creator>M&amp;GToolWorks</dc:creator>
      <dc:date>2017-10-05T15:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7435974#M130182</link>
      <description>&lt;P&gt;It looks fine, but the true test is using it on a daily basis of course. There are usually a few places that G28 shows up so be aware of how the post handles it (things like retract in the onClose section) but considering that (I suspect) you're not doing things like in-process probing I would expect that it'll be just fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Congrats! If you run into unexpected behavior, don't hesitate to come back and describe what you're seeing. It's also helpful to attach the post .CPS file so someone can take a look directly, as issues can arise from simple syntax errors as well that can be hard to spot.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:37:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7435974#M130182</guid>
      <dc:creator>Steinwerks</dc:creator>
      <dc:date>2017-10-05T15:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7441394#M130183</link>
      <description>&lt;P&gt;Read through what it posted. Carefully ran the first piece.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Post works great...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ohhhh how I miss probes... was fortunate to work for some companies with really good equipment. Macro's with in process probing and multiple tools to account for wear running hardened parts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will take being self employed running this old dinosaur any day. (Maybe not every day )&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 23:20:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7441394#M130183</guid>
      <dc:creator>M&amp;GToolWorks</dc:creator>
      <dc:date>2017-10-06T23:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7461724#M130184</link>
      <description>&lt;P&gt;Ok, so what did I do wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Started Fusion up today to post a program, post is gone, like it never existed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When Fusion closes does it edit/change things? Part of the whole cloud deal?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 21:49:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7461724#M130184</guid>
      <dc:creator>M&amp;GToolWorks</dc:creator>
      <dc:date>2017-10-15T21:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7462064#M130185</link>
      <description>&lt;P&gt;Where did you put the post processor file? Did you try reselecting the directory it's in?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 04:21:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7462064#M130185</guid>
      <dc:creator>Steinwerks</dc:creator>
      <dc:date>2017-10-16T04:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7463421#M130186</link>
      <description>&lt;P&gt;I saved it in the post folder with all the other posts.... Posted during the week with it? Computer restarted saturday and Fusion did its update thing. Does Fusion wipe posts if it isn't their post? Am I supposed to save it somewhere else?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 14:19:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7463421#M130186</guid>
      <dc:creator>M&amp;GToolWorks</dc:creator>
      <dc:date>2017-10-16T14:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7463473#M130187</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is always best to save your posts in a different location. When Fusion updates, it replaces the posts in the default directory with the latest available versions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 14:28:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7463473#M130187</guid>
      <dc:creator>GeorgeRoberts</dc:creator>
      <dc:date>2017-10-16T14:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7463507#M130188</link>
      <description>&lt;P&gt;I am ignorant to this whole cloud concept, what else do they wipe/change/alter without informing you?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a list somewhere or do you have to find all this out by trial and error?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 14:35:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7463507#M130188</guid>
      <dc:creator>M&amp;GToolWorks</dc:creator>
      <dc:date>2017-10-16T14:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7463529#M130189</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5045178"&gt;@GeorgeRoberts&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thought that folder had been made read-only in the last few updates? I know the posts are now, perhaps this is something that needs to be addressed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5164702"&gt;@M&amp;amp;GToolWorks&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It has been covered in many, many posts here but I agree, it needs to be more straightforward. Best practice is to add it to your Cloud Posts or an alternate directory. The default posts folder has always been overwritten for every update as the generic posts are updated as well on a regular basis.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 14:39:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7463529#M130189</guid>
      <dc:creator>Steinwerks</dc:creator>
      <dc:date>2017-10-16T14:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7464660#M130190</link>
      <description>&lt;P&gt;What is a Cloud Post? I don't see that in the selection of posts?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;The default posts folder has always been overwritten for every update as the generic posts are updated as well on a regular basis."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Guess I missed that in the instruction manual....&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 19:11:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7464660#M130190</guid>
      <dc:creator>M&amp;GToolWorks</dc:creator>
      <dc:date>2017-10-16T19:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7464680#M130191</link>
      <description>&lt;P&gt;Agreed that it is not perfect. Here's a link to enabling cloud posts:&amp;nbsp;&lt;A href="https://knowledge.autodesk.com/support/fusion-360/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-install-a-cloud-post-in-Fusion-360.html" target="_blank"&gt;https://knowledge.autodesk.com/support/fusion-360/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-install-a-cloud-post-in-Fusion-360.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 19:16:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7464680#M130191</guid>
      <dc:creator>Steinwerks</dc:creator>
      <dc:date>2017-10-16T19:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7480916#M130192</link>
      <description>&lt;P&gt;Alright, got everything changed back to where it was.... geez....&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Didn't bother with the cloud post thing... realized when I don't have internet I won't be able to post...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 21:36:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7480916#M130192</guid>
      <dc:creator>M&amp;GToolWorks</dc:creator>
      <dc:date>2017-10-21T21:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Altering post for Tool Change</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7480957#M130193</link>
      <description>&lt;P&gt;I believe it's more of a sync thing, as it should still keep it available if you are offline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At any rate, I actually keep mine in a Google Drive folder that syncs, and you can keep it in any directory on your computer that you want, you just have to browse to it.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 22:22:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/altering-post-for-tool-change/m-p/7480957#M130193</guid>
      <dc:creator>Steinwerks</dc:creator>
      <dc:date>2017-10-21T22:22:46Z</dc:date>
    </item>
  </channel>
</rss>

