<?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: How to use kinematic joints / axis in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-kinematic-joints-axis/m-p/13551945#M56390</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Try adding three kinematics - one for each of the Objects you added in the animaiton editor and are found in the drawsurrogate tree:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1647353815761.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1509417i4F956643CBF9BB3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1647353815761.png" alt="1647353815761.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 15 Mar 2022 14:17:28 GMT</pubDate>
    <dc:creator>jason_lightfoot_adsk</dc:creator>
    <dc:date>2022-03-15T14:17:28Z</dc:date>
    <item>
      <title>How to use kinematic joints / axis</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-kinematic-joints-axis/m-p/13551944#M56389</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.0.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi. I have tried to build a kinematic device that has three joints: x, y and z. I can't find out, how can I move one joint at the time from ProcessFlow (or any other way)? I want to keep the kinematic "chain": if x moves, y and z follow. If y moves, only z follow. Pls find example attached. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/49803-portal1-1.fsm" target="_blank"&gt;portal1_1.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Mar 2022 14:07:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-kinematic-joints-axis/m-p/13551944#M56389</guid>
      <dc:creator>tomi_kosunen</dc:creator>
      <dc:date>2022-03-15T14:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use kinematic joints / axis</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-kinematic-joints-axis/m-p/13551945#M56390</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Try adding three kinematics - one for each of the Objects you added in the animaiton editor and are found in the drawsurrogate tree:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1647353815761.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1509417i4F956643CBF9BB3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1647353815761.png" alt="1647353815761.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Mar 2022 14:17:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-kinematic-joints-axis/m-p/13551945#M56390</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-03-15T14:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use kinematic joints / axis</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-kinematic-joints-axis/m-p/13551946#M56391</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;In this case I would use the "old fashioned" triggers on the task executer. I.e. "On Begin Offset", "On-Update Offset" and "On Finish Offset". This will also automatically give you the offset from the TE to item which is to be moved. In addition you can fine tune the exact location using Pick Offset and Place Offset on the objects containing the items you want to move.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.flexsim.com/en/22.1/Reference/3DObjects/TaskExecuters/BasicTE/BasicTE.html"&gt;https://docs.flexsim.com/en/22.1/Reference/3DObjects/TaskExecuters/BasicTE/BasicTE.html&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Mar 2022 14:55:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-kinematic-joints-axis/m-p/13551946#M56391</guid>
      <dc:creator>lars_jacobsen_ScandiSim</dc:creator>
      <dc:date>2022-03-15T14:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use kinematic joints / axis</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-kinematic-joints-axis/m-p/13551947#M56392</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;What is wrong with my initkinematics? It does nothing.&lt;/P&gt;
 &lt;P&gt;Object myLift = model.find("myCrane"); // Base object&lt;/P&gt;
 &lt;P&gt;treenode x_axis = myLift.find("&amp;gt;visual/drawsurrogate/Object0"); // Object to execute the kinematics&lt;/P&gt;
 &lt;P&gt;myLift.labels.assert("kinematics_x"); // Create label for empty datanode&lt;/P&gt;
 &lt;P&gt;initkinematics(myLift.kinematics_x, &lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;x_axis &lt;/SPAN&gt; , 0, 0);&lt;/P&gt;
 &lt;P&gt;updatekinematics(myLift.kinematics_x, &lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;x_axis &lt;/SPAN&gt; );&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Mar 2022 06:52:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-kinematic-joints-axis/m-p/13551947#M56392</guid>
      <dc:creator>tomi_kosunen</dc:creator>
      <dc:date>2022-03-16T06:52:17Z</dc:date>
    </item>
  </channel>
</rss>

