<?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: STOP A PROCESSOR in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541883#M48435</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;Can I have an example please. I know how to make an object to stop through the process flow, but I don't know how to make this happen every 40 minutes. I'm sorry. can you help me ?&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2018 02:07:16 GMT</pubDate>
    <dc:creator>paul_alejandro_r</dc:creator>
    <dc:date>2018-07-30T02:07:16Z</dc:date>
    <item>
      <title>STOP A PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541880#M48432</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 18.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;HOW TO MAKE A PROCESSOR TO STOP ALWAYS THAT IT HAS BEEN PROCESSING FOR 40 MINUTES?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 21:41:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541880#M48432</guid>
      <dc:creator>paul_alejandro_r</dc:creator>
      <dc:date>2018-07-27T21:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: STOP A PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541881#M48433</link>
      <description>&lt;P&gt;Please unlock you caps lock on your keyboard writing your questions, thanks! &lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2018 06:00:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541881#M48433</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2018-07-28T06:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: STOP A PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541882#M48434</link>
      <description>&lt;P&gt;Assuming you need a repeating event every 40 Minutes, you can use a 40 * 60 Delay connected to a Custom Code activity. The exit of the Custom Code activity is connected to the entry of the delay activity. Those two activities are together a metronome. In another process you create on entry of the Custom Code activity a token. The token executes a Custom Code that executes the stopobject command. &lt;/P&gt;&lt;P&gt;A 3D - model approach uses an infinite delayed message loop, that works in an object that never get a stopobject call. On Reset you sends a delayed message to the same object (current in this source code or template). The message will trigger the OnMessage function. Here you execute the stopobject command for your processor and you send again a delayed message to the current object again. This message triggers the OnMessage function in the delaytime again. &lt;/P&gt;&lt;P&gt;Please read the description of the stopobject and resumeobject commands in the manual under Reference. &lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2018 06:23:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541882#M48434</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2018-07-28T06:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: STOP A PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541883#M48435</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;Can I have an example please. I know how to make an object to stop through the process flow, but I don't know how to make this happen every 40 minutes. I'm sorry. can you help me ?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 02:07:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541883#M48435</guid>
      <dc:creator>paul_alejandro_r</dc:creator>
      <dc:date>2018-07-30T02:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: STOP A PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541884#M48436</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13450-loop-process-flow.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1497467i7B94DFBF6CEFB68C/image-size/large?v=v2&amp;amp;px=999" role="button" title="13450-loop-process-flow.jpg" alt="13450-loop-process-flow.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am certain you are able to build a loop in a Process and include in this loop a delay activity. And then you can listen to the OnEntry event of the Delay activity to create a token. A more easier approach is to stop an object in a Custom Code activity in the loop. &lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 05:49:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541884#M48436</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2018-07-30T05:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: STOP A PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541885#M48437</link>
      <description>&lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/questions/54409/stop-a-processor.html#"&gt;@Jörg Vogel&lt;/A&gt; It is working but not as I expectted, I need the processor to stop only when i has benn processing for 40 minutes here the processor stops withou processing. How can I fix this ?&lt;A id="13453" href="https://answers.flexsim.com/storage/temp/13453-stop-object.fsm"&gt;stop-object.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 14:04:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541885#M48437</guid>
      <dc:creator>paul_alejandro_r</dc:creator>
      <dc:date>2018-07-30T14:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: STOP A PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541886#M48438</link>
      <description>&lt;P&gt;If you want a processor to stop every 40 minutes of processing time,  you should use the Tool  MTBF / MTTR.  There you can set the states the first failure time and the mean time before failure are associated to. The function calls a stopobject command on the members set to the added MTBF/MTTR&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 14:52:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541886#M48438</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2018-07-30T14:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: STOP A PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541887#M48439</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; it is not working, because it stops the object at 40 minutes of the simulation time, but I need it to stop the object after 40 minutes since it started processing&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 15:16:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541887#M48439</guid>
      <dc:creator>paul_alejandro_r</dc:creator>
      <dc:date>2018-07-30T15:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: STOP A PROCESSOR</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541888#M48440</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; we just solved the problem thank you &lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 15:31:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/stop-a-processor/m-p/13541888#M48440</guid>
      <dc:creator>paul_alejandro_r</dc:creator>
      <dc:date>2018-07-30T15:31:39Z</dc:date>
    </item>
  </channel>
</rss>

