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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @tomonori.s, was tanner.p's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·
tomonori S avatar image tomonori S commented ·

Excuse me. Confirmation was delayed due to other work.
We will check the contents and reply.

0 Likes 0 ·

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.

tomonori S avatar image tomonori S commented ·

Sorry for the late reply.
I tried using Statistics Collector with the attached model "model_v01.fsm". I want to record and display the objects and stations as advised, but it doesn't work.

Also, is it possible to display the time for each occurrence in terms of date and time instead of seconds?

Please use Ver.19 as the saved data format.

model_v01.fsm

0 Likes 0 ·
img.png (97.4 KiB)
model-v01.fsm (34.5 KiB)
tannerp avatar image tannerp tomonori S commented ·

@tomonori.s,

I apologize, but I don't have 19.0 on my machine at this time. I can walk you through how to achieve the results that I demonstrated above, though. Here's what you can do, starting from where your model is currently:

1) Change the Display Format to Date / Time and the Value to "Model.dateTime" for the Time Column:

2) Change the Storage Type for the Station column to "String":

3) Change the Storage Type for the Item column to "String" and add "data.item" as the Value:

I think you had things set up really well to begin with. It just takes a couple minor alterations to get this to work. Let me know if you have any other questions. I'm sorry I don't have version 19.0 to update this, but I think it will be beneficial to go through the process of setting it up.

0 Likes 0 ·
tomonori S avatar image tomonori S commented ·

Thank you for your response.

0 Likes 0 ·

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.