<?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 Track label value of a group of labels using statistics collector in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/track-label-value-of-a-group-of-labels-using-statistics/m-p/13530983#M39871</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.1.5 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt; 
 &lt;P&gt;Hello!&lt;/P&gt; 
 &lt;P&gt;I have what I believe to be a complex question. I'm currently working on a model of a production cell for my company. The basic way it is set up is that tokens are created via a statistical distribution in Process Flow, these tokens are then assigned labels based on the "Product Line" via a percentage distribution (IE, 80% of the parts are assigned Product Line A, etc). From there, the tokens are assigned labels for their individual part numbers as well as length. The tokens are then connected to a 3D model where their routes are determined via a global table. &lt;/P&gt; 
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1642774076096.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1508734i862EF9193651E7E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="1642774076096.png" alt="1642774076096.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
 &lt;P&gt;My issue comes in trying to track the amount of "Meters Produced' per Product Line. I have been able to create a collector that tracks total Meters Produced per Processor per Day, however that was done by adding an incremental label to each processor called "MetersProcessed", grouping the processor objects together, and creating a label for this new singular entity; which I know I cannot do for labels by themselves. &lt;/P&gt; 
 &lt;P&gt;Label Used (X)---&amp;gt; Group("Processors").toFlatArray()[tokenIndex]&lt;/P&gt; 
 &lt;P&gt;How I tracked Meters (Output)---&amp;gt; &lt;A rel="nofollow noopener noreferrer" href="http://token.X.as" target="_blank"&gt;token.X.as&lt;/A&gt;(Object).labels["MetersProcessed"].value&lt;/P&gt; 
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt; 
 &lt;P&gt;I am wondering if there is some way to bypass the need for an object and somehow get to a state where I can track something similar to this:&lt;/P&gt; 
 &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 33.3333%;"&gt;Day&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;Product Line&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;Meters Processed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 33.3333%;"&gt;3&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;A&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 33.3333%;"&gt;3&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;B&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 33.3333%;"&gt;3&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;C&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;800&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt; 
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt; 
 &lt;P&gt;I am open to any suggestions!&lt;/P&gt; 
&lt;/DIV&gt;</description>
    <pubDate>Fri, 21 Jan 2022 14:12:20 GMT</pubDate>
    <dc:creator>nicholas_m4</dc:creator>
    <dc:date>2022-01-21T14:12:20Z</dc:date>
    <item>
      <title>Track label value of a group of labels using statistics collector</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/track-label-value-of-a-group-of-labels-using-statistics/m-p/13530983#M39871</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.1.5 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt; 
 &lt;P&gt;Hello!&lt;/P&gt; 
 &lt;P&gt;I have what I believe to be a complex question. I'm currently working on a model of a production cell for my company. The basic way it is set up is that tokens are created via a statistical distribution in Process Flow, these tokens are then assigned labels based on the "Product Line" via a percentage distribution (IE, 80% of the parts are assigned Product Line A, etc). From there, the tokens are assigned labels for their individual part numbers as well as length. The tokens are then connected to a 3D model where their routes are determined via a global table. &lt;/P&gt; 
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1642774076096.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1508734i862EF9193651E7E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="1642774076096.png" alt="1642774076096.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
 &lt;P&gt;My issue comes in trying to track the amount of "Meters Produced' per Product Line. I have been able to create a collector that tracks total Meters Produced per Processor per Day, however that was done by adding an incremental label to each processor called "MetersProcessed", grouping the processor objects together, and creating a label for this new singular entity; which I know I cannot do for labels by themselves. &lt;/P&gt; 
 &lt;P&gt;Label Used (X)---&amp;gt; Group("Processors").toFlatArray()[tokenIndex]&lt;/P&gt; 
 &lt;P&gt;How I tracked Meters (Output)---&amp;gt; &lt;A rel="nofollow noopener noreferrer" href="http://token.X.as" target="_blank"&gt;token.X.as&lt;/A&gt;(Object).labels["MetersProcessed"].value&lt;/P&gt; 
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt; 
 &lt;P&gt;I am wondering if there is some way to bypass the need for an object and somehow get to a state where I can track something similar to this:&lt;/P&gt; 
 &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 33.3333%;"&gt;Day&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;Product Line&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;Meters Processed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 33.3333%;"&gt;3&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;A&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 33.3333%;"&gt;3&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;B&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 33.3333%;"&gt;3&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;C&lt;/TD&gt;&lt;TD style="width: 33.3333%;"&gt;800&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt; 
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt; 
 &lt;P&gt;I am open to any suggestions!&lt;/P&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Jan 2022 14:12:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/track-label-value-of-a-group-of-labels-using-statistics/m-p/13530983#M39871</guid>
      <dc:creator>nicholas_m4</dc:creator>
      <dc:date>2022-01-21T14:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Track label value of a group of labels using statistics collector</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/track-label-value-of-a-group-of-labels-using-statistics/m-p/13530984#M39872</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You don't need a label, you can use the statistics collector to increment the row directly. You can make the row identifier  day+line.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Jan 2022 22:47:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/track-label-value-of-a-group-of-labels-using-statistics/m-p/13530984#M39872</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-01-21T22:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Track label value of a group of labels using statistics collector</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/track-label-value-of-a-group-of-labels-using-statistics/m-p/13530985#M39873</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/31931/nicholasm4.html" nodeid="31931"&gt;@Nicholas M&lt;/A&gt;, was Jason Lightfoot'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 unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Jan 2022 18:24:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/track-label-value-of-a-group-of-labels-using-statistics/m-p/13530985#M39873</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-01-26T18:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Track label value of a group of labels using statistics collector</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/track-label-value-of-a-group-of-labels-using-statistics/m-p/13530986#M39874</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Sorry for the late response... I didn't realize I could directly assign the line to the statistics collector. Thank you!
&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Feb 2022 14:02:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/track-label-value-of-a-group-of-labels-using-statistics/m-p/13530986#M39874</guid>
      <dc:creator>nicholas_m4</dc:creator>
      <dc:date>2022-02-01T14:02:15Z</dc:date>
    </item>
  </channel>
</rss>

