<?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: Operator picks up items quantity based on Label (id) in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/operator-picks-up-items-quantity-based-on-label-id/m-p/13541938#M48486</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/25986/asmai.html" nodeid="25986"&gt;@Asma I&lt;/A&gt;, was Parker S's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 12 Nov 2020 19:00:36 GMT</pubDate>
    <dc:creator>Ben_WilsonADSK</dc:creator>
    <dc:date>2020-11-12T19:00:36Z</dc:date>
    <item>
      <title>Operator picks up items quantity based on Label (id)</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/operator-picks-up-items-quantity-based-on-label-id/m-p/13541935#M48483</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;In this project I have 5 operators with label (id) who are connected with a flow items that have the same label (id).&lt;/P&gt;
 &lt;P&gt;My question is how can I make the operator picks up a number of items (quantity) based on the label (id). &lt;/P&gt;
 &lt;P&gt;Like: &lt;/P&gt;
 &lt;P&gt;operator1 with id=1 will only take 1 item that have label id(1) in one travel and then goes to a sink and disappear&lt;/P&gt;
 &lt;P&gt;operator2 with id=2 will only take 2 items that have label id(2) in one travel and then goes to a sink and disappear &lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/34052-operatorloaditem-support-v10.fsm" target="_blank"&gt;operatorloaditem-support-v10.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Nov 2020 18:26:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/operator-picks-up-items-quantity-based-on-label-id/m-p/13541935#M48483</guid>
      <dc:creator>asma_i</dc:creator>
      <dc:date>2020-11-09T18:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Operator picks up items quantity based on Label (id)</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/operator-picks-up-items-quantity-based-on-label-id/m-p/13541936#M48484</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/25986/asmai.html" nodeid="25986"&gt;@Asma I&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This can be done in process flow using lists. I would suggest doing this tutorial:&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/20.2/Tutorials/TaskLogic/Tutorial3ConditionalTasks/ConditionalTasksOverview/" target="_blank"&gt;https://docs.flexsim.com/en/20.2/Tutorials/TaskLogic/Tutorial3ConditionalTasks/ConditionalTasksOverview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is very similar to what you are trying to do.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Nov 2020 18:53:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/operator-picks-up-items-quantity-based-on-label-id/m-p/13541936#M48484</guid>
      <dc:creator>parker_s</dc:creator>
      <dc:date>2020-11-09T18:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Operator picks up items quantity based on Label (id)</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/operator-picks-up-items-quantity-based-on-label-id/m-p/13541937#M48485</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/25986/asmai.html" nodeid="25986"&gt;@Asma I&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I'm not sure I follow the logic of your model. For each flowitem that is generated from Source1 you send one entry to the ItemList.  Now that flowitem may have a label "ID" on it with a value between 1 and 5.  You say that this is the number of flowitems that you want the Operator to load and drop off.  But where do these "other" flowitems that the Operator is to pick up generated?  If Source 1 generates a flowitem with an ID label of 5 (which means the operator should pickup 5 flowitems with the label of 5, right?) and is pulled from your PF, where do the other 4 flowitems come from that the Operator is supposed to pick up?  Because the second flowitem out of Source1 might have an ID label of 3, so your code is not going to pickup that one because it is going to request 3 different flowitems.  So I don't understand where these "other" flowitems that are supposed to be picked up are coming from.&lt;/P&gt;&lt;P&gt;May need a better description of exactly how the model should work.  And just as a comment, the conveyor isn't the best place to "wait" for items to come to be picked up.  A queue would be better for that purpose.  Anyway, any additional information that you can provide would be helpful.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Nov 2020 19:38:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/operator-picks-up-items-quantity-based-on-label-id/m-p/13541937#M48485</guid>
      <dc:creator>jeff_nordgren</dc:creator>
      <dc:date>2020-11-09T19:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Operator picks up items quantity based on Label (id)</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/operator-picks-up-items-quantity-based-on-label-id/m-p/13541938#M48486</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/25986/asmai.html" nodeid="25986"&gt;@Asma I&lt;/A&gt;, was Parker S's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Nov 2020 19:00:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/operator-picks-up-items-quantity-based-on-label-id/m-p/13541938#M48486</guid>
      <dc:creator>Ben_WilsonADSK</dc:creator>
      <dc:date>2020-11-12T19:00:36Z</dc:date>
    </item>
  </channel>
</rss>

