<?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: A problem when &amp;quot;Zone&amp;quot; is used with &amp;quot;Fluid&amp;quot; library in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/a-problem-when-quot-zone-quot-is-used-with-quot-fluid-quot/m-p/13523416#M33770</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;If you would like the tanks to have their output closed at the beginning of the simulation then create an on reset trigger that closes their output port&lt;/DIV&gt;</description>
    <pubDate>Fri, 24 Jun 2022 17:04:28 GMT</pubDate>
    <dc:creator>Jeanette_Fullmer</dc:creator>
    <dc:date>2022-06-24T17:04:28Z</dc:date>
    <item>
      <title>A problem when "Zone" is used with "Fluid" library</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/a-problem-when-quot-zone-quot-is-used-with-quot-fluid-quot/m-p/13523413#M33767</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.0.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi,&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;I have a problem when zone is utilized with fluid tools. Let me explain the case first. There are two tanks "FluidTank1-2" that can send their liquid products to one of two lines &lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;"FluidToItem1-2"&lt;/SPAN&gt; via one of two valves "FluidProcessor1-2". The lines are selected based on a label "Port". I added a "Zone" to make orders to be processed based on "Priority". Once I did that, FluidTank2 is keep sending liquid however, it was not selected by the processFlow. I found that the main reason that the FluidGenerator2 is keep sending to FluidTank2 and the latter is not closing its output port. When I removed the "Zone" from the processFlow, this problem was solved. I am so curious to know why this is happening. I am attaching both case; the one with the zone and the one without.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/206/phil.b.html" nodeid="206"&gt;@Phil BoBo&lt;/A&gt; &lt;/P&gt;
 &lt;P&gt;Best regards,&lt;/P&gt;
 &lt;P&gt;Mohamed&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/53860-qf-no-zone.fsm" target="_blank"&gt;QF_No_Zone.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/53861-qf-zone.fsm" target="_blank"&gt;QF_Zone.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Jun 2022 09:18:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/a-problem-when-quot-zone-quot-is-used-with-quot-fluid-quot/m-p/13523413#M33767</guid>
      <dc:creator>mohamed_awad11</dc:creator>
      <dc:date>2022-06-21T09:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: A problem when "Zone" is used with "Fluid" library</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/a-problem-when-quot-zone-quot-is-used-with-quot-fluid-quot/m-p/13523414#M33768</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/35081/mohameda17.html" nodeid="35081"&gt;@Mohamed A17&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Your zone only limits to two tokens (there are no subset or partition constraints), so it will allow tokens in sequential of arrival to the enter zone activity. Your lists will order by priority though.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656017243856.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510994iE74FAC639E637800/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656017243856.png" alt="1656017243856.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Jun 2022 20:47:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/a-problem-when-quot-zone-quot-is-used-with-quot-fluid-quot/m-p/13523414#M33768</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-06-23T20:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: A problem when "Zone" is used with "Fluid" library</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/a-problem-when-quot-zone-quot-is-used-with-quot-fluid-quot/m-p/13523415#M33769</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Hi Jeanette,
 &lt;P&gt;Thank you for your reply. I still have a problem that the FluidTank2 is sending a liquid at the beginning of the simulation, however it should be closed at that time. How can I fix that?&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Best regards,&lt;/P&gt;
 &lt;P&gt;Mohamed &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jun 2022 14:25:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/a-problem-when-quot-zone-quot-is-used-with-quot-fluid-quot/m-p/13523415#M33769</guid>
      <dc:creator>mohamed_awad11</dc:creator>
      <dc:date>2022-06-24T14:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: A problem when "Zone" is used with "Fluid" library</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/a-problem-when-quot-zone-quot-is-used-with-quot-fluid-quot/m-p/13523416#M33770</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;If you would like the tanks to have their output closed at the beginning of the simulation then create an on reset trigger that closes their output port&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jun 2022 17:04:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/a-problem-when-quot-zone-quot-is-used-with-quot-fluid-quot/m-p/13523416#M33770</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-06-24T17:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: A problem when "Zone" is used with "Fluid" library</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/a-problem-when-quot-zone-quot-is-used-with-quot-fluid-quot/m-p/13523417#M33771</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/35081/mohameda17.html" nodeid="35081"&gt;@Mohamed A17&lt;/A&gt;, was Jeanette F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Jun 2022 21:43:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/a-problem-when-quot-zone-quot-is-used-with-quot-fluid-quot/m-p/13523417#M33771</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2022-06-29T21:43:44Z</dc:date>
    </item>
  </channel>
</rss>

