Reliability Analysis — AITL under Plant Aging (1000 days)

This section provides a reliability-oriented analysis of the
AITL Controller A-Type under long-term plant degradation,
modeled as friction aging equivalent to 1000 days.

Unlike conventional performance-driven evaluations,
the focus here is on temporal reliability:


Language GitHub Pages 🌐 GitHub 💻
🇺🇸 English GitHub Pages EN GitHub Repo EN

🎯 Purpose and Scope

The goal of this analysis is not to optimize controller performance.

Instead, it aims to answer the following design questions:

The analysis compares:

under identical friction aging conditions.


🧩 Analysis Structure (Demo Mapping)

This reliability study is organized as a design-to-evidence sequence, linking architectural intent to reproducible results.

Rather than independent experiments, each demo represents a progressive refinement of reliability reasoning.

Demo Artifact Role
12 12_vi_current_control_sales_demo.py Phenomenon visualization (waveforms under aging & disturbance)
13 13_aging_sweep_delta_t.py Quantitative reliability metrics (Δt, max|e| vs aging)
15 15_fsm_explainability_demo.py Explainable supervisory decisions (FSM transition rationale)
(design synthesis) Reliability boundary identification (motivation for B-Type)

Interpretation

Together, these demos establish that:

This sequence defines the design boundary of the A-Type controller and provides the evidence base motivating a reliability-oriented B-Type architecture.

Each demo builds on the previous one and represents a
design-phase progression, not isolated experiments.


🔬 Demonstration Results (Reproducible Evidence)

This section presents direct, reproducible results generated from the Python demos in demos/ and stored in data/.

All figures below are auto-generated and traceable to code.


1️⃣ V–I Current Control under Aging & Disturbance

Waveform comparison of Fixed PID / PID×FSM / AITL under:

V–I current control demo

Observations

⚠️ Waveforms alone are not sufficient to judge reliability.
Quantitative metrics follow.


2️⃣ Reliability & Safety Metrics vs Aging (Δt, max|e|)

Aging sweep over resistance step ratio (ΔR/R0), evaluating:

Aging sweep metrics

Interpretation


3️⃣ FSM Explainability — Why Adaptation Switched

Explicit visualization and logs explaining why FSM mode switches occurred, based on thresholded error magnitude.

FSM explainability demo

What this proves


♻️ Reproducibility

All results shown above are generated by the following scripts:

Generated figures are stored in:

No manual post-processing is applied.


🧠 Reliability Design Conclusion (Evidence-Based)

Based on the results above:

These results define the design boundary of the A-Type controller and motivate a B-Type architecture explicitly designed for reliability control.


🧩 Key Design Message

Adaptive control is not automatically reliable.

In this study, AITL successfully compensates for delay,
but at the cost of:

Crucially, these effects are:

This distinction marks the boundary between
performance optimization and reliability-oriented design.


🧭 Navigation

▶ Detailed Demo Analyses (Reproducible Results)

These demos constitute the evidence layer supporting the reliability conclusions of the A-Type controller.


🖼 Reference Figure

This figure provides a phenomenological overview only.
All reliability conclusions are derived from quantitative metrics
and FSM-based decisions described in the demos above.


🔗 Relation to Other Documentation


✅ Summary

This reliability chapter demonstrates that:

The result is not a failure of AITL,
but a clear design boundary between:

Adaptive control
and
Reliable adaptive control


➡️ Design Implication and Next Step

The A-Type controller successfully demonstrated adaptive control capability under plant aging conditions.

While the feasibility of reliability-oriented control was investigated, the current A-Type architecture was not designed to guarantee reliability, as adaptive actions may degrade timing consistency and motion authority.

This result clarifies the design boundary of the A-Type controller and motivates the investigation of a B-Type architecture explicitly designed for reliability control, in which adaptive actions are evaluated and accepted only if overall reliability is improved.