mile-run-protocol/sensor-calibration-checklist.html

28 lines
1.5 KiB
HTML
Raw Permalink Normal View History

2026-07-19 00:52:33 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sensor Calibration Checklist • 14-Week Protocol</title>
<style>
body { font-family: system-ui, sans-serif; background: #0a0a0a; color: #e0e0e0; margin: 40px; line-height: 1.5; }
h1 { color: #00ccff; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
th, td { border: 1px solid #444; padding: 8px; text-align: left; }
th { background: #1a1a1a; }
.metric { font-family: monospace; color: #00ff99; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Environmental Sensor Calibration Checklist</h1>
<p>14-week cycle verification. Grounded in IT variance logs. 99.7% uptime target.</p>
<table>
<tr><th>Week</th><th>Sensor Type</th><th>Calibration Standard</th><th>Verification Metric</th><th>Status</th></tr>
<tr><td>1-2</td><td>CO2 / O2</td><td>Reference gas 400ppm</td><td class="metric">±0.5% drift</td><td>Scheduled</td></tr>
<tr><td>3-4</td><td>Temp / Humidity</td><td>Calibrated psychrometer</td><td class="metric">±0.2°C</td><td>Scheduled</td></tr>
<tr><td>5-6</td><td>Pressure</td><td>Barometric baseline</td><td class="metric">±0.1kPa</td><td>Scheduled</td></tr>
</table>
<p><a href="index.html">Back to homepage</a></p>
</body>
</html>