question

David Fones avatar image
0 Likes"
David Fones asked David Seo edited

Creating Labels & Tracking Times for Items

I am trying to create a label for each item that arrives (Discharges_Transfers). For each item that arrives I would like to track the data (total waiting time and process time separately). I would then like to extract that data so I can analyze it in Excel. How would I go about this? Thank you.

evs.fsm

FlexSim HC 5.1.0
labelsitemsdata collector
evs.fsm (158.6 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
David Seo avatar image
1 Like"
David Seo answered David Seo edited

@David Fones

I attached the upgraded model of adding user script and time_tracking global table.

evs-by-syseo.fsm

Added description.

1) creation Time_Tracking global table.

2) set created sequence Number of item --> itemtype in your arrival object

This number is a row number of global time_tracking table and should be indexing number.

3) On Entering in queue and processor and Exiting, set the time() according to the itemType number in the time_tracking table.

All scripts are written in each object.

I wrote the script of processing only the first processor.

You should write the same code in extra processors.

I hope this will help you.


evs-by-syseo.fsm (243.5 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.