question

Ludovic S2 avatar image
0 Likes"
Ludovic S2 asked Jordan Johnson commented

Time of arrival between batches

Hi,

I would like to measure the time of arrival between batches (both the mean and variance). The batches are triggered by the racks and created in processor 3. Then they flow from queue 1 right to queue4. I was wondering if someone knows how to measure the time of arrival between batches? Both the meand and variance.

Is there maybe some way where I can see the time logging from all the messages send from the racks? Based on this I would be able to calculate the time of arrival between batches.

Thank you in advance

Kind regards

model-with-variation.fsm

Ludovic

FlexSim 19.0.2
rackbatch processingarrival time
· 1
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

Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered Jordan Johnson commented

Here's a model I made that gathers the statistics you wanted:

model-with-variation-with-stats.fsm

It uses a Process Flow to listen to when the batches are made, and it measures the time between batches, per rack.

Then I used a Statistics Collector to log those values, so that every inter-batch time is recorded in the table.

Finally, I used a Calculated Table to calculate the mean and variance of the the inter-batch time by rack.


· 2
5 |100000

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