IEC 61069: Industrial Automation System Assessment — An Engineer’s Guide to Scientifically Selecting Control Systems
Standard at a Glance
The IEC 61069 series, officially titled “Industrial-process measurement, control and automation — Evaluation of system properties for the purpose of system assessment,” is developed by IEC/TC 65 (Industrial-process measurement, control and automation) through SC 65A (System aspects). Published as a unified 8-part standard in its 2nd edition (2016), it provides a structured methodology: define requirements through a System Requirements Document (SRD), evaluate vendor systems against a System Specification Document (SSD), and assess seven property dimensions — functionality, performance, dependability, operability, safety, maintainability, and other properties (including security). It empowers engineers to make defensible decisions when selecting DCS, SCADA, PLC, or SIS platforms.
1. The IEC 61069 Architecture: Seven Properties and One Framework
1.1 The 8-Part Standard Structure
The IEC 61069:2016 2nd edition represents a comprehensive reorganization of the original 1991/1999 editions into a consistent, modular structure:
1.2 The BCS Model: A Universal Abstraction for Control Systems
One of the core innovations of IEC 61069 is the Basic Control System (BCS) conceptual model. It abstracts any industrial control system into five functional interfaces, providing a uniform reference for assessment regardless of vendor or platform:
Process/Machine Interface Functions: Sensor signal acquisition and actuator drive output — the “hands and eyes” of the control system.
Data Processing Functions: Control algorithms, logic processing, data recording, alarm management — the “brain” of the system.
Communication Functions: Fieldbus, industrial Ethernet, wireless links — the “nervous system.”
Human Interface Functions: Operator HMI stations, engineering workstations, alarm panels — the “face” of the system.
External System Interface Functions: MES, ERP, cloud interfaces — the “diplomat” connecting to the enterprise.
Engineering Insight
The most common assessment trap is limiting evaluation to a single functional domain. A PLC may score perfectly on data processing, but if its communication interface supports only the vendor’s proprietary protocol (compromising the BCS “Communication” domain), the entire system’s integrability collapses. The BCS model forces you to think across all five interface dimensions simultaneously — that is its profound value.
1.3 SRD vs. SSD: The Two-Document Assessment Engine
IEC 61069 introduces a powerful dual-document concept that forms the backbone of every assessment:
SRD (System Requirements Document): Authored by the user (end-user or system integrator), defining what is needed from the target system — functional lists, performance targets, dependability expectations, environmental constraints. The SRD is the yardstick of the assessment.
SSD (System Specification Document): Provided by the supplier, describing what the system actually delivers in terms of functions, performance parameters, and properties. The SSD is the target being measured.
Assessment, at its core, is the structured process of comparing every SSD claim against the corresponding SRD requirement, judging the degree of compliance across each property dimension.
Common Pitfall: The Wish-List SRD
Too many projects write SRD entries like “The system shall have high reliability.” This is a textbook example of a non-verifiable requirement — it cannot be measured or tested. A proper SRD entry reads: “The system controller shall have a single-fault recovery time (MTTR) not exceeding 30 minutes, and system availability shall not be less than 99.95% on an annual basis, excluding planned maintenance windows.” Every requirement in the SRD must be quantifiable and verifiable.
2. The Seven System Properties: Deep Technical Analysis
2.1 Functionality (Part 2) — “What Can the System Do?”
Functionality assessment answers the most fundamental question: can the system perform the required control tasks? This seemingly simple question has multiple layers:
Function Coverage: Does the SSD function list cover every function defined in the SRD? Gaps are generally unacceptable.
Functional Margin: Is there headroom for expansion? Common benchmarks include I/O point reservation (typically no less than 20%).
Functional Correctness: Are core functions — PID regulation, sequential control, interlock protection — implemented correctly per applicable standards?
A vital concept in functionality assessment is the function-module-element decomposition hierarchy: each function can be broken into modules, and each module into elements. Assessment should proceed through all three levels to avoid missing low-level implementation gaps.
2.2 Performance (Part 3) — “How Well Does the System Perform?”
Performance assessment quantifies the speed, accuracy, and efficiency with which the system executes its functions under specified operating conditions. Key metrics include:
Performance Metric
Typical Meaning
Engineering Context
Response Time
Time from input change to output response
Safety interlocks typically require < 100 ms; process control loops accept 100-500 ms
Scan Cycle Time
Time for a complete PLC program scan
High-speed packaging lines may need < 10 ms; water treatment < 500 ms is sufficient
Throughput
Maximum data/events processed per unit time
SOE (Sequence of Events) systems must handle 10,000+ events/sec
Determinism (Jitter)
Variation in response timing
Motion control demands microsecond-level determinism; process control tolerates higher jitter
Capacity Margin
CPU load, memory utilization, bandwidth headroom
Acceptance testing should confirm CPU load < 60% at peak to preserve expansion margin
Performance Trap: Datasheet Numbers vs. Real-World Load
Vendor SSDs typically quote performance under “ideal” conditions — CPU idle, no HMI updates, zero communication traffic. In real deployments, once the configuration database is fully loaded, all HMI screens are active, historians are logging, and OPC clients are polling, system performance can degrade by 40-70%. Always demand performance benchmark reports under simulated real-world load conditions, not pristine laboratory measurements.
2.3 Dependability (Part 4) — “How Long Can You Trust the System?”
Dependability is among the most comprehensive properties in IEC 61069, encompassing availability, reliability, recoverability, and fault tolerance. In critical infrastructure (power plants, chemical processing, water treatment), dependability is often the single most important factor in vendor ranking.
Core assessment dimensions:
Availability: The probability that the system is in a functional state under given conditions. Calculated as A = MTBF / (MTBF + MTTR). Critical systems target 99.99% (“four nines”) or higher.
Reliability: The ability to perform required functions under stated conditions for a stated time interval. Quantified as MTBF (Mean Time Between Failures).
Redundancy Architecture: Controller redundancy (hot-standby/warm-standby), network redundancy (ring/dual-star), power supply redundancy, I/O redundancy — each with different switchover times and cost implications.
Fault Recovery: Is controller switchover bumpless? Does network self-healing complete within the process safety time? Does the operator display automatically restore to the pre-fault state after a system restart?
2.4 Operability (Part 5) — “How Usable Is the System?”
Operability measures the system’s capability to be used effectively, efficiently, and satisfactorily by operators under normal operating conditions. It is frequently undervalued in tender evaluations, yet it is the property that most directly affects daily productivity over the system’s 15-20 year lifecycle.
Key technical considerations:
HMI Quality: Alarm priority layering, navigation depth, color coding consistency (see ISA-101), trend interaction design.
Workflow Efficiency: The number of steps and time required to complete common operator tasks (e.g., start/stop a pump set, switch PID controller mode).
Error Prevention: Are critical operations protected by confirmation dialogs? Is access control granular and role-appropriate? Are interlock conditions pre-evaluated and communicated to the operator before action?
Situation Awareness: Can the operator comprehend the overall process state in a single glance? (Refer to the ISA-101 HMI design standard).
Engineering Insight
When two systems are comparable on functionality, performance, and dependability, operability often becomes the tiebreaker. A truly well-designed system can reduce operator training time by over 30% and cut operational error rates by 50%. Across a 20-year system lifecycle, superior operability saves far more in operational costs than the upfront hardware price difference. Always include front-line operators in the evaluation — never let engineering managers make the decision in isolation.
2.5 Safety (Part 7) — “How Safe Is the System?”
IEC 61069-7 builds system safety assessment on a hazard-harm-propagation path analytical framework, structurally aligned with the functional safety philosophy of IEC 61508/61511:
Hazard Reduction: Eliminating or minimizing the possibility of hazard sources through design.
Hazard Isolation: Confining hazards within defined zones to prevent propagation (e.g., intrinsic safety barriers, network firewalls).
Immunity / Robustness: The system’s ability to resist harmful internal and external influences (EMC disturbances, overvoltage, cyber attacks) without entering a hazardous state.
Aversion: The capability to detect a hazard and proactively transition to a safe state (fail-safe fallback behavior).
Mitigation: Limiting the scope of damage after a hazard has materialized (e.g., physical containment, pressure relief systems).
Propagation path analysis is one of the unique contributions of IEC 61069-7. It requires assessors to trace every possible propagation path from a hazard source to a harm receiver (personnel, environment, equipment, production) and verify adequate layers of defense along each path. This paradigm is highly complementary to the bow-tie risk model.
2.6 Maintainability and Security
Maintainability (Part 6) addresses the time, resources, and skills required to restore a system to normal operation after a failure. Key metrics include MTTR, diagnostic coverage, online module replacement capability, and remote diagnostic functions. Excellent maintainability design means that when a fault occurs at 2 AM, the on-duty engineer does not need to call a system specialist — the system itself tells them what failed and how to fix it.
Among the Other Properties (Part 8), cybersecurity stands out as increasingly critical. While detailed treatment is found in the IEC 62443 series, IEC 61069-8 provides a unified framework for integrating cybersecurity attributes — access controls, network segmentation, audit logging, patch management policies — into the broader system assessment.
2.7 Seven Properties at a Glance
System Property
Core Question
Primary Assessment Method
Typical Metrics
Functionality
What can the system do?
Function list comparison, gap analysis
Coverage percentage
Performance
How fast and accurate?
Benchmark testing, simulation, field measurement
ms, Mbps, % accuracy
Dependability
How long can you trust it?
Reliability block diagrams, FMEA, field failure statistics
MTBF, Availability %
Operability
How usable is it?
Heuristic evaluation, operator usability testing
Task time, error rate
Safety
Can it cause harm?
HAZOP, propagation path analysis, SIL verification
3. The Structured Assessment Process and Engineering Practice
3.1 The Five-Step Assessment Methodology
IEC 61069-1 defines a universal assessment workflow applicable to every system property:
Define the Assessment Objective: Clarify why the assessment is being done (vendor selection? upgrade decision? compliance audit?). Define scope and depth.
Design and Layout of the Assessment: Select which system properties to assess (all seven or a subset?), assign weights to each property. For example, a nuclear power plant control system assigns maximum weight to safety and dependability; a food packaging line may prioritize performance and operability.
Planning the Assessment Program: Define metrics, select evaluation techniques (analytical vs. empirical), establish a timeline, and allocate resources.
Execute the Assessment: Collect SRD and SSD documents, perform analytical evaluation (document reviews, modeling), conduct empirical evaluation where necessary (benchmark tests, witnessed factory acceptance testing), and record all findings.
Reporting the Assessment: Consolidate results across all property dimensions, present an integrated conclusion with recommendations. The report should clearly distinguish between assessment facts and subjective judgments.
3.2 Analytical vs. Empirical Evaluation
IEC 61069 defines two complementary evaluation techniques:
Best Practice: Parallel Application
The most effective approach is to use analytical evaluation as a screening tool and empirical evaluation as a final validation mechanism. Start by narrowing a field of 8 candidate vendors to 3 using checklists and document reviews, then subject the finalists to rigorous FAT benchmark testing and usability evaluation. This funnel strategy balances breadth with depth.
3.3 Influencing Factors — The Critical Step Most Assessments Skip
Section 5.3 of IEC 61069-1 dedicates significant attention to influencing factors (derived from IEC TS 62603-1) that can materially impact all seven system properties. These factors are frequently overlooked during evaluation:
Installation Environment: Indoor/outdoor, cleanroom/dusty, temperature and humidity ranges.
Corrosive and Erosive Influences: Concentration levels of gaseous contaminants (H2S, SO2, Cl2) and solid aerosols in the atmosphere.
EMC Requirements: RF radiated fields (up to 10 V/m), electrical fast transient/burst (up to 4 kV), surge (up to 4 kV), conducted disturbances, voltage dips, and short interruptions.
Power Supply Quality: Voltage deviation, frequency deviation, harmonic distortion, short-term interruptions.
Sub-system Integration: Third-party device interoperability, legacy system compatibility, data format conversion.
Lessons Learned the Hard Way
A DCS system that ran flawlessly in a German factory failed catastrophically within 18 months when deployed at a Southeast Asian coastal plant — circuit boards across entire control cabinets suffered widespread corrosion. The root cause? The assessment phase had ignored the “corrosive and erosive influences” factor, specifically the orders-of-magnitude difference in ambient H2S concentration. The IEC 61069 influencing factors framework exists precisely to prevent this “working system dies in a new environment” tragedy. System assessment is never just about feature lists and price sheets.
4. From Standard to Selection Decision: Evaluation Matrix and Common Traps
4.1 Building a Weighted Vendor Evaluation Matrix
Translating IEC 61069’s seven properties into an actionable vendor selection matrix requires tailoring weights to the specific industry context:
Note: The weight allocations above are entirely context-dependent. A chemical/petrochemical facility places safety first (30%), while a food and beverage plant — with faster production cadences and frequent product changeovers — prioritizes performance and operability. There is no universal weight assignment; this is an engineering judgment call.
4.2 Common Assessment Traps and How to Avoid Them
The “More Functions = Better System” Fallacy: A system may come with a 2,000-page feature list, but only 70% are relevant to your process. The remaining 30% of “extra features” add no value but increase complexity, training costs, and potential failure modes. Evaluate applicable functions, not total function count.
Ignoring Total Cost of Ownership (TCO): Comparing only hardware purchase prices while ignoring 20 years of software licensing, spare parts, training, upgrades, and decommissioning costs. The IEC 61069 framework should incorporate full lifecycle cost analysis.
Vendor Lock-In Risk: Choosing a system with proprietary communication protocols or programming environments locks all future expansions, upgrades, and spare parts into that vendor’s ecosystem. Assessment should explicitly score vendor lock-in risk.
Datasheet Numbers vs. Field Truth: A vendor SSD quoting MTBF = 50 years may derive from accelerated life testing in a laboratory, not from statistical analysis of thousands of units operating in real field conditions. Always demand field reliability tracking data (field return statistics).
Skipping Operator Participation: Making decisions based on technical specifications in a conference room, without ever having actual operators interact with candidate systems. The result: technically perfect specifications accompanied by daily operator frustration.
The Biggest Mistake Is No Structured Assessment at All
Years of project experience show that the most common “error” in control system selection is not miscalculating a metric — it is the absence of any structured evaluation method. Too many organizations select systems based on “we used Brand A last time, so we’ll use Brand A again,” “Brand B’s salesperson took us to dinner,” or “Brand C has the biggest name in the industry.” The very existence of IEC 61069 provides a traceable, defensible, and comparable scientific assessment framework that ensures your selection decisions survive any technical audit.
FAQ
Q: How does IEC 61069 relate to IEC 61508 functional safety?
A: The two standards are complementary, not overlapping. IEC 61508 and IEC 61511 focus specifically on the design and verification of safety-related systems (SIL levels, safety lifecycle), while IEC 61069 provides a broader system assessment framework where safety is just one of seven properties. In practice, use IEC 61508 methodology to assess safety functions themselves, and IEC 61069 methodology to weigh safety against the other six properties in a holistic trade-off. IEC 61069-7’s hazard-propagation path analysis framework is highly compatible with the hazard and risk analysis phases of IEC 61508.
Q: Should small automation projects (e.g., a single PLC + HMI) apply IEC 61069?
A: Yes, but proportionally scaled down. The IEC 61069 framework is inherently scale-independent — it provides an organizing methodology, not a mandated 500-page assessment report. For small projects, collapse the assessment into a single checklist: benchmark the 20 core SRD requirements against the SSD, one by one. Even a lightweight structured assessment beats “going with your gut.”
Q: What is the difference between the SRD and a Functional Design Specification (FDS)?
A: The SRD is a higher-level requirements document defining “what system properties the user needs” (what the user needs) — used primarily for system evaluation and selection. The FDS is a more detailed design document defining “how the system will be configured to meet those requirements” (how the system will be configured). The typical project flow is: SRD (selection phase) — System Selected — FDS (detailed design phase).
Q: How long does an IEC 61069 assessment remain valid?
A: The standard itself defines no expiration period. Practical guidance: re-assess when the system undergoes a major firmware/software version upgrade, when process requirements change significantly (e.g., plant expansion or retrofit), or when external environmental conditions shift materially. For continuously operating critical systems, a lightweight review every 3-5 years is recommended to confirm that original assessment assumptions still hold.