<?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 Find item on specific rack slot based on global table and deduction quantity in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-on-specific-rack-slot-based-on-global-table-and/m-p/13589481#M85667</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted"&gt;Hi, Thank you for reading my question.&lt;BR /&gt;I have a two questions to make outbound model.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&amp;lt;First&amp;gt;&lt;/P&gt;
 &lt;P&gt;I would like to make outbound 3D model which move pallet rack from floorstorage.&lt;BR /&gt;&lt;BR /&gt;I used label for Rack, Slotaddress to move pallet which is located on specific rack slot.&lt;BR /&gt;I tired to utilize "Find item", but My model does not move pallet not following my global table.&lt;BR /&gt;I made my model to follow Global table which is named "Order_Data", Transporter moved correct SKU_Name sequence in global table. However, it was impossible to follow specific slots in global table.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&amp;lt;Second&amp;gt;&lt;/P&gt;
 &lt;P&gt;I put piece quantity information when my boxes were created. I would like to make a model that operator move to floorstorage to pick orders and decrease piece quantity in boxes. I used custom code to deduct quantity. Is this correct?&lt;/P&gt;
 &lt;P&gt;Moreover, When operator moves to floorstorage, I want to make them not holding pallet and just standing to process to pickorders.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thank you very much in advanced.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/82897-240509-outbound-v2-4.fsm" target="_blank"&gt;240509_Outbound_v2_4.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 17 May 2024 01:07:32 GMT</pubDate>
    <dc:creator>mrKWON</dc:creator>
    <dc:date>2024-05-17T01:07:32Z</dc:date>
    <item>
      <title>Find item on specific rack slot based on global table and deduction quantity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-on-specific-rack-slot-based-on-global-table-and/m-p/13589481#M85667</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted"&gt;Hi, Thank you for reading my question.&lt;BR /&gt;I have a two questions to make outbound model.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&amp;lt;First&amp;gt;&lt;/P&gt;
 &lt;P&gt;I would like to make outbound 3D model which move pallet rack from floorstorage.&lt;BR /&gt;&lt;BR /&gt;I used label for Rack, Slotaddress to move pallet which is located on specific rack slot.&lt;BR /&gt;I tired to utilize "Find item", but My model does not move pallet not following my global table.&lt;BR /&gt;I made my model to follow Global table which is named "Order_Data", Transporter moved correct SKU_Name sequence in global table. However, it was impossible to follow specific slots in global table.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&amp;lt;Second&amp;gt;&lt;/P&gt;
 &lt;P&gt;I put piece quantity information when my boxes were created. I would like to make a model that operator move to floorstorage to pick orders and decrease piece quantity in boxes. I used custom code to deduct quantity. Is this correct?&lt;/P&gt;
 &lt;P&gt;Moreover, When operator moves to floorstorage, I want to make them not holding pallet and just standing to process to pickorders.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thank you very much in advanced.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/82897-240509-outbound-v2-4.fsm" target="_blank"&gt;240509_Outbound_v2_4.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 May 2024 01:07:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-on-specific-rack-slot-based-on-global-table-and/m-p/13589481#M85667</guid>
      <dc:creator>mrKWON</dc:creator>
      <dc:date>2024-05-17T01:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Find item on specific rack slot based on global table and deduction quantity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-on-specific-rack-slot-based-on-global-table-and/m-p/13589482#M85668</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Try it with &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/22.0/Reference/CodingInFlexSim/FlexScriptAPIReference/Warehousing/Storage.Object.html#Method-getSlot" target="_blank"&gt;getSlot&lt;/A&gt;. This method is addressing a slot by bay, level, slot ID.  It expects to be called from a rack object variable declared or casted as &lt;STRONG&gt;Storage.Object&lt;/STRONG&gt;. In API reference it is simply “current”. This functional keyword works as a reference only within a trigger of a rack. The method returns a slot. It must be assigned to a variable casted or declared as &lt;STRONG&gt;Storage.Slot&lt;/STRONG&gt;. &lt;BR /&gt;In best practices of this site you should ask &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/articles/22192/best-practices-for-using-this-answers-site.html" target="_blank"&gt;one question&lt;/A&gt; only. This comment of mine is dealing with only one request and this would be enough for a question to get answered. &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 May 2024 08:04:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-on-specific-rack-slot-based-on-global-table-and/m-p/13589482#M85668</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2024-05-17T08:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Find item on specific rack slot based on global table and deduction quantity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-on-specific-rack-slot-based-on-global-table-and/m-p/13589483#M85669</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Add the condition that the slot address needs to match the token label to the "Find Item" activity.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="capture1.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1523963i0A3D2A45683DCD64/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture1.png" alt="capture1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You don't need the Find Item activity in the sub flow. You still have the reference to the pallet from the parent token.&lt;/P&gt;&lt;P&gt;You can use the "Pick Offset" task to have the operator walk to the spot where they would pick up the pallet, without actually loading the pallet.&lt;/P&gt;&lt;P&gt;The code that decrements the piece quantity looks fine, though the piece quantity label on the pallet is currently equal to the quantity in one box. It should probably be multiplied by the number of boxes on the pallet.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/82971-240509-outbound-v2-4-fm.fsm" target="_blank"&gt;240509-outbound-v2-4-fm.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 May 2024 07:57:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-on-specific-rack-slot-based-on-global-table-and/m-p/13589483#M85669</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-05-21T07:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Find item on specific rack slot based on global table and deduction quantity</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-on-specific-rack-slot-based-on-global-table-and/m-p/13589484#M85670</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43927/mrkwon.html" nodeid="43927"&gt;@WH&lt;/A&gt;, was Felix Möhlmann'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>Tue, 28 May 2024 17:11:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-on-specific-rack-slot-based-on-global-table-and/m-p/13589484#M85670</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2024-05-28T17:11:26Z</dc:date>
    </item>
  </channel>
</rss>

