question

komalkoli avatar image
0 Likes"
komalkoli asked komalkoli commented

MTBF-MTTR-Global Table

I am using Global table for downtime and uptime in MTBFMTTR command. However, the code written for down time/up time is not working in sequence as per global table. When I run model, its taking random values form Global Table.

How to run global table for MTBFMTTR function? Thank you.

MTBFMTTR Global Table.fsm

FlexSim 24.1.1
global tablemtbf mttr
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 komalkoli commented

The current code is choosing a random row each time. You can use a global variable to denote the row and increment it in the Up Time code.

mtbfmttr-global-table_1.fsm

(I removed the Process Flow activities to quickly get rid of the error messages. The sources were not linked correctly.)


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