<?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: Heidenhain tnc datum shift in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/9836432#M77549</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8645876"&gt;@daniel49DTW&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im not sure the TNC370 has a datum table. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is why I was hoping to be able to possibly have the option to add at processing stage within cam. &amp;nbsp;A datum table would be much simpler.&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/8053349"&gt;@KrupalVala&lt;/a&gt;&amp;nbsp;thanks for your help. &amp;nbsp;I will have a look at this and see if it does what I would like it too. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks both &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 31 Oct 2020 07:56:57 GMT</pubDate>
    <dc:creator>danpayneuk</dc:creator>
    <dc:date>2020-10-31T07:56:57Z</dc:date>
    <item>
      <title>Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/9832976#M77546</link>
      <description>&lt;P&gt;Hi again&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the process of of trying to to the Cam for &amp;nbsp;multiple ops in 1 program. &amp;nbsp;To allow this to work on this controller is uses Cycle 7. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just testing the Cam out put and notice it comes out&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;16 CYCL DE&lt;/SPAN&gt;&lt;SPAN&gt;F 7.0&lt;/SPAN&gt;&lt;SPAN&gt; DATUM SHIFT&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;17 CYCL DE&lt;/SPAN&gt;&lt;SPAN&gt;F 7.1&lt;/SPAN&gt;&lt;SPAN&gt; #1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;with #1 changing to&amp;nbsp;#2 etc.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I guess I would need to go into the program and edit to set the coridinates for 7.1, 7.2 &amp;amp; 7.3.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Would it be possible to allow these options to be added into the post process menu like the machine home option does.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The post processor is the tnc 370 one&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks for any help&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Oct 2020 18:10:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/9832976#M77546</guid>
      <dc:creator>danpayneuk</dc:creator>
      <dc:date>2020-10-29T18:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/9834143#M77547</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6602162"&gt;@danpayneuk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To control CYCL DEF, You can add Post-Properties in your post.&lt;BR /&gt;Based on your requirement, you can add multiple conditions and change/choose the 7.1,7.2,7.3 value while post-processing the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get CYCL DEF 7.X Value same as work offset, Change the code from this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;    writeBlock("CYCL DEF 7.0 " + localize("DATUM SHIFT"));
    writeBlock("CYCL DEF 7.1 #" + currentSection.workOffset);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt; writeBlock("CYCL DEF 7.0 " + localize("DATUM SHIFT"));
    writeBlock("CYCL DEF 7." +currentSection.workOffset+" #" + currentSection.workOffset);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it will give below NC output.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/838293i4AC4CF74422C6C2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 08:25:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/9834143#M77547</guid>
      <dc:creator>KrupalVala</dc:creator>
      <dc:date>2020-10-30T08:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/9834357#M77548</link>
      <description>&lt;P&gt;&lt;SPAN&gt;CYCL DE&lt;/SPAN&gt;&lt;SPAN&gt;F 7.1&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;#1 refers to row 1 in your datum-table on the control.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I dont use it that much beacuse on our 3 axis we move stuff around all the time and on our 5-axis we mostly use preset 0 (presets is more or less the same thing )and just adjust Z&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 09:34:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/9834357#M77548</guid>
      <dc:creator>daniel49DTW</dc:creator>
      <dc:date>2020-10-30T09:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/9836432#M77549</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8645876"&gt;@daniel49DTW&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im not sure the TNC370 has a datum table. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is why I was hoping to be able to possibly have the option to add at processing stage within cam. &amp;nbsp;A datum table would be much simpler.&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/8053349"&gt;@KrupalVala&lt;/a&gt;&amp;nbsp;thanks for your help. &amp;nbsp;I will have a look at this and see if it does what I would like it too. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks both &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2020 07:56:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/9836432#M77549</guid>
      <dc:creator>danpayneuk</dc:creator>
      <dc:date>2020-10-31T07:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/10483252#M77550</link>
      <description>&lt;P&gt;Dragging up an old post as it got put to the side and forgotten about.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would be great to be able to add the required co-ordinates into the pp properties menu the same way as being able to adde the machine home positions for x and y.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other thing this processor doesn't have the subroutines added to it. &amp;nbsp;What is required to add this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 20:11:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/10483252#M77550</guid>
      <dc:creator>danpayneuk</dc:creator>
      <dc:date>2021-07-20T20:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/10484044#M77551</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6602162"&gt;@danpayneuk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's available in Heidenhain post.&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;You can select&amp;nbsp;your&amp;nbsp;desired&amp;nbsp;subroutine&amp;nbsp;option through the post properties.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KrupalVala_1-1626848199843.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/943459i00CFDADCACB49F2A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KrupalVala_1-1626848199843.png" alt="KrupalVala_1-1626848199843.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 06:18:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/10484044#M77551</guid>
      <dc:creator>KrupalVala</dc:creator>
      <dc:date>2021-07-21T06:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/10486019#M77552</link>
      <description>&lt;P&gt;The problem with the "Heidenhain" post is it wont work on the older Heidenhain controllers as there's a bunch of cycles that the old controllers don't have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the Heidenhain posts for the TNC407 for example should mostly work but they don't have the Subroutines option&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 19:49:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/10486019#M77552</guid>
      <dc:creator>a.laasW8M6T</dc:creator>
      <dc:date>2021-07-21T19:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/10487215#M77553</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8053349"&gt;@KrupalVala&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a post that was modified to work better with the TNC 370 controller. &amp;nbsp;It was originally &amp;nbsp;produced by Patrick from this forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a copy of the current one being used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This doesn't have the subroutines enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hoped that this is something I can add along with the other parts for the cycle def 7 parts mentioned, but uncertain of what is required exactly. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to have a play at modifying the post for the Cycle def sections. &amp;nbsp;I can add a tick box, but can't seem to be able to add the boxes to allow coordinates to be added like the home position coordinates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 08:26:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/10487215#M77553</guid>
      <dc:creator>danpayneuk</dc:creator>
      <dc:date>2021-07-22T08:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/10487374#M77554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6602162"&gt;@danpayneuk&lt;/a&gt;&amp;nbsp; &amp;amp;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8904000"&gt;@a.laasW8M6T&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case, I would suggest contact our channel &lt;SPAN&gt;partners. They will do the Job for you but It may be a cost option.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please Click &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" rel="noopener"&gt;here&lt;/A&gt; for more detail.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 09:32:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/10487374#M77554</guid>
      <dc:creator>KrupalVala</dc:creator>
      <dc:date>2021-07-22T09:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/11483430#M77555</link>
      <description>&lt;P&gt;In older heidenhain controls, it is not possible to make a datum shift table.&lt;/P&gt;&lt;P&gt;We can not link #1 or #2 to xyz coordinates.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is it possible to change dat we don't give numbers in the post processor but XYZ coordinates?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 16:51:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/11483430#M77555</guid>
      <dc:creator>pedro.cokelaere9CRNG</dc:creator>
      <dc:date>2022-10-14T16:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/12102985#M77556</link>
      <description>&lt;P&gt;Hi, &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to add cycl def 7.0-7.3 on all b axis movements. I post using plane spatial but the operator wants to be able to shift datum due to the machine not being spot on when rotating. Is it possible to make the 4 lines post every time b axis moves? Or even every toolchange. Your help much appreciated. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 22:13:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/12102985#M77556</guid>
      <dc:creator>accounts946HE</dc:creator>
      <dc:date>2023-07-14T22:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Heidenhain tnc datum shift</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/12106659#M77557</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12369623"&gt;@accounts946HE&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe I understand your situation correctly.Please Correct me if I am wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems that the machine's calibration or alignment is causing positioning issues during machining at specific angles. To address this, you can shift the workplane and generate the toolpath accordingly, which should work effectively for positional or 3+2 toolpaths.&lt;/P&gt;
&lt;P&gt;However, I'm curious about how this approach would work if the toolpath requires simultaneous 5-axis movement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 12:07:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/heidenhain-tnc-datum-shift/m-p/12106659#M77557</guid>
      <dc:creator>KrupalVala</dc:creator>
      <dc:date>2023-07-17T12:07:02Z</dc:date>
    </item>
  </channel>
</rss>

