Model:
I set the First Failure Time, Down Time and Up Time of ProcessA using MTBF MTTR from the toolbox, but I only want to use the First Failure Time and Up Time, because instead of Down Time I want to simulate the repair process, that is, when ProcessA fails it will be stop indefinitely and it only can be resumed after the repair process is done by ProcessB and a operator transports and "installs" the repaired parts in ProcessA.
This is what I have in Process Flow:
Stop Object and Resume Object custom code is used to ignore Down Time, the problem is that this custom code only takes effect in the first failure, after that Down Time is used instead, ignoring the repair process.
I would appreciate if you can point what I'm doing wrong or show me if there is another way to do it. Thank you.