MTBF / MTTR batching

MTBF / MTTR batching

jaime_g
Not applicable
2 Views
1 Reply
Message 1 of 2

MTBF / MTTR batching

jaime_g
Not applicable

[ FlexSim 20.0.0 ]

Dears Colaborators. How to model an MTBF / MTTR for when a processor has processed a given number of flowitems (batch)

0 Likes
Accepted solutions (1)
3 Views
1 Reply
Reply (1)
Message 2 of 2

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

You stop the processor. You send a delayed message to an object that isn’t stopped. You let resume the stopped processor by this message. The delay time can be statistical distributed.

Process Flow

The same doing, but instead of a message event to delay resuming, you need only an delay activity.

Another approach: You use the setup time of a processor to initiate a repair or maintenance of the processor for the n-th item. Here you can call very simple an operator to assist the setup.

0 Likes