<?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 use the same list for two outputs in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596115#M90877</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43946/santok16.html" nodeid="43946"&gt;@Kauan santos&lt;/A&gt;, was Vothan Salomão's answer helpful? If so, please click the "Accept" button at the bottom of 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 comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 12 Jul 2024 03:16:53 GMT</pubDate>
    <dc:creator>Jeanette_Fullmer</dc:creator>
    <dc:date>2024-07-12T03:16:53Z</dc:date>
    <item>
      <title>How to use the same list for two outputs</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596110#M90872</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello, &lt;/P&gt;
 &lt;P id="isPasted"&gt;I have a simulation that I would like to be using a priority list, in this case in my source 1 I have 3 different types of products that each product goes to one side, I would like to create a list when my models enter processor31 and using the FIFO method in the same order that they entered processor 31, they exit processor30 and processor39. Just to make it clearer, processor31 ends up dividing the products into two parts, but at the front these products come together. The idea is to use a priority list so that the output is the same as the output.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1719497124577.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1524427i7CD115203C2FCABB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1719497124577.png" alt="1719497124577.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/84149-arquivonovo.fsm" target="_blank"&gt;arquivonovo.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Jun 2024 14:07:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596110#M90872</guid>
      <dc:creator>kauan_santos</dc:creator>
      <dc:date>2024-06-27T14:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the same list for two outputs</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596111#M90873</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted"&gt;Hello, Kauan! How are you? Reviewing your model, I noticed that you are using dispatchers to manage tasks. To achieve the desired outcome more efficiently, I recommend replacing the dispatchers with task sequences in ProcessFlow. This will make it easier to create a task list following a FIFO (First In, First Out) rule, ensuring that tasks are executed in the same order that products entered processor31.&lt;/P&gt;
 &lt;P&gt;You can then set up task executors to process the items following the order of the list, from oldest to newest. This approach ensures that even after the products are split into two different streams at processor31, the final products are reunited and exit the outputs in an organized manner and as they entered, maintaining consistency throughout the process. If you need more details on how to configure this in ProcessFlow or have any other questions, I'm here to help!&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Jun 2024 22:28:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596111#M90873</guid>
      <dc:creator>vothan_salomao</dc:creator>
      <dc:date>2024-06-28T22:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the same list for two outputs</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596112#M90874</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Apart from using Process Flow, you could also store the order of items in global variables as an array. Then activate the "Pull" behaviour on Processor 31 and 39 and set the requirement so that they can only pull the item at the front of the array.&lt;/P&gt;&lt;P&gt;You'd have one array for items on the left (pushed to the array when entering one of the processor that get fed by the TE) and one for items on the right. Then finally one more array that contains all items and is used by Processor62.&lt;/P&gt;&lt;P&gt;I wasn't sure what Processor61 is supposed to do (receives items from 39 but sends them nowhere), so I removed it do demonstrate the logic.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/84270-arquivonovo1.fsm" target="_blank"&gt;arquivonovo(1).fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Jul 2024 08:54:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596112#M90874</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-07-01T08:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the same list for two outputs</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596113#M90875</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you very much for your help &lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; &lt;A rel="user" href="https://answers.flexsim.com/users/42428/vothan007.html" nodeid="42428"&gt;@Vothan Salomão&lt;/A&gt; , but I ended up having a few doubts. When I run the simulation I notice that at a certain point the processor39 crashes and I don't understand why this is happening. &lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; can you explain why? &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Jul 2024 16:32:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596113#M90875</guid>
      <dc:creator>kauan_santos</dc:creator>
      <dc:date>2024-07-01T16:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the same list for two outputs</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596114#M90876</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The pull between the 'outer' and 'inner' processors also needs to be controlled more tightly. Currently the priority is governed by the port rankings, meaning when most inner processors are full, some never get pulled which then leads to a deadlock because the next item that 31 or 39 would need to pull are still stuck in the inner processors.&lt;/P&gt;&lt;P&gt;I switched the pull logic to use a list instead so the outer processors always pull the longest waiting eligible item.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/84323-arquivonovo2.fsm" target="_blank"&gt;arquivonovo2.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Jul 2024 17:20:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596114#M90876</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-07-01T17:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the same list for two outputs</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596115#M90877</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43946/santok16.html" nodeid="43946"&gt;@Kauan santos&lt;/A&gt;, was Vothan Salomão's answer helpful? If so, please click the "Accept" button at the bottom of 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 comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Jul 2024 03:16:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-same-list-for-two-outputs/m-p/13596115#M90877</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2024-07-12T03:16:53Z</dc:date>
    </item>
  </channel>
</rss>

