<?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 Warehouse Simulation in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-simulation/m-p/13599876#M93831</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.0.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/78076-warehouse-model.fsm" target="_blank"&gt;Warehouse Model.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;I need to develop warehouse simulation, I want to create 300 units from source that are to dispatched through conveyor to stations. These items are to be categorized in A, B, C and Bulky. The quantity is to be set 99,99,99 and 3 and color scheme Blue, Yellow, Orange and brown respectively.&lt;/P&gt;
 &lt;P&gt;I have tried using global table method but it still not working properly. Attached is my model. Also briefly explain how did you do it?&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 18 Jan 2024 19:11:25 GMT</pubDate>
    <dc:creator>alizariwala_gmail_com</dc:creator>
    <dc:date>2024-01-18T19:11:25Z</dc:date>
    <item>
      <title>Warehouse Simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-simulation/m-p/13599876#M93831</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.0.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/78076-warehouse-model.fsm" target="_blank"&gt;Warehouse Model.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;I need to develop warehouse simulation, I want to create 300 units from source that are to dispatched through conveyor to stations. These items are to be categorized in A, B, C and Bulky. The quantity is to be set 99,99,99 and 3 and color scheme Blue, Yellow, Orange and brown respectively.&lt;/P&gt;
 &lt;P&gt;I have tried using global table method but it still not working properly. Attached is my model. Also briefly explain how did you do it?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Jan 2024 19:11:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/warehouse-simulation/m-p/13599876#M93831</guid>
      <dc:creator>alizariwala_gmail_com</dc:creator>
      <dc:date>2024-01-18T19:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Warehouse Simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-simulation/m-p/13599877#M93832</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;A global table by itself does not do anything. It just stores information that you can access from elsewhere in the model to control some logic.&lt;/P&gt;&lt;P&gt;You already had the right idea with the entry trigger on the conveyor (though a more common place to put the function would be the "On Creation" trigger of the source).&lt;/P&gt;&lt;P&gt;Just make sure that the label you use in the "Case Function" actually exists on the items. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1705648257764.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1521949iF97C128D272732D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="1705648257764.png" alt="1705648257764.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jan 2024 07:11:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/warehouse-simulation/m-p/13599877#M93832</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-01-19T07:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Warehouse Simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/warehouse-simulation/m-p/13599878#M93833</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hey Felix, Thanks for help. I have resolved that issue. Could you help in other 2 major issues also,&lt;/P&gt;
 &lt;P id="isPasted" style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;I want help in 2 major issues:&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;1. I have created 4 flowitem item types through source, now I want to classify it in ABC classification while placing in rack (20 items per rack). Itemtype 1 - blue color box should go in rack 1, 2, 5, 6, 9 and 10; itemtype 2 - yellow should go in rack 3.6.9; itemtype 3 - orangebox should go in rack 4, 8, 12 and item type 4 in rack 13. I have tried port by case logic on queue but not working proper.&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;2. I want to use experimenter and optimizer to derive me solution on utilization of processor and transporter basis. I have tried it but failed or i think some data is missing. I want result to be derived as if the work can be done with 4 processors then 6 shouldn't be needed.&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Please help me and explain how did you achieved it. I am a rookie in using experimenter and optimizer.&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/78158-warehouse-model-autosave.fsm" target="_blank"&gt;Warehouse Model_autosave.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jan 2024 19:22:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/warehouse-simulation/m-p/13599878#M93833</guid>
      <dc:creator>alizariwala_gmail_com</dc:creator>
      <dc:date>2024-01-19T19:22:42Z</dc:date>
    </item>
  </channel>
</rss>

