CENTUM VP Graphic System-Towards Integrated HMI

下载 (207 KB)

SURENDRA C. RAMARAO1 TANAKA Mihoko1

A more expressive rich graphic screen has been demanded in DCS (Distributed Control System) field according to a marked advance of the information technology and popularization of PC in recent years. Our new CENTUM VP Graphic system was fully reformed on the basis of the new concept of new operation style of CENTUM VP.

Each of our former products has its own graphic system. But many features of those graphic systems can be shared among all products. CENTUM VP Graphic system integrate those common features and provide them as common modules in order to provide the same look & feel and operation. Also it is designed with very high flexibility and extensibility so that it will be reused by future products.

  1. YEA Singapore Development Centre R&D2

Introduction

The first stage in creating next-generation production control system that achieves innovative plant operation is providing "Visualized operation".

"Visualized operation" for the customer means that he can reliably access and visualize plant data regardless of plant location and time. A core technology to be established for achieving this is HMI (Human Machine Interface) which is integrated irrespective of hardware and application platforms.

The CENTUM VP Graphic System is a key component of HMI in Yokogawa's distributed control systems (DCS). This graphic system uses advanced technologies to deliver flexibility, extensibility, high performance and high reliability.

CENTUM VP Software Architecture

First, the architecture of the CENTUM VP software is described.

Figure-1-CENTUM-VP-Integrated-HMI-Architecture
Figure 1 CENTUM VP Integrated HMI Architecture

Our CENTUM VP software architecture is a mechanism to integrate customer's plant information and function that is scattered. This architecture consists of three function groups and one infrastructure layer (Figure 1). Each function group is called a "Collaboration."

The View Collaboration consists of modules that support HMI. The Function Collaboration is the business logic layer consisting of features like workflows, KPI (Key Performance Indices) calculations etc.

The Information collaboration is the information integration layer responsible for providing unified access to various information sources. These collaborations also share a common infrastructure layer that supports features like security, communication, name service etc.

The architecture also is categorized into two parts: a common platform for different products, and a unique part for different products. Each of the Collaborations has common modules, as well as product-specific modules which are used only in a product.

The infrastructure modules and the common modules in the Collaborations together are referred to as the CENTUM VP Platform. Products will be developed by providing product- specific modules on this platform.

The CENTUM VP Graphic System naturally forms a part of View Collaboration, and was developed as a platform independent of products.

Background of CENTUM VP Development

Our integrated Production Control System CENTUM CS 3000 R3, Network-based Control System (NCS) STARDOM, and Plant Information Management System Exaquantum all have their own graphic systems with many common features and some product specific features.

Therefore, it was clear that the following advantages could be attained by developing a flexible and extensible common graphic system and adding product-specific functions to it:

  • Provides common Look & Feel operability
  • Exchanges displays among different products
  • Provides products to customers in a timely manner

CENTUM VP Graphic System for HIS (Human Interface Station) particularly focuses on improving the productivity of operators, engineers, and supervisors without compromising compatibility, reliability, and performance.

CENTUM VP Graphic System Architecture and Design Considerations

Figure-2-Abstract-Data-Repository-and-Its-Application
Figure 2 Abstract Data Repository and Its
Application to the CENTUM VP Graphic System

This section describes the architecture of the CENTUM VP Graphic System, which is the common module in the View Collaboration of CENTUM VP. The CENTUM VP Graphic System architecture is based on the following principles:

  • Extensibility: Loose Coupling
  • Flexibility: Pluggable Architecture
  • 100% compatibility (100% compatibility with CENTUM CS 3000 R3)

The architectural style for the CENTUM VP Graphic System is an improvement of the CENTUM CS 3000 Graphic System architecture, which could be formally called Abstract Data Repository (Figure 2).

The Abstract Data Repository consists of Producers and Consumers of data in a common repository. Producers and Consumers are independent of each other and also the repository is accessed using abstract interface.

The Graphic File, Graphic Builder, and Graphic Engine of the CENTUM VP Graphic System correspond respectively to Repository, Producer, and Consumer of the Abstract Data Repository.

