Valve Pattern Monitor, The New Software Package For CENTUM CS

下载 (88 KB)

UMEHARA Yasuhiro1 KIBATA Hitoshi2 TAKEHISA Chihiro2 SANO Naoki2

We have developed a new software package, Valve Pattern Monitor, for CENTUM CS. Valve Pattern Monitor is a function block which monitors the open/ close status of valves in a transfer system in a plant. Valve Pattern Monitor facilitates development of an application program for monitoring a valve's status and executing emergency stop actions in response to an abnormality in the valve's status.

  1. Process Control Systems Center, Industrial Automation Systems Division.
  2. Engineering Center, Industrial Automation Systems Division.

INTRODUCTION

For a transfer system in a plant, such as a transfer between tanks in a brewery, the transfer of pellets in a pneumatic transport system, or the transfer of oil at an offsite location, it is necessary to monitor the open/close status of valves or the on/off status of motors or blowers in reference to the transfer pattern (a combination of the transfer source(s) and destination(s), route, etc.). When a status error is detected, the emergency stop process, such as closing valves, must take place immediately.

Until now, line-up control programs (sequence control such as opening and closing of valves) and line pattern monitoring programs have been separate application programs. Since there are many transfer patterns, and items to be monitored vary with each pattern, and since consideration must be given to maintaining synchronization and timing between sequence control and monitoring, creating the application program of a transfer system requires great effort. When transfer patterns change, both application programs for sequence control and monitoring must be changed which accordingly requires a large number of man-hours.

To solve such problems, we have developed a valve pattern monitor whereby application programs for sequence control and monitoring of a transfer system together with an application program for an emergency stop process to be activated upon an error can be combined easily into a single application program. The features of the valve pattern monitor are as follows:

  1. The control procedure and monitoring of valves can be coded in a single application program.
  2. Operation output to a valve and status monitoring of the same valve are executed as a series of operations, allowing easy and thorough status monitoring.
  3. The alarm status of a function block can be monitored.
  4. The control status of transfer systems over multiple field control stations can be easily monitored.

ARCHITECTURE AND OPERATIONS

Figure 1 Structure of Application Using Valve Pattern Monitor

Figure 1 Structure of Application Using Valve Pattern Monitor

The valve pattern monitor monitors valves, motors, etc. under Unit Supervision,1 a software package that implements the operation and control of a set of process equipment modules and instruments associated with a process unit, such as a reactor, as a unit. Figure 1 shows the structure of an application program using the valve pattern monitor. Unit Procedure is an application program that manages the phase (procedure) of a unit and is GIF- encoded as a sequential function chart (SFC). Unit Procedure in Figure 1 comprises three processes: lineup, transfer, and end. Operation is a program to execute the sequence for each phase in a unit procedure. The operation is realized as an SFC block2. The processing flow of an SFC block is encoded as an SFC, and the details of each phase of the SFC block are encoded in the Sequence and Batch-oriented Language (SEBOL). SEBOL is a sequence program language for process control. The flow of execution of the application program shown in Figure 1 will be described hereunder.

Description of Figure 1

Figure 2 drive vpmon Statement
Figure 2 drive vpmon Statement

The following numbers refer to the numbers in the figure.

  1. When the unit starts execution, the LINEUP operation for the first process, "lineup," is started.
  2. The operation, i.e., the SFC function block LINEUP, opens or closes the valves by the drive vpmon statements in a SEBOL block, and at the same time, it instructs the valve pattern monitor to monitor the valves.
  3. The valve pattern monitor monitors the status of the valves.
  4. If the valve pattern monitor detects an error in the valve status, it sends a signal to the unit.
  5. The currently executed operation in the unit receives that signal and executes the emergency stop process.

SEBOL STATEMENTS FOR VALVE PATTERN MONITOR

Figure 3 Silo-to-silo Transfer in Pneumatic Transport System

Figure 3 Silo-to-silo Transfer in Pneumatic Transport System

An application program for operating the valve pattern monitor is encoded as SEBOL, the Sequence and Batch-oriented Language. The SEBOL statements for the valve pattern monitor are shown in Table 1. These statements instruct (register) and stop (delete) data monitoring, allowing the user to flexibly modify each pattern of data to be monitored.

Table 1 SEBOL Statements for the Valve Pattern Monitor

Statement Function
vpmstart Reserves the valve pattern monitor to enable data monitoring.
drive vpmon Outputs data and then registers monitored data.
drive vpmoff Deletes registration in the valve pattern monitor and then outputs data.
vpmon Registers monitored data in the valve pattern monitor.
vpmoff Deletes registration in the valve pattern monitor.
vpmreset Deletes all registration in the valve pattern monitor.

OUTPUT AND MONITORING BY DRIVE VPMON STATEMENT

Figure 4 Unit Procedure and SFC Block
Figure 4 Unit Procedure
and SFC Block

The drive vpmon statement is a statement that changes the output status of a switch instrument block or motor control block by activating its answer-back check and instructing the valve pattern monitor to monitor the data. The drive vpmon statement executes output to a valve or motor and monitoring of the status as a series of operations, so status monitoring is performed without a time gap. The following is an example of the drive vpmon statement to open the VL01 valve and instructs the valve pattern monitor to monitor the same valve.

drive vpmon [VL01 == 2:1]

