
A predictive maintenance system is only as good as its normal operating signature. Rush the baseline period and you will spend the next three months tuning false positives instead of preventing failures — and the maintenance team's confidence in the system will erode before you have a chance to demonstrate a detection. The 14-day calibration window is the most important period in an EdgeRun deployment. Here is what needs to happen during it and why compressing it is almost always a mistake.
What the Baseline Captures and Why Duration Matters
The baseline calibration window is the period during which the anomaly detection model learns what normal operation looks like for each monitored asset. The variational autoencoder (VAE) trains on the vibration feature vectors collected during this window, constructing a probabilistic model of the asset's normal operating distribution. The reconstruction error for any future measurement is compared against the distribution learned during baseline — high reconstruction error indicates the current state is unlikely given normal operation.
The 14-day duration is chosen to capture two full business week cycles, including the production pattern variation that typically occurs between weekday and weekend operation, and any shift-to-shift load variation that occurs on regular production schedules. For assets with weekly production cycles (common in batch manufacturing), 14 days captures two cycles. For assets with biweekly maintenance routines (common in process plants), 14 days captures at least one post-maintenance operation period as well as mid-cycle operation.
What Happens When the Baseline Window Is Too Short
The most common baseline failure mode is a 7-day calibration window on an asset that has a strong weekday/weekend production pattern. If the baseline captures only one full week, the weekend low-load condition is represented by approximately 2 days of data while the weekday high-load condition is represented by 5 days. The resulting model overweights the high-load signature. When the asset enters weekend low-load operation, the reduced vibration signature has a high reconstruction error relative to the predominantly high-load model — and the system generates alerts on healthy, low-load operation.
We have seen this failure mode in installations where project timelines pressured the deployment team to shorten the calibration window from 14 to 7 days. The resulting false positive rate during weekend shifts was 2–4 alerts per asset per weekend, which exhausted the maintenance team's trust in the system within three weeks. Extending the baseline window back to 14 days and retraining the model resolved the false positive pattern, but recovering from the trust deficit with the maintenance team required an additional four to six weeks of demonstrated accurate performance.
Data Quality Checks During Calibration
Baseline data quality determines model quality. During the calibration window, EdgeRun performs continuous data quality checks on the incoming sensor stream: sensor connectivity (missing samples indicate a network or hardware issue), signal clipping (the vibration amplitude has exceeded the accelerometer's measurement range, indicating a sensor placement problem), stationarity tests (checking that the signal's statistical properties are not drifting in ways that suggest sensor degradation), and cross-sensor consistency (for assets with multiple measurement points, checking that the vibration levels at different locations are physically consistent with each other).
When data quality checks flag an issue during calibration, the affected data is excluded from the baseline training set rather than being included with potential errors. If more than 15% of calibration data is excluded due to quality flags, the system extends the calibration window automatically to accumulate sufficient high-quality data. This auto-extension is a feature that sometimes surprises deployment teams expecting a fixed 14-day calendar, but it is preferable to training a baseline model on contaminated data.
Operating Regime Coverage: The Key Calibration Quality Metric
The critical metric for baseline quality is not duration — it is operating regime coverage. A 14-day baseline that captures the asset running at only 60–80% load because the plant happened to have reduced production during that two-week period is less useful than a 21-day baseline that captures the full 40–100% load range. EdgeRun's calibration completeness score measures the fraction of the asset's expected operating space that is represented in the baseline data.
For assets where the operating envelope is known (flow range for pumps, speed range for VFD-driven motors, load range from the motor's rated capacity), the calibration completeness score is computed as the fraction of the expected operating space covered by the baseline data. A completeness score below 70% triggers an automatic extension of the calibration window and a notification to the installation team that the asset's production schedule should be confirmed — if the low completeness is because the asset runs at reduced load for several weeks due to seasonal demand, the baseline window should be extended to capture representative high-load operation before live monitoring begins.
When to Re-Calibrate After Maintenance
Any maintenance event that changes the asset's mechanical state is a recalibration trigger. Bearing replacement, shaft alignment correction, impeller replacement, and seal replacement all change the vibration signature. The post-maintenance signature may be healthier (lower overall vibration, cleaner spectral profile) or different in character (a new bearing may have a slightly different running frequency than the worn bearing it replaced). In either case, running the anomaly model against the pre-maintenance baseline will produce systematically elevated reconstruction error — which looks like degradation but is actually improvement.
The recalibration approach for post-maintenance events uses a 7-day window rather than the full 14-day initial calibration. The VAE is warm-started from the pre-maintenance model weights and then fine-tuned on the post-maintenance data. This produces a more accurate post-maintenance baseline than retraining from scratch, because the machine learning model preserves the learned vibration pattern structure while adapting to the new mechanical state. The warm-start approach also reduces the observation mode period — the 7-day post-maintenance recalibration window versus the 14-day initial calibration means monitoring resumes faster after planned maintenance.
The Relationship Between Baseline Quality and RUL Accuracy
Remaining useful life estimation is computed from the rate of change of the anomaly score relative to the baseline. If the baseline is contaminated — if it includes data from a period when the asset was already in early-stage degradation, or if it was collected during a narrow operating regime — the anomaly score calculation is biased, and the RUL estimate derived from the anomaly score trajectory will be inaccurate. The baseline is not just an initial calibration step — it is the reference against which every future health assessment is made for the entire life of the deployment.
This is why we are explicit with customers about not installing sensors on equipment that is suspected of being in poor condition. If an asset has not had maintenance attention in 30 months and the plant maintenance manager cannot confirm it is in good condition, the correct sequence is: inspect and service the asset first, then install sensors and begin calibration. A baseline trained on a degraded asset will treat degraded operation as normal, delaying alert generation until the failure is significantly advanced relative to the actual condition at deployment start. As discussed in our article on managing false positives, trust in the system is built during the first weeks of operation — starting from a corrupted baseline makes that period unnecessarily difficult.
Pre-Calibration Site Checklist
Before beginning the calibration window, the installation team should verify: all sensor mounting points are accessible and at the correct locations (bearing housing, not baseplate or motor frame), sensor cables are routed away from heat sources and vibration paths that might introduce mechanical noise, the wireless network or wired connection from sensor to gateway has no dropped packets over a 24-hour test period, the production schedule for the upcoming two weeks has been confirmed with the plant scheduler, and any planned maintenance on the monitored assets during the calibration window has been communicated to the EdgeRun system (so those periods can be excluded from baseline training). A 30-minute pre-calibration walkthrough with the installation technician and the plant maintenance supervisor prevents the most common baseline quality problems before they occur.
Planning a new installation?
We can review your site conditions and production schedule to confirm optimal calibration timing.
Request a Demo