<?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 acceleration/deceleration of lift, extension in asrs? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-acceleration-deceleration-of-lift-extension-in-asrs/m-p/13583590#M80969</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;1. That's what the code says.&lt;/P&gt;&lt;P&gt;2. Here's the information on the &lt;A href="https://docs.flexsim.com/en/23.2/Reference/DeveloperAdvancedUser/ModuleSDK/KeyConcepts/KeyConcepts.html"&gt;module SDK &lt;/A&gt;which has an example on creating a &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.2/Reference/DeveloperAdvancedUser/ModuleSDK/ExampleModuleClass/ExampleModuleClass.html" target="_blank"&gt;derived class&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 23 Oct 2023 13:05:29 GMT</pubDate>
    <dc:creator>jason_lightfoot_adsk</dc:creator>
    <dc:date>2023-10-23T13:05:29Z</dc:date>
    <item>
      <title>How to use acceleration/deceleration of lift, extension in asrs?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-acceleration-deceleration-of-lift-extension-in-asrs/m-p/13583587#M80966</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.0.5 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted"&gt;I can enter lift speed and extension speed in Asrs, but it seems that acceleration and deceleration cannot be entered.&lt;/P&gt;
 &lt;P&gt;Please let me know if there is a way to enter acceleration and deceleration in lift, extension.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;* I think if you check the tree -&amp;gt; varables -&amp;gt; forkkinematics in asrs tree view, you can see that acc1, acc2 is fixed as a value of 1 and I think I can access this value, but if there is an approach, I would appreciate it if you could let me know.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Oct 2023 07:46:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-acceleration-deceleration-of-lift-extension-in-asrs/m-p/13583587#M80966</guid>
      <dc:creator>mingyu_l</dc:creator>
      <dc:date>2023-10-18T07:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use acceleration/deceleration of lift, extension in asrs?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-acceleration-deceleration-of-lift-extension-in-asrs/m-p/13583588#M80967</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The beginOffset that creates the kinematic and schedules the completion event uses 0 (instant) for the lift and extender acceleration and deceleration.&lt;/P&gt;&lt;P&gt;There are some options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Account for the missing acceleration/deceleration in choosing the average speed so that the timing is correct.&lt;/LI&gt;&lt;LI&gt;Create your own ASRS using the BasicTE to do the same with acceleration/deceleration&lt;/LI&gt;&lt;LI&gt;Request that the developers add the acceleration/deceleration of the lift/extender.&lt;/LI&gt;&lt;LI&gt;Create a module that derives a new class of ASRS and modifies the beginOffset to use values you specify for acceleration and deceleration.&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Oct 2023 12:54:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-acceleration-deceleration-of-lift-extension-in-asrs/m-p/13583588#M80967</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-10-20T12:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use acceleration/deceleration of lift, extension in asrs?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-acceleration-deceleration-of-lift-extension-in-asrs/m-p/13583589#M80968</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted"&gt;Thank you for your reply.&lt;/P&gt;
 &lt;P&gt;I have two additional questions about your reply&lt;/P&gt;
 &lt;P&gt;1) Do I understand that the meaning you told me is that the acceleration and deceleration of the existing lift and extender cannot be accessed even by commands such as setvarnum(), but only move at constant speed. It is right?&lt;/P&gt;
 &lt;P&gt;2) I'd like to create a new module that is the 4th option, so if you have any examples to refer to, I'd appreciate it if you could share them.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Oct 2023 01:03:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-acceleration-deceleration-of-lift-extension-in-asrs/m-p/13583589#M80968</guid>
      <dc:creator>mingyu_l</dc:creator>
      <dc:date>2023-10-23T01:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use acceleration/deceleration of lift, extension in asrs?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-acceleration-deceleration-of-lift-extension-in-asrs/m-p/13583590#M80969</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;1. That's what the code says.&lt;/P&gt;&lt;P&gt;2. Here's the information on the &lt;A href="https://docs.flexsim.com/en/23.2/Reference/DeveloperAdvancedUser/ModuleSDK/KeyConcepts/KeyConcepts.html"&gt;module SDK &lt;/A&gt;which has an example on creating a &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.2/Reference/DeveloperAdvancedUser/ModuleSDK/ExampleModuleClass/ExampleModuleClass.html" target="_blank"&gt;derived class&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Oct 2023 13:05:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-acceleration-deceleration-of-lift-extension-in-asrs/m-p/13583590#M80969</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-10-23T13:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use acceleration/deceleration of lift, extension in asrs?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-acceleration-deceleration-of-lift-extension-in-asrs/m-p/13583591#M80970</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you for commenting again&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Oct 2023 15:43:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-acceleration-deceleration-of-lift-extension-in-asrs/m-p/13583591#M80970</guid>
      <dc:creator>mingyu_l</dc:creator>
      <dc:date>2023-10-23T15:43:53Z</dc:date>
    </item>
  </channel>
</rss>

