<?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: Alternately unloading two pallets onto two conveyors 6 boxes at a time in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/alternately-unloading-two-pallets-onto-two-conveyors-6-boxes-at/m-p/13497050#M13048</link>
    <description>&lt;P&gt;If you want that the operator transports only one pallet at a time you must identify the type of the item. The following code tests if the item contains an eventfunction under the behaviour node. If the condition is true then the &lt;STRONG&gt;break to&lt;/STRONG&gt; funktion of the operator returns NULL. Then the operator won't look for another task sequence to transport more items.&lt;/P&gt;&lt;PRE&gt;if (behaviour(activets.as(TaskSequence).tasks[2].involved1).subnodes.length &amp;gt; 0) &lt;BR /&gt;   return NULL;&lt;/PRE&gt;&lt;P&gt; &lt;STRONG&gt;pallet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16884-tree-pallet.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1498493iD21BE317E8B754ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="16884-tree-pallet.jpg" alt="16884-tree-pallet.jpg" /&gt;&lt;/span&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vs item&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16885-tree-item.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1498494i950AB5DF9DF9AEEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="16885-tree-item.jpg" alt="16885-tree-item.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jan 2019 16:10:30 GMT</pubDate>
    <dc:creator>joerg_vogel_HsH</dc:creator>
    <dc:date>2019-01-11T16:10:30Z</dc:date>
    <item>
      <title>Alternately unloading two pallets onto two conveyors 6 boxes at a time</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/alternately-unloading-two-pallets-onto-two-conveyors-6-boxes-at/m-p/13497046#M13044</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 18.2.2 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I have two pallets being unloaded onto two conveyors by one operator. The pallets are on a separator located at the end of their respective conveyors. I want one operator to unload 6 boxes from one pallet and then move to the other pallet and do the same and then alternate back and forth until empty. The operator will then move the pallet to a queue and a fork truck will deliver a new pallet and the sequence will continue. &lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 13:48:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/alternately-unloading-two-pallets-onto-two-conveyors-6-boxes-at/m-p/13497046#M13044</guid>
      <dc:creator>gary_b</dc:creator>
      <dc:date>2019-01-11T13:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alternately unloading two pallets onto two conveyors 6 boxes at a time</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/alternately-unloading-two-pallets-onto-two-conveyors-6-boxes-at/m-p/13497047#M13045</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/11677/garyb.html" nodeid="11677"&gt;@Gary B&lt;/A&gt;, yes, this can you do with FlexSim. What is your question?&lt;BR /&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/11677/garyb.html" nodeid="11677"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 14:23:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/alternately-unloading-two-pallets-onto-two-conveyors-6-boxes-at/m-p/13497047#M13045</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2019-01-11T14:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alternately unloading two pallets onto two conveyors 6 boxes at a time</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/alternately-unloading-two-pallets-onto-two-conveyors-6-boxes-at/m-p/13497048#M13046</link>
      <description>&lt;P&gt;What are the steps to make this happen?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 14:28:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/alternately-unloading-two-pallets-onto-two-conveyors-6-boxes-at/m-p/13497048#M13046</guid>
      <dc:creator>gary_b</dc:creator>
      <dc:date>2019-01-11T14:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alternately unloading two pallets onto two conveyors 6 boxes at a time</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/alternately-unloading-two-pallets-onto-two-conveyors-6-boxes-at/m-p/13497049#M13047</link>
      <description>&lt;P&gt;You build the model as you have described it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16883-unpack-alternating.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1498490i2EDEDA78813C8CC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="16883-unpack-alternating.jpg" alt="16883-unpack-alternating.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The Separators use a Dispatcher to manage the transport tasks. The Entrytransfer of the conveyor must get a different parameter value for the option "Max Transports in Transit". The value is set to &lt;STRONG&gt;6&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16880-entrytransfer-max-transports-in-transit.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1498491iFA2B41645738417E/image-size/large?v=v2&amp;amp;px=999" role="button" title="16880-entrytransfer-max-transports-in-transit.jpg" alt="16880-entrytransfer-max-transports-in-transit.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;if you don't put the content on the pallet by a Combiner object, you can add it in the OnCreation Trigger of the source this code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16881-fill-pallet-by-source-code.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1498492i1F883BE3C1CF83D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="16881-fill-pallet-by-source-code.jpg" alt="16881-fill-pallet-by-source-code.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A id="16882" href="https://answers.flexsim.com/storage/attachments/16882-oncreation-fill-pallet.txt"&gt;oncreation-fill-pallet.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 15:56:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/alternately-unloading-two-pallets-onto-two-conveyors-6-boxes-at/m-p/13497049#M13047</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2019-01-11T15:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alternately unloading two pallets onto two conveyors 6 boxes at a time</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/alternately-unloading-two-pallets-onto-two-conveyors-6-boxes-at/m-p/13497050#M13048</link>
      <description>&lt;P&gt;If you want that the operator transports only one pallet at a time you must identify the type of the item. The following code tests if the item contains an eventfunction under the behaviour node. If the condition is true then the &lt;STRONG&gt;break to&lt;/STRONG&gt; funktion of the operator returns NULL. Then the operator won't look for another task sequence to transport more items.&lt;/P&gt;&lt;PRE&gt;if (behaviour(activets.as(TaskSequence).tasks[2].involved1).subnodes.length &amp;gt; 0) &lt;BR /&gt;   return NULL;&lt;/PRE&gt;&lt;P&gt; &lt;STRONG&gt;pallet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16884-tree-pallet.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1498493iD21BE317E8B754ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="16884-tree-pallet.jpg" alt="16884-tree-pallet.jpg" /&gt;&lt;/span&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vs item&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16885-tree-item.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1498494i950AB5DF9DF9AEEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="16885-tree-item.jpg" alt="16885-tree-item.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 16:10:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/alternately-unloading-two-pallets-onto-two-conveyors-6-boxes-at/m-p/13497050#M13048</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2019-01-11T16:10:30Z</dc:date>
    </item>
  </channel>
</rss>

