<?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: Delay item in queue and put on pickup point in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/delay-item-in-queue-and-put-on-pickup-point/m-p/13599184#M93304</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;SPAN id="isPasted" style="color: rgb(51, 51, 51); font-family: "&gt;Thanks for your reply, Felix.&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;It works.&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 24 Jul 2023 08:54:31 GMT</pubDate>
    <dc:creator>mMLLPP772DMH3B</dc:creator>
    <dc:date>2023-07-24T08:54:31Z</dc:date>
    <item>
      <title>Delay item in queue and put on pickup point</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/delay-item-in-queue-and-put-on-pickup-point/m-p/13599182#M93302</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted" style="margin: 24px 0px; white-space: pre-wrap; word-break: break-word; color: rgb(31, 31, 31); font-family: ;"&gt;Hi,&lt;/P&gt;
 &lt;P style="margin: 24px 0px; white-space: pre-wrap; word-break: break-word; color: rgb(31, 31, 31); font-family: ;"&gt;I want to let the item stay in the equipment for a certain number of seconds after it arrives at the equipment, according to the time in the "delay_table".&lt;/P&gt;
 &lt;P style="margin: 24px 0px; white-space: pre-wrap; word-break: break-word; color: rgb(31, 31, 31); font-family: ;"&gt;I have tried to add a delay function to the Item Pickup block in the AGV template, but this will cause all models with pickupPoint to be delayed, but the pickupPoint connected to Source_q does not need to be delayed.&lt;/P&gt;
 &lt;P style="margin: 24px 0px; white-space: pre-wrap; word-break: break-word; color: rgb(31, 31, 31); font-family: ;"&gt;&lt;SPAN id="isPasted" style="color: rgb(31, 31, 31); font-family: ;"&gt;I want to know if there is a way to make the item stay in the &lt;/SPAN&gt;equipment &lt;SPAN id="isPasted" style="color: rgb(31, 31, 31); font-family: ;"&gt;for a certain number of seconds according to the time in the "delay_table" without adding any processors.&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P style="margin: 24px 0px; white-space: pre-wrap; word-break: break-word; color: rgb(31, 31, 31); font-family: ;"&gt;Thank you very much for your advice.&lt;/P&gt;
 &lt;P style="margin: 24px 0px; white-space: pre-wrap; word-break: break-word; color: rgb(31, 31, 31); font-family: ;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1690183301708.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518473i4752FF6C839433AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="1690183301708.png" alt="1690183301708.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P id="isPasted" style="margin: 24px 0px; white-space: pre-wrap; word-break: break-word; color: rgb(31, 31, 31); font-family: ;"&gt;&lt;BR /&gt;&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/71436-agv.fsm" target="_blank"&gt;agv.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Jul 2023 07:34:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/delay-item-in-queue-and-put-on-pickup-point/m-p/13599182#M93302</guid>
      <dc:creator>mMLLPP772DMH3B</dc:creator>
      <dc:date>2023-07-24T07:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delay item in queue and put on pickup point</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/delay-item-in-queue-and-put-on-pickup-point/m-p/13599183#M93303</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;A simple solution would be to use an &lt;EM&gt;await&lt;/EM&gt; statement in the Send to Port code to delay the item getting pushed to the transportation list.&lt;/P&gt;&lt;PRE&gt;await Delay.seconds(Table("delay_table")[current.name][1]);&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1690186985354.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518470i20EAB8E23F4BC743/image-size/large?v=v2&amp;amp;px=999" role="button" title="1690186985354.png" alt="1690186985354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Jul 2023 08:23:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/delay-item-in-queue-and-put-on-pickup-point/m-p/13599183#M93303</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-07-24T08:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Delay item in queue and put on pickup point</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/delay-item-in-queue-and-put-on-pickup-point/m-p/13599184#M93304</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;SPAN id="isPasted" style="color: rgb(51, 51, 51); font-family: "&gt;Thanks for your reply, Felix.&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;It works.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Jul 2023 08:54:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/delay-item-in-queue-and-put-on-pickup-point/m-p/13599184#M93304</guid>
      <dc:creator>mMLLPP772DMH3B</dc:creator>
      <dc:date>2023-07-24T08:54:31Z</dc:date>
    </item>
  </channel>
</rss>

