<?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: Fixed Resource PF- Material Consumption &amp; Replenishment in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/fixed-resource-pf-material-consumption-replenishment/m-p/13553149#M57331</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Attached below is a model with an adjusted version of the Process Flow. Instead of just one token, multiple tokens are created with each being assigned an "Index" label.&lt;/P&gt;&lt;P&gt;All of the Process Flow variables are set to return different values depending on the index label, so different parts can be consumed and replenished at different rates.&lt;/P&gt;&lt;P&gt;Furthermore, this makes it necessary to change the labels that are kept on the processor itself into arrays rather than single values. Again the index label is used to access the correct value for each token. One exemption is the tracked variable label that gets created if item dependent depletion is used. I don't know if it's possible to have an array contain tracked variables, so I opted to just create a label for each index that uses the function. The name of that "TotalDemanded" label has the index appended to distinguish between them in the case that there are multiple.&lt;/P&gt;&lt;P&gt;If you want to use this modified Process Flow in your model, it would probably be easiest to simply copy the entire node from the model/tools tree over into your model.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1677229211597.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1515541iEC4845CD11B0A017/image-size/large?v=v2&amp;amp;px=999" role="button" title="1677229211597.png" alt="1677229211597.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/64710-multi-consumptionreplenish-fm.fsm" target="_blank"&gt;Multi_ConsumptionReplenish_fm.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 24 Feb 2023 09:00:26 GMT</pubDate>
    <dc:creator>moehlmann_fe</dc:creator>
    <dc:date>2023-02-24T09:00:26Z</dc:date>
    <item>
      <title>Fixed Resource PF- Material Consumption &amp; Replenishment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fixed-resource-pf-material-consumption-replenishment/m-p/13553147#M57329</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.1.5 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Hello, I'm trying to use the Fixed Resource PF's Material Consumption and Replenishment module, but in my case each station has multiple parts consumption.&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt; Is it possible to implement this logic using a single processor to represent a station , I do not want to have multiple processor representing multiple parts consumed at a station ?&lt;/P&gt;
 &lt;P style="margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: "&gt;Thanks&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Feb 2023 17:38:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fixed-resource-pf-material-consumption-replenishment/m-p/13553147#M57329</guid>
      <dc:creator>pbhoite</dc:creator>
      <dc:date>2023-02-22T17:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Resource PF- Material Consumption &amp; Replenishment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fixed-resource-pf-material-consumption-replenishment/m-p/13553148#M57330</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/42612/pbhoite.html" nodeid="42612"&gt;@Priyanka Bhoite&lt;/A&gt;,&lt;P&gt;The PF allows for you to account for the consumption of more than one of the same part. If I understand correctly, your issue is like there are multiple unique parts that get consumed and reordered at their own rates but all at the same station. Is that correct?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Feb 2023 04:12:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fixed-resource-pf-material-consumption-replenishment/m-p/13553148#M57330</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2023-02-23T04:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Resource PF- Material Consumption &amp; Replenishment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fixed-resource-pf-material-consumption-replenishment/m-p/13553149#M57331</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Attached below is a model with an adjusted version of the Process Flow. Instead of just one token, multiple tokens are created with each being assigned an "Index" label.&lt;/P&gt;&lt;P&gt;All of the Process Flow variables are set to return different values depending on the index label, so different parts can be consumed and replenished at different rates.&lt;/P&gt;&lt;P&gt;Furthermore, this makes it necessary to change the labels that are kept on the processor itself into arrays rather than single values. Again the index label is used to access the correct value for each token. One exemption is the tracked variable label that gets created if item dependent depletion is used. I don't know if it's possible to have an array contain tracked variables, so I opted to just create a label for each index that uses the function. The name of that "TotalDemanded" label has the index appended to distinguish between them in the case that there are multiple.&lt;/P&gt;&lt;P&gt;If you want to use this modified Process Flow in your model, it would probably be easiest to simply copy the entire node from the model/tools tree over into your model.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1677229211597.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1515541iEC4845CD11B0A017/image-size/large?v=v2&amp;amp;px=999" role="button" title="1677229211597.png" alt="1677229211597.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/64710-multi-consumptionreplenish-fm.fsm" target="_blank"&gt;Multi_ConsumptionReplenish_fm.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Feb 2023 09:00:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fixed-resource-pf-material-consumption-replenishment/m-p/13553149#M57331</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-02-24T09:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Resource PF- Material Consumption &amp; Replenishment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/fixed-resource-pf-material-consumption-replenishment/m-p/13553150#M57332</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/42612/pbhoite.html" nodeid="42612"&gt;@Priyanka Bhoite&lt;/A&gt;, was Felix Möhlmann'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>Tue, 28 Feb 2023 19:08:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/fixed-resource-pf-material-consumption-replenishment/m-p/13553150#M57332</guid>
      <dc:creator>andrew_o2</dc:creator>
      <dc:date>2023-02-28T19:08:35Z</dc:date>
    </item>
  </channel>
</rss>

