question

Manoj K5 avatar image
1 Like"
Manoj K5 asked Jeanette F commented

Error while using operators for breakdown

Failure_MTBF_List_Testing.fsm

I am facing problem with MTBF MTTR.

case1) I am using operators for repair and is given under Stop objects and call operators in Down function. I haven't selected any states from Apply MTBF to set of states in Breakdowns tab. The total breakdown after model run is coming around 16.52 percent.

case 2) For the same model, I ran with all the states included in Breakdowns tab and now the breakdown reduced to 16.14 percent.


case 3 & 4) I also ran the model without operators with and without the states included. I am getting the breakdown as 16.52.

The problem is clearly with the case 2 which I am not able to rectify (while using operators with MTBF lists activated). (Attached the screenshot with states for MTBF selected).

1639581504300.png

Also attached the Model for reference.

Kindly resolve the problem.


Thanks.

FlexSim 19.1.2
mtbfmttr interface
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Manoj K5, was Phil BoBo's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Phil BoBo avatar image
1 Like"
Phil BoBo answered Phil BoBo edited

This is a problem with the order of events in the picklist option "Stop Object and Call Operators".

The problem is that the MTBF_MTTR_FINISH_DOWN_TIME_NO_RESUME message is happening after the TASKTYPE_STOPREQUESTFINISH task that changes the state.

When using "Apply MTBF to a set of states", the MTBFMTTR object listens to the state change of the object to determine when to fire the triggers. Since the state change (in TASKTYPE_STOPREQUESTFINISH) is happening before the event in MTBF_MTTR_FINISH_DOWN_TIME_NO_RESUME, the next down event is not being scheduled until the next state change of the processor when it finishes processing the current item.

You can fix it by simply changing the order of lines 50 and 51 in the code so that the TASKTYPE_SENDMESSAGE comes before the TASKTYPE_STOPREQUESTFINISH.

1639776476096.png


1639776476096.png (155.0 KiB)
5 |100000

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

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.