<?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: Inbound palletizing operation in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/inbound-palletizing-operation/m-p/13597992#M92327</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You could alter the transport task sequence in the On Receive Task Sequence trigger of the operators. First check if it is a transport task sequence (5 tasks total in the order travel, load, break, travel, unload). Then change the unload destination.&lt;/P&gt;&lt;P&gt;In the attached model I also changed the operators' load time to 0 and instead add a delay task to the task sequence after the load. Otherwise the boxes often times move out of range during the load time.&lt;/P&gt;&lt;P&gt;Note that fixed resources like the queue store how many inputs are pending and will stop receiving more items if that number plus their content reaches the maximum capacity. Normally the unload task would 'inform' them that the transport task is now complete. But since we override the destination this has to happen manually. I use the On Unload trigger for this.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/91577-inbound-pallet-loop-1.fsm" target="_blank"&gt;inbound-pallet-loop-1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You could in theory make use of this to have the queue stop receiving items when the pallet is full and only 'complete' the transports once the next pallet is available.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 08 Apr 2025 06:25:06 GMT</pubDate>
    <dc:creator>moehlmann_fe</dc:creator>
    <dc:date>2025-04-08T06:25:06Z</dc:date>
    <item>
      <title>Inbound palletizing operation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/inbound-palletizing-operation/m-p/13597989#M92324</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.1.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I am creating a model to simulate the inbound palletizing loop. Here are the requirements&lt;/P&gt;
 &lt;OL&gt;&lt;LI&gt;Stack 20-27 cartons on the pallet based on inbound carton label&lt;/LI&gt;&lt;LI&gt;Once pallet is full, move it away to a different queue&lt;/LI&gt;&lt;/OL&gt;
 &lt;P&gt; I could not figure out how to make operators unload cartons to the pallet inside the queue by using standard prompts so started using process flow. However, in the process flow, I am trying to leverage the subprocess to do the same action (once carton hits the DP, move it to the corresponding queue by using the nearest operator). I think there is an easier way to do this, and it's been 3-4 years since I have done some development. Can someone help out with this? &lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/91536-inbound-pallet-loop.fsm" target="_blank"&gt;Inbound Pallet Loop.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 06 Apr 2025 03:55:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/inbound-palletizing-operation/m-p/13597989#M92324</guid>
      <dc:creator>niket_m</dc:creator>
      <dc:date>2025-04-06T03:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound palletizing operation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/inbound-palletizing-operation/m-p/13597990#M92325</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Do the items stop on the conveyor? If not, you might be better of staying with the exit transfers and their feature to continuously update the pickup location.&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Apr 2025 08:33:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/inbound-palletizing-operation/m-p/13597990#M92325</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-04-07T08:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound palletizing operation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/inbound-palletizing-operation/m-p/13597991#M92326</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;No, the cartons don't stop. In real process, operator will need to lift the cartons and scan them to make a decision on what pallet does it go to. This is why; I was facing issues in using the exit transfer logic. I tried to leverage the &lt;EM&gt;send by case &lt;/EM&gt;from decision point, but with that, I cannot figure out a logic to tell operator to place the carton on a pallet inside the queue. &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Apr 2025 20:13:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/inbound-palletizing-operation/m-p/13597991#M92326</guid>
      <dc:creator>niket_m</dc:creator>
      <dc:date>2025-04-07T20:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound palletizing operation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/inbound-palletizing-operation/m-p/13597992#M92327</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You could alter the transport task sequence in the On Receive Task Sequence trigger of the operators. First check if it is a transport task sequence (5 tasks total in the order travel, load, break, travel, unload). Then change the unload destination.&lt;/P&gt;&lt;P&gt;In the attached model I also changed the operators' load time to 0 and instead add a delay task to the task sequence after the load. Otherwise the boxes often times move out of range during the load time.&lt;/P&gt;&lt;P&gt;Note that fixed resources like the queue store how many inputs are pending and will stop receiving more items if that number plus their content reaches the maximum capacity. Normally the unload task would 'inform' them that the transport task is now complete. But since we override the destination this has to happen manually. I use the On Unload trigger for this.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/91577-inbound-pallet-loop-1.fsm" target="_blank"&gt;inbound-pallet-loop-1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You could in theory make use of this to have the queue stop receiving items when the pallet is full and only 'complete' the transports once the next pallet is available.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Apr 2025 06:25:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/inbound-palletizing-operation/m-p/13597992#M92327</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-04-08T06:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound palletizing operation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/inbound-palletizing-operation/m-p/13597993#M92328</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thanks 
 &lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt;. This makes sense. I think I can leverage the process flow to control the queue behavior. I can have the queue stop receiving when the pallet reaches 27 cartons and wait till that pallet is moved to a new area and queue is empty. 
&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Apr 2025 14:26:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/inbound-palletizing-operation/m-p/13597993#M92328</guid>
      <dc:creator>niket_m</dc:creator>
      <dc:date>2025-04-08T14:26:42Z</dc:date>
    </item>
  </channel>
</rss>

