Automated shift report
01 scenario: The operator spent 60-90 minutes at shift end collecting data from MES, historian and spreadsheets to compile the report manually.
02 how_it_works: The agent queries MES and historian, correlates downtime, output quantities and anomalies from the last shift, then composes text following the company template.
03 output: Structured report ready in 3 minutes, with anomaly section, previous-shift comparison and automatic flag on out-of-threshold values.
MESHistorianReport
Assisted root cause analysis
01 scenario: The line stops at 14:32. The operator does not know whether it is a recurring fault, a quality alarm or a maintenance issue.
02 how_it_works: The agent reads SCADA logs in the time window, correlates them with CMMS history and searches for similar patterns over the last 90 days.
03 output: Reconstructed event timeline, probable causes ranked by historical frequency and links to related maintenance procedures.
SCADACMMSHistory
Natural-language data queries
01 scenario: The production manager wants the weekly OEE per line without opening an IT ticket or waiting for the Monday report.
02 how_it_works: The agent interprets the question, generates the query on the data warehouse, aggregates data from MES and historian and composes a readable response.
03 output: Text response with the requested values, comparative table and automatic alert if a value is below threshold — without writing SQL.
MESData warehouseOEE
Operator assistance on alarm
01 scenario: The operator sees an alarm on a machine they rarely handle. The expert maintenance technician is off-shift. The paper manual has 600 pages.
02 how_it_works: RAG on machine manuals, operating procedures and intervention history: the agent finds paragraphs relevant to the alarm and combines them with similar previous cases.
03 output: Step-by-step procedure for the specific alarm, list of similar interventions from the last 12 months with outcomes and reference maintenance contact.
RAGManualsCMMS