<?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: Mixer is not taking input in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/mixer-is-not-taking-input/m-p/13583890#M81212</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/39282/sri-vikask.html" nodeid="39282"&gt;@Sri_vikas K&lt;/A&gt;, was Jason Lightfoot'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 comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 24 Oct 2023 15:33:13 GMT</pubDate>
    <dc:creator>Jeanette_Fullmer</dc:creator>
    <dc:date>2023-10-24T15:33:13Z</dc:date>
    <item>
      <title>Mixer is not taking input</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/mixer-is-not-taking-input/m-p/13583886#M81208</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.1.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my model I have set port and amounts of mixers need to be added, but the fluid transfer is not taking from tank to mixer, I have checked weather the tank output is open. all output ports are open and fluid is not tarnsfering.&lt;/P&gt;&lt;P&gt;I have set the mixer recipe table like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1697700877600.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1520593i1E1011B1A2FB3F53/image-size/large?v=v2&amp;amp;px=999" role="button" title="1697700877600.png" alt="1697700877600.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What is the reason.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Oct 2023 07:35:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/mixer-is-not-taking-input/m-p/13583886#M81208</guid>
      <dc:creator>sri_vikas_k</dc:creator>
      <dc:date>2023-10-19T07:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mixer is not taking input</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/mixer-is-not-taking-input/m-p/13583887#M81209</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;This seems malformed to me - I'd expect a port amount to be unique for a given step.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Oct 2023 07:43:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/mixer-is-not-taking-input/m-p/13583887#M81209</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-10-19T07:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mixer is not taking input</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/mixer-is-not-taking-input/m-p/13583888#M81210</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Thank, yes! You are right. I will work on making repeated port numbers to zero. &lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Oct 2023 08:43:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/mixer-is-not-taking-input/m-p/13583888#M81210</guid>
      <dc:creator>sri_vikas_k</dc:creator>
      <dc:date>2023-10-19T08:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mixer is not taking input</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/mixer-is-not-taking-input/m-p/13583889#M81211</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Using the code below I am setting the port column as well as amount columns in the mixer recipe table according to the recipe schedule. here actually I need to convert the repeated port numbers to zero and add converted zero row amount to the non-zero port.&lt;/P&gt;&lt;P&gt;example: In the table above 5th row has port number 3 and 8th row port number is also 3, it should be converted to zero and amount(2) in the 8th row should be added to amount in the row 5 (i.e., 2+2 =4).&lt;/P&gt;&lt;P id="isPasted"&gt;&lt;EM&gt;/**Custom Code*/&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table recipeTable=getvarnode(Model.find("FluidMixer1"), "recipetable");&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table globRecipes=Table("RecipeTable");&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table globalports= Table("RecipePorts");&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;string newRecipe="Recipe2";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;for (int n=globRecipes.numCols;n&amp;gt;0;n--){&lt;!-- --&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; string ingredient=globRecipes.getColHeader(n);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; int row=recipeTable.getRowByKey(ingredient,1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; recipeTable[row]["Amount"]= globRecipes[newRecipe]&lt;N&gt;;&lt;/N&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/**Custom Code*/&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;for (int n=globalports.numCols;n&amp;gt;0;n--){&lt;!-- --&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; string port=globalports.getColHeader(n);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; int row=recipeTable.getRowByKey(port,1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; recipeTable[row]["Port"]= globalports[newRecipe]&lt;N&gt;;&lt;/N&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Oct 2023 06:29:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/mixer-is-not-taking-input/m-p/13583889#M81211</guid>
      <dc:creator>sri_vikas_k</dc:creator>
      <dc:date>2023-10-20T06:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mixer is not taking input</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/mixer-is-not-taking-input/m-p/13583890#M81212</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/39282/sri-vikask.html" nodeid="39282"&gt;@Sri_vikas K&lt;/A&gt;, was Jason Lightfoot'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 comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Oct 2023 15:33:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/mixer-is-not-taking-input/m-p/13583890#M81212</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2023-10-24T15:33:13Z</dc:date>
    </item>
  </channel>
</rss>

