<?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 FlowItem Placement in a FlowItem with Process Flow in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/flowitem-placement-in-a-flowitem-with-process-flow/m-p/13549711#M54652</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.0.2 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm trying to model a merging process where I need to take a FlowItem Tote 1 (contains a FlowItem Box within FlowItem Tote) and perform a number of tasks such as&lt;/P&gt;
&lt;OL&gt;&lt;LI&gt;Split the two FlowItems&lt;/LI&gt;&lt;LI&gt;Place FlowItem Tote 1 to a storage location&lt;/LI&gt;&lt;LI&gt;Place FlowItem Box (token.PolyBagItems) into a specific location in the rack&lt;/LI&gt;&lt;/OL&gt;
&lt;OL&gt;&lt;/OL&gt;
&lt;UL&gt;&lt;LI&gt;Within the specific location, there is another FlowItem Tote 2&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;I'm having issues with the 3rd step. When I'm trying to place the FlowItem Box into the specific location in the rack, the FlowItem Box (orange box in the model) is placed &lt;EM&gt;&lt;STRONG&gt;outside&lt;/STRONG&gt;&lt;/EM&gt; of FlowItem Tote 2 and I need it to be placed &lt;STRONG&gt;&lt;EM&gt;inside &lt;/EM&gt;&lt;/STRONG&gt;FlowItem Tote 2. Could someone explain how I can accomplish this please? I've uploaded my project below&lt;/P&gt;
&lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/storage/attachments/26800-merge-sample.fsm"&gt;merge-sample.fsm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2020 15:01:43 GMT</pubDate>
    <dc:creator>king_ki_f</dc:creator>
    <dc:date>2020-03-26T15:01:43Z</dc:date>
    <item>
      <title>FlowItem Placement in a FlowItem with Process Flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/flowitem-placement-in-a-flowitem-with-process-flow/m-p/13549711#M54652</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.0.2 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm trying to model a merging process where I need to take a FlowItem Tote 1 (contains a FlowItem Box within FlowItem Tote) and perform a number of tasks such as&lt;/P&gt;
&lt;OL&gt;&lt;LI&gt;Split the two FlowItems&lt;/LI&gt;&lt;LI&gt;Place FlowItem Tote 1 to a storage location&lt;/LI&gt;&lt;LI&gt;Place FlowItem Box (token.PolyBagItems) into a specific location in the rack&lt;/LI&gt;&lt;/OL&gt;
&lt;OL&gt;&lt;/OL&gt;
&lt;UL&gt;&lt;LI&gt;Within the specific location, there is another FlowItem Tote 2&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;I'm having issues with the 3rd step. When I'm trying to place the FlowItem Box into the specific location in the rack, the FlowItem Box (orange box in the model) is placed &lt;EM&gt;&lt;STRONG&gt;outside&lt;/STRONG&gt;&lt;/EM&gt; of FlowItem Tote 2 and I need it to be placed &lt;STRONG&gt;&lt;EM&gt;inside &lt;/EM&gt;&lt;/STRONG&gt;FlowItem Tote 2. Could someone explain how I can accomplish this please? I've uploaded my project below&lt;/P&gt;
&lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/storage/attachments/26800-merge-sample.fsm"&gt;merge-sample.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 15:01:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/flowitem-placement-in-a-flowitem-with-process-flow/m-p/13549711#M54652</guid>
      <dc:creator>king_ki_f</dc:creator>
      <dc:date>2020-03-26T15:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: FlowItem Placement in a FlowItem with Process Flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/flowitem-placement-in-a-flowitem-with-process-flow/m-p/13549712#M54653</link>
      <description>&lt;P&gt;It looks like you are using the Storage system API to assign a slot in the Merge Wall rack which means that the item will be placed in a slot in the rack, not inside an item in a slot in the rack.  So for your Unload task the "Station" parameter has to be a reference to the tote that you have in the rack.  &lt;/P&gt;&lt;P&gt;So you can either keep track of the target tote yourself on a label or find it using the Storage system API.  It looks like your .assignedSlot call in the custom code might already be choosing the right slot, so you should be able to add this code to your custom code activity:&lt;/P&gt;&lt;PRE&gt;token.TrueDestination = item.assignedSlot.slotItems[1].item;&lt;/PRE&gt;&lt;P&gt;and then use the label:&lt;/P&gt;&lt;PRE&gt;token.TrueDestination&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;For the Unload "Station" Parameter.  However I think this makes it so you effectively can't virtualize the tote in the rack&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 15:40:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/flowitem-placement-in-a-flowitem-with-process-flow/m-p/13549712#M54653</guid>
      <dc:creator>regan_blackett</dc:creator>
      <dc:date>2020-03-26T15:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: FlowItem Placement in a FlowItem with Process Flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/flowitem-placement-in-a-flowitem-with-process-flow/m-p/13549713#M54654</link>
      <description>&lt;P&gt;Could you explain what virtualize means? &lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 18:59:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/flowitem-placement-in-a-flowitem-with-process-flow/m-p/13549713#M54654</guid>
      <dc:creator>king_ki_f</dc:creator>
      <dc:date>2020-03-26T18:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: FlowItem Placement in a FlowItem with Process Flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/flowitem-placement-in-a-flowitem-with-process-flow/m-p/13549714#M54655</link>
      <description>&lt;P&gt;The Storage System object in your model is configured to "Automatically Virtualize Items"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="26808-virtualize.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501644iFE7FE696CAABE2A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="26808-virtualize.png" alt="26808-virtualize.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From the Manual:&lt;/P&gt;&lt;P&gt;"You can check this box to virtualize items. This means that when an item is placed in a slot, the item will be destroyed. The Storage System will preserve minimal information about that item, such as its spatial and color information. This way, the item will still be drawn. In addition, any labels listed in the Item Labels list will also be preserved. When you later need to access the item (perhaps to retrieve it from storage), the item will be recreated as soon as it is accessed."&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 19:13:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/flowitem-placement-in-a-flowitem-with-process-flow/m-p/13549714#M54655</guid>
      <dc:creator>regan_blackett</dc:creator>
      <dc:date>2020-03-26T19:13:22Z</dc:date>
    </item>
  </channel>
</rss>

