<?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: How can I crack my processor? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-crack-my-processor/m-p/13559890#M62590</link>
    <description>&lt;P&gt;If the processor doesn't stop when an error occurs, then you can call just an operator to stand next by the processor. How long  the operator has to stay, can you define by a delay task or you set the operator into an utilize task and you free the operator later. The attached model does this.&lt;/P&gt;&lt;P&gt;&lt;A id="20847" href="https://answers.flexsim.com/storage/attachments/20847-call-just-an-operator.fsm"&gt;call-just-an-operator.fsm&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Fri, 19 Jul 2019 08:30:03 GMT</pubDate>
    <dc:creator>joerg_vogel_HsH</dc:creator>
    <dc:date>2019-07-19T08:30:03Z</dc:date>
    <item>
      <title>How can I crack my processor?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-crack-my-processor/m-p/13559888#M62588</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 17.0.13 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I need to set up a chance to my processor crack.&lt;/P&gt;
&lt;P&gt;Than, I need an operator to come and fix it, but if possible, I don't want that the processing time pauses while he fixes it.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 20:12:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-crack-my-processor/m-p/13559888#M62588</guid>
      <dc:creator>felipe_v3</dc:creator>
      <dc:date>2019-07-17T20:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I crack my processor?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-crack-my-processor/m-p/13559889#M62589</link>
      <description>&lt;P&gt;Maybe you can explain more exactly what you are trying to do. What is not working as expected and what you already tried out. Best would be if you could share an example model with us. &lt;/P&gt;&lt;P&gt;For me it sounds as if the solution should be quite easy if you use Process Flow. But I think I missed some information.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 07:04:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-crack-my-processor/m-p/13559889#M62589</guid>
      <dc:creator>sebastian_hemmannE3JAU</dc:creator>
      <dc:date>2019-07-19T07:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I crack my processor?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-crack-my-processor/m-p/13559890#M62590</link>
      <description>&lt;P&gt;If the processor doesn't stop when an error occurs, then you can call just an operator to stand next by the processor. How long  the operator has to stay, can you define by a delay task or you set the operator into an utilize task and you free the operator later. The attached model does this.&lt;/P&gt;&lt;P&gt;&lt;A id="20847" href="https://answers.flexsim.com/storage/attachments/20847-call-just-an-operator.fsm"&gt;call-just-an-operator.fsm&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 08:30:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-crack-my-processor/m-p/13559890#M62590</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2019-07-19T08:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I crack my processor?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-crack-my-processor/m-p/13559891#M62591</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Jörg Vogel&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Sorry I didn't answer before, for some reason I didn't receive a notification.&lt;/P&gt;
&lt;P&gt;So, it's almost that, except that I want to add this "fix" to my financial analysis.&lt;/P&gt;
&lt;P&gt;Which logic did you use ?&lt;/P&gt;
&lt;P&gt;Does the trigger "reset" refers to the end of process of the current item?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 17:19:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-crack-my-processor/m-p/13559891#M62591</guid>
      <dc:creator>felipe_v3</dc:creator>
      <dc:date>2019-07-24T17:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I crack my processor?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-crack-my-processor/m-p/13559892#M62592</link>
      <description>&lt;P&gt;The whole crack process is totally independent of items, because as you have wished the processing must continue. The process is controlled by messages. If you press reset on simulation run start, the OnReset trigger eventually fires and sends an initial message. The OnMessage trigger receives the delayed message later, calls the operator, changes the color of the processor and sends a delayed message to free the operator in the future. The operator is arriving, gets into utilization. The next message is going into the processor. The OnMessage trigger fires again and the source code to free the operator is executed. &lt;/P&gt;&lt;P&gt;If your question was answered, can you please be so kind to accept it and ask a NEW question, that involves the NOT mentioned conditions. Many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 03:19:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-can-i-crack-my-processor/m-p/13559892#M62592</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2019-07-25T03:19:05Z</dc:date>
    </item>
  </channel>
</rss>

