<?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: Wait for event of a group defined by a token label in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-of-a-group-defined-by-a-token-label/m-p/13583786#M81119</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/42894/ksugai.html" nodeid="42894"&gt;@ksugai&lt;/A&gt;, was one of Felix Möhlmann's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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>Wed, 24 Apr 2024 16:23:12 GMT</pubDate>
    <dc:creator>Jeanette_Fullmer</dc:creator>
    <dc:date>2024-04-24T16:23:12Z</dc:date>
    <item>
      <title>Wait for event of a group defined by a token label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-of-a-group-defined-by-a-token-label/m-p/13583783#M81116</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 24.0.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I want to wait for event of a group defined by a token label.&lt;/P&gt;
 &lt;P&gt;I tried within the attached model, but got the following error.&lt;/P&gt;
 &lt;P&gt;Please tell me how to achieve this.&lt;/P&gt;
 &lt;P&gt;Thanks in advance.&lt;/P&gt;
 &lt;span class="lia-inline-image-display-wrapper" image-alt="image1.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1523565iD74BE8DBCF18AEBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image1.jpg" alt="image1.jpg" /&gt;&lt;/span&gt;
 &lt;span class="lia-inline-image-display-wrapper" image-alt="image2.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1523566iD6B566C858312253/image-size/large?v=v2&amp;amp;px=999" role="button" title="image2.jpg" alt="image2.jpg" /&gt;&lt;/span&gt;
 &lt;P&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/81745-waitforeventofgroup.fsm" target="_blank"&gt;waitForEventOfGroup.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Apr 2024 06:12:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-of-a-group-defined-by-a-token-label/m-p/13583783#M81116</guid>
      <dc:creator>KSugai</dc:creator>
      <dc:date>2024-04-19T06:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Wait for event of a group defined by a token label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-of-a-group-defined-by-a-token-label/m-p/13583784#M81117</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Try it with a treenode that you cast into as(Group) directly.&lt;/P&gt;&lt;P&gt;Edit: You can evaluate a string label and you create a reference by Group &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/21.1/Reference/CodingInFlexSim/FlexScriptAPIReference/Data/Group.html#Method-Group" target="_blank"&gt;constructor&lt;/A&gt; &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Apr 2024 06:18:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-of-a-group-defined-by-a-token-label/m-p/13583784#M81117</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2024-04-19T06:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Wait for event of a group defined by a token label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-of-a-group-defined-by-a-token-label/m-p/13583785#M81118</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Passing in the group objects as an array works.&lt;/P&gt;&lt;PRE&gt;token.group.as(Group).toFlatArray()&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Apr 2024 06:27:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-of-a-group-defined-by-a-token-label/m-p/13583785#M81118</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-04-19T06:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Wait for event of a group defined by a token label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-of-a-group-defined-by-a-token-label/m-p/13583786#M81119</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/42894/ksugai.html" nodeid="42894"&gt;@ksugai&lt;/A&gt;, was one of Felix Möhlmann's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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>Wed, 24 Apr 2024 16:23:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/wait-for-event-of-a-group-defined-by-a-token-label/m-p/13583786#M81119</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2024-04-24T16:23:12Z</dc:date>
    </item>
  </channel>
</rss>

