question

Manus K avatar image
0 Likes"
Manus K asked Andrew O commented

Dynamic MTBF/MTTR

I would like to run batches of different products through a production line. Each product correlates with a different MTBF/MTTR of the line. I could think of a way of implementing it through labels and tables. However, I realize that I need to understand more about what would actually happen under the hood. Is the up time timer reset when I change the MTBF mid-run or at which time is the next failure time sampled?

FlexSim 23.0.4
mtbf mttrfailures
· 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.

Andrew O avatar image Andrew O commented ·

Hi @Manus K, was Jason Lightfoot'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

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot edited

You can easily check this by looking at the events on the event list or by placing breakpoints in the time functions code.

  • First failure is sampled on reset.
  • Down time is sampled at the down event start
  • Up time is sampled at the down event end.

Any changes you make between these events will only come into play the next time it is sampled.

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.