Evaluate the AutomationView desktop suite free for 30 days. No credit card required. Claim trial key →
arrow_back Back to Articles
HMI

Building a Resilient HMI Display Hierarchy: An Operations Deep Dive

calendar_month
person Carvalho Raphael

Building a Resilient HMI Display Hierarchy: An Operations Deep Dive

HMI
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    L1["Level 1: Overview (Plant Status)"] --> L2["Level 2: Unit Control (Operations)"]
    L2 --> L3["Level 3: Detail (Troubleshooting)"]
    L3 --> L4["Level 4: Diagnostics (I/O & Help)"]
    
    classDef l1 fill:#3b82f6,stroke:#1d4ed8,stroke-width:2px,color:#fff;
    classDef l2 fill:#10b981,stroke:#047857,stroke-width:2px,color:#fff;
    classDef l3 fill:#f59e0b,stroke:#b45309,stroke-width:2px,color:#fff;
    classDef l4 fill:#6b7280,stroke:#374151,stroke-width:2px,color:#fff;
    
    class L1 l1;
    class L2 l2;
    class L3 l3;
    class L4 l4;
AutomationView Icon AutomationView

TL;DR:

  • A poorly structured SCADA screen causes cognitive overload during plant alarms.
  • An ISA-101 compliant HMI display hierarchy separates information into four functional levels.
  • Keep high-level dashboards separate from granular I/O diagnostic screens to improve operator response times.

The Importance of SCADA Screen Architecture

During a plant upset, an operator facing a poorly structured SCADA screen can easily suffer from cognitive overload due to alarm flooding. Implementing a strict HMI display hierarchy isn’t just about making screens look good; it’s about minimizing response time when something goes wrong. An ISA-101 compliant architecture forces engineers to separate high-level situational awareness from deep diagnostic data. Here is a breakdown of the four levels you need to implement to build a resilient control interface.

1. The Four Levels of the Hierarchy

A functional interface design begins by physically separating information based on who needs it and when. The ISA-101 standard dictates that a proper HMI display hierarchy uses four distinct tiers. Each tier restricts the depth of data shown to prevent screen clutter.

The logical flow of these displays operates from plant-wide aggregation down to granular I/O:

flowchart TD
    L1["Level 1: Overview Display (High-Level KPIs)"]
    L1 --> L2A["Level 2: Area A Control"]
    L1 --> L2B["Level 2: Area B Control"]
    L2A --> L3A["Level 3: Pump A1 Details"]
    L2A --> L3B["Level 3: Valve A2 Details"]
    L2B --> L3C["Level 3: Conveyor B1 Details"]
    L3A --> L4A["Level 4: Pump A1 I/O Diagnostics"]
    L3B --> L4B["Level 4: Valve A2 Interlocks"]
    
    classDef l1 fill:#3b82f6,stroke:#1d4ed8,stroke-width:2px,color:#fff;
    classDef l2 fill:#10b981,stroke:#047857,stroke-width:2px,color:#fff;
    classDef l3 fill:#f59e0b,stroke:#b45309,stroke-width:2px,color:#fff;
    classDef l4 fill:#6b7280,stroke:#374151,stroke-width:2px,color:#fff;
    
    class L1 l1;
    class L2A,L2B l2;
    class L3A,L3B,L3C l3;
    class L4A,L4B l4;

Here is a breakdown of the content distribution across the hierarchy:

Hierarchy Level Primary Audience Main Focus Typical Content
Level 1 (Overview) Plant Managers & Supervisors Plant-wide status Key performance indicators (KPIs), production targets, major system alarms.
Level 2 (Unit Control) Control Operators Daily operations Main process flow, controller loops, valves, pumps, local area alarms.
Level 3 (Detail) Operators & Technicians Subsystem troubleshooting Specific motor control, PID tuning graphs, sequence step status, valve status.
Level 4 (Support) Engineers & Maintenance Advanced diagnostics Raw PLC input/output status, device calibration values, troubleshooting guides, network statistics.

2. Level 1: High-Level Situational Awareness

Think of Level 1 displays as the executive dashboard. Operators should gauge the plant’s health within a five-second glance. If you are putting start/stop buttons or individual valve animations on this screen, you have already broken the hierarchy.

Instead, focus on process throughput, aggregated alarm statuses, and high-level KPIs. Rely on low-contrast backgrounds (like dark gray) and strictly reserve bright, saturated colors for active, unacknowledged alarms. This constraint guarantees that an abnormal condition immediately draws the operator’s eye.

