question

tomonori S avatar image
0 Likes"
tomonori S asked tomonori S commented

About dashboard output (time stamp, etc.)

The user has a question about the output of the dashboard.
Take the case where "Transporter 1" carries items from "Queue 2" to "Queue 4" as in the attached model "model.fsm". What time and minute did "Transporter 1" pick up the flow items in "Queue 2"? Also, is it possible to express on the dashboard the time that the flow item is carried to "Queue 4"?

model.fsm

FlexSim 19.0.9
flexsim 19.0.9dashboard displaydashboard datatime stamp
img.png (91.6 KiB)
model.fsm (30.7 KiB)
· 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.

1 Answer

tannerp avatar image
0 Likes"
tannerp answered tomonori S commented

@tomonori.s,

You can use a Statistics Collector to listen to the Transporter "On Load" and "On Unload".

The Stats Collector can then record the Time, Transporter, Object, and Station for each occurrence. (The table shown below isn't complete, but it gives you an idea.)

If you need to manipulate the data in any way, a Calculated Table can be used to parse through and iron out whatever you might need. For example, you could select only the data points with a Station value of "Queue4". I hope this helps! Let me know if you have any questions.


1600131220188.png (36.6 KiB)
1600131521370.png (33.1 KiB)
1600131579729.png (20.4 KiB)
1600131584912.png (19.5 KiB)
· 3
5 |100000

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