Creating Labels & Tracking Times for Items

Creating Labels & Tracking Times for Items

david_fones
Not applicable
16 Views
1 Reply
Message 1 of 2

Creating Labels & Tracking Times for Items

david_fones
Not applicable

[ FlexSim HC 5.1.0 ]

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

0 Likes
Accepted solutions (1)
17 Views
1 Reply
Reply (1)
Message 2 of 2

support5CRPZ
Advocate
Advocate
Accepted solution

@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.