<?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: 840 D post Processor home position before tool change. in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/840-d-post-processor-home-position-before-tool-change/m-p/13808998#M171464</link>
    <description>Will this mark AXIs B and C return to home position as well ?&lt;BR /&gt;Thanks for the reply&lt;BR /&gt;</description>
    <pubDate>Sat, 13 Sep 2025 05:29:30 GMT</pubDate>
    <dc:creator>jhayesWTCVT</dc:creator>
    <dc:date>2025-09-13T05:29:30Z</dc:date>
    <item>
      <title>840 D post Processor home position before tool change.</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/840-d-post-processor-home-position-before-tool-change/m-p/13808041#M171441</link>
      <description>&lt;P&gt;Good afternoon,&lt;BR /&gt;I am looking for some help with my post processor my my machine Spinner U630 5 AXIS.&lt;/P&gt;&lt;P&gt;Before every Tool change i am after for the machine to return every axis to its home position X ais being the first then so on. Normally to do this on this machine you would use Cycle 800. But when i post the programs out this is not the case and the machine says can't do tool change as axis no in home position.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could some one look into editing the 840D Post so for every tool change it uses cycle 800.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I look forward to your response.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 14:11:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/840-d-post-processor-home-position-before-tool-change/m-p/13808041#M171441</guid>
      <dc:creator>jhayesWTCVT</dc:creator>
      <dc:date>2025-09-12T14:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: 840 D post Processor home position before tool change.</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/840-d-post-processor-home-position-before-tool-change/m-p/13808680#M171459</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming you are using an up to date post you can edit this section&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;  retract: {
    methodXY     : undefined, // special condition, overwrite retract behavior per axis
    methodZ      : undefined, // special condition, overwrite retract behavior per axis
    useZeroValues: ["G28", "G30"], // enter property value id(s) for using "0" value instead of machineConfiguration axes home position values (ie G30 Z0)
    homeXY       : {onIndexing:false, onToolChange:false, onProgramEnd:{axes:[X, Y]}} // Specifies when the machine should be homed in X/Y. Sample: onIndexing:{axes:[X, Y], singleLine:false}
  },&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where it says homeXY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change to this for it to home XY on tool&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;  retract: {
    methodXY     : undefined, // special condition, overwrite retract behavior per axis
    methodZ      : undefined, // special condition, overwrite retract behavior per axis
    useZeroValues: ["G28", "G30"], // enter property value id(s) for using "0" value instead of machineConfiguration axes home position values (ie G30 Z0)
    homeXY       : {onIndexing:false, onToolChange:{axes:[X, Y], singleLine:true}, onProgramEnd:{axes:[X, Y]}} // Specifies when the machine should be homed in X/Y. Sample: onIndexing:{axes:[X, Y], singleLine:false}
  },&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Making Single line "true" will home X then Y.&lt;/P&gt;
&lt;P&gt;Z will already be retracted.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 23:01:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/840-d-post-processor-home-position-before-tool-change/m-p/13808680#M171459</guid>
      <dc:creator>a.laasW8M6T</dc:creator>
      <dc:date>2025-09-12T23:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: 840 D post Processor home position before tool change.</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/840-d-post-processor-home-position-before-tool-change/m-p/13808998#M171464</link>
      <description>Will this mark AXIs B and C return to home position as well ?&lt;BR /&gt;Thanks for the reply&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Sep 2025 05:29:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/840-d-post-processor-home-position-before-tool-change/m-p/13808998#M171464</guid>
      <dc:creator>jhayesWTCVT</dc:creator>
      <dc:date>2025-09-13T05:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: 840 D post Processor home position before tool change.</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/840-d-post-processor-home-position-before-tool-change/m-p/13809008#M171466</link>
      <description>&lt;P&gt;No I dont think so&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not familiar with Siemens controls&lt;/P&gt;
&lt;P&gt;Does the Cycle 800 do this for you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I notice there are options for Cycle 800 in the post&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alaasW8M6T_0-1757741997213.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1570486i5DE8C929FE3B44AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alaasW8M6T_0-1757741997213.png" alt="alaasW8M6T_0-1757741997213.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 05:40:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/840-d-post-processor-home-position-before-tool-change/m-p/13809008#M171466</guid>
      <dc:creator>a.laasW8M6T</dc:creator>
      <dc:date>2025-09-13T05:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: 840 D post Processor home position before tool change.</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/840-d-post-processor-home-position-before-tool-change/m-p/13809088#M171470</link>
      <description>Yes cycle 800 dose this but when using multi axis it dose post this out&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Sep 2025 08:05:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/840-d-post-processor-home-position-before-tool-change/m-p/13809088#M171470</guid>
      <dc:creator>jhayesWTCVT</dc:creator>
      <dc:date>2025-09-13T08:05:25Z</dc:date>
    </item>
  </channel>
</rss>

