Inferensys

Integration

AI Integration with Ignition for Andon Light Integration

Add AI to your Ignition-based Andon system to interpret alerts, automate escalation, dispatch the right support, and build a knowledge base for faster future resolutions.
Knowledge engineer constructing knowledge base on laptop, document hierarchy visible, casual office setup.
CONTEXT-AWARE ESCALATION

From Signal to Solution: AI-Enhanced Andon in Ignition

Transform raw Andon light signals into intelligent, automated workflows by layering AI inference on Ignition's real-time event stream.

Ignition excels at capturing Andon signals—machine stops, quality calls, material requests—through its SCADA tags and MES event framework. However, these signals often lack context: a red light could mean a mechanical jam, a safety gate open, or a missing tool. An AI layer, connected via Ignition's scripting engine or REST API, analyzes the surrounding context. It cross-references the signal with real-time OEE data, recent maintenance logs from a connected CMMS, the operator's skill level, and even live video feeds to classify the issue, predict its severity, and determine the optimal response path before a human even reviews the alert.

The implementation wires an AI agent into Ignition's notification pipelines. When an Andon tag triggers, Ignition's system.tag.write or an event script packages the event with contextual data (machine state, product SKU, shift) into a payload for an AI service. The model returns a structured classification (e.g., issue_type: "mechanical_jam", severity: "high", recommended_skill: "Level_3_Technician"). Ignition then uses this to automate the next steps: dynamically updating alarm priorities in the HMI, creating a detailed work order in the CMMS via its database bridge, and dispatching an alert with pre-populated troubleshooting steps to the right team's mobile device via SMS or Teams integration.

Governance is built into the feedback loop. Every AI-suggested action and its outcome are logged back to Ignition's SQL database. This creates a closed-loop system where the model's predictions are continuously compared to the actual resolution documented by technicians. This audit trail is crucial for validating ROI, managing change control, and retraining models. Rollout starts with a single, high-impact line—like a final assembly station—where signal volume is high and resolution data is plentiful, proving the workflow before scaling to the entire plant floor.

INTEGRATION SURFACES

Where AI Connects to Ignition's Andon Data Flow

Capturing the Signal and Context

Ignition's Andon system generates structured events when operators pull a cord, press a button, or when automated sensors trigger a light. AI integration starts by consuming these events via Ignition's Tag Historian, Alarm & Notification Pipelines, or direct Database Queries to the runtime schema.

Beyond the simple alert (e.g., Station_5_Quality_Red), AI models need the surrounding context to understand the "why." This involves joining the Andon event with real-time data from the Ignition Tag Engine—such as machine speed, active recipe, operator ID, and recent sensor readings—to create a rich event payload. This payload is queued via MQTT or a REST webhook to an AI inference service for immediate analysis.

CONTEXT-AWARE AUTOMATION

High-Value AI Use Cases for Ignition Andon Systems

Modern Andon systems capture the 'what'—a light turns red. AI interprets the 'why' and orchestrates the 'what next.' These use cases show how to layer intelligence on top of Ignition's event-driven architecture to automate escalation, dispatch, and resolution.

01

Intelligent Alert Triage & Routing

Instead of a generic 'Line 1 Down' alert, AI analyzes the Andon signal in context with real-time OEE data, recent maintenance logs, and shift reports to classify the issue (e.g., 'Mechanical Jam,' 'Material Shortage,' 'Quality Fault'). It then routes the alert with a priority score and suggested responder group (Maintenance, Material Handler, Quality) directly to Ignition's notification system or connected mobile apps.

Batch -> Real-time
Response initiation
02

Automated Escalation with Duration-Based Rules

AI monitors the open duration of an Andon event. If a first-tier responder acknowledges but doesn't resolve within a configurable SLA (e.g., 5 minutes for a minor stoppage), the system automatically escalates. It fetches the supervisor on duty from the MES schedule, compiles relevant context (machine sensor trends, similar past tickets), and creates a higher-priority alert in Ignition's alarm table or a connected ITSM like ServiceNow.

Same day
SLA compliance
03

Resolution Knowledge Base Suggestion

When an operator pulls an Andon cord or a sensor triggers a light, AI immediately searches a vector database of past resolved work orders, SOPs, and machine manuals. It surfaces the top 3 most relevant resolution procedures or past cases to the technician's Ignition Perspective HMI or mobile device, based on semantic similarity to the current fault description and machine state.

Hours -> Minutes
Mean time to repair (MTTR)
04

Predictive Andon Prevention

AI models analyze historical Andon event data from Ignition's historian alongside real-time sensor streams (vibration, temperature, pressure). The system identifies precursor patterns that typically lead to a full Andon activation and generates a pre-emptive 'amber' advisory alert in the Ignition HMI, suggesting preventive checks or parameter adjustments to avoid the stoppage.

1 sprint
Pattern identification
05

