<?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: Request staytime statistics collector for group of multiple resources. in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/request-staytime-statistics-collector-for-group-of-multiple/m-p/13503613#M18189</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;It sounds like you want to break down the RequestStaytime statistic on the Resource, but break it down by the value that was acquired (in your case, a member of the cranes group). FlexSim doesn't have this built in, but you can make a Statistics Collector that figures that out:&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/52135-resource-group-and-count-1.fsm" target="_blank"&gt;resource-group-and-count_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The main idea of the stats collector is to make one row per request. Each row records how long the request took (the request staytime) and which resource was acquired. Note that rows are added when the request begins, but filled in with data when the request ends. Charts ignore rows with null values in them, so this should work just fine&lt;/P&gt;&lt;P&gt;If you need aggregate stats (such as average request staytime by crane), you can use the Calculated Table; just be sure to GROUP BY the Resource column.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 12 May 2022 22:38:43 GMT</pubDate>
    <dc:creator>JordanLJohnson</dc:creator>
    <dc:date>2022-05-12T22:38:43Z</dc:date>
    <item>
      <title>Request staytime statistics collector for group of multiple resources.</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/request-staytime-statistics-collector-for-group-of-multiple/m-p/13503611#M18187</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.2.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello, how do I see the details of the items in a group for request staytime stat? I like the breakdown in the legacy chart but the legacy doesn't show the request staytime, just the resource staytime.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/52053-resource-group-and-count.fsm" target="_blank"&gt;resource group and count.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 May 2022 03:55:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/request-staytime-statistics-collector-for-group-of-multiple/m-p/13503611#M18187</guid>
      <dc:creator>kari_payton</dc:creator>
      <dc:date>2022-05-12T03:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Request staytime statistics collector for group of multiple resources.</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/request-staytime-statistics-collector-for-group-of-multiple/m-p/13503612#M18188</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/730/kari.p.html" nodeid="730"&gt;@Kari Payton&lt;/A&gt;, I think the chart that you had &lt;EM&gt;is &lt;/EM&gt;the request staytime. I added a second chart to your model that tracks the Resource's staytime in the model and relabeled your chart to be the Acquire activity's staytime (which will measure how long a token waits in the Acquire activity, a.k.a. how long the request waited). You'll notice that at first the Acquire Staytime is very short (because they instantly go through to the delay), but over time the Max and Average of Acquire Staytime start getting huge while Resource Staytime stays relatively short.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1652394497581.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510320i81F35D8130174340/image-size/large?v=v2&amp;amp;px=999" role="button" title="1652394497581.png" alt="1652394497581.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/52127-updated-charts.fsm" target="_blank"&gt;updated-charts.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 May 2022 22:28:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/request-staytime-statistics-collector-for-group-of-multiple/m-p/13503612#M18188</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2022-05-12T22:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Request staytime statistics collector for group of multiple resources.</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/request-staytime-statistics-collector-for-group-of-multiple/m-p/13503613#M18189</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;It sounds like you want to break down the RequestStaytime statistic on the Resource, but break it down by the value that was acquired (in your case, a member of the cranes group). FlexSim doesn't have this built in, but you can make a Statistics Collector that figures that out:&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/52135-resource-group-and-count-1.fsm" target="_blank"&gt;resource-group-and-count_1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The main idea of the stats collector is to make one row per request. Each row records how long the request took (the request staytime) and which resource was acquired. Note that rows are added when the request begins, but filled in with data when the request ends. Charts ignore rows with null values in them, so this should work just fine&lt;/P&gt;&lt;P&gt;If you need aggregate stats (such as average request staytime by crane), you can use the Calculated Table; just be sure to GROUP BY the Resource column.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 May 2022 22:38:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/request-staytime-statistics-collector-for-group-of-multiple/m-p/13503613#M18189</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2022-05-12T22:38:43Z</dc:date>
    </item>
  </channel>
</rss>

