question

PD avatar image
0 Likes"
PD asked Carter Walch commented

How to access the mode staytime of processor ?

I want to display the mode staytime of processor.(Note: "Mode" means the staytime which appear

  • Maximum frequency).


How to develop the node ? or what command I can use? thanks for your answer!


FlexSim 23.1.0
get variablenodearraylistmodetime
· 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

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Jeanette F edited

It should be a statistic red pin drop out of statistics property.

default-processor-statistics.jpgTypically it is a difference of model runtime between item is exiting and entering an object. You can compute it easily in triggers of objects or by event driven activities in process flow. Therefore you store the entry time in a label of item or token and build the difference to an exit event or trigger. To show staytime values you set them in a tracked variable.


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