Modernizing HMI for the DeltaV Live Era
Highlights
When Emerson introduced DeltaV Live with DeltaV v14, it marked a shift in DeltaV operator interface architecture. Since that release, facilities have had the option of operating in a transitional dual-mode environment, running legacy DeltaV Operate (built on the iFIX WorkSpace engine) concurrently alongside the modern HTML5-native DeltaV Live platform[1].
However, that coexistence runway is reaching its end. Emerson has designated DeltaV v16 as the final version to support DeltaV Operate. Starting in DeltaV v17, DeltaV Operate is completely removed, leaving DeltaV Live as the sole operator interface.
For control engineering teams and plant leadership, this transition is a critical project hurdle. Treating the move to DeltaV Live as a simple automated file conversion preserves decades of legacy technical debt. A successful migration requires a disciplined pass at graphics library rationalization, alarm presentation, and software refactoring.
Lifecycle Risks Ahead of DeltaV v.17
De-prioritizing this migration creates severe operational and financial risks during future software maintenance windows:
| Decision Metric | Proactive Migration (v14 - v16) | Reactive Cutover (Forced v17) |
|---|---|---|
| Downtime Risk | Near Zero (Parallel validation on live data) | High (Forced cutover during major DCS outage) |
| Operator Transition | Gradual (Dual-monitor staging and training) | Immediate (Operator "Upgrade Shock") |
| Engineering Scope | Planned audit and GEM refactoring | Rushed 1:1 conversion under outage pressure |
| Capital Expenditure | Managed across planned maintenance cycles | Unplanned emergency capital allocation |
| DCS Readiness | Unlocks seamless future v17+ upgrades | Trapped on legacy OS and server hardware |
Migrating proactively on v14, v15, or v16 allows teams to validate new displays, train operators gradually, and refine graphics libraries without risking unplanned downtime.
Migration Tools
The primary value of running the automated conversion tool is orientation. By converting a legacy display in a sandbox environment, controls engineers can study how DeltaV Operate shapes, lines, and property bindings translate into Graphics Studio objects. It provides a helpful 1:1 side-by-side reference for understanding the platform's visual mechanics.
Treating converted graphics as production-ready code guarantees long-term maintenance headaches for your controls team. Because the tool executes a 1:1 translation, it carries 15-year-old design flaws, unlinked static shapes, and broken ActiveX/VBA references directly into DeltaV Live. For production environments, the tool's output should be discarded in favor of clean, class-based authoring.
- Strictly for studying DeltaV Live mechanics in a sandbox
- Helps engineers map legacy iFIX properties to Graphics Studio
- Output is discarded (never deployed to live operations)
- Display Library Audit: Inventory active displays and catalog VBA/ActiveX gaps
- Class-Based GEM Engineering: Author GEMs linked to Control Studio Module Classes
- ISA-101 Production Deployment: Apply native color palettes and TypeScript handlers
Architectural Principle: Use the Emerson conversion tool to learn the environment, not to build your production system. Production displays must be authored cleanly using class-based GEMs to ensure long-term maintainability and performance.
Where the Tool Works
Where the Tool Fails
If you simply run the migration tool, you move outdated graphics from an outdated platform to a new platform. The underlying HMI usability issues remain identical, rendered in HTML5 instead of the old iFIX engine.
The ActiveX Challenge
Resolving these gaps requires investigation to analyze how the original ActiveX control was programmed, what methods it executed, and what data it exposed to the display. Controls engineers must combine process knowledge with software engineering skills to architect an equivalent workaround. Executing this successfully demands deep engineering familiarity with DeltaV Live's native framework to restore lost operational capabilities cleanly.
Eliminating Inherited Visual Noise
DeltaV Live components were built natively to support high-performance HMI standards (ANSI/ISA-101.01[2]) and alarm management frameworks (ANSI/ISA-18.2[3]). Built-in display elements automatically handle visual states based on alarm priorities, dynamic banner states, and situational awareness color palettes.
- Bright green indicates running equipment
- Flashing red text used for non-critical alerts
- High visual clutter and background piping
- Unrationalized alarm banners cause fatigue
- Muted gray palette reserves color for alarms
- Standardized priority shapes (ANSI/ISA-18.2)
- De-emphasized static process piping
- Immediate situational awareness during trips
Refactoring Legacy Graphics
DeltaV Live relies on class-based Graphical Elements (GEMs). Instead of building individual static shapes with manual tag links, engineers create reusable GEM definitions linked directly to DeltaV Control Studio module classes.
A key architectural advantage of DeltaV Live is that GEMs do not require a rigid 1-to-1 binding with backend control module classes. By leveraging dynamic property expressions, conditional visibility rules, and parameter passing, a single "smart" GEM can serve multiple distinct control module classes (such as 2-way isolation valves, 3-way diverting valves, or modulating control valves).
This parameter-driven structure drastically reduces overall HMI asset bloat. Updating a single, configurable GEM definition in Graphics Studio automatically propagates visual, dynamic, and popup enhancements across every instance in the plant display hierarchy upon publishing.
Resolving Instance-Level Drift
Over a decade of plant operation, a single pump or valve dynamo quietly mutates into dozens of unmanaged variations across the plant display hierarchy. To make matters worse, some facilities have lost their original source dynamo backup libraries over successive server upgrades, leaving behind orphaned, unlinked instance graphics scattered across hundreds of .GRF files.
Re-architecting graphics during a DeltaV Live migration forces this hidden technical debt to the surface. During the upfront display library audit, engineering teams analyze instance-level variations across all display files. These rogue graphic objects are then consolidated back into a single, smart GEM definition that uses parameter-driven visibility and variant rules to handle legitimate operational differences cleanly.
The facilities that get the most value from this migration are not the ones that convert the fastest. They are the ones that treat the conversion as a single, disciplined pass at questions most graphics libraries never get asked twice:
Long-Term System Sustainability
Contact our experts at Stellaro Technologies to see how we can assist you with DeltaV Live migration.
References
Emerson. DeltaV Live [Product Data Sheet]. View Data Sheet
International Society of Automation (ISA). ISA-101: Human-Machine Interfaces [Technical Standard]. View ISA Page
Note: Requires ISA membership to view the standardInternational Society of Automation (ISA). (2016). ANSI/ISA-18.2-2016, Management of Alarm Systems for the Process Industries. [Technical Standard]. View ISA Page
Note: Requires ISA membership to view the standardBrackin, I., Nixon, M., & Strobhar, D. (2026). Data-to-Information Handbook: Building Effective Display Systems for Refining Processes. Wiley & Sons Ltd. View Book Details
Note: Requires book purchase to view contents
