<?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: Doosan Mill/Turn Post version 42585 will crash with synced spindles in Fusion Manufacture Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9253012#M94271</link>
    <description>&lt;P&gt;I really struggled with the Doosan post on 2000SY machines. It was so bad, I simply gave up. I fixed what I had time for in the post and used g-code pass through for the rest.&lt;BR /&gt;&lt;BR /&gt;Spindle transfers and synchronous dual spindle indexing either never worked at all or were too fiddly to bother with.&lt;BR /&gt;&lt;BR /&gt;Since then, I have been focusing on hard post development because I simply cannot wait for or tolerate having a post made by a programmer. In fairness, I did the same thing when I was using CamWorks and MasterCAM. I never found a post developer that had the capability of understanding and delivering what I wanted and needed.&lt;BR /&gt;&lt;BR /&gt;My computer science background is helpful in this area.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2020 18:48:13 GMT</pubDate>
    <dc:creator>engineeringNCMXB</dc:creator>
    <dc:date>2020-01-15T18:48:13Z</dc:date>
    <item>
      <title>Doosan Mill/Turn Post version 42585 will crash with synced spindles</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9251800#M94268</link>
      <description>&lt;P&gt;There is a bug in the post where it will perform a cutting operation with the spindle stopped, if you have the Sub engaged and synced&amp;nbsp; with the same speed (whatever that speed is, even 0 is a valid speed), it will silently not start the spindle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The offending code is here in &lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;startSpindle&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;tappingMode&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;forceRPMMode&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;initialPosition&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;line: 3759&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;syncStartMethod&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;==&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SYNC_ERROR&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;isSpindleSpeedDifferent&lt;/SPAN&gt;&lt;SPAN&gt;())&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;error&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;localize&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"A&amp;nbsp;spindle&amp;nbsp;start&amp;nbsp;block&amp;nbsp;cannot&amp;nbsp;be&amp;nbsp;output&amp;nbsp;while&amp;nbsp;the&amp;nbsp;spindles&amp;nbsp;are&amp;nbsp;synchronized."&lt;/SPAN&gt;&lt;SPAN&gt;));&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&amp;gt;&amp;gt;&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;warning&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Won't&amp;nbsp;start&amp;nbsp;spindle"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Who is the author of the post, how can I contact them ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Jan 2020 10:50:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9251800#M94268</guid>
      <dc:creator>nicolas6DNFL</dc:creator>
      <dc:date>2020-01-15T10:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan Mill/Turn Post version 42585 will crash with synced spindles</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9251881#M94269</link>
      <description>&lt;P&gt;I will flag the post processing team and ask them to look into this, thanks for the report!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is of special importance to me, as I just bought a Lynx 2100 LSY &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 11:25:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9251881#M94269</guid>
      <dc:creator>seth.madore</dc:creator>
      <dc:date>2020-01-15T11:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan Mill/Turn Post version 42585 will crash with synced spindles</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9252266#M94270</link>
      <description>&lt;P&gt;Thanks for reporting this issue.&amp;nbsp; Can you supply a test case that demonstrates this issue?&amp;nbsp; If not, then please explain the scenario.&amp;nbsp; The post should know when the spindle is stopped and should report the error, as the function &lt;EM&gt;isSpindleSpeedDifferent&lt;/EM&gt;() should return 'true' when the spindle is stopped.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 14:11:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9252266#M94270</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2020-01-15T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan Mill/Turn Post version 42585 will crash with synced spindles</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9253012#M94271</link>
      <description>&lt;P&gt;I really struggled with the Doosan post on 2000SY machines. It was so bad, I simply gave up. I fixed what I had time for in the post and used g-code pass through for the rest.&lt;BR /&gt;&lt;BR /&gt;Spindle transfers and synchronous dual spindle indexing either never worked at all or were too fiddly to bother with.&lt;BR /&gt;&lt;BR /&gt;Since then, I have been focusing on hard post development because I simply cannot wait for or tolerate having a post made by a programmer. In fairness, I did the same thing when I was using CamWorks and MasterCAM. I never found a post developer that had the capability of understanding and delivering what I wanted and needed.&lt;BR /&gt;&lt;BR /&gt;My computer science background is helpful in this area.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 18:48:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9253012#M94271</guid>
      <dc:creator>engineeringNCMXB</dc:creator>
      <dc:date>2020-01-15T18:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan Mill/Turn Post version 42585 will crash with synced spindles</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9253353#M94272</link>
      <description>&lt;P&gt;Looking at this with fresh eyes and the output G code should actually alarm out before getting to cutting as it's trying to open the main chuck while the main is spinning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached test file and output code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 21:20:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9253353#M94272</guid>
      <dc:creator>nicolas6DNFL</dc:creator>
      <dc:date>2020-01-15T21:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan Mill/Turn Post version 42585 will crash with synced spindles</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9253573#M94273</link>
      <description>&lt;P&gt;Looking at your code, this is what is happening.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Synchronize the spindles.&lt;/LI&gt;
