<?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: Pull from one queue to combiner based on a GlobalTable in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-one-queue-to-combiner-based-on-a-globaltable/m-p/13534056#M42313</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/8280/ukasze.html" nodeid="8280"&gt;@Łukasz E&lt;/A&gt;, &lt;/P&gt;
 &lt;P&gt; If you use a GlobalTable to combine items with different types, you need to have one input port for the pallet (input 1) and one input port for each type of item (input 2 = type 1, input3 = type 2, input4 = type 3,...) on the combiner and one row in the Global Table per type of item (row 1 = type 1, row 2= type 2, row 3= type 3,...) .&lt;/P&gt;
 &lt;P&gt;I attach your model with this modifications.&lt;/P&gt;
 &lt;P&gt;I hope it helps!&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 21 Oct 2020 09:21:49 GMT</pubDate>
    <dc:creator>aida_c2</dc:creator>
    <dc:date>2020-10-21T09:21:49Z</dc:date>
    <item>
      <title>Pull from one queue to combiner based on a GlobalTable</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-one-queue-to-combiner-based-on-a-globaltable/m-p/13534054#M42311</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I want to pull different type of items from one queue on a combiner.&lt;/P&gt;
 &lt;P&gt;I know I have to use the trigger update combiner component list. Also I know that I can use many queues - one for each item Type. And I know I can use many ports from 1 queue to combiner. But it is annoying, because I will have 100 or maybe 1000 item Types. And one small change with one item Type will destroy the model. &lt;/P&gt;
 &lt;P&gt;So I have to have 1 queue for all item Types. &lt;/P&gt;
 &lt;P&gt;And I think:&lt;/P&gt;
 &lt;P&gt;I have to have the trigger update the component list on combiner. To search for the acquired column in GlobalTable. &lt;/P&gt;
 &lt;P&gt;Then I think I have to have the pull strategy to pull it from one queue. Mamy I have to use global variables for each item Type? &lt;/P&gt;
 &lt;P&gt;so for example:&lt;BR /&gt;pallet Type 10 enter the combiner -&amp;gt; search in global table for components, and there is info:&lt;BR /&gt;2x: item Type 5&lt;BR /&gt;7x: item Type 48&lt;BR /&gt;1x: item Type 159&lt;BR /&gt;So pull these items from items queue, if there is no item of this type wait until it appears on the queue. &lt;/P&gt;
 &lt;P&gt;I will be really gratefull for your help&lt;/P&gt;
 &lt;P&gt;I tried to do it like this:&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/33523-one-combiner-one-queue-pull-from-global-table.fsm" target="_blank"&gt;one-combiner-one-queue-pull-from-global-table.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Oct 2020 13:54:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-one-queue-to-combiner-based-on-a-globaltable/m-p/13534054#M42311</guid>
      <dc:creator>ukasz_e</dc:creator>
      <dc:date>2020-10-20T13:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pull from one queue to combiner based on a GlobalTable</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-one-queue-to-combiner-based-on-a-globaltable/m-p/13534055#M42312</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The attached model updates the number of total items of a recipe. Then it creates an array of types for this recipe. Each element is one type of one item to be pulled. &lt;/P&gt;&lt;P&gt;A queue is an unlimited source of available different types of items for every recipe. Whenever a Type is sent, the same Type is replaced. &lt;/P&gt;&lt;P&gt;Runtime problems are resolved by diverting functions over some triggers and messages.&lt;/P&gt;&lt;P&gt;Recipes are columns of a global table. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33539-combiner-assign-recipe-items-externally.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1503946i8E457E18CED9BAAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="33539-combiner-assign-recipe-items-externally.jpg" alt="33539-combiner-assign-recipe-items-externally.jpg" /&gt;&lt;/span&gt;   &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/33543-update-component-list-total-and-pulling-items-of-r.fsm" target="_blank"&gt;update_component_list_total_and_Pulling_items_of recipe.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Oct 2020 09:19:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-one-queue-to-combiner-based-on-a-globaltable/m-p/13534055#M42312</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-10-21T09:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pull from one queue to combiner based on a GlobalTable</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-one-queue-to-combiner-based-on-a-globaltable/m-p/13534056#M42313</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/8280/ukasze.html" nodeid="8280"&gt;@Łukasz E&lt;/A&gt;, &lt;/P&gt;
 &lt;P&gt; If you use a GlobalTable to combine items with different types, you need to have one input port for the pallet (input 1) and one input port for each type of item (input 2 = type 1, input3 = type 2, input4 = type 3,...) on the combiner and one row in the Global Table per type of item (row 1 = type 1, row 2= type 2, row 3= type 3,...) .&lt;/P&gt;
 &lt;P&gt;I attach your model with this modifications.&lt;/P&gt;
 &lt;P&gt;I hope it helps!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Oct 2020 09:21:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-one-queue-to-combiner-based-on-a-globaltable/m-p/13534056#M42313</guid>
      <dc:creator>aida_c2</dc:creator>
      <dc:date>2020-10-21T09:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pull from one queue to combiner based on a GlobalTable</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-one-queue-to-combiner-based-on-a-globaltable/m-p/13534057#M42314</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Wow! thank you very much!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Oct 2020 13:55:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-one-queue-to-combiner-based-on-a-globaltable/m-p/13534057#M42314</guid>
      <dc:creator>ukasz_e</dc:creator>
      <dc:date>2020-10-22T13:55:04Z</dc:date>
    </item>
  </channel>
</rss>

