question

Alex Q avatar image
0 Likes"
Alex Q asked Phil BoBo edited

MTBF MTTR State Issue

We are trying to bucket the down state for MTBF MTTR in it own specific state (off shift), and that seems to work, but when we have implemented MTBF MTTR, it seems that the "on break" state % goes up? Our "on break" is on a schedule and if anything, idle time should go up, not break....we should be at around 15% break, not 30%...samplemodel4machines1off.fsm

FlexSim 18.2.2
mtbf mttrstatesbreakdown
· 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

Phil BoBo avatar image
4 Likes"
Phil BoBo answered Phil BoBo edited

The MTBF MTTR is correctly putting it into the "off shift" state. You can tell by putting a break point into the MTBF MTTR's Down Function so that you can stop the model when that happens.

The Machine7 object is also connected to the "APN Schedule" Time Table, which is putting into the "on break" state. That is what is causing the issue. Everything is working correctly, as configured in the model.

The objects keep a stack of states for the state to resume to when stopped from multiple sources. To make sure this works properly, you need to specify matching id values for stopobject() and resumeobject(). The MTBF MTTR 7 object is using id 1.

The APN Schedule Time Table is currently also using id 1. The MTBFMTTR and TimeTable should be using different ids, and the MTBF MTTR object's priority should be increased if you want "off shift" to take precedence over "on break".


5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.