<?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: Pull from random queue when storage is empty in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544887#M50868</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you, the hints with the lists and subflow helped me a lot!!
 &lt;P&gt;I appreciate the quick response!&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 09 Feb 2023 16:08:55 GMT</pubDate>
    <dc:creator>Helgorex</dc:creator>
    <dc:date>2023-02-09T16:08:55Z</dc:date>
    <item>
      <title>Pull from random queue when storage is empty</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544885#M50866</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.0.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Hey,&lt;/P&gt;
 &lt;P&gt;I am really new to FlexSim and especially to creating ProcessFlow.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;I have the problem that I want to fill up pallet floor storages whenever it is empty and then pull 3 new pallets from a random queue (use one forklift as transport).&lt;/P&gt;
 &lt;P&gt;I struggle to create the process flow for that.&lt;/P&gt;
 &lt;P&gt;I included my model with my current approach.&lt;/P&gt;
 &lt;P&gt;Hopefully you understand what my goal is.&lt;/P&gt;
 &lt;P&gt;Thank you in advance!!&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/63994-flexsim-pull-from-random-queue.fsm" target="_blank"&gt;Flexsim pull from random queue.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2023 21:55:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544885#M50866</guid>
      <dc:creator>Helgorex</dc:creator>
      <dc:date>2023-02-08T21:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pull from random queue when storage is empty</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544886#M50867</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/42540/helgorex.html" nodeid="42540"&gt;@Jan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Welcome to FlexSim. We have many &lt;A href="https://docs.flexsim.com/en/23.0/Tutorials/ProcessFlow/Tutorial1UsingSharedAssets/UsingSharedAssetsOverview/UsingSharedAssetsOverview.html"&gt;tutorials&lt;/A&gt; to help you become acquainted with FlexSim. Please check them out. &lt;/P&gt;&lt;P&gt;One thing to note about the process flow that you have created is that there is repetition. Whenever you see repetition in your logic you should consolidate it. In your case I could put all 3 floor storages in a &lt;A href="https://docs.flexsim.com/en/23.0/Reference/CodingInFlexSim/FlexScriptAPIReference/Data/Group.html"&gt;group&lt;/A&gt; and have the event triggered source look at the group instead of having a source for each floor storage object. &lt;/P&gt;&lt;P&gt;Another great thing to use is &lt;A href="https://docs.flexsim.com/en/23.0/Reference/Tools/GlobalLists/FunctionalReference/FunctionalReference.html"&gt;lists&lt;/A&gt;. In your case a list would be a great way to randomly select pallets from a queue. There are two ways I can interpret what you want. You would like the fork lift to pick up 3 random pallets and the pallets can come from different queues or they need to come from the same queue. Either way you would use a list to decide where the fork lift needs to go. I went the route of pulling pallets from the same queue. In this case I would have the queues on the list and I will query that the queue has at least 3 pallets in it. Then I can use that reference to pull 3 pallets from the Queue. Since you are loading and unloading 3 items instead of having 3 load activities you can use a subflow to create a token for each item you want loaded and to run through the load activity. This is especially helpful if you want to vary the number of items picked up. &lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/64005-flexsim-pull-from-random-queue-1.fsm" target="_blank"&gt;flexsim-pull-from-random-queue_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2023 03:05:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544886#M50867</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2023-02-09T03:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pull from random queue when storage is empty</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544887#M50868</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thank you, the hints with the lists and subflow helped me a lot!!
 &lt;P&gt;I appreciate the quick response!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2023 16:08:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544887#M50868</guid>
      <dc:creator>Helgorex</dc:creator>
      <dc:date>2023-02-09T16:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pull from random queue when storage is empty</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544888#M50869</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Hi 
 &lt;A rel="user" href="https://answers.flexsim.com/users/24344/jeanettef.html" nodeid="24344"&gt;@Jeanette F&lt;/A&gt; 
 &lt;P&gt;I have a similar question to Jan and as I'm using the 2022 Update 2, I don't have access to the uploaded model.&lt;/P&gt;Is it possible for you to upload an older version of this model as well?
 &lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Jul 2023 11:42:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544888#M50869</guid>
      <dc:creator>Lili</dc:creator>
      <dc:date>2023-07-03T11:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pull from random queue when storage is empty</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544889#M50870</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/42449/lili.html"&gt;@Lili&lt;/A&gt;,&lt;P&gt;You can download the latest version of FlexSim from the website and open the model with it. The model limit will show, but you will still be able to run the model and see how it works.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Jul 2023 13:23:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544889#M50870</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2023-07-05T13:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pull from random queue when storage is empty</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544890#M50871</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you &lt;A rel="user" href="https://answers.flexsim.com/users/24344/jeanettef.html" nodeid="24344"&gt;@Jeanette F&lt;/A&gt; &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 08 Jul 2023 06:09:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-random-queue-when-storage-is-empty/m-p/13544890#M50871</guid>
      <dc:creator>Lili</dc:creator>
      <dc:date>2023-07-08T06:09:16Z</dc:date>
    </item>
  </channel>
</rss>