Functions such as graphic components, data acquisition, function call, and generic names of our former products were implemented in Graphic Builder or Graphic Engine as shown in Figure 3.

Figure-3-Former-Graphic-System-Architecture

Figure 3 Former Graphic System Architecture

Figure-4-CENTUM-VP-Graphic-System-Architecture
Figure 4 CENTUM VP Graphic System Architecture

However, with this architecture it is not easy to add and improve functions because of its lack of extensibility. The graphic components and other components of the CENTUM VP Graphic System were implemented as modules separately from Graphic Builder and Graphic Engine as shown in Figure 4. For this reason, Graphic Builder, Graphic Engine, and common modules need not be modified when introducing new graphic components.

  1. Graphic Component
    Graphic Component is displayed on a Graphic View on the operation and monitoring window. These components vary from simple components such as lines and rectangles, to complicated ones such as radar charts and process data display components.
  2. Graphic Builder
    This module is used to design a Graphic View on the HIS operation and monitoring window using Graphic Components. The Graphic View can be saved as a Graphic File.
  3. Graphic Engine
    This module provides core functions for drawing. It reads a Graphic File and loads Graphic Components. The Graphic Components are displayed in a Graphic View. Besides Graphic Components, a Graphic File also contains internal shared components which users cannot view. These shared components determine the behavior of a Graphic View. Such components are explained below.
  4. Data Linking Component
    This component acquires the process values, etc. on the CENTUM VP Field Control Station (FCS), and changes the display modes and colors of Graphic Components (Modifier) (Figure 5). This component is independent from Graphic Builder and Graphic Engine and so the Modify Function can support third-party graphic components.
  5. Figure-5-Data-Linking-Component
    Figure 5 Data Linking Component
    Function Linking Component
    This component retains the relation between Graphic Components such as button controls and their functions (Figure 6). The actual function is implemented in the product- specific module named Function Provider. By introducing this component, functions of CENTUM VP can be easily called from the Windows Standard Control such as a standard button control, through the ICommand Interface which is a Windows Standard Interface.
  6. Generic Name Component
    This component specifies an alias of a tag name or item linked to a Graphic Component. The Graphic Component does not need to manage the alias because the Generic Name Component handles this task, which means that new graphic components can be easily added. Microsoft WPF (Windows Presentation Foundation) has been chosen as the implementation technology for the Graphic System. In addition, the CENTUM VP Graphic System uses the Microsoft XAML (Extensible Application Markup Language) as the graphic file format.

Figure-6-Function-Linking-Component

Figure 6 Function Linking Component

Design Considerations for Performance

 Figure-7-CENTUM-VP-HIS-Graphic-System
Figure 7 CENTUM VP HIS Graphic System

Since the CENTUM VP Graphic System consists of loosely coupled components performance can be an issue. However the Graphic Engine must display Graphic Views containing up to 800 data items in less than one second and refresh it every second. To address stringent performance requirements, the following optimizations were done:

  • Use of pre-tokenized XAML (BAML: Binary Application Markup Language)
  • Store only the necessary information in the file
  • Use subscription method (notify-on-change) for updating data instead of polling for all the data.
  • Data acquisition and evaluation happens in background threads, freeing up the UI thread for user interaction. Additionally, WPF features also help improve performance.

CENTUM VP HIS Graphic System

Figure-8-Example-of-CENTUM-VP-HIS-Graphic-Screen
Figure 8 Example of CENTUM VP HIS Graphic Screen

The CENTUM VP HIS Graphic System has been developed as a product based on the CENTUM VP Graphic System (Figure 7).

Besides the modules of the CENTUM VP Graphic System as shown in Figure 4, DCS-specific functions are added for the release version of the CENTUM VP HIS Graphic System (Figure 7).

For example, the CENTUM VP HIS Graphic Builder has integrates with the CENTUM VP Engineering environment. Figure 7 CENTUM VP HIS Graphic System DCS-specific modules have been developed to support functionalities such as Self Document and HIS Download. Integrating such modules into the CENTUM VP Graphic System, the CENTUM VP HIS Graphic System has developed as a commercial product.

