<?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 Tutorial - Simulate a picking process using Lists in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/tutorial-simulate-a-picking-process-using-lists/m-p/13614930#M95912</link>
    <description>&lt;P class=""&gt;Hello,&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I'm new to FlexSim and currently trying to build the exact same model shown in the tutorial provided by Autodesk.&lt;/P&gt;&lt;P class=""&gt;&lt;A href="https://app.learn-one.autodesk.com/learn/ondemand/curated/work-with-lists-in-flexsim/MFa5PHL2HmKHXqfDqwTU9" target="_blank" rel="noopener"&gt;https://app.learn-one.autodesk.com/learn/ondemand/curated/work-with-lists-in-flexsim/MFa5PHL2HmKHXqfDqwTU9&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;I followed all the steps precisely as demonstrated in the video. However, unlike what is shown in the tutorial, the operators in my model do not move or perform the pick action.&lt;/P&gt;&lt;P class=""&gt;Could someone help me identify what might be causing this issue?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Additionally, if there is a completed version of the model from the tutorial, I would really appreciate it if you could share a download link, as I haven't been able to find it anywhere.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;If you also happen to have similar models involving operator-based picking logic, I’d be very grateful if you could share them as well — I’m eager to learn from more examples.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks in advance for your support!&lt;/P&gt;&lt;P class=""&gt;Best&lt;/P&gt;</description>
    <pubDate>Mon, 05 May 2025 21:47:42 GMT</pubDate>
    <dc:creator>berkayguz</dc:creator>
    <dc:date>2025-05-05T21:47:42Z</dc:date>
    <item>
      <title>Tutorial - Simulate a picking process using Lists</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/tutorial-simulate-a-picking-process-using-lists/m-p/13614930#M95912</link>
      <description>&lt;P class=""&gt;Hello,&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I'm new to FlexSim and currently trying to build the exact same model shown in the tutorial provided by Autodesk.&lt;/P&gt;&lt;P class=""&gt;&lt;A href="https://app.learn-one.autodesk.com/learn/ondemand/curated/work-with-lists-in-flexsim/MFa5PHL2HmKHXqfDqwTU9" target="_blank" rel="noopener"&gt;https://app.learn-one.autodesk.com/learn/ondemand/curated/work-with-lists-in-flexsim/MFa5PHL2HmKHXqfDqwTU9&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;I followed all the steps precisely as demonstrated in the video. However, unlike what is shown in the tutorial, the operators in my model do not move or perform the pick action.&lt;/P&gt;&lt;P class=""&gt;Could someone help me identify what might be causing this issue?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Additionally, if there is a completed version of the model from the tutorial, I would really appreciate it if you could share a download link, as I haven't been able to find it anywhere.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;If you also happen to have similar models involving operator-based picking logic, I’d be very grateful if you could share them as well — I’m eager to learn from more examples.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks in advance for your support!&lt;/P&gt;&lt;P class=""&gt;Best&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 21:47:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/tutorial-simulate-a-picking-process-using-lists/m-p/13614930#M95912</guid>
      <dc:creator>berkayguz</dc:creator>
      <dc:date>2025-05-05T21:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorial - Simulate a picking process using Lists</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/tutorial-simulate-a-picking-process-using-lists/m-p/13615367#M95919</link>
      <description>&lt;P&gt;In the Load and Unload activity the first field should refer to the task sequence created in Create TS.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="moehlmann_fe_0-1746512413006.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1530456i5BEB332F3F2B55E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="moehlmann_fe_0-1746512413006.png" alt="moehlmann_fe_0-1746512413006.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Create TS, a task sequence is created and dispatched to the operator. Because "Dispatch and Wait" is checked, the token will wait in that activity until the TS becomes the task executers active task sequence. In other task activities, the first field can either refer to an existing task sequence. In that case the task gets added to that TS. Or it refers to a task executer. Then the task is dispatched to the task executer as a separate task sequence.&lt;/P&gt;&lt;P&gt;So in the current state of your model, Create TS gives a task sequence to the operator who is then waiting for more tasks to get added to it. But in the Load activity a separate task sequence is created for that task, which can't start until the previous one finishes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also check out the written tutorial about task logic in the documentation.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.flexsim.com/en/25.0/Tutorials/TaskLogic/Tutorial1TaskLogicTools/1-2TasksProcessFlow/1-2TasksProcessFlow.html" target="_blank"&gt;https://docs.flexsim.com/en/25.0/Tutorials/TaskLogic/Tutorial1TaskLogicTools/1-2TasksProcessFlow/1-2TasksProcessFlow.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other interesting posts about picking models I found in a quick search are these:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/flexsim-forum/picking-multi-boxes/m-p/13592400" target="_blank"&gt;https://forums.autodesk.com/t5/flexsim-forum/picking-multi-boxes/m-p/13592400&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/flexsim-forum/order-picking-sorted-by-rack-label/m-p/13591439" target="_blank"&gt;https://forums.autodesk.com/t5/flexsim-forum/order-picking-sorted-by-rack-label/m-p/13591439&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 06:27:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/tutorial-simulate-a-picking-process-using-lists/m-p/13615367#M95919</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-05-06T06:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorial - Simulate a picking process using Lists</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/tutorial-simulate-a-picking-process-using-lists/m-p/13615457#M95924</link>
      <description>&lt;P&gt;The other issues are&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. You need to change the SlotID to 1 since your Slot per Bay is 1.&lt;/P&gt;&lt;P&gt;2. Set the send to Port on the rack to Do Not Release.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 07:16:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/tutorial-simulate-a-picking-process-using-lists/m-p/13615457#M95924</guid>
      <dc:creator>chanykE2WUT</dc:creator>
      <dc:date>2025-05-06T07:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorial - Simulate a picking process using Lists</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/tutorial-simulate-a-picking-process-using-lists/m-p/13616908#M95964</link>
      <description>&lt;P&gt;Thank you for your support!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 21:09:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/tutorial-simulate-a-picking-process-using-lists/m-p/13616908#M95964</guid>
      <dc:creator>berkayguz</dc:creator>
      <dc:date>2025-05-06T21:09:53Z</dc:date>
    </item>
  </channel>
</rss>

