<?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: Forklift load and unload multiple pallets in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535321#M43291</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/questions/103937/forklift-load-multiple-pallets.html?childToView=103994#"&gt;&lt;/A&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/41045-dhl-warehousemodel-57-autosave-3.fsm" target="_blank"&gt;dhl-warehousemodel-57-autosave-3.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/questions/103937/forklift-load-multiple-pallets.html?childToView=103994#"&gt;@Jigar P&lt;/A&gt;&lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 3; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt; , &lt;/SPAN&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/questions/103937/forklift-load-multiple-pallets.html?childToView=103994#"&gt;@Joerg Vogel&lt;/A&gt;&lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 3; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt; is right. The correct way to load and unload theese items is creating a array.&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;I create a label "cargo"and put a "append to array" every time the transporter pick a item.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="01.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506531i21D91270DC524064/image-size/large?v=v2&amp;amp;px=999" role="button" title="01.jpg" alt="01.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;and then, to release this cargo i remove a value of this label and then loop.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="02.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506532iC45AE6A377FBE077/image-size/large?v=v2&amp;amp;px=999" role="button" title="02.jpg" alt="02.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="02.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506533i53AC05931C391DC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="02.jpg" alt="02.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 23 Jun 2021 16:45:31 GMT</pubDate>
    <dc:creator>matheus_a4</dc:creator>
    <dc:date>2021-06-23T16:45:31Z</dc:date>
    <item>
      <title>Forklift load and unload multiple pallets</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535317#M43287</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I am working on a warehouse simulation model with shuttle system. As a part of the requirement, I need to transport 2 pallet loads from floor storage to pick and drop locations. I tried using List but however it doesn't work. It creates an array of pallets but however it doesn't pick up. Is there any way to do it? Basically, the requirement is pick up 2 pallets of same time from Floor storage and drop it at Queue1. I am using process flows. Please refer to snap and focus only on that part of the process flow&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Jun 2021 17:19:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535317#M43287</guid>
      <dc:creator>jigar_p</dc:creator>
      <dc:date>2021-06-22T17:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Forklift load and unload multiple pallets</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535318#M43288</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello Jigar,&lt;/P&gt;
 &lt;P&gt;One way to solve your problem is creating a loop in the load station. You can set two labels in your token (capacity and content) and just require one item at a time. And then, create a decide to pick another item (requiring another item from list) until the capacity is equal to contents. After that, you have to increment your trigger "travel to a home location" for your equipment do not turn to your home location every time it pick a item. You have to create the same kind of a loop to unload station.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;1. Loop&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506524iA4554C06F2AA2B19/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;2. First Assign Label (Creating label capacity and content)&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506523iE1B2D218B604C3AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.jpg" alt="2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;3. Second assign label (incrementing label content)&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506525i3C38DC3E37CFA00A/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.jpg" alt="3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;4. Decide&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="4.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506526iB80D235CBF705D95/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.jpg" alt="4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;5. Trigger&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506528iEE97F89E9776FD7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="5.jpg" alt="5.jpg" /&gt;&lt;/span&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/41025-dhl-warehousemodel-57-autosave-2.fsm" target="_blank"&gt;dhl-warehousemodel-57-autosave-2.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Jun 2021 21:30:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535318#M43288</guid>
      <dc:creator>matheus_a4</dc:creator>
      <dc:date>2021-06-22T21:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Forklift load and unload multiple pallets</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535319#M43289</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/26417/matheusa4.html" nodeid="26417"&gt;@Matheus Coelho&lt;/A&gt; Thank you very much for this. I updated the model further to also take it into account the Unload (Unload 2 pallets at a time). I just used the content label by decrementing the value on the token to do it. However, it doesn't unload 2 pallets and moves with 1 pallet. Is there something I am doing wrong?&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/41018-dhl-warehousemodel-57-autosave-3.fsm" target="_blank"&gt;dhl-warehousemodel-57-autosave-3.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Jun 2021 06:23:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535319#M43289</guid>
      <dc:creator>jigar_p</dc:creator>
      <dc:date>2021-06-23T06:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Forklift load and unload multiple pallets</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535320#M43290</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;A classic FOR DO STEP Loop is a “run sub flow” activity. The repeating logic block is a sub flow framed by ”start” and “finish” activity. The counting depends on the Length of the array. There are two variants to transfer the reference of the items in the array to the sub process tokens:&lt;P&gt;emptying the array by method pop() or shift() of the FlexScript class array&lt;/P&gt;&lt;P&gt;keeping the array by the variable creationRank as a field reference of the array items.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Jun 2021 08:27:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535320#M43290</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2021-06-23T08:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Forklift load and unload multiple pallets</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535321#M43291</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/questions/103937/forklift-load-multiple-pallets.html?childToView=103994#"&gt;&lt;/A&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/41045-dhl-warehousemodel-57-autosave-3.fsm" target="_blank"&gt;dhl-warehousemodel-57-autosave-3.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/questions/103937/forklift-load-multiple-pallets.html?childToView=103994#"&gt;@Jigar P&lt;/A&gt;&lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 3; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt; , &lt;/SPAN&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/questions/103937/forklift-load-multiple-pallets.html?childToView=103994#"&gt;@Joerg Vogel&lt;/A&gt;&lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 3; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt; is right. The correct way to load and unload theese items is creating a array.&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;I create a label "cargo"and put a "append to array" every time the transporter pick a item.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="01.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506531i21D91270DC524064/image-size/large?v=v2&amp;amp;px=999" role="button" title="01.jpg" alt="01.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;and then, to release this cargo i remove a value of this label and then loop.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="02.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506532iC45AE6A377FBE077/image-size/large?v=v2&amp;amp;px=999" role="button" title="02.jpg" alt="02.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="02.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1506533i53AC05931C391DC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="02.jpg" alt="02.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Jun 2021 16:45:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535321#M43291</guid>
      <dc:creator>matheus_a4</dc:creator>
      <dc:date>2021-06-23T16:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Forklift load and unload multiple pallets</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535322#M43292</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/30926/jigarp.html" nodeid="30926"&gt;@Jigar P&lt;/A&gt;, was Matheus Coelho's helpful? If so, please click the red "Accept" button at the bottom of one of their answers. 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 unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 26 Jun 2021 19:43:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/forklift-load-and-unload-multiple-pallets/m-p/13535322#M43292</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2021-06-26T19:43:11Z</dc:date>
    </item>
  </channel>
</rss>

