question

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

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 Felix Möhlmann commented

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

SuhyeonK avatar image SuhyeonK commented ·
great! you gave me the best solution!
0 Likes 0 ·
SuhyeonK avatar image SuhyeonK commented ·

How can i input for text objects in the 3d model?

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann SuhyeonK commented ·

In the "Text Display" code of the text object, set the value of the "textnode" to what should be displayed by the object.

delay-timer-1.fsm

0 Likes 0 ·
delay-timer-1.fsm (32.4 KiB)