question

SuhyeonK avatar image
0 Likes"
SuhyeonK asked Felix Möhlmann answered

PF delay processing time or how to visualize remaining time

I use delay in PF, and I want to see intuitively how many seconds that time is left, is there a way to see it in dashboards, PF, and model?

FlexSim 24.0.0
processing timepf delay processing time or how to visualize remaining time
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

When you click on a token in a Delay activity you can see the entry and exit time in the properties panel.

capture1.png

In the code of the Delay activity, you could also store the delay time and/or exit time somewhere (for example a global table) before returning the value. This data can then be displayed in a dashboard via a Calculated Table. Or used as input for text objects in the 3d model.

delay-timer.fsm


capture1.png (5.8 KiB)
delay-timer.fsm (31.8 KiB)
5 |100000

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