<?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 to use the Wait for Event and Label matching? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-wait-for-event-and-label-matching/m-p/13515878#M27806</link>
    <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;
&lt;P&gt;I solved it by synchronizing them using a list &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Lourdes Carrillo&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2017 17:34:28 GMT</pubDate>
    <dc:creator>maria_de_lourdes_cv</dc:creator>
    <dc:date>2017-05-11T17:34:28Z</dc:date>
    <item>
      <title>How to use the Wait for Event and Label matching?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-wait-for-event-and-label-matching/m-p/13515876#M27804</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 17.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.flexsim.com/storage/attachments/6644-v8-lrp-maclas-9-may-r3.fsm"&gt;v8-lrp-maclas-9-may-r3.fsm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/86/logan.g.html" nodeid="86"&gt;@Logan Gold&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Could you help me with my model?&lt;/P&gt;
&lt;P&gt;The 2 purple activities in the attached model, I want to coordinate them. The tokens that enter into the &lt;EM&gt;Delay&lt;/EM&gt; named "Pull Statistics" have a label named "Dry Room use". And to the left I have a &lt;EM&gt;Wait for Event, &lt;/EM&gt;the tokens inside are waiting to go to next activity on Entry of the &lt;EM&gt;Delay &lt;/EM&gt;"Pull Statistics", but I do not want to release all Tokens waiting, just the token with the same value label of "Dry Room use" from the Token of the Delay.&lt;/P&gt;
&lt;P&gt;I set the Wait for event as next:&lt;/P&gt;
&lt;P&gt;Label Matching/Assignment: Event Data:Token , Label name: Dry Room use, Operation: match&lt;/P&gt;
&lt;P&gt;But it does not work.&lt;/P&gt;
&lt;P&gt;I appreciate your time to answer my request.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Lourdes Carrillo&lt;/P&gt;
&lt;P&gt;Sigma Alimentos&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 16:38:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-wait-for-event-and-label-matching/m-p/13515876#M27804</guid>
      <dc:creator>maria_de_lourdes_cv</dc:creator>
      <dc:date>2017-05-10T16:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Wait for Event and Label matching?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-wait-for-event-and-label-matching/m-p/13515877#M27805</link>
      <description>&lt;P&gt;The issue is that the match operation doesn't match labels on the two tokens like you are expecting it to. It matches the token that just entered the activity you're listening to with the value on the label you specify. So your setup is saying:&lt;/P&gt;&lt;BLOCKQUOTE&gt;Wait until a token arrives that matches the value on my Dry Room use label.&lt;/BLOCKQUOTE&gt;&lt;P&gt;And so the comparison looks like this:&lt;/P&gt;&lt;BLOCKQUOTE&gt;3 (value on the Dry Room use label) != The token that entered&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've attached an &lt;A href="https://answers.flexsim.com/storage/attachments/6650-syncexample.fsm"&gt;example model&lt;/A&gt; that shows a couple other ways you could synchronize by matching labels on two different tokens. &lt;/P&gt;&lt;P&gt;The first uses a synchronize activity with the label value as the Partition ID. This, however, will cause both tokens to wait until they are matched up.&lt;/P&gt;&lt;P&gt;The second uses a list to synchronize. The tokens on the left pull from the list and the tokens on the right push themselves on the list momentarily before removing themselves and moving on. This notifies any tokens on the left that are waiting while letting the tokens on the right move along without waiting. Both push and pull operations use the label value for their partition ID's.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 21:32:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-wait-for-event-and-label-matching/m-p/13515877#M27805</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2017-05-10T21:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Wait for Event and Label matching?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-wait-for-event-and-label-matching/m-p/13515878#M27806</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;
&lt;P&gt;I solved it by synchronizing them using a list &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Lourdes Carrillo&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 17:34:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-the-wait-for-event-and-label-matching/m-p/13515878#M27806</guid>
      <dc:creator>maria_de_lourdes_cv</dc:creator>
      <dc:date>2017-05-11T17:34:28Z</dc:date>
    </item>
  </channel>
</rss>

