question

Kaushik Sreenivas avatar image
0 Likes"
Kaushik Sreenivas asked Mischa Spelt commented

utilisation

Can anyone say me how to find operator utilisation in a model having 4-5 operators. I need to have utilisation in form of variable

FlexSim 17.0.0
utilisation
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

·
Steven Hamoen avatar image
0 Likes"
Steven Hamoen answered Mischa Spelt commented

@Kaushik Sreenivas I'm not 100% sure what you want. If you want to look at the utilization of an operator use the piechart. You can access that easily through the quick properties by clicking the pin:

If you want have direct access to the underlying values you should go to the tree and look at the bundle with all the states:


utilization.png (42.1 KiB)
statebundle.png (25.7 KiB)
· 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.

Mischa Spelt avatar image Mischa Spelt commented ·

Instead of looking at the tree, you may also be able to use the getstat command. For example, if you want to know for which amount of time the operator has been in Idle state, you can use something like

getstat(object, "State", STAT_TIME_AT_VALUE, 0, STATE_IDLE)
1 Like 1 ·

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.