<?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 Wait for event labels in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-labels/m-p/13591298#M87158</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 24.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello!!&lt;/P&gt;
 &lt;P&gt;I created a simple problem to understand more about the wait for event block and how can i store the label or list or whatever is the best practice and use on the load actives.&lt;/P&gt;
 &lt;P&gt;In the attached model, the Operator1 wait for 2 conditions before start working:&lt;/P&gt;
 &lt;P&gt;1- wait for any 1 of the 3 processors are empty.&lt;/P&gt;
 &lt;P&gt;2- wait for the number of flow items on Queue1 are higher then 0.&lt;/P&gt;
 &lt;P&gt;After those 2 conditions are reached, the Operator1 collect 1 box from queue1 and unload into the respective Processor(stored on label, list or the best way)&lt;/P&gt;
 &lt;P&gt;The Operator2 wait for one of the 3 processors are finished, collect the box from the respective processor and unload at the queue2.&lt;/P&gt;
 &lt;P&gt;I am struggling to implement it, I tried to use the on finish event but I can only create a label store the object name, but when I select the object by case on load/unload activities It asks for an integer value not object.&lt;/P&gt;
 &lt;P&gt;Also can I keep checking the state of the processor to see if Its blocked instead of wait for a finish processing event?&lt;/P&gt;
 &lt;P&gt;Thanks so much and would really appreciate if someone could do the changes on the model so I can better understand.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/83260-problem.fsm" target="_blank"&gt;Problem.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 29 May 2024 14:42:31 GMT</pubDate>
    <dc:creator>leandroom</dc:creator>
    <dc:date>2024-05-29T14:42:31Z</dc:date>
    <item>
      <title>Wait for event labels</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-labels/m-p/13591298#M87158</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 24.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello!!&lt;/P&gt;
 &lt;P&gt;I created a simple problem to understand more about the wait for event block and how can i store the label or list or whatever is the best practice and use on the load actives.&lt;/P&gt;
 &lt;P&gt;In the attached model, the Operator1 wait for 2 conditions before start working:&lt;/P&gt;
 &lt;P&gt;1- wait for any 1 of the 3 processors are empty.&lt;/P&gt;
 &lt;P&gt;2- wait for the number of flow items on Queue1 are higher then 0.&lt;/P&gt;
 &lt;P&gt;After those 2 conditions are reached, the Operator1 collect 1 box from queue1 and unload into the respective Processor(stored on label, list or the best way)&lt;/P&gt;
 &lt;P&gt;The Operator2 wait for one of the 3 processors are finished, collect the box from the respective processor and unload at the queue2.&lt;/P&gt;
 &lt;P&gt;I am struggling to implement it, I tried to use the on finish event but I can only create a label store the object name, but when I select the object by case on load/unload activities It asks for an integer value not object.&lt;/P&gt;
 &lt;P&gt;Also can I keep checking the state of the processor to see if Its blocked instead of wait for a finish processing event?&lt;/P&gt;
 &lt;P&gt;Thanks so much and would really appreciate if someone could do the changes on the model so I can better understand.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/83260-problem.fsm" target="_blank"&gt;Problem.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2024 14:42:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-labels/m-p/13591298#M87158</guid>
      <dc:creator>leandroom</dc:creator>
      <dc:date>2024-05-29T14:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Wait for event labels</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-labels/m-p/13591299#M87159</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/43749/leandroom.html" nodeid="43749"&gt;@Leandro Meirelles&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;There are a few recommendations I have for you to accomplish this. In the wait for event activities, you can create a label that has a pointer to the item associated with the event. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1716999218249.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1524096iDE4BC8EBCCAAE442/image-size/large?v=v2&amp;amp;px=999" role="button" title="1716999218249.png" alt="1716999218249.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The other pointer is to use a group for the processors. This group can be used in a resource so you can acquire an available processor and return the processor when the item exits the processor. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1716999368051.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1524097i38D451CEC0323922/image-size/large?v=v2&amp;amp;px=999" role="button" title="1716999368051.png" alt="1716999368051.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The group can also be used in the event triggered source instead of listing out each individual processor. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1716999466039.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1524098i7A8C03BDC15332A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="1716999466039.png" alt="1716999466039.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please note that I updated the field in most of your activities to utilize the labels on the token. &lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/83278-problem-1.fsm" target="_blank"&gt;problem_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;These are some basic skills that you can learn in our tutorials. Please check them out. &lt;A href="https://docs.flexsim.com/en/24.1/Tutorials/TaskLogic/Tutorial1TaskLogicTools/1-2TasksProcessFlow/1-2TasksProcessFlow.html"&gt;Tutorial Task 1.2 - Tasks Using Process Flow (flexsim.com)&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2024 16:19:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-labels/m-p/13591299#M87159</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2024-05-29T16:19:48Z</dc:date>
    </item>
  </channel>
</rss>

