question

Tamilselvan avatar image
0 Likes"
Tamilselvan asked Jason Lightfoot commented

Breakdown data in Global Table

How to give the Breakdown data through global table

FlexSim 23.1.1
mttr mtbf
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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented

Do you mean historical or distributions? Either way you need columns for the time/interval and duration and then use table functions to read the table.

If the data is unique for each machine then I would write it to the machines as a label (or labels) and then refer to the values directly using for example, downobject.tbf and downobject.ttr , in the breakdown functions. Or if the data is a breakdown history table then something like:

 Table(downobject.labels["breakdowndata"])[rownum]["nextTime"] -time()
· 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.

Tamilselvan avatar image Tamilselvan commented ·
Yes, it is unique for each machines, how to give that with help of the label?
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦♦ Tamilselvan commented ·

You can use a flexscript label and just write the expression for the time as the value. If you're using a distribution you should use the correct stream which can just be getstream(ownerobject(c)). Example attached.

MachineLabelBasedBreakdowns.fsm

0 Likes 0 ·