How to Build a Timeline of When a Fault Appears

Why this matters

When a fault happens is data, and most techs throw it away. "Every morning," "only after it rains," "since the new tenant moved in," "worse in July" - each of those is a pointer at the cause that a single snapshot visit will miss entirely. Building a timeline of every occurrence, plotted against what else was going on, turns a scattered set of complaints into a pattern you can name and target. It is the difference between chasing a fault and predicting it.

Step 1: Gather every dated occurrence

Pull every instance you can date, from every source: the customer's memory, their timestamped photos, your service history, any system logs or alerts, utility records. You want dates and times, even rough ones. A handful of well-dated events beats a vague "it's been doing it for a while."

Step 2: Put them on one line

Lay the occurrences out in order on a single timeline, on paper or a screen. Seeing them spaced out in time is what makes a rhythm visible. Three failures that felt random turn out to be the first cold Monday of each of the last three weeks, and now you have a lead.

Step 3: Overlay the candidate triggers

On the same timeline, mark everything that could be driving it:

  • Weather events (cold snaps, heat waves, storms, humidity swings)
  • Occupancy and schedule (shift changes, a new tenant, weekends, holidays)
  • Other work on site (a recent install by another trade)
  • Utility events (outages, voltage changes, water-main work)
  • Season and time of day

Step 4: Look for the correlation

Now read the overlap. Does the fault land on the same time of day, the same day of week, the same weather, always after a particular event? A trigger that lines up with every occurrence and never appears without one is a strong candidate. One that matches half the time is a weak lead worth testing but not trusting.

Step 5: Separate correlation from cause

A timeline finds correlation, not proof. Two things can move together because a third drives both. Before you commit, test the suspected trigger directly: recreate the condition or isolate the variable and see if the fault follows. The timeline points the finger; a controlled test confirms it, and skipping that step is how a coincidence gets sold as a diagnosis.

Step 6: Use the pattern to be there when it happens

The payoff of a timeline is timing your next move. If the fault hits every cold morning, schedule the visit for a cold morning, or leave a monitor to catch the next one. Predicting the window is how you finally witness a fault that has dodged three prior visits.

References

  • Trade-standard practice for fault-pattern and correlation analysis
  • See related: How to Log an Intermittent Fault Over Days
  • See related: How to Trace a Fault Back to Its First Symptom