This valve is controlled by the VL01 switch instrument in the control station. Figure 2 shows the time chart of the operation with the drive vpmon statement–there is no time gap. The following numbers refer to the numbers in the figure.

  1. The drive vpmon statement outputs the value "2" (= open) to the MV data item (manipulated value) of switch instrument VL01.
  2. VL01 performs an answer-back check, which checks whether the PV (process value, i.e., the valve status) of VL01 has become "2" (= opened).
  3. When the answer-back check is done, the drive vpmon statement instructs the valve pattern monitor to monitor VL01.
  4. The valve pattern monitor starts monitoring the MV and PV of switch instrument VL01 immediately.

When the valve pattern monitor detects that the MV or PV of the VL01 switch instrument is other than 2, it sends a signal notifying the unit of a valve error. As the parameter, "1" (from "2:1") that is defined in the drive vpmon statement is attached to this signal.

MONITORING OF ALARM STATUS

There are two types of valve pattern monitors: one with an alarm check function, and one without it. A valve pattern monitor with an alarm check function can monitor the alarm status of a function block in addition to data such as the MV and PV. If the alarm status becomes other than normal (NR), the valve pattern monitor sends a signal to the unit.

MONITORING OF DATA OVER MULTIPLE FIELD CONTROL STATIONS

There are SEBOL statements for operations at the valve pattern monitor as shown in Table 1. These statements can specify a function block in a control station other than the station where the valve pattern monitor resides. That is, the valve pattern monitor can monitor data in multiple field control stations without any special techniques.

EXAMPLE

Figure 5 Example of SEBOL Program for TRANSFER
Figure 5 Example of SEBOL
Program for TRANSFER
Figure 6 Example of SEBOL Program for EMSTOP
Figure 6 Example of SEBOL
Program for EMSTOP
Figure 7 Message and Monitored Data
Figure 7 Message and Monitored Data

The following is an example of where the valve pattern monitor is used to transfer pellets (granular resin) between silos in a pneumatic transport system. It describes the procedure to transfer pellets from silo A2 to silo B1 in the process in Figure 3.

  1. Set up the transfer line (i.e., open or close the valves to establish a transfer line from silo A2 to silo B1).
  2. Start blower BLOW.
  3. Carry out an air purge (for 5 seconds).
  4. Start rotary valve R_A2. (The rotary valve drops pellets from the silo.)
  5. Keep rotary valve R_A2 running for 60 seconds (to allow the pellets to be transferred).
  6. Stop rotary valve R_A2.
  7. Carry out an air purge (for 5 seconds).
  8. Stop blower BLOW.
  9. Shut off the line (i.e., close valves V_A2 and V_B1).

Figure 4 shows the unit procedure and SFC block displayed on an operation and monitoring panel. The unit procedure comprises three phases: A1_TO_B1 (transfer from silo A1 to silo B1), A2_TO_B1, and A3_TO_B1. The SFC block that executes A2_TO_B1 is displayed in a "half-size" screen. The second phase in the SFC block, TRANSFER, transfers the pellets between silos. This SFC block also has an emergency stop program, EMSTOP, for executing the signal process.

Figure 5 shows a SEBOL application program for TRANSFER. In steps 1 to 4 in the aforementioned procedure, the drive vpmon statements are used to open/close the valves and instruct the monitoring of the valve status at the same time. In steps 6 to 9 after the end of transfer, the drive vpmoff statements are used to close the valves and instruct the deletion of registration from the valve pattern monitor at the same time. Figure 6 shows an application program for EMSTOP. The emergency stop process is as follows:

  1. Pause the valve pattern monitor.
  2. Output an operator guide message with an opeguide statement.
  3. Stop rotary valve R_A2.
  4. Carry out an air purge (for 5 seconds).
  5. Stop blower BLOW.
  6. Shut off the line (i.e., close valves V_A2 and V_B1).

In this emergency stop process, no instruction is given to the valve pattern monitor and the valves are operated by the drive statement only for generating output with an answer-back check. Figure 7 shows the state where valve V_B2 is opened during a pneumatic transfer and the valve pattern monitor detects this as an error. The two upper "half-size" screens (entitled .OG and .AL) show an operator guide mess age and the process alarm messages found using the unit name as the search key. The operator guide message output by the emergency stop process with the opeguide statement and a valve pattern discrepancy alarm (VPTN) from the valve pattern monitor are displayed. The two lower "half-size" screens show the settings of data item ENTRY that represents the data monitored by the valve pattern monitor. The error code "D001" that denotes a discrepancy in a valve pattern is displayed on the sam e line with the problematic data, identifying the status of valve V_B2 as abnormal.

CONCLUSION

The valve pattern monitor allows sequence control for opening and closing valves and monitoring line setup patterns implemented through a single application program. With the valve pattern monitor, no consideration is required for synchronization and timing between control and monitoring when creating such an application program. That is, the valve pattern monitor makes program development easy, shortens the time period for development as well as aids in debugging. Furthermore, the opening/closing and monitoring of a valve are encoded as a series of contiguous operations, allowing the user to easily set up highly reliable line monitoring. In addition, the valve pattern monitor can monitor data of multiple field control stations, so it can be used in large plants.

REFERENCE

  1. Kano, T., et al. "Unit Supervision," New Software Package for CENTUM CS.—Yokogawa Technical Report, English Edition No. 21, 1996, pp. 9 to 12.
  2. Ito, H., et al. "SFC Block," A New Function Block for CENTUM CS.—Yokogawa Technical Report, English Edition No. 21, 1996, pp. 5 to 8.

行业

  • 大宗石油化工

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

     

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

    更多
  • 水和废水

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

    更多

相关产品&解决方案

  • 集散控制系统(DCS)

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

    更多

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