3. Level 2: Daily Operations Control Screens

Level 2 is the workhorse of the control room. This is where operators manage routine production on a specific unit, like a distillation column or a mixing station. Unlike the broader Level 1 dashboard, Level 2 requires actionable elements like setpoint entries, loop controls, and alarm acknowledgments.

Map the display to mirror the physical process flow, generally moving from left to right. Keep piping lines understated. Highlight only the dynamic variables that matter—tank levels, pressure readings, and motor run feedbacks. A stripped-down Level 2 display drastically reduces operator fatigue during a twelve-hour shift.

4. Level 3: Subsystem Troubleshooting

When a Level 2 component flags an issue, operators dive into Level 3 displays. These are usually pop-up faceplates or dedicated sub-screens. For example, if a temperature loop on Level 2 drifts out of spec, clicking it opens a Level 3 faceplate containing live trend data, PID tuning parameters, and manual override capabilities.

This approach leverages progressive disclosure. By keeping complex diagnostics hidden until explicitly called upon, you maintain a clean Level 2 environment while still offering deep troubleshooting tools when hardware misbehaves.

5. Level 4: Maintenance and Tuning Data

Operators rarely need to see raw I/O mapping or network switch latency. Level 4 displays belong to engineers and maintenance technicians. These screens house instrument calibration constants, sequence interlock tables, and raw PLC bit statuses.

Burying this data at Level 4 prevents accidental modifications to critical configuration variables. It also provides a centralized location for embedding PDF manuals, electrical schematics, and startup checklists directly into the HMI, ensuring technicians have documentation on hand exactly when they need it.

Navigation is as Important as the Graphics

Even the cleanest hierarchy fails if users cannot move between tiers seamlessly. Implement dedicated, static navigation bars. Furthermore, tie your alarm banners directly into the hierarchy—clicking an active alarm should instantly route the operator to the specific Level 2 or Level 3 screen displaying the faulted equipment.

FAQ

Q: Why shouldn’t I put control buttons on a Level 1 screen?
A: Level 1 screens are designed for rapid situation assessment. Adding interactive control elements clutters the interface and increases the risk of accidental actuations during a plant upset.

Q: How does ISA-101 treat alarm colors?
A: ISA-101 advocates for “high-performance HMI” principles, reserving bright colors (red, yellow, purple) exclusively for alarms. Normal operating states are depicted in muted grays or dull blues.

Conclusion

For strict compliance rules, always refer to the official ISA Standards.

If you need a head start on an ISA-101 compliant architecture, browse the AutomationView Store for pre-built HMI templates, SCADA graphics, and PLC tools designed specifically for industrial environments.

Share this article

Stay Updated with HMI

Get the latest articles and news delivered directly to your inbox.

Log in to Subscribe

You must be registered and logged in to manage subscriptions.

Recommended for you

Essential ISA-101 HMI Standard Tips for Amazing Screens

HMI
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A[Legacy HMI] -->|Apply ISA-101| B(High-Performance Screens)
    B --> C[Grayscale]
    B --> D[Redundant Alarms]
    B --> E[Simplified P&IDs]
    C & D & E --> F[Safe & Efficient Operations]
AutomationView Icon AutomationView
calendar_month

Essential ISA-101 HMI Standard Tips for Amazing Screens

When operators first look at an ISA-101 HMI standard compliant screen, their most common complaint is that it looks “boring” or “broken.” The vibrant 3D pumps and spinning cooling fans of legacy SCADA systems are gone, replaced by flat, muted shapes on a gray background. But that dullness is entirely intentional. The goal isn’t to […]

Read Article arrow_forward

5 Essential HMI Design Principles for Maximum Operator Efficiency

HMI
%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
    A[Traditional HMI] -->|Visual Noise| B[Operator Fatigue]
    C[ISA-101 High-Performance HMI] -->|Grayscale & Muted Tones| D[Situational Awareness]
    D -->|Faster Diagnosis| E[Maximum Efficiency]
AutomationView Icon AutomationView
calendar_month

5 Essential HMI Design Principles for Maximum Operator Efficiency

Why Traditional HMIs Fail on the Plant Floor I once walked into a control room where every single pump on the SCADA screen was flashing bright green, while three separate red alarms were blinking furiously in the corner. The operator didn’t even blink. When the interface is a Christmas tree of 3D animations and saturated […]

Read Article arrow_forward