<?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 Empty pallet back using operator when robot has removed boxes from pallet in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/empty-pallet-back-using-operator-when-robot-has-removed-boxes/m-p/14119826#M100952</link>
    <description>&lt;P&gt;Hello everyone, I am new to flexsim and need support to toruble shoot the process flow logic. I created a simple process flow; Create pallet--&amp;gt;load pallet to station (op1) --&amp;gt; Load pallet with boxes (op2) --&amp;gt; move full pallet to another Queue (op1) --&amp;gt; unload boxes from full pallet to conveyor (robot)&lt;/P&gt;&lt;P&gt;Problem statement:&lt;/P&gt;&lt;P&gt;1. My op1 is not picking up empty pallet after robot has emptied the pallet&lt;/P&gt;&lt;P&gt;2. My boxes after unloading them to conveyor by robot are disappearing&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. HOW DO I OPTIMISE MY OPERATOR1 PROCESS FLOW. (any easy way to group operator activity by Decision)&lt;/P&gt;&lt;P&gt;4. Do i really need to have so many list or their is a way to optimize the list&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me updating the process logic please ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2026 04:10:11 GMT</pubDate>
    <dc:creator>kwaghchoure</dc:creator>
    <dc:date>2026-05-07T04:10:11Z</dc:date>
    <item>
      <title>Empty pallet back using operator when robot has removed boxes from pallet</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/empty-pallet-back-using-operator-when-robot-has-removed-boxes/m-p/14119826#M100952</link>
      <description>&lt;P&gt;Hello everyone, I am new to flexsim and need support to toruble shoot the process flow logic. I created a simple process flow; Create pallet--&amp;gt;load pallet to station (op1) --&amp;gt; Load pallet with boxes (op2) --&amp;gt; move full pallet to another Queue (op1) --&amp;gt; unload boxes from full pallet to conveyor (robot)&lt;/P&gt;&lt;P&gt;Problem statement:&lt;/P&gt;&lt;P&gt;1. My op1 is not picking up empty pallet after robot has emptied the pallet&lt;/P&gt;&lt;P&gt;2. My boxes after unloading them to conveyor by robot are disappearing&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. HOW DO I OPTIMISE MY OPERATOR1 PROCESS FLOW. (any easy way to group operator activity by Decision)&lt;/P&gt;&lt;P&gt;4. Do i really need to have so many list or their is a way to optimize the list&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me updating the process logic please ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 04:10:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/empty-pallet-back-using-operator-when-robot-has-removed-boxes/m-p/14119826#M100952</guid>
      <dc:creator>kwaghchoure</dc:creator>
      <dc:date>2026-05-07T04:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Empty pallet back using operator when robot has removed boxes from pallet</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/empty-pallet-back-using-operator-when-robot-has-removed-boxes/m-p/14119973#M100958</link>
      <description>&lt;P&gt;1) The empty pallet is not pushed back to the correct list at the end of the robot flow (Decide activity and Push to List are not connected).&lt;/P&gt;&lt;P&gt;2) You swapped the load and unload activity. The item is first 'unloaded' onto the conveyor and then loaded by the robot -&amp;gt; All items accumulate in the robot.&lt;/P&gt;&lt;P&gt;3) I don't see much optimization potential here. I guess the task sequence could be implemented as a subflow to save a couple activities.&lt;/P&gt;&lt;P&gt;4) You could utilize partitions, essentially splitting the list into multiple 'sub-lists'. They can be specified in the Push to List and Pull from List activities. Note that a pull action can only access a single partition.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 07:06:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/empty-pallet-back-using-operator-when-robot-has-removed-boxes/m-p/14119973#M100958</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2026-05-07T07:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Empty pallet back using operator when robot has removed boxes from pallet</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/empty-pallet-back-using-operator-when-robot-has-removed-boxes/m-p/14121285#M100976</link>
      <description>&lt;P&gt;Hello, thank for the feedback and model. This was super helpful.&lt;/P&gt;&lt;P&gt;I have modified the flow little bit to test another logic with 2 conveyor in parallel and ran into 3 different challenges.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Problem statement1:&amp;nbsp;&lt;/STRONG&gt; I am using decided function to tell operator which queue to load based on station pallet availability. Its loaded 1st &amp;amp; 2nd station but not 3rd one. Not sure why. Can you please look into my logic&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Problem statement2:&amp;nbsp;&lt;/STRONG&gt; On my conveyor I have station which is inspection station. I have created custom code which I used in past on processor to label item as NOK =1 if bad part and NOK =2 if good part. This logic is not working, I am not getting error but item is not showing any label and its value&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Problem statement3:&amp;nbsp;&lt;/STRONG&gt; Robot1 need to load the item based on NOK value 1 NOK value 2. I have two station for good parts and 1 station for bad part.&amp;nbsp;&lt;OL&gt;&lt;LI&gt;Robot is not loading parts on to pallet. Can you look in to the logic. Logic was working fine yesterday.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;To load item into pallet based on its NOK value, should we use decided function with connection by case? what should be my condition in that case. Can you help to setup that part of decision logic please in my model.&amp;nbsp;&lt;OL&gt;&lt;LI&gt;One thing to not, robot can only load one good and one bad pallet at same time. So i am guessing 1st I need to use decision to see which queue has a pallet. My scrip is not recognizing that decision condition as well. Can you see the decision on created on extreme is correct to see content. And how do we force the robot to load the same good pallet till its full before moving to next good pallet.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I greatly appreciate the support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 21:55:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/empty-pallet-back-using-operator-when-robot-has-removed-boxes/m-p/14121285#M100976</guid>
      <dc:creator>kwaghchoure</dc:creator>
      <dc:date>2026-05-07T21:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Empty pallet back using operator when robot has removed boxes from pallet</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/empty-pallet-back-using-operator-when-robot-has-removed-boxes/m-p/14125812#M101040</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hello, could someone please assist with my request? Being relatively new to FlexSim and having limited exposure to Process Flow, I am currently finding it challenging to set up the models correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 03:18:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/empty-pallet-back-using-operator-when-robot-has-removed-boxes/m-p/14125812#M101040</guid>
      <dc:creator>kwaghchoure</dc:creator>
      <dc:date>2026-05-12T03:18:33Z</dc:date>
    </item>
  </channel>
</rss>

