<?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: Machine waiting operator already utilized in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598065#M92387</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Here's the same model in 23.0.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/83024-workaround-fm-23-0.fsm" target="_blank"&gt;workaround-fm-23_0.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 22 May 2024 06:36:01 GMT</pubDate>
    <dc:creator>moehlmann_fe</dc:creator>
    <dc:date>2024-05-22T06:36:01Z</dc:date>
    <item>
      <title>Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598052#M92374</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted"&gt;Hello everyone,&lt;/P&gt;
 &lt;P&gt;When I run my simulation with &amp;gt;= 7 units, my deflash machine is waiting for the opdfsh2 who has only one task : to do the process of deflash machine.&lt;/P&gt;
 &lt;P&gt;I don't get it why my machine is waiting for the operator who is utilized by her. &lt;/P&gt;
 &lt;P&gt;Here it is my simulation if anybody has an answer :&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71195-projet2023.fsm" target="_blank"&gt;Projet2023.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thank you very much !&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Jul 2023 11:17:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598052#M92374</guid>
      <dc:creator>Mad2411</dc:creator>
      <dc:date>2023-07-19T11:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598053#M92375</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the deflash properties, you don't call any operator neither for setup or process times:&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1689772408319.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518362iC080A9ABCE8C7426/image-size/large?v=v2&amp;amp;px=999" role="button" title="1689772408319.png" alt="1689772408319.png" /&gt;&lt;/span&gt;&lt;P&gt;Is it on purpose ?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Jul 2023 13:17:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598053#M92375</guid>
      <dc:creator>clair_augsburgerZGWRZ</dc:creator>
      <dc:date>2023-07-19T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598054#M92376</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The short answer is: The &lt;STRONG&gt;Use Operator&lt;/STRONG&gt; function is does not properly when the maximum capacity of the processor is larger than 1. This is also stated in the first warning box in the &lt;A rel="noopener noreferrer" id="isPasted" href="https://docs.flexsim.com/en/23.1/Reference/3DObjects/FixedResources/Processor/Processor.html" target="_blank"&gt;documentation.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This situation happens because when an item enters the processor and it currently has enough operators 'utilizing' it, it will not call new operators for that item. When the item that originally called the operator finishes processing, the operator is released and becomes idle. Any items that entered the processor in the meantime will keep processing. When a new item now enters the processor it will call the operator again. However, the next time &lt;EM&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;/EM&gt; item finishes, the code that releases the operator will be executed, but possibly with the wrong item reference. The wrong reference causes the operator to stay utilized, but the processor thinks that it was released and will call the operator again for the next item that enters. Because the operator is still busy, this leads to the locking state you mention.&lt;/P&gt;&lt;P&gt;As a workaround, you can use the &lt;EM&gt;Task Sequence Example&lt;/EM&gt; option for the operator reference. This by default implements the same logic as the default behaviour. In the attached model I edited it to prevent the processor from locking and to keep the operator state synced with the processor's. It works by creating a new task sequence right away when the operator is released and there are still other items on the processor.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/71230-workaround-fm.fsm" target="_blank"&gt;workaround-fm.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Jul 2023 13:28:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598054#M92376</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-07-19T13:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598055#M92377</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 No sorry I forgot to check it for the process Time.
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jul 2023 03:41:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598055#M92377</guid>
      <dc:creator>Mad2411</dc:creator>
      <dc:date>2023-07-20T03:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598056#M92378</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi Thank you for your answer. I tried to apply your advice :&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71279-projet2023-v2.fsm" target="_blank"&gt;projet2023_v2.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;It still have the same problem. Maybe I did something wrong and couldn't found out.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jul 2023 07:00:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598056#M92378</guid>
      <dc:creator>Mad2411</dc:creator>
      <dc:date>2023-07-20T07:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598057#M92379</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P id="isPasted"&gt;You added the &lt;EM&gt;Task Sequence Example&lt;/EM&gt; pick option but didn't edit the code therein to include the workaround. I guess the wording in the final paragraph of my answer could have been more clear on this.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71280-projet2023-v2-1.fsm" target="_blank"&gt;projet2023-v2_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jul 2023 07:06:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598057#M92379</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-07-20T07:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598058#M92380</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Oh okay sorry, thank you very much.
 &lt;P&gt;I tried, it works.&lt;/P&gt; My problem is solved :)
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jul 2023 07:14:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598058#M92380</guid>
      <dc:creator>Mad2411</dc:creator>
      <dc:date>2023-07-20T07:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598059#M92381</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi I am back. I have the same problem on my form machine with the opform also, I tried to apply the same parameters on it. But it seems to not work.&lt;/P&gt;
 &lt;P&gt;Can you help me again please ?&lt;/P&gt;
 &lt;P&gt;Here it is :&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71292-projet2023-v3.fsm" target="_blank"&gt;projet2023_v3.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Thank you&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jul 2023 07:49:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598059#M92381</guid>
      <dc:creator>Mad2411</dc:creator>
      <dc:date>2023-07-20T07:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598060#M92382</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Timing was an issue when multiple items finished processing at the same time. (Actually surprising that this wasn't a problem with the other processor). I adjusted the code to try to account for this. No new task sequence is created for items that finish processing in the same moment. For this, the finishing time is written to a label on the item in the processing time field.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71286-projet2023-v3-fm.fsm" target="_blank"&gt;projet2023-v3-fm.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jul 2023 08:22:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598060#M92382</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-07-20T08:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598061#M92383</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Yes I find this also very strange. I tried to do what you did on my deflash machine because it has again the same problem when I want to not repeat my table from my source and put 200 output.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71288-project2023.fsm" target="_blank"&gt;project2023.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;Can you help me again please&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jul 2023 08:56:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598061#M92383</guid>
      <dc:creator>Mad2411</dc:creator>
      <dc:date>2023-07-20T08:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598062#M92384</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Just copy the code from the &lt;EM&gt;Operator&lt;/EM&gt; field of the Form processor to the Deflash processor.&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:59:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598062#M92384</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-07-20T09:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598063#M92385</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43059/mad2411.html" nodeid="43059"&gt;@mad2411&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 comment back to reopen your question.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Jul 2023 13:37:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598063#M92385</guid>
      <dc:creator>natalie_white</dc:creator>
      <dc:date>2023-07-25T13:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598064#M92386</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Can I see the logic implemented in the Task Sequence Example which is to prevent the processor from locking and to keep the operator state synced with the processor's.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;I have version 23.0.2 and unfortunately cannot see the code in the attached models.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thank you,&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 May 2024 23:12:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598064#M92386</guid>
      <dc:creator>adrian_moraZLCQV</dc:creator>
      <dc:date>2024-05-21T23:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598065#M92387</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Here's the same model in 23.0.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/83024-workaround-fm-23-0.fsm" target="_blank"&gt;workaround-fm-23_0.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 May 2024 06:36:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598065#M92387</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-05-22T06:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598066#M92388</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" id="isPasted" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt;, I tried this with a dispatcher between the processor and operator, but it gave an invalid down cast error. Do you have an example that works with dispatchers as well? Thanks!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jul 2024 21:00:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598066#M92388</guid>
      <dc:creator>jon_abbott</dc:creator>
      <dc:date>2024-07-17T21:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Machine waiting operator already utilized</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598067#M92389</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Here's a possible version. It identifies which operator is currently working at the processor and keeps it utilized as long as there are items on the processor.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/84881-workaround-fm-dispatcher-23-0.fsm" target="_blank"&gt;workaround-fm-dispatcher-23-0.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Using a dispatcher suggests that the number of operators is probably not equal to the number of processors, so there are other possible scenarios of how switching between processors could be handled.&lt;/P&gt;&lt;P&gt;Though to implement a more sophisticated logic I would recommend to switch to Process Flow for controlling the assignation of operators.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Jul 2024 06:37:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/machine-waiting-operator-already-utilized/m-p/13598067#M92389</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-07-18T06:37:06Z</dc:date>
    </item>
  </channel>
</rss>

