Hi Peeps! Been out of the country for a while so I’ve not monitored the site for a while. Now I’m back at work and have a problem on my first day!!
The table below is an extract from the data I'm using to generate a plot of system availability over time, where Preventive Maintenance (PM) is carried out at set intervals. It should be a sort of square wave with sloping or curved tops, the curvature of the top being varied by the value of “Beta”.
The value (t-x) is used to reset the elapsed time to zero whenever PM is done. The formula is =MOD(Time, PM Interval).
The column “Plot” is used to create ‘dropouts’ in the chart for the duration of the PM, which is set by the value of ‘MTTR’
The resulting plot doesn’t quite do it for me, because it zigs down to zero at the PM point, then zags back up, MTTR hours later. What I need is for it to drop instantly to zero at the PM Point, stay at zero for MTTR hours, then rise instantly to the value of A at PM+MTTR hours. I realise this will require 4 plotting points for each PM instead of the current 3, but I’m at a loss as to how to implement this – any clues much appreciated.
Parameters
MTBF 400.000
Beta 1.000
Eta 400.000 Average Ao
Ao 0.943 0.838
MART 24.000 Minimum
ADLT 0.000 0.753
MTTR 24.000
PM Interval (x) 100.000
Time (t) (t-x) Elapsed Instant Plot
0.000 24.000 1.000
1.000 1.000 25.000 0.998 0.941
10.000 10.000 34.000 0.975 0.920
20.000 20.000 44.000 0.951 0.897
30.000 30.000 54.000 0.928 0.875
40.000 40.000 64.000 0.905 0.854
50.000 50.000 74.000 0.882 0.833
60.000 60.000 84.000 0.861 0.812
70.000 70.000 94.000 0.839 0.792
80.000 80.000 104.000 0.819 0.772
90.000 90.000 114.000 0.799 0.753
100.000 0.000 124.000 1.000
110.000 10.000 134.000 0.975 0.920
120.000 20.000 144.000 0.951 0.897
130.000 30.000 154.000 0.928 0.875
140.000 40.000 164.000 0.905 0.854
If it helps I can e-mail the actual spreadsheet to anyone who thinks they may be able to do this.
Fingers X'd
Chris
Varium et mutabile semper Excel
The table below is an extract from the data I'm using to generate a plot of system availability over time, where Preventive Maintenance (PM) is carried out at set intervals. It should be a sort of square wave with sloping or curved tops, the curvature of the top being varied by the value of “Beta”.
The value (t-x) is used to reset the elapsed time to zero whenever PM is done. The formula is =MOD(Time, PM Interval).
The column “Plot” is used to create ‘dropouts’ in the chart for the duration of the PM, which is set by the value of ‘MTTR’
The resulting plot doesn’t quite do it for me, because it zigs down to zero at the PM point, then zags back up, MTTR hours later. What I need is for it to drop instantly to zero at the PM Point, stay at zero for MTTR hours, then rise instantly to the value of A at PM+MTTR hours. I realise this will require 4 plotting points for each PM instead of the current 3, but I’m at a loss as to how to implement this – any clues much appreciated.
Parameters
MTBF 400.000
Beta 1.000
Eta 400.000 Average Ao
Ao 0.943 0.838
MART 24.000 Minimum
ADLT 0.000 0.753
MTTR 24.000
PM Interval (x) 100.000
Time (t) (t-x) Elapsed Instant Plot
0.000 24.000 1.000
1.000 1.000 25.000 0.998 0.941
10.000 10.000 34.000 0.975 0.920
20.000 20.000 44.000 0.951 0.897
30.000 30.000 54.000 0.928 0.875
40.000 40.000 64.000 0.905 0.854
50.000 50.000 74.000 0.882 0.833
60.000 60.000 84.000 0.861 0.812
70.000 70.000 94.000 0.839 0.792
80.000 80.000 104.000 0.819 0.772
90.000 90.000 114.000 0.799 0.753
100.000 0.000 124.000 1.000
110.000 10.000 134.000 0.975 0.920
120.000 20.000 144.000 0.951 0.897
130.000 30.000 154.000 0.928 0.875
140.000 40.000 164.000 0.905 0.854
If it helps I can e-mail the actual spreadsheet to anyone who thinks they may be able to do this.
Fingers X'd
Chris
Varium et mutabile semper Excel