Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.appliedaifoundation.org/llms.txt

Use this file to discover all available pages before exploring further.

Compliance tab showing five compliance items including IMO D-2, USCG, and treatment effectiveness

What this tab shows

The Compliance tab performs real-time checks against two international regulations — IMO D-2 and USCG — using the most recent telemetry record. It also tracks treatment effectiveness, maintenance record status, and certification validity in one consolidated view. Data sources:
  • /api/telemetry/latest — for all live compliance values
  • /api/events?limit=20 — for the audit trail

Summary stat row

StatDescription
Compliance RatePercentage of the five compliance items that show COMPLIANT
Active CertificationsTotal number of compliance items being tracked
Latest CheckTimestamp of the most recent telemetry record used for checks
IssuesCount of items showing WARNING or NON-COMPLIANT

The five compliance items

#ItemLogicCompliant threshold
1IMO D-2 StandardUVR_INTENSITY >= 252≥ 252 W/m²
2USCG Type ApprovalUVR_INTENSITY >= 530≥ 530 W/m²
3Treatment EffectivenessAVG_LAMP_EFFICIENCY >= 70≥ 70% average lamp efficiency
4Maintenance RecordsFAILED_LAMP_COUNT === 0Zero failed lamps
5Certification ValidityStatic expiry date checkCertificate not expired

Status indicators

IconStatusMeaning
Green circle (✓)COMPLIANTThreshold met
Yellow circle (!)WARNINGMarginal zone — threshold approached or partially met
Red circle (✗)NON-COMPLIANTThreshold not met — action required

Treatment Effectiveness panel

Three horizontal progress bars show how far current values are from their compliance thresholds:
BarCalculationFull =
IMO D-2 ComplianceUVR_INTENSITY / 252100% at 252 W/m²
USCG ComplianceUVR_INTENSITY / 530100% at 530 W/m²
Avg Lamp EfficiencyAVG_LAMP_EFFICIENCY100% at 100% efficiency
Each bar shows the actual numeric value below it. Use these bars to monitor proximity to threshold limits — a bar at 80% of fill means there is a 20% margin before non-compliance.

Audit Trail

Audit trail panel listing PROCESS_START, PROCESS_STOP, and ALARM_TRIGGERED events with timestamps
The Audit Trail panel shows the last 8 system events in reverse chronological order. Each entry displays:
  • Timestamp — UTC datetime of the event
  • Event type and description — human-readable summary
  • Result — PASS for process start/stop events, ALERT for alarm events
Event typeDisplayed result
PROCESS_STARTPASS
PROCESS_STOPPASS
ALARM_TRIGGEREDALERT

Important limitation

The Compliance tab performs real-time checks on the most recent telemetry record only. It does not query a stored compliance log or historical compliance record. For official record-keeping and regulatory submissions, use the Data Export tab to download complete timestamped telemetry covering the full voyage period.