<?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 make an operator to take parts from a tote container ? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-make-an-operator-to-take-parts-from-a-tote-container/m-p/13570747#M71103</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Sure thing! &lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/72527-subflowdemo230.fsm" target="_blank"&gt;subflowDemo23.0.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Here's the model in 23.0. I changed the item label to pull the last item in the tote instead of pulling from the bottom because it left items floating in the air. This model is fixed though&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1691787286265.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518962i56877BCC52E043CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1691787286265.png" alt="1691787286265.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Note: Another way to do this for multiple operators is to use an item list and they each pull 120 items from the list and run a sub flow of loading/unloading the items they pulled&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 11 Aug 2023 20:56:03 GMT</pubDate>
    <dc:creator>carter-walch</dc:creator>
    <dc:date>2023-08-11T20:56:03Z</dc:date>
    <item>
      <title>How to make an operator to take parts from a tote container ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-make-an-operator-to-take-parts-from-a-tote-container/m-p/13570744#M71100</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;HI everyone, I am new with this software and I want to simulate the process of welding using process flow, here a forklift arrives with a container with 3500 parts , I need each operator to take 120 parts from this container until finish. The issue I have is that when the container arrives i dont know how i can make the operator to take only some parts until all the container is empty.&lt;span class="lia-inline-image-display-wrapper" image-alt="welding.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518967i0CDCE344CEBD20A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="welding.jpg" alt="welding.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Do someone have some example how i can do this?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Aug 2023 19:47:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-make-an-operator-to-take-parts-from-a-tote-container/m-p/13570744#M71100</guid>
      <dc:creator>RaulS_a</dc:creator>
      <dc:date>2023-08-11T19:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an operator to take parts from a tote container ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-make-an-operator-to-take-parts-from-a-tote-container/m-p/13570745#M71101</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43100/raulsa.html" nodeid="43100"&gt;@RaulS.a&lt;/A&gt; ,&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/72522-subflowdemo.fsm" target="_blank"&gt;subflowDemo.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;To reference the items inside a container object like a tote or a pallet, you can use subnodes[index] where index is a number for each item in the container. For example, when a tote arrives we can use process flow to assign that tote to&lt;STRONG&gt; token.tote&lt;/STRONG&gt;. Then we can reference the items inside it with &lt;STRONG&gt;token.tote.subnodes[1]&lt;/STRONG&gt; (this gets the first item in the tote.&lt;/P&gt;
 &lt;P&gt;To answer your question about an operating taking a specific number of parts from a tote, we can use a subflow activity in process flow. In the model I attached above, each tote has 20 items. The operator will complete a task sequence of loading and unloading the first item in the tote 5 times. You could do similar logic in your model and take 120 items from the container object.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1691785468008.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518950i50C3048678968868/image-size/large?v=v2&amp;amp;px=999" role="button" title="1691785468008.png" alt="1691785468008.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1691785534718.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518951iE917F1A56FABF728/image-size/large?v=v2&amp;amp;px=999" role="button" title="1691785534718.png" alt="1691785534718.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1691785613267.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518952i27DEC24CA689E88F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1691785613267.png" alt="1691785613267.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="op.gif"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518955i6CADF94709775F79/image-size/large?v=v2&amp;amp;px=999" role="button" title="op.gif" alt="op.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Let me know if that helps and feel free to attach your model if this isn't what you were looking for.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Aug 2023 20:29:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-make-an-operator-to-take-parts-from-a-tote-container/m-p/13570745#M71101</guid>
      <dc:creator>carter-walch</dc:creator>
      <dc:date>2023-08-11T20:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an operator to take parts from a tote container ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-make-an-operator-to-take-parts-from-a-tote-container/m-p/13570746#M71102</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted" style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Sorry I made a mistake my version is 23.0.1. (Educational) the subflowdemo file I cannot open. Can you upload the file for 23.0.1 ?&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Thanks for the explanation! its perfect&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Aug 2023 20:37:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-make-an-operator-to-take-parts-from-a-tote-container/m-p/13570746#M71102</guid>
      <dc:creator>RaulS_a</dc:creator>
      <dc:date>2023-08-11T20:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an operator to take parts from a tote container ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-make-an-operator-to-take-parts-from-a-tote-container/m-p/13570747#M71103</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Sure thing! &lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/72527-subflowdemo230.fsm" target="_blank"&gt;subflowDemo23.0.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Here's the model in 23.0. I changed the item label to pull the last item in the tote instead of pulling from the bottom because it left items floating in the air. This model is fixed though&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1691787286265.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518962i56877BCC52E043CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1691787286265.png" alt="1691787286265.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Note: Another way to do this for multiple operators is to use an item list and they each pull 120 items from the list and run a sub flow of loading/unloading the items they pulled&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Aug 2023 20:56:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-make-an-operator-to-take-parts-from-a-tote-container/m-p/13570747#M71103</guid>
      <dc:creator>carter-walch</dc:creator>
      <dc:date>2023-08-11T20:56:03Z</dc:date>
    </item>
  </channel>
</rss>

