<?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: Problem with KINEMATIC_ROTATE in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503216#M17938</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 The return value of the addkinematic() func is 8.2s, then why would the whole rotation process stop earlier?
&lt;/DIV&gt;</description>
    <pubDate>Wed, 03 Nov 2021 05:25:42 GMT</pubDate>
    <dc:creator>962076751</dc:creator>
    <dc:date>2021-11-03T05:25:42Z</dc:date>
    <item>
      <title>Problem with KINEMATIC_ROTATE</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503214#M17936</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.2.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;As you can see in the model attached here, the scissors stopped at about time 9s and kept still to the end. I'm wondering why should this situation happen? Shouldn't the scissors keep rotating till the end?&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/45493-scissors.fsm" target="_blank"&gt;scissors.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Nov 2021 10:00:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503214#M17936</guid>
      <dc:creator>962076751</dc:creator>
      <dc:date>2021-11-02T10:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with KINEMATIC_ROTATE</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503215#M17937</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The angle at which the scissors rotate is determined by the degree_rot value in your model. The value of your degree_rot is 11.24, so the scissors will only rotate to this angle and stop.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Nov 2021 03:46:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503215#M17937</guid>
      <dc:creator>supportPHJ4A</dc:creator>
      <dc:date>2021-11-03T03:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with KINEMATIC_ROTATE</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503216#M17938</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 The return value of the addkinematic() func is 8.2s, then why would the whole rotation process stop earlier?
&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Nov 2021 05:25:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503216#M17938</guid>
      <dc:creator>962076751</dc:creator>
      <dc:date>2021-11-03T05:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with KINEMATIC_ROTATE</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503217#M17939</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;addkinematic() returns the model time at which the kinematic will finish, not the duration.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Nov 2021 07:35:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503217#M17939</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2021-11-03T07:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with KINEMATIC_ROTATE</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503218#M17940</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Oh, right! 
 &lt;P&gt;Then i wonder why the model still running as the kinematic already finished?&lt;/P&gt;
 &lt;P&gt;I set a breakpoint at BasicTE1's "On Finish Offset" trigger, and found that the breakpoint was triggered at the ending time 11.62s. This means the Offset is not sync with kinemaitc?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Nov 2021 02:19:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503218#M17940</guid>
      <dc:creator>962076751</dc:creator>
      <dc:date>2021-11-04T02:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with KINEMATIC_ROTATE</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503219#M17941</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;While addkinematic() returns the finish time, the expected return value of the "On Begin Offset" trigger is in fact the duration of the action.&lt;P&gt;To sync the "On Offset Finish" event with the end of the kinematic you should return "Math.max(time1, time2) - Model.time" in the begin trigger.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Nov 2021 05:35:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503219#M17941</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2021-11-04T05:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with KINEMATIC_ROTATE</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503220#M17942</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 OK, get it. Thanks a lot, Felix!
&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Nov 2021 02:00:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503220#M17942</guid>
      <dc:creator>962076751</dc:creator>
      <dc:date>2021-11-05T02:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with KINEMATIC_ROTATE</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503221#M17943</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/9768/k-yun.html" nodeid="9768"&gt;@meng L&lt;/A&gt;, were CSN's answer and/or Felix's comments helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Nov 2021 16:29:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/problem-with-kinematic-rotate/m-p/13503221#M17943</guid>
      <dc:creator>ryan_c10</dc:creator>
      <dc:date>2021-11-05T16:29:48Z</dc:date>
    </item>
  </channel>
</rss>

