<?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: How to stop the processor when my queue reaches the max content? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-stop-the-processor-when-my-queue-reaches-the-max-content/m-p/13586766#M83591</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/42874/james.html" nodeid="42874"&gt;@james&lt;/A&gt;!&lt;/P&gt;
 &lt;P&gt;To change that setting in your 3D model, I would first change the max content of your warmer to the value you want, say 25 for this example:&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1685549495180.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1517428i838A13D098B623E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="1685549495180.png" alt="1685549495180.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Next ctrl + select all your oil pan processors (so you don't have to update them individually) and add 2 triggers, one On Entry and one On Exit.&lt;/P&gt;
 &lt;P&gt;Next choose the values by going to Control -&amp;gt; Close and Open Ports&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1685549608001.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1517430iD8FD26BE196BFB96/image-size/large?v=v2&amp;amp;px=999" role="button" title="1685549608001.png" alt="1685549608001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;and for the action and conditions choose the values below with the condition below for the On Entry trigger&lt;/P&gt;
 &lt;P&gt;current.outObjects[1].subnodes.length &amp;gt;= 25&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1685549649314.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1517431i1DE25CFA7ED4D308/image-size/large?v=v2&amp;amp;px=999" role="button" title="1685549649314.png" alt="1685549649314.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Do the same for the On Exit but change the action to openinput and the condition to be&lt;/P&gt;
 &lt;P&gt;current.outObjects[1].subnodes.length &amp;lt; 25&lt;/P&gt;
 &lt;P&gt;I think that will fix the issue but comment back if you have any questions!&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 31 May 2023 16:16:57 GMT</pubDate>
    <dc:creator>julie_weller</dc:creator>
    <dc:date>2023-05-31T16:16:57Z</dc:date>
    <item>
      <title>How to stop the processor when my queue reaches the max content?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-stop-the-processor-when-my-queue-reaches-the-max-content/m-p/13586765#M83590</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.1.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;For example, when my warmer reaches max content, how to let oil pan stop process, I've tried lots of method, but still can not do it.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="nofollow" id="isPasted" href="https://drive.google.com/file/d/1hyIgqLDX2dxta451cxaCSpY4Nyj6ktLt/view?usp=share_link"&gt;https://drive.google.com/file/d/1hyIgqLDX2dxta451cxaCSpY4Nyj6ktLt/view?usp=share_link&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;plz help!!! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
 &lt;span class="lia-inline-image-display-wrapper" image-alt="1685543183982.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1517434iBAA16DD2FE0ABC6D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1685543183982.png" alt="1685543183982.png" /&gt;&lt;/span&gt;
 &lt;P&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 31 May 2023 14:31:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-stop-the-processor-when-my-queue-reaches-the-max-content/m-p/13586765#M83590</guid>
      <dc:creator>james36</dc:creator>
      <dc:date>2023-05-31T14:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the processor when my queue reaches the max content?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-stop-the-processor-when-my-queue-reaches-the-max-content/m-p/13586766#M83591</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/42874/james.html" nodeid="42874"&gt;@james&lt;/A&gt;!&lt;/P&gt;
 &lt;P&gt;To change that setting in your 3D model, I would first change the max content of your warmer to the value you want, say 25 for this example:&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1685549495180.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1517428i838A13D098B623E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="1685549495180.png" alt="1685549495180.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Next ctrl + select all your oil pan processors (so you don't have to update them individually) and add 2 triggers, one On Entry and one On Exit.&lt;/P&gt;
 &lt;P&gt;Next choose the values by going to Control -&amp;gt; Close and Open Ports&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1685549608001.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1517430iD8FD26BE196BFB96/image-size/large?v=v2&amp;amp;px=999" role="button" title="1685549608001.png" alt="1685549608001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;and for the action and conditions choose the values below with the condition below for the On Entry trigger&lt;/P&gt;
 &lt;P&gt;current.outObjects[1].subnodes.length &amp;gt;= 25&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1685549649314.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1517431i1DE25CFA7ED4D308/image-size/large?v=v2&amp;amp;px=999" role="button" title="1685549649314.png" alt="1685549649314.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Do the same for the On Exit but change the action to openinput and the condition to be&lt;/P&gt;
 &lt;P&gt;current.outObjects[1].subnodes.length &amp;lt; 25&lt;/P&gt;
 &lt;P&gt;I think that will fix the issue but comment back if you have any questions!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 31 May 2023 16:16:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-stop-the-processor-when-my-queue-reaches-the-max-content/m-p/13586766#M83591</guid>
      <dc:creator>julie_weller</dc:creator>
      <dc:date>2023-05-31T16:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the processor when my queue reaches the max content?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-stop-the-processor-when-my-queue-reaches-the-max-content/m-p/13586767#M83592</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 thank you!!! it's true!!
&lt;/DIV&gt;</description>
      <pubDate>Wed, 31 May 2023 16:41:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-stop-the-processor-when-my-queue-reaches-the-max-content/m-p/13586767#M83592</guid>
      <dc:creator>james36</dc:creator>
      <dc:date>2023-05-31T16:41:15Z</dc:date>
    </item>
  </channel>
</rss>

