question

bcallaghan avatar image
0 Likes"
bcallaghan asked bcallaghan commented

Display PN Data on Sink

I want to see what the total process time was for each item hitting my sink, as there are a variety of different PNs with their respective differing process times. I also added some variation algorithms to the processors to create a more realistic actuals output for the process time. Any thoughts on how to see my total process time in my sink as a list of all the different PNs? Thanks!

FlexSim 21.2.4
sinksink datadata list
· 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

Kavika F avatar image
0 Likes"
Kavika F answered bcallaghan commented

Hey @bcallaghan, if you'd like to see total process time for all items that go to a sink, here's something you can try.

sink-total-processing.fsm

Add a label to each item that is their personal "ProcessTime". Add a label to the Sink that is "TotalProcessTime". Add an OnEntry trigger to your Sink that increments a label and increment your TotalProcessTime by the ProcessTime of each entering item.

TotalProcessingTime.gif


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