Similarly, the CENTUM VP HIS Graphic Engine integrates seamlessly with DCS-specific components such as Faceplate, Trend, and Message controls, and adds product-specific modules necessary for DCS, such as synchronized blinking and context menus.

Figure 8 shows an example of the CENTUM VP HIS Screen.

Conclusion

This paper has described our journey towards Integrated HMI, a core technology for Visualized Operation. Products featuring the CENTUM VP Graphic System platform will enter the market and contribute to operator productivity and engineering productivity. We believe that customers will gain additional benefits if third-party vendors integrate our Graphic System into their custom graphic components.

Reference

  1. KAIHORI Shuzo, "Production Excellence –An Approach to Innovative Plant Operations–," Yokogawa Technical Report, No. 43, 2007, pp. 1–4
  • 'VigilantPlant,' 'CENTUM,' and 'Exaquantum' are registered trademarks of Yokogawa Electric Corporation. 'CENTUM VP' is under patent pending. All other brand names, product names and titles and copyrights used in this paper are either trademarks or registered trademarks of their respective holders.

行业

  • 制药

    制药公司必须更好地使用和监控制造数据,实时改善质量管理,从而提高灵活性和敏捷性。制药负责人与横河电机合作,一起研发生产解决方案,提供安全可靠的药品。我们共同借助于数字化转型和制造进步,满足监管要求,确保质量,加快上市时间,从而稳定、可靠地为患者供应药品。

    更多
  • 地热发电

    地热能不受天气条件的影响,整年都能进行稳定的电力供应。此外,由于没有燃料在地面上燃烧,并且只释放出极少量的二氧化碳,因此环保性非常高。沿着环太平洋带(也称为“太平洋火圈”),在日本、菲律宾、印度尼西亚、新西兰、墨西哥、哥斯达黎加和美国等国家以及位于其他地热活动区域的冰岛、土耳其和意大利等国家都有丰富的地热资源。截至目前,横河已在日本、东南亚等地参与了30个地热发电项目,提供了多种测量和控制技术,提高了地热发电系统的可靠性和维护效率。

    更多
  • 大宗石油化工

    无论是生产石化产品、无机物还是中间产品,化工企业都面临着成本和利润率的压力,必须及时有效地交付产品,同时保持安全、合规地运营。此外,化工企业必须应对原料和能源价格的波动,并为市场提供适合的产品组合。

    横河电机长期服务于大宗化工市场,得到大家的广泛认可。通过我们的产品、解决方案和行业专业知识,横河了解您的市场和生产需求,并将与您合作,在您的工厂生命周期中提供可靠、经济的解决方案。

    更多
  • 水和废水

    横河电机通过开发更节能的技术,帮助减少运营的碳排放,以及构建保护环境免受污染的坚固建筑,为可持续水生产提供控制解决方案。横河凭借先进的技术和广泛的应用专业知识与客户合作,提供可持续水生产的解决方案,促进客户的业务,并让整个工厂在生命周期中增加效用。横河的技术和产品可提高工厂的性能,确保它们在当今的水处理领域中具有竞争力,并降低运营成本。横河支持市政和工业水处理领域的各种水控制方面的应用。

    更多
  • 电力

    在20世纪70年代中期,横河电机发布EBS电子控制系统,从而正式进入电力行业。从那时起,横河电机一直坚持不断发展技术和能力,旨在为客户提供更好的服务和解决方案。

    横河电机凭借着电力解决方案网络,在充满活力的电力市场中发挥着积极的作用。通过结合资源和行业知识,使得团队合作更加紧密。横河电机的电力专业人员们将携手合作,为客户提供适合其复杂要求的解决方案。

    更多

相关产品&解决方案

  • 集散控制系统(DCS)

    横河电机的集散控制系统(DCS) 可实现工业过程的自动化和控制,并提高业务绩效。30,000多套系统的经营者选择采用横河电机的DCS来实现其生产目标。

    更多

置顶
WeChat QR Code
横河电机(中国)有限公司