<?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: Sending item on conveyor in process flow in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/sending-item-on-conveyor-in-process-flow/m-p/13504808#M19114</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thanks Felix, i took those out but it's still not executing the send correctly. I don't think it likes the decision point to be right at the transfer, but that's where the pallet gets held in real life. If i put a decision point on prev conveyor, it works until i need to hold a pallet at the transfer, then it won't go into the line when it's open (at time 1644.23). I don't really think i need the first decision point since process flow should be doing the send but I can't get it to to turn into the line without it. MOdel - &lt;A rel="nofollow" href="https://nestle-my.sharepoint.com/:u:/p/amy_miles_purina/EWvQCN2xt5pCltie0WFJO_UBgOD8a9xAA2-RShv8gHaCAw?e=SRx7xW"&gt;https://nestle-my.sharepoint.com/:u:/p/amy_miles_purina/EWvQCN2xt5pCltie0WFJO_UBgOD8a9xAA2-RShv8gHaCAw?e=SRx7xW&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1636119860622.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1507948iFB464FE9B1585345/image-size/large?v=v2&amp;amp;px=999" role="button" title="1636119860622.png" alt="1636119860622.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 05 Nov 2021 13:51:44 GMT</pubDate>
    <dc:creator>amy_milesB7Q7X</dc:creator>
    <dc:date>2021-11-05T13:51:44Z</dc:date>
    <item>
      <title>Sending item on conveyor in process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/sending-item-on-conveyor-in-process-flow/m-p/13504806#M19112</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.2.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I'm having trouble routing pallets on my conveyors. The black pallets should go towards location combiner 11 before continuing down the main conveyor line. If combiner 11 is satisfied, there must be one more pallet on conveyor StraightConveyor_4488_4 and then it should move down the main conveyor toward line 22 (red arrow on pic). In the pic, the pallet should be moving but won't. It seems if I use a decision point, it has to be right before i get to the entry for the conveyor to combiner 11 or it won't turn in. I tried moving this to process flow but I cannot get the send item to do anything although the token does go through the activity (circled below the part that is not working).&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Model - &lt;A rel="nofollow" href="https://nestle-my.sharepoint.com/:u:/p/amy_miles_purina/EYXOK5LVG9dOqtZvYftIrP8BZC77UJpyLweE8PmkfIPAcQ?e=ZCmyzW"&gt;https://nestle-my.sharepoint.com/:u:/p/amy_miles_purina/EYXOK5LVG9dOqtZvYftIrP8BZC77UJpyLweE8PmkfIPAcQ?e=ZCmyzW&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1636062346949.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1507951i7F989BD7E22D48E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="1636062346949.png" alt="1636062346949.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1636062756001.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1507952i42B3B420A6DF3A03/image-size/large?v=v2&amp;amp;px=999" role="button" title="1636062756001.png" alt="1636062756001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Nov 2021 21:54:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/sending-item-on-conveyor-in-process-flow/m-p/13504806#M19112</guid>
      <dc:creator>amy_milesB7Q7X</dc:creator>
      <dc:date>2021-11-04T21:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sending item on conveyor in process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/sending-item-on-conveyor-in-process-flow/m-p/13504807#M19113</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The issue is that you are (unnecessarily) stopping the items again before the token enters into either of the "Wait for Event" activities. In FlexSim an object needs to be "resumed" as many times as it was stopped before it actually starts going again. So if the token falls through one of the decides and is stopped again, a single resume doesn't suffice.&lt;/P&gt;&lt;P&gt;Simply remove those two custom code activities (the items are still stopped from the first one after the source) and your logic should work.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1636109815330.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1507943i9F8DB81C5F24F0CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="1636109815330.png" alt="1636109815330.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Nov 2021 10:57:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/sending-item-on-conveyor-in-process-flow/m-p/13504807#M19113</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2021-11-05T10:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sending item on conveyor in process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/sending-item-on-conveyor-in-process-flow/m-p/13504808#M19114</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thanks Felix, i took those out but it's still not executing the send correctly. I don't think it likes the decision point to be right at the transfer, but that's where the pallet gets held in real life. If i put a decision point on prev conveyor, it works until i need to hold a pallet at the transfer, then it won't go into the line when it's open (at time 1644.23). I don't really think i need the first decision point since process flow should be doing the send but I can't get it to to turn into the line without it. MOdel - &lt;A rel="nofollow" href="https://nestle-my.sharepoint.com/:u:/p/amy_miles_purina/EWvQCN2xt5pCltie0WFJO_UBgOD8a9xAA2-RShv8gHaCAw?e=SRx7xW"&gt;https://nestle-my.sharepoint.com/:u:/p/amy_miles_purina/EWvQCN2xt5pCltie0WFJO_UBgOD8a9xAA2-RShv8gHaCAw?e=SRx7xW&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1636119860622.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1507948iFB464FE9B1585345/image-size/large?v=v2&amp;amp;px=999" role="button" title="1636119860622.png" alt="1636119860622.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Nov 2021 13:51:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/sending-item-on-conveyor-in-process-flow/m-p/13504808#M19114</guid>
      <dc:creator>amy_milesB7Q7X</dc:creator>
      <dc:date>2021-11-05T13:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sending item on conveyor in process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/sending-item-on-conveyor-in-process-flow/m-p/13504809#M19115</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Sorry, I thought the pallet not contiuing was the only issue. It is indeed the case, that an item can only be redirected to a different conveyor before the &lt;EM&gt;leading edge&lt;/EM&gt; of that item has passed the conveyor transfer.&lt;/P&gt;&lt;P&gt;In this case you could work around it by &lt;EM&gt;always&lt;/EM&gt; sending the item to combiner11 with the previous decision point. The logic can then redirect them to move straight instead, as that transfer is not reached by the time the process flow is triggered.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1636124228184.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1507949i61EC79501C2EDE03/image-size/large?v=v2&amp;amp;px=999" role="button" title="1636124228184.png" alt="1636124228184.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Nov 2021 14:57:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/sending-item-on-conveyor-in-process-flow/m-p/13504809#M19115</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2021-11-05T14:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sending item on conveyor in process flow</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/sending-item-on-conveyor-in-process-flow/m-p/13504810#M19116</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Thanks Felix! Ryan was able to create a custom code that is much easier than what I was trying to do so it's working now.
&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Nov 2021 17:39:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/sending-item-on-conveyor-in-process-flow/m-p/13504810#M19116</guid>
      <dc:creator>amy_milesB7Q7X</dc:creator>
      <dc:date>2021-11-05T17:39:41Z</dc:date>
    </item>
  </channel>
</rss>

