Tracking queue time separately for same item

Tracking queue time separately for same item

Vns
Not applicable
7 Views
1 Reply
Message 1 of 2

Tracking queue time separately for same item

Vns
Not applicable

[ FlexSim 22.0.8 ]

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 NameQueue 1 Waiting TimeQueue 2 Waiting Time
Item 1

Item 2

Item 3


Item 4


1674529444453.png


Thanks in advance.

Seperate_Queue_time_tracking_autosave.fsm

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

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

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.

0 Likes