About Meter Replacements
The system handles meter replacements internally by adding together the replaced meter reading and the current meter reading to provide a "total" meter reading.
If you have replaced a meter, you must update the Equipment Master record with the replaced meter reading.
When updating the Last Done Hours or Miles for a maintenance item (whether manually or via EM Work Order Update), the system captures and stores the replaced meter values. Replaced meter values are not included in the Last Done Miles or Hours values shown on the screen; however, the system does include the replaced meter values when determining items due for maintenance.
When determining items due for maintenance (in EM Work Order Initialization), the system uses the following process:
- Adds the Last Done Miles or Hours + Replaced Meter miles or hours + the SMG's interval value (i.e. Perform Service Every __ Miles/Kilometers or Hours), then subtracts the SMG variance (Warn when service within __ Miles/Kilometers or Hours") x the Variance in Advance (from EM Work Order Initialization). For ease of explanation, we will call this Value A.
- Adds the current miles or hours and the replaced meter miles or hours defined in EM Equipment. We will call this Value B.
- Compares Value A to Value B. If Value A is greater than Value B, the item is not considered due for maintenance and will not be added to the Items Due grid (in EM Work Order Initialization). If Value A is less than Value B, the item is considered due for maintenance and will be added to the Items Due grid.
Example:
| Equipment 1000 | Equipment 2000 | |
|---|---|---|
| EMEM Current Odometer: | 8,000 | 8,000 |
| EMEM Replaced Odometer: | 80,000 | 80,000 |
| SMG "Perform Service Every __ Miles/Kilometers": | 3,000 | 3,000 |
| SMG "Warn when service within ___ Miles/Kilometers": | 200 | 200 |
| SMG Item Last Done Miles: | 7,000 | 2,000 |
| SMG Item's Last Done Replaced Miles: | 80,000 | 80,000 |
| EM Work Order Init "Variances in Advance": | 1 | 1 |
Equipment 1000:
- Value A: 7,000 + 80,000 + 3,000 - (200 x 1) = 89,800
- Value B: 8,000 + 80,000 = 88,000
In this example, Equipment 1000 is not due for maintenance because Value A (89,800) is greater than Value B (88,000); therefore, the item will not be added to the Items Due grid.
Equipment 2000:
- Value A: 2,000 + 80,000 + 3,000 - (200 x 1) = 84,800
- Value B: 8,000 + 80,000 = 88,000
In this example, Equipment 2000 is due for maintenance because Value A (84,800) is less than Value B (88,000); therefore, the item will be added to the Items Due grid.