Cross-Shift Handover Automation

At shift change, AI summarizes all active and recently resolved Andon events from Ignition's event logs. It generates a natural language shift report highlighting recurring issues, resolution effectiveness, and any pending escalations. This report is pushed to the incoming shift supervisor's dashboard and can be audited in systems like Plex or SAP Digital Manufacturing.

Batch -> Real-time
Knowledge transfer
06

Root Cause Analytics & Trend Reporting

AI clusters and analyzes closed Andon events over time (weekly/monthly) to identify systemic root causes. Instead of manual Pareto charts, it generates automated insights like '30% of Line 3 stops linked to Vendor A's material diameter variance' or 'Night shift has 40% longer resolution times for electrical faults.' These reports feed back into Ignition's reporting module and trigger proactive workflows in quality or procurement systems.

Hours -> Minutes
Insight generation
PRACTICAL IMPLEMENTATION PATTERNS

Example AI-Andon Workflows in Ignition

These workflows illustrate how AI transforms passive Andon light signals captured by Ignition into intelligent, context-aware automation. Each pattern connects Ignition's real-time data fabric to AI models to automate escalation, dispatch, and knowledge capture.

Trigger: An Andon light status changes to Red or Yellow on a specific Ignition tag.

Context Pulled:

  • The Ignition tag's Path (e.g., Line1/Station5/Andon_Quality).
  • Associated production order and part number from the Ignition SQL database.
  • Recent 5-minute sensor data (vibration, temperature) from the same station's historian tags.
  • Current operator ID from the logged-in Ignition client session.

AI Agent Action: A lightweight model analyzes the signal context:

  1. Classifies Issue Type: Is this likely a Quality, Machine, Material, or Safety stop?
  2. Assesses Urgency: Based on part criticality and recent sensor anomalies.
  3. Predicts Resolution Group: Which maintenance team or quality engineer typically handles this?

System Update:

  • Ignition's built-in notification system sends a prioritized alert via Teams/SMS to the predicted group.
  • A detailed incident ticket is automatically created in the connected CMMS (e.g., SAP PM, Maximo) via Ignition's REST client, pre-populated with the AI's classification and context.
  • The Ignition HMI updates to show the AI-predicted issue type and assigned group.

Human Review Point: The initial classification is logged for review. Supervisors can confirm or correct the AI's prediction in the CMMS ticket, creating a feedback loop for model retraining.

IGNITION ANDON LIGHT INTEGRATION

Implementation Architecture: Data Flow & Model Integration

A practical blueprint for connecting AI inference to Ignition's Andon light signals to automate escalation, dispatch, and resolution logging.

The integration architecture treats Ignition's Andon system as a real-time event stream. AI models connect to Ignition's Tag Historian or Transaction Groups to consume light state changes (e.g., red, yellow, green), associated Alarm Status tags, and contextual metadata from the SQL Bridge (like work order, station ID, operator). This raw signal is enriched with live production data—current machine cycle time, recent quality checks, operator experience level—to create a rich context payload for the AI.

A dedicated AI Inference Service, deployed as a containerized microservice or within Ignition's Gateway Scripting environment, processes this payload. It uses a classification model to interpret the event (e.g., 'material jam' vs. 'tool breakage'), then executes a multi-step workflow: 1) Automated Escalation via Ignition's notification system (email/SMS) or direct API calls to a CMMS like SAP PM to create a work order. 2) Intelligent Dispatch by querying a maintenance skills database to route the alert to the best-suited technician. 3) Resolution Logging where the AI drafts a summary of the issue and solution into a Knowledge Base Tag in Ignition, creating a searchable memory for future similar events.

Governance is managed through Ignition's Audit Profile system, logging all AI inferences and actions. A Human-in-the-Loop (HITL) approval step can be configured for high-impact classifications before dispatch. The model is retrained using feedback loops from resolved work orders and technician notes, which are pulled back into the AI service via Ignition's database connections. This creates a closed-loop system where the Andon integration becomes more accurate and context-aware over time, reducing mean time to repair (MTTR) without replacing the existing PLC or HMI logic.

AI-ENHANCED ANDON LIGHT INTEGRATION

Code & Configuration Examples

Configuring Ignition for AI-Ready Andon Events

To feed AI models, you must structure Andon light signals as rich, contextual events in Ignition, not just binary tags. This involves creating UDTs (User Defined Types) for Andon stations that bundle the signal state with metadata.

Key UDT Members:

  • station_id (String)
  • light_state (Integer: 0=Green, 1=Yellow, 2=Red)
  • trigger_timestamp (DateTime)
  • associated_workorder (String)
  • equipment_tag_path (String) – Links to the machine's OEE and sensor data.
  • last_10_events (String Array) – Recent operator actions or alarms from the station.

