Trigger: A new infrared inspection image and report are uploaded to a Maximo document library linked to an electrical asset (e.g., a switchgear).
Context/Data Pulled: The AI agent retrieves the image file and the associated asset record (ID, location, criticality, last inspection date). It may also pull recent load data from a connected SCADA or historian system via Maximo's integration framework.
Model/Agent Action: A computer vision model analyzes the thermal image to identify hotspots, quantify temperature differentials, and classify the severity (e.g., CRITICAL, WARNING, NORMAL). The agent cross-references this with the asset's load profile to assess if the heating is abnormal.
System Update/Next Step: Based on severity, the agent automatically creates a Maximo Work Order:
- CRITICAL: Creates a high-priority, emergency work order with a predefined job plan for immediate investigation. Auto-reserves necessary spare parts (e.g., lugs, bus bars) from inventory.
- WARNING: Creates a scheduled work order for the next available maintenance window. Updates the asset's
Health Score in Maximo's Asset Health module.
- NORMAL: Logs a
Service History note on the asset record and schedules the next inspection based on a dynamic AI-calculated interval.
Human Review Point: For CRITICAL findings, the work order is auto-assigned to the electrical supervisor, who receives a mobile alert with the annotated image and AI reasoning for immediate validation before dispatch.