question

Cyrine S avatar image
0 Likes"
Cyrine S asked Jordan Johnson commented

Dashboard for a fixed time axis

Hello everyone.

Am using a combiner to pack 2 different types of items on a cart. Using Dashboards i want to be able to calculate for 24 hours, the number of carts and the number of items for every type that was paked per cart and per hour (return to the top of the line for each hour). Do you have any idea what function should I use to calculate this please ?

Thank you in advance.

C.S

FlexSim 18.1.1
dashboardsstatisticstimeaxishour
· 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.

Jordan Johnson avatar image
1 Like"
Jordan Johnson answered Jordan Johnson commented

Here is the chart I made:

This chart shows the average number of items of a certain type on each cart. The average is recorded for each hour.

Here is the model. I added a process flow that does the math. The first batch counts how many of each type were on each cart. The second gets the average of those two values. The batches are manually released each hour, so the average includes only data from the previous hour.

The Statistics Collector just reads the tokens that exit the second batch, and reports the values.

modelnum1-withchart.fsm


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

Cyrine S avatar image
0 Likes"
Cyrine S answered

Thank you Jordan for you response. Here is the model am talking about.

modelnum1.fsm


modelnum1.fsm (2.4 MiB)
5 |100000

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