<?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: token errors in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495477#M11885</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/220/jordan.j.html" nodeid="220"&gt;@jordan.johnson&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I have went through the model and made some changes, and I have noticed that the operator is not picking in sequence (example, from sku 1 - 10), he would pick the items from 1-10 in sequence. Currently, the operator is going all over the rack to pick the items.&lt;/P&gt;
&lt;P&gt;Kindly advise,&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jan 2019 16:16:39 GMT</pubDate>
    <dc:creator>luigi_f2</dc:creator>
    <dc:date>2019-01-09T16:16:39Z</dc:date>
    <item>
      <title>token errors</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495473#M11881</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim (other) ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hi, &lt;/P&gt;
&lt;P&gt;I could not batch my order together based on my order no in the global table.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 15:55:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495473#M11881</guid>
      <dc:creator>luigi_f2</dc:creator>
      <dc:date>2019-01-07T15:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: token errors</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495474#M11882</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/12041/luigif2.html" nodeid="12041"&gt;@Luigi F2&lt;/A&gt; can you explain what you are wanting the model to do as far as the batching? The model stops because you don't have enough resources after you acquire the first one. &lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 18:43:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495474#M11882</guid>
      <dc:creator>kari_payton</dc:creator>
      <dc:date>2019-01-07T18:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: token errors</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495475#M11883</link>
      <description>&lt;P&gt;
	Here is a model that does what you want:&lt;/P&gt;&lt;P&gt;
	&lt;A id="16812" href="https://answers.flexsim.com/storage/attachments/16812-order-picking-by-orderno-v2.fsm"&gt;order-picking-by-orderno-v2.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
	It has this process flow:&lt;/P&gt;&lt;P&gt;
	&lt;span class="lia-inline-image-display-wrapper" image-alt="16813-picking-by-orderno-flow.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1498470i5EBAD9C1ED70B7E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="16813-picking-by-orderno-flow.png" alt="16813-picking-by-orderno-flow.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;
	This flow creates one token per row of the global table. Then it uses a batch to merge tokens from the same order into a single order token. The order token acquires the operator.&lt;/P&gt;&lt;P&gt;
	Once the order token has an operator, it is ready to begin picking. To do picking, the order token creates one token per SKU. The SKU token creates one token per item of that SKU, which is the pick token.&lt;/P&gt;&lt;P&gt;
	Each pick token tries pull and item from the list that has the correct SKU. Once all pick tokens have pulled an item, the pick tokens are then batched into groups of up to 10 (the operator limit), and merged into a single token, which represents each trip the operator must make to pick the order.&lt;/P&gt;&lt;P&gt;
	For each trip, the trip token creates a task sequence that travels to and loads all the items, travels to the staging area, and then unloads all the items. Then, this task sequence is dispatched to the operator. Some orders will require multiple trips, and so will end up creating multiple trip tokens. The operator will do task sequences in the order they are received.&lt;/P&gt;&lt;P&gt;
	My guess is that you will want to modify and expand on this model. Before doing that, I recommend making sure you understand how this model works fully before proceeding.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 17:29:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495475#M11883</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2019-01-08T17:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: token errors</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495476#M11884</link>
      <description>&lt;P&gt;Hi Jordan,&lt;/P&gt;
&lt;P&gt;Thank you for your clear explanation. I will look through every part to understand before proceeding to the next stage.&lt;/P&gt;
&lt;P&gt;Greatly appreciated! &lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 10:06:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495476#M11884</guid>
      <dc:creator>luigi_f2</dc:creator>
      <dc:date>2019-01-09T10:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: token errors</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495477#M11885</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/220/jordan.j.html" nodeid="220"&gt;@jordan.johnson&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I have went through the model and made some changes, and I have noticed that the operator is not picking in sequence (example, from sku 1 - 10), he would pick the items from 1-10 in sequence. Currently, the operator is going all over the rack to pick the items.&lt;/P&gt;
&lt;P&gt;Kindly advise,&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 16:16:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495477#M11885</guid>
      <dc:creator>luigi_f2</dc:creator>
      <dc:date>2019-01-09T16:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: token errors</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495478#M11886</link>
      <description>&lt;P&gt;Can you post your updated model?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 16:20:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495478#M11886</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2019-01-09T16:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: token errors</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495479#M11887</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/220/jordan.j.html" nodeid="220"&gt;@jordan.johnson&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Please advise on the operator's movement in this model, is it due to the A* navigation issue? As I want the operator to pick along the racks as I noticed that he is picking items from rack 2 but not physically at rack 2 in the model, would that affect on the distance he traveled?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;A id="16850" href="https://answers.flexsim.com/storage/temp/16850-16812-order-picking-by-orderno-v2.fsm"&gt;16812-order-picking-by-orderno-v2.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 15:07:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495479#M11887</guid>
      <dc:creator>luigi_f2</dc:creator>
      <dc:date>2019-01-10T15:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: token errors</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495480#M11888</link>
      <description>&lt;P&gt;The issue is that the direction the racks face is important to A*. I rotated Rack2 180 degrees, and the operator now travels more sensibly:&lt;/P&gt;&lt;P&gt;&lt;A id="16851" href="https://answers.flexsim.com/storage/temp/16851-order-picking-by-orderno-v3.fsm"&gt;order-picking-by-orderno-v3.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 15:56:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495480#M11888</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2019-01-10T15:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: token errors</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495481#M11889</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/220/jordan.j.html" nodeid="220"&gt;@jordan.johnson&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Greatly appreciated! I see where I have went wrong, the racks' Z-coordinates were all towards the same direction thus, the operator could only pick from one direction.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 16:37:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/token-errors/m-p/13495481#M11889</guid>
      <dc:creator>luigi_f2</dc:creator>
      <dc:date>2019-01-10T16:37:04Z</dc:date>
    </item>
  </channel>
</rss>

