question

Vns avatar image
0 Likes"
Vns asked Jason Lightfoot edited

Tracking queue time separately for same item

Hi - im looking for a solution to track queue waiting time for each flow item moving through the processing line.

im not quite sure how to set up the statistic collector to monitor the queue time separately

Example :

Item Name Queue 1 Waiting Time Queue 2 Waiting Time
Item 1

Item 2

Item 3


Item 4


1674529444453.png


Thanks in advance.

Seperate_Queue_time_tracking_autosave.fsm

FlexSim 22.0.8
queuestatistic collector
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

You can create this using the item as the row value which then allows you to update the columns for the correct row.

You can use the item's last move time in the exit event of each queue to update the staytime.

seperate-queue-time-tracking-autosave_jl.fsm


This format (item x queues) does not scale well/generically since it relies on a column for each queue. If you had thousands of queues I would record each exit event in one row with the columns for staytime, queue and item name. The you could add all queues to a group and listen to the exit events of the group.


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.