&lt;LI&gt;Unclamp the secondary chuck.&lt;/LI&gt;
&lt;LI&gt;Grab the part with the secondary spindle.&lt;/LI&gt;
&lt;LI&gt;Clamp the secondary chuck.&lt;/LI&gt;
&lt;LI&gt;Unclamp the main chuck.&lt;/LI&gt;
&lt;LI&gt;Pull out the part 28.25mm.&lt;/LI&gt;
&lt;LI&gt;Clamp the main chuck.&lt;/LI&gt;
&lt;LI&gt;Leave the spindles synchronized.&lt;/LI&gt;
&lt;LI&gt;Cutoff the part.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Turn off the spindles.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Is this what you are trying to accomplish?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this output I do not see where the spindle is turned off, except at the end of the program.&amp;nbsp; Can you let me know what block is turning off the spindle prior to the cutoff operation?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the unclamping of the main chuck, this is required for doing a bar pull operation, otherwise how would it pull the part out?&amp;nbsp; The machine should not get an error unclamping the main chuck while the spindles are connected, otherwise you would not be able to do a part transfer between the spindles.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 23:54:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9253573#M94273</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2020-01-15T23:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan Mill/Turn Post version 42585 will crash with synced spindles</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9254121#M94274</link>
      <description>&lt;P&gt;Hi Bob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code doesnt match the operations in the fusion file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sub should grab while spinning spin at 50 rpm (not G96S300), with a&amp;nbsp; 25Deg offset&amp;nbsp;&lt;/P&gt;&lt;P&gt;When pulling the bar it should spin at 500rpm&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be expecting this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;M135&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(milling&amp;nbsp;mode&amp;nbsp;for&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;C2&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;M190&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;(un&amp;nbsp;clamp&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;c2&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;G28&lt;/SPAN&gt;&lt;SPAN&gt;H0.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(ref&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;C2&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;angle&amp;nbsp;0deg&amp;nbsp;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;M35&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(Milling&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;C1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;M90&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(un&amp;nbsp;clamp&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;C1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;G28&lt;/SPAN&gt;&lt;SPAN&gt;H0.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(ref&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;C1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;G54&lt;/SPAN&gt;&lt;SPAN&gt;G0&lt;/SPAN&gt;&lt;SPAN&gt;C25.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(clamp&amp;nbsp;a&lt;/SPAN&gt;&lt;SPAN&gt;t&amp;nbsp;25&lt;/SPAN&gt;&lt;SPAN&gt;deg)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;M89&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(clamp&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;C1&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;axis)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;M131&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(ignore&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;C2&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;check&amp;nbsp;interlock&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;M169&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;c2&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;chuck&amp;nbsp;open)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: inherit;"&gt;G97&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;S50&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;M204&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;M204&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;sync&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;c1&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;c2&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;50 rpm)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: inherit;"&gt;G0&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;B10.&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;(&amp;nbsp;move&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;C2&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;closer&amp;nbsp;to&amp;nbsp;part&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;G0&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;move)&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;G1&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;B-10.25&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;F1000.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;M168&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN&gt;c2&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;chuck&amp;nbsp;close)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;G97&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;S500&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;M204&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;M204&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;sync&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;c1&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;c2&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;500 rpm)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;M69&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(UNCLAMP&amp;nbsp;MAIN&amp;nbsp;CHUCK)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;B18.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;F1000.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(BAR&amp;nbsp;PULL)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;M68&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(CLAMP&amp;nbsp;MAIN&amp;nbsp;CHUCK)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Then part where the first line should be the spindle set speed&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;G96&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;S200&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;M214&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;P11&amp;nbsp;(PHASE&amp;nbsp;SYNCHRONIZATION)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I played around with the options and if you select a constant RPM speed not surface speed&amp;nbsp; the post gives you an&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Error&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;A&amp;nbsp;spindle&amp;nbsp;start&amp;nbsp;block&amp;nbsp;cannot&amp;nbsp;be&amp;nbsp;output&amp;nbsp;while&amp;nbsp;the&amp;nbsp;spindles&amp;nbsp;are&amp;nbsp;synchronized.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Are you the author of the post, I'm happy to help work on this if you are ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Jan 2020 08:26:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9254121#M94274</guid>
      <dc:creator>nicolas6DNFL</dc:creator>
      <dc:date>2020-01-16T08:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan Mill/Turn Post version 42585 will crash with synced spindles</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9258757#M94275</link>
      <description>&lt;P&gt;I've started work on trying to fix this Post and I am running into issues, the variable&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;cycle&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;spindleOrientation doesn't exist, when it should map to this.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It doesn't come up in the tooltip help in VS Code and always maps to 0 if I include anyway.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/718250i849F7FD5E3B6BD7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 18 Jan 2020 06:03:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9258757#M94275</guid>
      <dc:creator>nicolas6DNFL</dc:creator>
      <dc:date>2020-01-18T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan Mill/Turn Post version 42585 will crash with synced spindles</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9260155#M94276</link>
      <description>&lt;P&gt;Thanks for you offer to work with us on fine tuning the part transfer logic.&amp;nbsp; The part transfer code in the post reflects work done with different users when creating the post and cannot be changed in the stock post, since it would adversely affect customers currently using the post.&amp;nbsp; For the spindle speed issues, the post is designed to use the spindle mode/speed/direction from the cutoff operation so that it does not change after/during the part transfer and part cutoff.&amp;nbsp; I realize that not everyone utilizes the same procedures for part transfers, either by preference or machine capabilities, so in these cases it does require that the post be modified.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the modifications that I made to get your desired output.&amp;nbsp; For me, I did not have a problem with &lt;EM&gt;cycle.spindleOrientation&lt;/EM&gt;, please try these changes and see if it is working for you.&amp;nbsp; I did not add comments to all of the blocks output for the transfer operations, but you can do this by adding &lt;EM&gt;formatComment("comment")&lt;/EM&gt; style code to the appropriate &lt;EM&gt;writeBlock&lt;/EM&gt; calls.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, at the top of the post add the following line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;// synchronized spindle start parameters
var SYNC_ERROR = 0;
var SYNC_UNCLAMP = 1;
var SYNC_SPEED = 2;
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;var SYNC_DEFAULT = 3;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;And modify the following line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;var syncStartMethod = &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;SYNC_DEFAULT&lt;/STRONG&gt;&lt;/FONT&gt;; // method used to output spindle block when they are already synched/connected&lt;/PRE&gt;
&lt;P&gt;In the &lt;EM&gt;onCycle&lt;/EM&gt; function, comment out the following code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;      writeBlock(feedMode, gPlaneModal.format(18)&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;/*&lt;/STRONG&gt;&lt;/FONT&gt;, cAxisEngageModal.format(getCode("DISABLE_C_AXIS", getSpindle(PART)))&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;*/&lt;/STRONG&gt;&lt;/FONT&gt;);
      &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;/FONT&gt; writeBlock(mFormat.format(getCode("DISABLE_C_AXIS", getSecondarySpindle())));
&lt;/PRE&gt;
&lt;P&gt;In the &lt;EM&gt;"secondary-spindle-return"&lt;/EM&gt; case in the &lt;EM&gt;onCycle&lt;/EM&gt; function, add the following code.&amp;nbsp; You can comment out the &lt;EM&gt;onDwell&lt;/EM&gt; calls also if you like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;      // Transfer part to secondary spindle
      if (cycle.unclampMode != "keep-clamped") {
        secondaryPull = feedDis != 0;
        secondaryHome = true;
      } else {
        // pull part only (when offset!=0), Return secondary spindle to home (when offset=0)
        secondaryPull = feedDis != 0;
        secondaryHome = !secondaryPull;
      }
      
      &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;var transferCodes = getSpindleTransferCodes(transferType);
      var code = getCode("SPINDLE_SYNCHRONIZATION_SPEED", getSecondarySpindle());
      if (!transferCodes.spindleDirection) {
        code += 1;
      }
      gSpindleModeModal.reset();
      writeBlock(
        gSpindleModeModal.format(getCode("CONSTANT_SURFACE_SPEED_OFF", getSpindle(PART))),
        sOutput.format(cycle.spindleSpeed),
        mFormat.format(code),
        formatComment("SPEED SYNCHRONIZATION")
      );

      //&lt;/STRONG&gt; &lt;/FONT&gt;writeBlock(mFormat.format(getCode("INTERLOCK_BYPASS", getSecondarySpindle())));
...
...
      } else {
        clampChuck(getSpindle(PART), CLAMP);
        onDwell(cycle.dwell);
        &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;/FONT&gt; writeBlock(mFormat.format(getCode("COOLANT_THROUGH_TOOL_OFF", getSecondarySpindle())));
        &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;/FONT&gt; mInterferModal.reset();
        &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;/FONT&gt; writeBlock(mInterferModal.format(getCode("INTERFERENCE_CHECK_OFF", getSpindle(PART))));
      }
      machineState.stockTransferIsActive = true;
      break;&lt;/PRE&gt;
&lt;P&gt;And finally, replace the code in the&lt;EM&gt;&lt;FONT color="#808080"&gt; "secondary-spindle-grab"&lt;/FONT&gt;&lt;/EM&gt; section with the following logic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;    case "secondary-spindle-grab":
      if (currentSection.partCatcher) {
        engagePartCatcher(true);
      }
      var transferCodes = getSpindleTransferCodes(transferType);
      writeBlock(mFormat.format(getCode("ENABLE_C_AXIS", getSecondarySpindle())));
      writeBlock(mFormat.format(getCode("UNLOCK_MULTI_AXIS", getSecondarySpindle())));
      writeBlock(gFormat.format(28), "H" + abcFormat.format(0)); // unwind
      writeBlock(mFormat.format(getCode("ENABLE_C_AXIS", getSpindle(PART))));
      writeBlock(mFormat.format(getCode("UNLOCK_MULTI_AXIS", getSpindle(PART))));
      writeBlock(gFormat.format(28), "H" + abcFormat.format(0)); // unwind
      writeBlock(gFormat.format(54), gFormat.format(0), "C" + abcFormat.format(cycle.spindleOrientation));
      writeBlock(mFormat.format(getCode("LOCK_MULTI_AXIS", getSpindle(PART))));
      writeBlock(mFormat.format(getCode("INTERLOCK_BYPASS", getSecondarySpindle())), formatComment("INTERLOCK BYPASS"));
      clampChuck(getSecondarySpindle(), UNCLAMP);
      gSpindleModeModal.reset();
      var code = getCode("SPINDLE_SYNCHRONIZATION_SPEED", getSecondarySpindle());
      if (!transferCodes.spindleDirection) {
        code += 1;
      }
      writeBlock(
        gSpindleModeModal.format(getCode("CONSTANT_SURFACE_SPEED_OFF", getSpindle(PART))),
        sOutput.format(cycle.spindleSpeed),
        mFormat.format(code),
        formatComment("SPEED SYNCHRONIZATION")
      );
      lastSpindleMode = SPINDLE_CONSTANT_SPINDLE_SPEED;
      gMotionModal.reset();
      moveSubSpindle(RAPID, cycle.feedPosition, 0, cycle.useMachineFrame, "", true);
      moveSubSpindle(FEED, cycle.chuckPosition, cycle.feedrate, cycle.useMachineFrame, "", true);
      clampChuck(getSecondarySpindle(), CLAMP);
      machineState.stockTransferIsActive = true;
      break;&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;These changes should get you the sample output that you provided.&amp;nbsp; Let me know if you have any questions.&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;</description>
      <pubDate>Sun, 19 Jan 2020 16:58:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9260155#M94276</guid>
      <dc:creator>bob.schultz</dc:creator>
      <dc:date>2020-01-19T16:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Doosan Mill/Turn Post version 42585 will crash with synced spindles</title>
      <link>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9264057#M94277</link>
      <description>&lt;P&gt;Hi Bob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been away for the last couple days but I edited the post to map the fusion GUI options.&lt;/P&gt;&lt;P&gt;I got the&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;cycle&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;spindleOrientation working also, my stupid mistake&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;If you set an angle during chucking it will chuck at that angle, other wise it will sync the spindles and rotate&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;I have also added a custom negative Y range in the settings as otherwise the Y axis is useless on the Lynx Machine when doing X/Y milling. This is because the Y min is 0 but when you add the offset of a milling head in X you actually add Y offset since it's a compound angle and your Y can actually hit greater -ve values, making milling usefull.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Unless you can tell the post this, it defaults to X/C milling all the time !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;I'm going to run some tests on a job we need to run, and I'll also post it here if anyone wants it&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Not sure if there is a git repo for these somewhere or something.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Thanks&lt;/SPAN&gt;&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, 21 Jan 2020 11:25:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manufacture-forum/doosan-mill-turn-post-version-42585-will-crash-with-synced/m-p/9264057#M94277</guid>
      <dc:creator>nicolas6DNFL</dc:creator>
      <dc:date>2020-01-21T11:25:36Z</dc:date>
    </item>
  </channel>
</rss>

