<?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: Stop running model once throughput threshold reaches in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506275#M20292</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;This helps a lot. Thank you!&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 24 Jul 2020 15:07:13 GMT</pubDate>
    <dc:creator>mia_l</dc:creator>
    <dc:date>2020-07-24T15:07:13Z</dc:date>
    <item>
      <title>Stop running model once throughput threshold reaches</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506269#M20286</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.2.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello, I am trying to add decide logic into my process flow to stop running the model when the throughput sink hits a certain amount (not when the queue is depleted), however I am running into an error. Is it possible to do this? If so, which Decide 'Send Token To' option should I be choosing instead?&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/31322-process-flow-circle.fsm" target="_blank"&gt;Process Flow Circle.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jul 2020 13:42:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506269#M20286</guid>
      <dc:creator>mia_l</dc:creator>
      <dc:date>2020-07-24T13:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running model once throughput threshold reaches</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506270#M20287</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You select from the Picklist the Option template Conditional Decide and set a condition you sample partly by the sample tool.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31315-choose-codition-by-sampler.gif"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1503144i5C76D788D72E5A5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="31315-choose-codition-by-sampler.gif" alt="31315-choose-codition-by-sampler.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jul 2020 14:03:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506270#M20287</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-07-24T14:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running model once throughput threshold reaches</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506271#M20288</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jul 2020 14:09:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506271#M20288</guid>
      <dc:creator>mia_l</dc:creator>
      <dc:date>2020-07-24T14:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running model once throughput threshold reaches</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506272#M20289</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@joerg.vogel&lt;/A&gt; My model seems to be going over the limit I set with your help in the process flow. Is there a way to fix this?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jul 2020 14:19:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506272#M20289</guid>
      <dc:creator>mia_l</dc:creator>
      <dc:date>2020-07-24T14:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running model once throughput threshold reaches</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506273#M20290</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You probably still need to add in the code to stop the model. I suggest you listen for the event where the sink's input value changes to 40 rather than rely on the Decide activity. Sometimes the token won't be in the Decide activity right when the value changes to 40, and it sounds like you don't want any delay. Here's an idea that uses an Event-Triggered Source and a Custom Code.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31324-input-change-trigger.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1503146iA53990FC701AB13A/image-size/large?v=v2&amp;amp;px=999" role="button" title="31324-input-change-trigger.png" alt="31324-input-change-trigger.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="31307-stop-model-code.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1503148iDEC738D0170E49F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="31307-stop-model-code.png" alt="31307-stop-model-code.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/31325-process-flow-circle-1.fsm" target="_blank"&gt;process-flow-circle_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jul 2020 14:52:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506273#M20290</guid>
      <dc:creator>tanner_p</dc:creator>
      <dc:date>2020-07-24T14:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running model once throughput threshold reaches</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506274#M20291</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You have probably already identified an answer how to set the correct value to get exact 40 items into the sink. You have to set the value in the condition in the decide activity to 39. You transport the items, then there is a difference until it gets into the sink. &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jul 2020 15:01:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506274#M20291</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-07-24T15:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stop running model once throughput threshold reaches</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506275#M20292</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;This helps a lot. Thank you!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jul 2020 15:07:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-running-model-once-throughput-threshold-reaches/m-p/13506275#M20292</guid>
      <dc:creator>mia_l</dc:creator>
      <dc:date>2020-07-24T15:07:13Z</dc:date>
    </item>
  </channel>
</rss>

