Optimal Replacement Time — Reliability 0.8.6 Documentation
Maybe your like
When conducting maintenance planning, we must optimise the frequency of preventative maintenance (PM) for the minimum overall cost. If PM is conducted too frequently then we will have high costs, but if not conducted often enough then failures will result and we incur the higher cost of corrective maintenance (CM). Depending on the underlying failure distribution, it is possible to model these costs for a range of PM intervals, with the lowest cost per unit time resulting from the optimal replacement time. This function calculates the cost per unit time to determine how cost varies with replacement time. The cost model can be used for HPP (ie. the maintenance makes the system “as good as new”) or Power Law NHPP (ie. the maintenance makes the system “as good as old”). The default is for “as good as new”.
Cost in the above context should include all associated costs of PM and CM. These are not just the costs associated with parts and labor but may also include other costs such as system downtime (which may vary between PM and CM), loss of production output, customer satisfaction, etc. Some of these costs are difficult to quantify but organisations should strive to quantify all the costs of PM and system failure (requiring CM) if they want to accurately optimise their maintenance schedule.
API Reference
For inputs and outputs see the API reference.
In the example below, we provide the cost of preventative maintenance (cost_PM), and the cost of corrective maintenance (cost_CM), as well as the Weibull parameters of the failure distribution. Leaving the default outputs, we obtain a plot of the cost per unit time and the printed results. This example is based of the example provided on the reliasoft article.
fromreliability.Repairable_systemsimport optimal_replacement_time importmatplotlib.pyplotasplt optimal_replacement_time(cost_PM=1, cost_CM=5, weibull_alpha=1000, weibull_beta=2.5,q=0) plt.show() ''' Results from optimal_replacement_time: Cost model assuming as good as new replacement (q=0): The minimum cost per unit time is 0.0035 The optimal replacement time is 493.19 '''
Tag » How To Calculate Optimum Replacement Interval
-
Optimum Replacement Time Example - ReliaWiki
-
How To Calculate Optimal Replacement Cycles - Fleet Financials
-
Optimum Preventive Maintenance Replacement Time In Clusters ...
-
[PDF] Chapter 9 Optimization Of Replacement Intervals - NTNU
-
Optimum Replacement Window
-
Optimum Replacement Window - Choose A ReliaSoft Help File
-
[PDF] A TECHNIQUE TO DETERMINE THE OPTIMUM REPLACEMENT ...
-
Determination Of Optimum Time Of Replacement With Age ... - IOPscience
-
Optimum Preventive Maintenance Replacement Time - ReliaSoft
-
Optimal Age For Equipment Replacement
-
What Is The Optimum Period Of Replacement? - Ques10
-
Optimal Replacement Interval And Depreciation Method For A Grain ...
-
Optimum Replacement Window - Choose A ReliaSoft Help File
-
[PDF] OPTIMAL REPLACEMENT TIME ESTIMATION FOR MACHINES ...