4.1 Digital andon systems
A traditional Andon system (lights on a pole) serves as a passive request for help; a Digital Andon system acts as an active, enforceable request for support. In a high-speed manufacturing environment, a “Red Light” that goes unnoticed for 10 minutes equates to 10 minutes of lost capacity that can never be recovered. The core objective of a Digital Andon system is to convert “Line Down” events into Workflow Tickets governed by enforceable Service Level Agreements (SLAs).
The taxonomy of stops
Section titled “The taxonomy of stops”Not all stops are equal. The system must classify the request immediately to route it to the correct department. It is recommended to avoid broadcasting generic “Help” messages to everyone.
Material call (logistics)
Section titled “Material call (logistics)”- Trigger: Operator scans “Low Level” or Machine throws “Feeder Empty” alarm.
- Routing: Warehouse / Water Spider.
Maintenance call (equipment)
Section titled “Maintenance call (equipment)”- Trigger: Machine Error Code (e.g. “Motor Fault”) or Operator “Broken Tool” button.
- Routing: Maintenance Technician.
Quality call (process)
Section titled “Quality call (process)”- Trigger: Consecutive Failures at Automated Optical Inspection (AOI) or Operator visual doubt.
- Routing: Quality Engineer / Line Lead.
Process call (bottleneck)
Section titled “Process call (bottleneck)”- Trigger: Cycle time exceeds target by > 15%.
- Routing: Shift Supervisor.
The escalation logic (the timer)
Section titled “The escalation logic (the timer)”The Digital Andon functions as a “Dead Man’s Switch.” When the primary responder does not react within the allotted time, the system automatically escalates the issue to the next tier of management. This design removes the social friction of operators feeling like they are “tattling” on a coworker; the system initiates the escalation, not the operator.
Severity & SLA matrix
Section titled “Severity & SLA matrix”These rules must be defined in the MES configuration:
- Tier 1 (Responder): The Technician or Lead assigned to the line.
- Response SLA: 5 Minutes.
- Action: They must “Acknowledge” the alert (e.g. Scan Badge) at the station.
- Tier 2 (Manager): The Area Manager or Engineer.
- Trigger: When the Tier 1 Status remains “Open” for more than 15 minutes.
- Action: The system sends a Push Notification or SMS to this tier.
- Tier 3 (Executive): Plant Manager or Director.
- Trigger: When the Tier 1 Status remains “Open” for more than 60 minutes.
- Action: The system generates and sends an Email Report. (This acts as the “nuclear option”).
The workflow state machine
Section titled “The workflow state machine”An Andon event is a ticket. It must traverse a defined lifecycle.
Open (red state)
Section titled “Open (red state)”- Start: Event Triggered.
- Clock: Ticking. Line is likely Down.
- Andon Board: Flashing Red.
Acknowledged (yellow state)
Section titled “Acknowledged (yellow state)”- Action: Responder scans badge at the terminal.
- Meaning: “I am here working on it.”
- Clock: Escalation Timer pauses; Resolution Timer continues.
- Andon Board: Solid Yellow.
Resolved (green state)
Section titled “Resolved (green state)”- Action: Responder selects Root Cause Code and closes ticket.
- Meaning: Production has resumed.
- Clock: Stopped.
Closure rules & reason codes
Section titled “Closure rules & reason codes”We cannot effectively improve what we do not accurately categorize. Closing an Andon ticket requires a “Confession”—a mandatory data entry step where the responder explains exactly why the line stopped.
The “other” category
Section titled “The “other” category”- Rule: “Other” or “Miscellaneous” must be removed from the dropdown menu.
- Why: “Other” creates a data black hole. The system must be designed to guide users to select a specific category (e.g. “Feeder Jam,” “Software Crash,” “Missing Part”).
Validation logic
Section titled “Validation logic”- When the duration exceeds 10 minutes and the comment field is empty, the system should block closure, prompting the technician to type a brief explanation.
- When the Responder ID matches the Operator ID, the system should flag the ticket for review. Operators generally should not be closing their own maintenance tickets.
Automatic vs. manual triggers
Section titled “Automatic vs. manual triggers”- Automatic (Hard Down): The machine state (DI/O or OPC-UA) must be connected directly to the Andon framework.
- Logic: When the Machine State registers “Error” for more than 30 seconds, the system should auto-create a Maintenance Ticket.
- Manual (Soft Stop): A touchscreen interface must be provided for the operator.
- Logic: When the operator presses “Quality Check,” the line continues running (if safe to do so), but the system immediately summons a Quality Engineer.
Recap: Digital Andon System Call Routing and Escalation Protocols
Section titled “Recap: Digital Andon System Call Routing and Escalation Protocols”| Call Type | Trigger Condition | Primary SLA (Response) | Mandatory Closure Action |
|---|---|---|---|
| Material | Operator scan “Low Level” or machine “Feeder Empty” alarm | Route to Warehouse/Water Spider | Select specific root cause code; “Other” category prohibited |
| Maintenance | Machine error code or operator “Broken Tool” button | Route to Maintenance Technician; Acknowledge within 5 min | Select specific root cause code; “Other” category prohibited |
| Quality | Consecutive AOI failures or operator visual doubt | Route to Quality Engineer/Line Lead | Select specific root cause code; “Other” category prohibited |
| Process | Cycle time exceeds target by >15% | Route to Shift Supervisor | Select specific root cause code; “Other” category prohibited |
| Escalation Logic | Trigger Condition | Action | Condition |
| Tier 2 (Manager) | Tier 1 status “Open” >15 min | System sends push notification/SMS | Automatic escalation |
| Tier 3 (Executive) | Tier 1 status “Open” >60 min | System generates/sends email report | Automatic escalation |
| System Rules | Parameter | Requirement | Validation |
| Automatic Trigger | Machine state “Error” duration | >30 seconds | Auto-create maintenance ticket |
| Ticket Closure | Duration >10 min with empty comment | Block closure | Require technician explanation |
| Ticket Closure | Responder ID matches Operator ID | Flag ticket for review | Prevent operator self-closing maintenance tickets |