<?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: Time based discard in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/time-based-discard/m-p/13514132#M26513</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 Great thanks nice and simple and does exactly what I need
 &lt;P&gt;Appreciate the help! &lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 02 Jun 2022 20:56:08 GMT</pubDate>
    <dc:creator>dustin_b</dc:creator>
    <dc:date>2022-06-02T20:56:08Z</dc:date>
    <item>
      <title>Time based discard</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/time-based-discard/m-p/13514130#M26511</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;There are a series of steps in our process that must be completed within a certain amount of time.&lt;BR /&gt;I am trying to record how long a 3D item spends within those processes and inventory and discard any that exceed the maximum amount of time (72hrs).&lt;/P&gt;
 &lt;P&gt;I tried to match a process flow with the 3D model using zones. Exceeding the maximum wait time seems straightforward, however I cannot figure out how to "Move Object" of the offending item into the discard queue. Similarly I am not sure if I should create a new event trigger source to move a token out of the "Zone". Would lists be a better choice?&lt;BR /&gt;&lt;BR /&gt;I have attached a mock up of the process. Currently there are 3 processors that lead into 1 processor (this is to account for required dwell times post processing), followed by inventory time prior to the final step in the process (another 3 processors).&lt;/P&gt;
 &lt;P&gt;Thanks!&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1654114802190.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510635i5A9851C9EF8361BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="1654114802190.png" alt="1654114802190.png" /&gt;&lt;/span&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/52920-220601-crit-time.fsm" target="_blank"&gt;220601 Crit Time.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 20:20:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/time-based-discard/m-p/13514130#M26511</guid>
      <dc:creator>dustin_b</dc:creator>
      <dc:date>2022-06-01T20:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Time based discard</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/time-based-discard/m-p/13514131#M26512</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/27433/dustinb.html" nodeid="27433"&gt;@Dustin B&lt;/A&gt;, I tweaked your model a bit so it didn't use any Process Flow and instead used just the 3D model properties and labels to keep track of a 3D Object/flowitem's "staytime" in the system. When a flowitem leaves Queue2, it adds the "startTime" label to the item. When the item is finished being processed at Processor2, it will evaluate the difference between the current time and the startTime label. It will then decide to send the item either to Queue1 or the Crit Time Discard Queue depending on if the item exceeded the 72 hour limit. (Image of the Conditional Port Logic for Processor2; Port 1 is Queue1, Port 2 is the Crit Time Discard Queue)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1654202630662.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510632iAF61EF8DBA599A56/image-size/large?v=v2&amp;amp;px=999" role="button" title="1654202630662.png" alt="1654202630662.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When Queue2 backs up far enough to where there's no end in sight, only Processor1 was pushing to Processor2 while Processors 4 and 5 sat idling. To avoid this backup on the processors, I switched the pull strategy of Processor2 to be "Round Robin", meaning it will pull one from each in order. Currently, due to the speed of the Processors and the high time-out set, no boxes go into the Crit Time Discard Queue. If you wanted to start tracking the "startTime" of flowitems when they &lt;EM&gt;enter&lt;/EM&gt; Queue2, then you can change the Trigger on Queue2 from OnExit to OnEnter or even add it to the Source1. (Image of OnExit Trigger setting the "startTime" label, under Queue2 Properties &amp;gt; Triggers)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1654202943759.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510633iE6C9E7F596F5C461/image-size/large?v=v2&amp;amp;px=999" role="button" title="1654202943759.png" alt="1654202943759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Let me know if this meets your specifications or if there are other features you were hoping to incorporate with your model!&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/52978-solution.fsm" target="_blank"&gt;Solution.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 Jun 2022 20:50:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/time-based-discard/m-p/13514131#M26512</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2022-06-02T20:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time based discard</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/time-based-discard/m-p/13514132#M26513</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Great thanks nice and simple and does exactly what I need
 &lt;P&gt;Appreciate the help! &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 Jun 2022 20:56:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/time-based-discard/m-p/13514132#M26513</guid>
      <dc:creator>dustin_b</dc:creator>
      <dc:date>2022-06-02T20:56:08Z</dc:date>
    </item>
  </channel>
</rss>

