<?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: Item trace Gantt only for some stations? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536405#M44115</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/192/marcello.r.html" nodeid="192"&gt;@marcello.rosadini&lt;/A&gt; It will be easier/better if you post this as a new question; you can always link back to this question in the new one. In brief, yes, the stats collector and calculated table can do this. I'll watch for your new question, and post my answer there.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 16:47:11 GMT</pubDate>
    <dc:creator>JordanLJohnson</dc:creator>
    <dc:date>2017-08-29T16:47:11Z</dc:date>
    <item>
      <title>Item trace Gantt only for some stations?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536401#M44111</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 17.1.3 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to trace the time spent by items on certain stations with a Gantt chart. On the attached model, objects have a label called "gantt" and I would like to trace ony the ones with a label value of 1.&lt;/P&gt;&lt;P&gt;I have set the option in the trace requirements, and it does skip the first object (with a vaue of 0) however, after starting the trace, it doesn't take this into account anymore.&lt;/P&gt;&lt;P&gt;Is this the correct way to implement this? Or someone could suggest a workaround?&lt;/P&gt;&lt;P&gt;I have tried a custom Gantt with the Table presets, however, the actual process would involve around 10 stations and I'm not sure how to make it that after creating an item it should add another entry to the Gantt and write and read another set of rows&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;A id="7618" href="https://answers.flexsim.com/storage/attachments/7618-support.fsm"&gt;support.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 01:19:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536401#M44111</guid>
      <dc:creator>m_rosadini</dc:creator>
      <dc:date>2017-07-18T01:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Item trace Gantt only for some stations?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536402#M44112</link>
      <description>&lt;P&gt;The Item Trace Gantt Chart was designed with this functionality in mind. Once you start tracing a flowitem it continues the trace until the flowitem is destroyed. &lt;/P&gt;&lt;P&gt;We can manually create the data and display it in a Custom Gantt Chart. I've attached a sample model showing how to do this. You'll have to manually add entries for each item to the table Item Trace that the Custom Gantt Chart will read. I also created a second table, Traced Items, which gives you a single entry for each item you are tracing. The table caches off the rows in the Item Trace table that are associated with that item. The chart can then loop through the Traced Items table and pull the correct data from the Item Trace table.&lt;/P&gt;&lt;P&gt;To expand this to the 10 objects you referred to, just copy the code from Processor2 to additional objects. You won't need to change the code, it will work for as many objects as you need.&lt;/P&gt;&lt;P&gt;Processor1 does have slightly different code because it has to add the initial entry for the item into the Traced Items table. Whereas Processor2 only updates the row from the Traced Items table.&lt;/P&gt;&lt;P&gt;&lt;A id="7632" href="https://answers.flexsim.com/storage/attachments/7632-customitemtrace.fsm"&gt;customitemtrace.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:35:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536402#M44112</guid>
      <dc:creator>matt_long</dc:creator>
      <dc:date>2017-07-18T14:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Item trace Gantt only for some stations?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536403#M44113</link>
      <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://answers.flexsim.com/users/201/matt.l.html" nodeid="201"&gt;@Matt Long&lt;/A&gt; for the detailed and flexible answer, it was a bit more tricky than I expected!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 19:15:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536403#M44113</guid>
      <dc:creator>m_rosadini</dc:creator>
      <dc:date>2017-07-19T19:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Item trace Gantt only for some stations?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536404#M44114</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/201/matt.l.html" nodeid="201"&gt;@Matt Long&lt;/A&gt; a few weeks ago you helped me creating this custom Gantt for one of our customers. However we are facing an issue. The Gantt keeps growing every time an item enters the process and it starts to get very big, making it very difficult trace each item. They are requesting us if it would be possible to group or sort the items in the charts.&lt;A id="8344" href="https://answers.flexsim.com/storage/temp/8344-captura.png"&gt;captura.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The names of the zones are marked as ATSI1, ATSI2 etc. The idea would be that when a new item enters the chart it gets positioned after the last one of its group. In this screenshot, item 3 should had been placed before Item 2 and so on. It may not seem relevant here but sometimes a new item enters the chart way later in the simulation and it is hard to correlate it with it's group. ¿Maybe with the stats collector could be done? &lt;A rel="user" href="https://answers.flexsim.com/users/220/jordan.j.html" nodeid="220"&gt;@jordan.johnson&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:45:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536404#M44114</guid>
      <dc:creator>m_rosadini</dc:creator>
      <dc:date>2017-08-29T15:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Item trace Gantt only for some stations?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536405#M44115</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/192/marcello.r.html" nodeid="192"&gt;@marcello.rosadini&lt;/A&gt; It will be easier/better if you post this as a new question; you can always link back to this question in the new one. In brief, yes, the stats collector and calculated table can do this. I'll watch for your new question, and post my answer there.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:47:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536405#M44115</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2017-08-29T16:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Item trace Gantt only for some stations?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536406#M44116</link>
      <description>&lt;P&gt;Also, how are zones defined? Are they process flow zones? Is each zone a visual tool, with related objects defined? Let me know in your new question.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:49:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536406#M44116</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2017-08-29T16:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Item trace Gantt only for some stations?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536407#M44117</link>
      <description>&lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/questions/41084/item-trace-gantt-only-for-some-stations.html?childToView=42627#"&gt;@Matt Long&lt;/A&gt; how would I track the item time from processor 1, all the way to the sink, or a finishing queue? I would like to see how long an item takes to go through my model from a certain point, to the finishing queue.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 20:28:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536407#M44117</guid>
      <dc:creator>kevin.megee</dc:creator>
      <dc:date>2017-08-29T20:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Item trace Gantt only for some stations?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536408#M44118</link>
      <description>&lt;P&gt;This is why the Item Trace Gantt Chart is nice because it will automatically trace the item all the way through the model. To do this manually it might be easiest to use Process Flow. You could use a Wait for Event activity to add a listener to the flow item's On Entering and On Exiting. Each time the event fires, update whatever data you need and then send the token back to the Wait for Event to listen for it to enter the next object.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 20:34:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536408#M44118</guid>
      <dc:creator>matt_long</dc:creator>
      <dc:date>2017-08-29T20:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Item trace Gantt only for some stations?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536409#M44119</link>
      <description>&lt;P&gt;Thanks for the quick response. I guess I'm confused by your answer. I used the trigger codes from the above sample you created. Is there a trigger "on entry" code that could track the End Time of a flow item from the Item Trace table?&lt;A id="8349" href="https://answers.flexsim.com/storage/temp/8349-7632-customitemtrace.fsm"&gt;7632-customitemtrace.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 20:46:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536409#M44119</guid>
      <dc:creator>kevin.megee</dc:creator>
      <dc:date>2017-08-29T20:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Item trace Gantt only for some stations?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536410#M44120</link>
      <description>&lt;P&gt;If you're just looking for the total time between two objects, just save off the start time as a label on the item, then when the item reaches the end point you can get the total time using&lt;/P&gt;&lt;PRE&gt;time() - item.StartTime&lt;/PRE&gt;&lt;P&gt;Process Flow also makes it easy to track staytimes over multiple objects using an Event-Triggered Source and a Wait for Event together. Then you graph those staytimes by pinning the staytime of the Wait for Event.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 21:09:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/item-trace-gantt-only-for-some-stations/m-p/13536410#M44120</guid>
      <dc:creator>matt_long</dc:creator>
      <dc:date>2017-08-29T21:09:40Z</dc:date>
    </item>
  </channel>
</rss>

