Trigger: A vibration sensor on a critical pump (Asset ID: PUMP-101) transmits a 5-minute average reading exceeding a dynamic baseline, flagged by a real-time anomaly detection model.
Context Pulled: The AI service queries the Maximo API for:
- Asset
PUMP-101 details (location, parent asset, criticality code).
- Recent work history (last 3 work orders, failure codes).
- Associated vibration analysis procedure documents.
Agent Action: A classification model analyzes the vibration spectrum (FFT data) against known failure modes (e.g., imbalance, bearing wear, misalignment). It selects the most probable fault, references the relevant procedure, and drafts a work order description.
System Update: The integration creates a new WO in Maximo with:
- Record Type:
Corrective
- Description: "AI-Detected Vibration Anomaly: High probability of bearing outer race defect on PUMP-101. Recommended procedure: VIB-202."
- Priority: Set based on asset criticality and anomaly severity (e.g.,
Priority 2 - High).
- Required Craft:
Vibration Analyst
- Attachments: Linked spectrum plot and model confidence score.
- Route: Automatically assigned to the appropriate planner's worklist.
Human Review Point: The planner reviews the AI-generated work order, model confidence, and recommended procedure before releasing it to the scheduler. They can adjust priority, craft, or add notes.