Hi,
I would like to know how to create a model where I have a processor that can only break down in the processing state and the downtime is from 30 seconds to 2 minutes which is approximated in FlexSim by the function:
maxof(0, exponential(30, 20, 0)))
I know that the downtime should be say 5% of the time that the object is in the processing state. How can I calculate what the correct uptime should be so that the downtime becomes 5% of the processing time? Is it even possible when I do not know ahead of time how much the processor will be in the processing state and how much it will be in some other state?
One option in my case would be to run the model without breakdowns and check how much the processor is in the breakdown state and then calculate the uptime from that. But it seems that it is prone to error as the processing time changes if I change something in the model later and then I need to do this again. Is there some better solution to this?
Thank you!
Kind regards,