<?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 About ASRS Vehicle in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/about-asrs-vehicle/m-p/13498364#M14063</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.0.5 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;The attached model uses an ASRS vehicle for the rack to transport flow items.&lt;BR /&gt;&lt;BR /&gt;I have set an initial lift height, but every time I load a flow item into a rack, it returns to the initial lift height.&lt;BR /&gt;&lt;BR /&gt;Please tell me how to set it to wait on the spot after loading it.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/45093-asrsvehicle.fsm" target="_blank"&gt;ASRSVehicle.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 19 Oct 2021 05:16:29 GMT</pubDate>
    <dc:creator>tomonori_s</dc:creator>
    <dc:date>2021-10-19T05:16:29Z</dc:date>
    <item>
      <title>About ASRS Vehicle</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/about-asrs-vehicle/m-p/13498364#M14063</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.0.5 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;The attached model uses an ASRS vehicle for the rack to transport flow items.&lt;BR /&gt;&lt;BR /&gt;I have set an initial lift height, but every time I load a flow item into a rack, it returns to the initial lift height.&lt;BR /&gt;&lt;BR /&gt;Please tell me how to set it to wait on the spot after loading it.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/45093-asrsvehicle.fsm" target="_blank"&gt;ASRSVehicle.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Oct 2021 05:16:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/about-asrs-vehicle/m-p/13498364#M14063</guid>
      <dc:creator>tomonori_s</dc:creator>
      <dc:date>2021-10-19T05:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: About ASRS Vehicle</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/about-asrs-vehicle/m-p/13498365#M14064</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You have to set and thus you change the initial lift height each time you load or unload items in a pick or place offset task. If this variable gets evaluated at the time when an offset travel begins, then you have to set this value beforehand.&lt;/P&gt;&lt;P&gt;&lt;I&gt;any motion is a result of kinematic. You can test if you achieve the same result by &lt;/I&gt;&lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/21.2/Reference/CodingInFlexSim/CommandReference/CommandGroups.html#deactivatekinematics" target="_blank"&gt;&lt;I&gt;deactivating the kinematic&lt;/I&gt;&lt;/A&gt;&lt;I&gt;, if loading or unloading are done. This can work if the kinematic node gets initialized each time a new offset travel starts. Otherwise the motion is turned off for the rest of run time of your model. &lt;/I&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Oct 2021 05:36:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/about-asrs-vehicle/m-p/13498365#M14064</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2021-10-19T05:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: About ASRS Vehicle</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/about-asrs-vehicle/m-p/13498366#M14065</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you for your reply.&lt;/P&gt;
 &lt;P&gt;excuse me. I would like to have a sample model based on the attached model because I can not understand it if it is explained only in the text.&lt;/P&gt;
 &lt;P&gt;If possible, I want to solve it with a simple model, so if possible, I would like something that does not use process flow.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Oct 2021 01:03:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/about-asrs-vehicle/m-p/13498366#M14065</guid>
      <dc:creator>tomonori_s</dc:creator>
      <dc:date>2021-10-20T01:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: About ASRS Vehicle</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/about-asrs-vehicle/m-p/13498367#M14066</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The initial lift height value is stored in the "forkresetheight" node in the objects tree (under variables). You can set its value with&lt;/P&gt;&lt;PRE&gt;ObjectReference.setVariable("forkresetheight", value)&lt;/PRE&gt;&lt;P&gt;I'd suggest to do this in an "On State Change" trigger, when the state the vehicle enters is the "unloading" state (and thus before the next travel task starts).&lt;/P&gt;&lt;P&gt;In the attached model you will also find the necessary code to determine the current height of the lift/extender in the trigger option.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/45156-asrsvehicle-1.fsm" target="_blank"&gt;asrsvehicle_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Oct 2021 07:34:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/about-asrs-vehicle/m-p/13498367#M14066</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2021-10-20T07:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: About ASRS Vehicle</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/about-asrs-vehicle/m-p/13498368#M14067</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;It was very helpful. Thank you very much.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 22 Oct 2021 01:47:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/about-asrs-vehicle/m-p/13498368#M14067</guid>
      <dc:creator>tomonori_s</dc:creator>
      <dc:date>2021-10-22T01:47:19Z</dc:date>
    </item>
  </channel>
</rss>

