Hello,
i would like to setup my processor (process time 6 seconds) with a c emperical down time function.
Means, i would like the processor to be down for 5% of the total runtime (so 95% is uptime there is no setup time).
For this 5 % of downtime i would like to set up a c emeprical ditribution.
i Setted up a table "ReturnBReakDown" which looks something like this: (so for 15% of the downtimes the downtime duration is 60 seconds a.s.o)
Percents | Values |
15 | 60 |
22 | 65 |
25 | 70 |
10 | 80 |
10 | 90 |
8 | 100 |
And this is what i inserted to run this:
But i have no idea how to tell te system that the downtime should be 5% and the rest 95% should be uptime?
PLease help =)
br
Paul