<?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: ProcessFlow- Use tote to pick items in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/processflow-use-tote-to-pick-items/m-p/13564992#M66712</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/16340/junyuans.html" nodeid="16340"&gt;@Junyuan S&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Did this answer help you? If so, could you please accept it? If not, could you let us know what else we can do to help you? Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2019 13:52:40 GMT</pubDate>
    <dc:creator>braydn_t</dc:creator>
    <dc:date>2019-08-15T13:52:40Z</dc:date>
    <item>
      <title>ProcessFlow- Use tote to pick items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/processflow-use-tote-to-pick-items/m-p/13564988#M66708</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.1.1 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;A id="21300" href="https://answers.flexsim.com/storage/attachments/21300-test.fsm"&gt;test.fsm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hi Folks&lt;/P&gt;
&lt;P&gt;The right side of this model is picking area (where those 4 small racks located). I used process flow to let operator1 to pick up items by using tote. For now, he goes to the first rack, pick 6 items with tote, and place them at the "OrderPicked" queue. I want to let him randomly pick 6 item from all 4 racks on the right side instead. I tried to add some locations in process flow but it didn't work.&lt;/P&gt;
&lt;P&gt;BTW, I noticed even I set up the path for the operator, he will still go inside the rack to pick items? How to prevent that happen? &lt;/P&gt;
&lt;P&gt;Thanks for anyone could help in advance.&lt;/P&gt;
&lt;P&gt;Best &lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 09:52:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/processflow-use-tote-to-pick-items/m-p/13564988#M66708</guid>
      <dc:creator>junyuan_s</dc:creator>
      <dc:date>2019-08-08T09:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: ProcessFlow- Use tote to pick items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/processflow-use-tote-to-pick-items/m-p/13564989#M66709</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/16340/junyuans.html" nodeid="16340"&gt;@Junyuan S&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I believe I have fixed your model according to your description. When you pull from the list you can use an SQL Query called "ORDER BY RAND()", this will then allow the items to be pulled from the list at random. &lt;/P&gt;&lt;P&gt;Also the Operators need to be connected to the network nodes by an A connect. (If it doesn't matter what path he follows you could also use A* to help the operator avoid the racks.)&lt;/P&gt;&lt;P&gt;One thing I changed in your model is that when items enter the rack they are then placed into a Global List. This Global List can be accessed from the 3D model and from the Process Flow. This will allow you to add labels to the items as they enter and pull them from the list according those Labels. One label you could use is "time" or in if each item had a specific "sku" then it would be easier to pull according to those. This is just a suggestion&lt;/P&gt;&lt;P&gt;&lt;A id="21304" href="https://answers.flexsim.com/storage/attachments/21304-21300-test.fsm"&gt;21300-test.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 16:34:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/processflow-use-tote-to-pick-items/m-p/13564989#M66709</guid>
      <dc:creator>zac_h_adsk</dc:creator>
      <dc:date>2019-08-08T16:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: ProcessFlow- Use tote to pick items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/processflow-use-tote-to-pick-items/m-p/13564990#M66710</link>
      <description>&lt;P&gt;Hi Zac, &lt;/P&gt;
&lt;P&gt;Thanks for you help, but I notice one thing. The operator1 didn't pick up all 6 items on his way to the PickedOrder queue. Instead, he walked along the path several times in order to finish the picking process. How can I change it to let operator walk along the path one time (pick all 6 items), and then start the next around instead of walking around.&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 06:14:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/processflow-use-tote-to-pick-items/m-p/13564990#M66710</guid>
      <dc:creator>junyuan_s</dc:creator>
      <dc:date>2019-08-09T06:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: ProcessFlow- Use tote to pick items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/processflow-use-tote-to-pick-items/m-p/13564991#M66711</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/16340/junyuans.html" nodeid="16340"&gt;@Junyuan S&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Earlier I tried using A* to control the operator, for some reason A* changed how the operator worked with process flow. By deleting the 'Operator1' and adding a new 'Operator1' it reset the functions and now allows the operator to pick items without doing full loops.&lt;/P&gt;&lt;P&gt;I also added another list that stores the 6 random items pulled from the List of all items on Racks. This way you can pull the 6 items on the list in ascending order (Rack1 -&amp;gt; Rack2 -&amp;gt; Rack3 -&amp;gt; Rack4).&lt;/P&gt;&lt;P&gt;&lt;A id="21398" href="https://answers.flexsim.com/storage/attachments/21398-21300-test.fsm"&gt;21300-test.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 17:39:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/processflow-use-tote-to-pick-items/m-p/13564991#M66711</guid>
      <dc:creator>zac_h_adsk</dc:creator>
      <dc:date>2019-08-12T17:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: ProcessFlow- Use tote to pick items</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/processflow-use-tote-to-pick-items/m-p/13564992#M66712</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/16340/junyuans.html" nodeid="16340"&gt;@Junyuan S&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Did this answer help you? If so, could you please accept it? If not, could you let us know what else we can do to help you? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 13:52:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/processflow-use-tote-to-pick-items/m-p/13564992#M66712</guid>
      <dc:creator>braydn_t</dc:creator>
      <dc:date>2019-08-15T13:52:40Z</dc:date>
    </item>
  </channel>
</rss>

