<?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 Machine Efficiency effecting Process Time in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/machine-efficiency-effecting-process-time/m-p/13553768#M57814</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.0.9 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;In real life assemblers/operators wont always be 100% efficient all the time. I need the processors to pick a random number between two values and then add on their efficiency. I would also like the values to be pulled from an excel sheet but that is not a hard requirement. &lt;/P&gt;
 &lt;P&gt;for example: One machine on average takes 16-23 Seconds to run and we know the operator is 85% efficient. The processor would pick a random number such as 20 and add the operators efficiency to it making it 23.52 seconds long.&lt;/P&gt;
 &lt;P&gt;How could I go about making that possible for my simulation?&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 08 Dec 2020 14:57:25 GMT</pubDate>
    <dc:creator>savannah_b</dc:creator>
    <dc:date>2020-12-08T14:57:25Z</dc:date>
    <item>
      <title>Machine Efficiency effecting Process Time</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-efficiency-effecting-process-time/m-p/13553768#M57814</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.0.9 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;In real life assemblers/operators wont always be 100% efficient all the time. I need the processors to pick a random number between two values and then add on their efficiency. I would also like the values to be pulled from an excel sheet but that is not a hard requirement. &lt;/P&gt;
 &lt;P&gt;for example: One machine on average takes 16-23 Seconds to run and we know the operator is 85% efficient. The processor would pick a random number such as 20 and add the operators efficiency to it making it 23.52 seconds long.&lt;/P&gt;
 &lt;P&gt;How could I go about making that possible for my simulation?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Dec 2020 14:57:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-efficiency-effecting-process-time/m-p/13553768#M57814</guid>
      <dc:creator>savannah_b</dc:creator>
      <dc:date>2020-12-08T14:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Efficiency effecting Process Time</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-efficiency-effecting-process-time/m-p/13553769#M57815</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The idea is to let a processor go into a variable break downs. A break down can occur more often or a breakdown can last longer. An operator can be a factor to these two times. Actually you need only set labels at a processor which are factors of the MTTR / MTBF tool to influence the time function between two break downs and / or how long a repair lasts. &lt;/P&gt;&lt;P&gt;An alternative approach will take influence on the process time of the processor. &lt;/P&gt;&lt;P&gt;Here an example of this approach&lt;/P&gt;&lt;P&gt;process time static:&lt;/P&gt;&lt;PRE&gt;uniform(16,20,getstream(current))&lt;/PRE&gt;&lt;P&gt;process time variable by own label “effi”, which I set at the processor&lt;/P&gt;&lt;PRE&gt;uniform(16,20,getstream(current))/current.effi&lt;/PRE&gt;You can change the label value until the setup has finished at the processor as a time or event.&lt;P&gt;If you need an operator “physically” at the processor present and you want to notify which operator is doing the job, then the tasksequence the operator is executing must send a message to the processor. The OnMessage trigger of the processor updates the label value.  &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Dec 2020 10:34:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-efficiency-effecting-process-time/m-p/13553769#M57815</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-12-10T10:34:41Z</dc:date>
    </item>
  </channel>
</rss>