Configure an Ignition script on the light_state property change to serialize this UDT instance and POST it as a JSON payload to your AI inference endpoint. Use Ignition's built-in system.net.httpPost function or a dedicated Gateway scripting module for reliable queuing.

AI-ENHANCED ANDON RESPONSE

Realistic Time Savings & Operational Impact

This table shows the operational impact of integrating AI with Ignition to interpret Andon light signals, automating escalation, dispatching, and knowledge capture.

MetricBefore AIAfter AINotes

Initial Triage & Escalation

Manual operator call / supervisor walk-up

Automated classification & routing in <30 seconds

AI analyzes signal context (station, product, recent faults) to determine severity and correct support group.

Dispatch & Communication

Phone calls, radios, or chasing down leads

Automated ticket creation & notification to assigned team

Integration with Ignition's tag history and work order systems auto-populates ticket with relevant machine data.

Resolution Knowledge Retrieval

Tribal knowledge or searching past logs

Similar past incidents & solutions surfaced automatically

AI retrieves resolution notes from historical Ignition alarm logs and connected CMMS work orders.

Mean Time To Repair (MTTR)

Variable, often extended by mis-routing

Reduced by 15-25% on average

Faster, correct first-time dispatch and pre-loaded context for technicians reduces diagnostic time.

Post-Event Documentation

Manual log entry, often incomplete

Automated resolution summary draft & prompt for closure

AI generates a narrative summary from timestamps, actions taken, and parts used, reducing administrative burden.

Root Cause Trend Analysis

Monthly manual review of alarm logs

Weekly automated reports on signal patterns & common causes

AI clusters similar Andon events to identify recurring equipment or process issues for proactive maintenance.

Operator Cognitive Load

High during line stops; must diagnose and escalate

Reduced; focus on containment while system handles coordination

Operators confirm AI-suggested issue and focus on safe line stop/containment, improving safety and focus.

ARCHITECTING FOR PRODUCTION

Governance, Security & Phased Rollout

A production-ready AI integration for Ignition Andon systems requires a structured approach to security, operational governance, and incremental deployment to manage risk and build trust.

Secure Data Flow & Model Governance: The integration architecture must enforce strict access controls. AI models should never have direct, unmonitored write access to Ignition tags or SQL databases. Instead, inferences are passed through a secure middleware layer (e.g., a dedicated microservice or Ignition's built-in scripting modules) that validates the output against business rules before creating a work order in the CMMS or updating an escalation status. All model calls, input data (e.g., Andon signal context, machine state), and recommended actions are logged to a separate audit database with full traceability for compliance and model performance review.

Phased Rollout Strategy: Start with a monitor-and-alert phase in a single production cell or line. Configure the AI to analyze Andon signals and generate internal alerts or recommendations visible only to a pilot team of engineers and supervisors via a dedicated Ignition Perspective screen. This validates accuracy without changing live processes. Next, move to an assisted escalation phase, where the system suggests the correct support team and resolution steps to dispatchers, who retain final approval. Finally, after achieving a high confidence threshold, enable automated dispatch for specific, high-frequency issue types (e.g., 'Material Jam - Line 1'), automatically creating tickets in the connected CMMS like Fiix or SAP PM while notifying the assigned technician.

Continuous Feedback & Model Retraining: Governance doesn't end at deployment. Implement a closed-loop feedback system where technician resolution notes and time-to-repair from the CMMS are fed back into the AI model's training pipeline. This allows the system to learn from corrections and improve its classification and recommendation accuracy over time. Establish a regular review cadence with operations leadership to evaluate key metrics: reduction in Andon response time, escalation accuracy, and the rate of human overrides, adjusting the automation scope and model confidence thresholds accordingly.

IMPLEMENTATION BLUEPRINTS

FAQ: AI for Ignition Andon Systems

Practical questions and workflow blueprints for integrating AI with Ignition's Andon system to move from simple light signals to intelligent, automated response.

An Andon light is a binary signal (e.g., red, yellow, green). AI adds context by correlating the light trigger with real-time and historical data from Ignition.

Typical data sources pulled by the AI agent:

  • Ignition Tags: Current machine state (speed, temperature, pressure), cycle counts, active alarms.
  • SQL Database (via Ignition): Work order details, operator ID, part number, recent quality results for that station.
  • MES Module Data: Shift schedule, production target vs. actual, recent maintenance performed.

The AI model performs multi-factor analysis:

  1. Classifies the event type: Is this a quality stop, material shortage, mechanical failure, or safety event?
  2. Assesses severity & impact: Based on downtime duration, bottleneck status, and order priority.
  3. Suggests probable cause: Correlates with similar historical events logged in the resolution knowledge base.

This context transforms a simple "Line 1 - Red" into "Line 1 - Red - Probable cause: Sensor S12 fault. Impact: High-priority Order #45022 delayed. Last occurrence: 14 days ago, resolved by Maintenance Tech Rodriguez."

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.