<?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: Sinumerik 810D turning-milling/ in HSM Post Processor Forum</title>
    <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/12639301#M12246</link>
    <description>&lt;P&gt;I also need help with the post for a Sinumerik 810D turning-milling ctx310 dmg mori&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 00:52:32 GMT</pubDate>
    <dc:creator>cipriansmartservices</dc:creator>
    <dc:date>2024-03-14T00:52:32Z</dc:date>
    <item>
      <title>Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/8599994#M12235</link>
      <description>&lt;P&gt;Good day to all. Interests here what question. I am testing the postprocessor for the Sinumerik 810D turning-milling machine. Some things I did, but the question remained with the output of the M6 command after calling the tool.&lt;BR /&gt;G18&lt;BR /&gt;DIAMON&lt;BR /&gt;T3 d1&lt;BR /&gt;M6&lt;BR /&gt;SETMS (1)&lt;BR /&gt;G97 S1 = 500 M1 = 3&lt;BR /&gt;G94&lt;BR /&gt;G54&lt;BR /&gt;D3&lt;BR /&gt;In our machine there is no such function, and as far as I understand it from a milling machine. How to disable it.&lt;BR /&gt;Machine DMG CTX 310 ecoline 2008.&lt;BR /&gt;Since there is no Y axis in the machine, then the translation of XY to XC is carried out by the TRANSMIT command?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 07:59:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/8599994#M12235</guid>
      <dc:creator>uladzimiruser</dc:creator>
      <dc:date>2019-02-16T07:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/8611769#M12236</link>
      <description>&lt;P&gt;It is pretty simple to get rid of the M6 code, you just need to comment out the following line in the onSection function.&lt;/P&gt;
&lt;PRE&gt;    writeBlock("T" + (properties.toolAsName ? "="  + "\"" + (tool.description.toUpperCase()) + "\"" : toolFormat.format(tool.number)), dFormat.format(lengthOffset));
    &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;//&lt;/FONT&gt;&lt;/STRONG&gt; writeBlock(mFormat.format(6)); &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;// comment out this line&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;The TRANSMIT command is used to enable polar interpolation on the control, where it will use the C-axis to compensate for the Y-axis moves.&amp;nbsp; If your control does not support this feature, you can disable it and the post will then calculate the XC positions to compensate for the XY positions without using the TRANSMIT capability.&amp;nbsp; You can enable XZC mode in the post by modifying the following line at the top of the post.&lt;/P&gt;
&lt;PRE&gt;var gotPolarInterpolation = &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/FONT&gt;; // specifies if the machine has XY polar interpolation (TRANSMIT) capabilities&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Feb 2019 15:55:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/8611769#M12236</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2019-02-21T15:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/9721018#M12237</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need post procesor for sinumerik 810 turn-mill for ctx 510 . One that works post .&lt;/P&gt;&lt;P&gt;Who can help me ???&lt;/P&gt;&lt;P&gt;Thank.you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 14:34:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/9721018#M12237</guid>
      <dc:creator>marius_micromet</dc:creator>
      <dc:date>2020-08-31T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/9721090#M12238</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9190532"&gt;@marius_micromet&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;We have a&amp;nbsp;&lt;/SPAN&gt;DMG CTX beta 800 TC&lt;SPAN&gt;&amp;nbsp;post. This post has not been released yet. Its in &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;beta version&lt;/STRONG&gt;&lt;/FONT&gt;. But you can download it from&amp;nbsp;&lt;A href="https://cam.autodesk.com/hsmposts?p=dmg_ctx_800_beta_tc" target="_blank" rel="noopener"&gt;Here.&lt;/A&gt;&amp;nbsp;Before any Machining trial&amp;nbsp;cut, please test the codes carefully. &amp;nbsp;&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>Mon, 31 Aug 2020 15:07:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/9721090#M12238</guid>
      <dc:creator>KrupalVala</dc:creator>
      <dc:date>2020-08-31T15:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/9725015#M12239</link>
      <description>&lt;P&gt;i&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="login-bold"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8053349" target="_self"&gt;KrupalVala&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="login-bold"&gt;does not work post processor transmitted by you dmg ctx 800 beta on my car CTX 510 sinumerik 810D.&lt;BR /&gt;I can send you an example of a program that runs on the car&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 11:45:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/9725015#M12239</guid>
      <dc:creator>marius_micromet</dc:creator>
      <dc:date>2020-09-02T11:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/9725115#M12240</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9190532"&gt;@marius_micromet&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have&amp;nbsp;&lt;A class="title" href="https://cam.autodesk.com/posts/post.php?name=siemens%20mill-turn" target="_blank" rel="noopener"&gt;Siemens Mill-Turn&lt;/A&gt; post. You can try with it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 12:35:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/9725115#M12240</guid>
      <dc:creator>KrupalVala</dc:creator>
      <dc:date>2020-09-02T12:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/9725547#M12241</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;The post-processor sent if it is the same as the one in the post libray of the sait fusion 360 does not work becase i tested that one&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 15:23:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/9725547#M12241</guid>
      <dc:creator>marius_micromet</dc:creator>
      <dc:date>2020-09-02T15:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/11706183#M12242</link>
      <description>&lt;P&gt;Is there any indication that the post will be developed more in the future and moved out of beta testing? From what I have done so far, the post seems really close. It would be a shame to see all of the work done on it so far by the HSM team be in vain.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 00:20:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/11706183#M12242</guid>
      <dc:creator>jcassidy.me</dc:creator>
      <dc:date>2023-01-26T00:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/11710364#M12243</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6920674"&gt;@jcassidy.me&lt;/a&gt;,&amp;nbsp;I assume that you are asking about the DMG CTX_800 Beta TC post since the Siemens Mill-Turn post is already released.&amp;nbsp; You say the post seems really close, can you report any issues that you have found with the post?&amp;nbsp; Our goal is to get all posts in Beta officially released, but this requires feedback from the community to either report issues with the post and/or verify that it works on their machine.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 15:00:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/11710364#M12243</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2023-01-27T15:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/11710577#M12244</link>
      <description>&lt;P&gt;&amp;nbsp;I can certainly start to provide some feedback&amp;nbsp;as I begin testing in the next few weeks. Thanks for the quick response.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 15:56:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/11710577#M12244</guid>
      <dc:creator>jcassidy.me</dc:creator>
      <dc:date>2023-01-27T15:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/11714320#M12245</link>
      <description>&lt;P&gt;Ok, I am continuing to generate some initial code from the ctx post, and comparing it to some code I know works in the machine I can already start to see some minor, and some very serious errors. Please let me know where I should start directing all of my feedback to (separate forum, email, etc...).&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 21:45:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/11714320#M12245</guid>
      <dc:creator>jcassidy.me</dc:creator>
      <dc:date>2023-01-29T21:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sinumerik 810D turning-milling/</title>
      <link>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/12639301#M12246</link>
      <description>&lt;P&gt;I also need help with the post for a Sinumerik 810D turning-milling ctx310 dmg mori&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 00:52:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/hsm-post-processor-forum/sinumerik-810d-turning-milling/m-p/12639301#M12246</guid>
      <dc:creator>cipriansmartservices</dc:creator>
      <dc:date>2024-03-14T00:52:32Z</dc:date>
    </item>
  </channel>
</rss>

