E
Ed from AZ
We need to track our cumulative total operating hours of a piece of
equipment. Unfortunately, maintenance often requires us to change the
module that tracks the hours and sends them to the display. And the
replacement module can be a used one, so the hours don't always reset
to zero, but come up at whatever hours were previously stored in the
module.
Say we get the equipment with 10 hours on it, but we start counting at
zero hours. At 50 hours, we change the module, and the hours are now
shown as 1. At 16 hours displayed, we change the module again, and
hours are now displayed as 100. So my hours are:
Displayed Actual
10 0
50 40
1 40
16 55
100 55
How would you set this up to track the total cumulative hours through
all these changes?
Ed
equipment. Unfortunately, maintenance often requires us to change the
module that tracks the hours and sends them to the display. And the
replacement module can be a used one, so the hours don't always reset
to zero, but come up at whatever hours were previously stored in the
module.
Say we get the equipment with 10 hours on it, but we start counting at
zero hours. At 50 hours, we change the module, and the hours are now
shown as 1. At 16 hours displayed, we change the module again, and
hours are now displayed as 100. So my hours are:
Displayed Actual
10 0
50 40
1 40
16 55
100 55
How would you set this up to track the total cumulative hours through
all these changes?
Ed