<?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 How to consider OEE in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-consider-oee/m-p/13533818#M42130</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.2.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi!&lt;/P&gt;
 &lt;P&gt;Machines don't work constant all the time, so I want to take into account OEE in % in process time.&lt;/P&gt;
 &lt;P&gt;I am looking to make the processor OEE to be 87%.&lt;/P&gt;
 &lt;P&gt;I know that OEE is calculated from availability %, performance% and quality %. But for now I want just that my process time is not 100 % all the time.&lt;/P&gt;
 &lt;P&gt;With which statistical distribution should I consider the percentage of OEE in process time. Additionally, I use a global table to set the processor's processing time.&lt;/P&gt;
 &lt;P&gt;My model: &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54794-model10.fsm" target="_blank"&gt;model10.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 11 Jul 2022 09:30:43 GMT</pubDate>
    <dc:creator>fred_ee</dc:creator>
    <dc:date>2022-07-11T09:30:43Z</dc:date>
    <item>
      <title>How to consider OEE</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-consider-oee/m-p/13533818#M42130</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.2.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi!&lt;/P&gt;
 &lt;P&gt;Machines don't work constant all the time, so I want to take into account OEE in % in process time.&lt;/P&gt;
 &lt;P&gt;I am looking to make the processor OEE to be 87%.&lt;/P&gt;
 &lt;P&gt;I know that OEE is calculated from availability %, performance% and quality %. But for now I want just that my process time is not 100 % all the time.&lt;/P&gt;
 &lt;P&gt;With which statistical distribution should I consider the percentage of OEE in process time. Additionally, I use a global table to set the processor's processing time.&lt;/P&gt;
 &lt;P&gt;My model: &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54794-model10.fsm" target="_blank"&gt;model10.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Jul 2022 09:30:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-consider-oee/m-p/13533818#M42130</guid>
      <dc:creator>fred_ee</dc:creator>
      <dc:date>2022-07-11T09:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to consider OEE</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-consider-oee/m-p/13533819#M42131</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;There isn't really a general answer to this, because there are many ways of how that final number of 87% might have been reached. The machine being completely stopped for 13% of the time will likely have different repercussions in the model than it running continuously but with a 15% higher process time.&lt;/P&gt;&lt;P&gt;If you only want to alter the process time and not incorporate stops, an exponential distribution with a mean value of the average process time including OEE might be a good starting point.&lt;/P&gt;&lt;PRE&gt;double defaultVal = Table("GlobalTable1")[1][2];
double OEE = Table("GlobalTable1")[1][3]/100;
double expScale = defaultVal * (1-OEE)/OEE;

return exponential(defaultVal, expScale, getstream(current));&lt;/PRE&gt;&lt;P&gt;(You can also type this into the process time field as one expression, but it gets rather lengthy, so I broke it up into multiple lines of code.)&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54804-model10-fm.fsm" target="_blank"&gt;model10_fm.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Jul 2022 11:25:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-consider-oee/m-p/13533819#M42131</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-07-11T11:25:11Z</dc:date>
    </item>
  </channel>
</rss>

