JP2013206327A - Monitoring screen creation device and monitoring screen creation method - Google Patents

Monitoring screen creation device and monitoring screen creation method Download PDF

Info

Publication number
JP2013206327A
JP2013206327A JP2012077029A JP2012077029A JP2013206327A JP 2013206327 A JP2013206327 A JP 2013206327A JP 2012077029 A JP2012077029 A JP 2012077029A JP 2012077029 A JP2012077029 A JP 2012077029A JP 2013206327 A JP2013206327 A JP 2013206327A
Authority
JP
Japan
Prior art keywords
input
data
monitoring screen
screen
output
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2012077029A
Other languages
Japanese (ja)
Inventor
Hiroki Tsuboi
宏樹 坪井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Azbil Corp
Original Assignee
Azbil Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Azbil Corp filed Critical Azbil Corp
Priority to JP2012077029A priority Critical patent/JP2013206327A/en
Publication of JP2013206327A publication Critical patent/JP2013206327A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a monitoring screen creation device and a monitoring screen creation method which enables a user to easily create a monitoring screen.SOLUTION: A monitoring screen creation device 50 which creates a monitoring screen, comprises: a data input unit 60 through which input data IDs related to a monitoring target apparatus 11 are input to any of a plurality of input tables IT according to types of the input data IDs; and a program creation unit 70 which creates a screen program SP for a monitoring screen on the basis of the input data IDs input to the respective input tables IT.

Description

本発明に係るいくつかの態様は、例えば、監視システムのグラフィック画面を作成する監視用画面作成装置および監視用画面作成方法に関する。   Some embodiments according to the present invention relate to, for example, a monitoring screen creation apparatus and a monitoring screen creation method for creating a graphic screen of a monitoring system.

従来、この種の画面作成装置として、グラフィック画面を作成するグラフィック画面作成装置において、模擬プロセスデータを用いてグラフィック画面を動作させることにより、オペレータステーションなどの実機を用いることなくグラフィック画面のデバッグを行うことを可能にしたものが知られている(例えば、特許文献1参照)。   Conventionally, as a screen creation device of this type, in a graphics screen creation device that creates a graphics screen, the graphics screen is operated using simulated process data to debug the graphics screen without using an actual machine such as an operator station. The thing which made this possible is known (for example, refer patent document 1).

特開2000−81870号公報JP 2000-81870 A

ところで、監視対象となる機器の状態を表示する監視用画面を作成する場合、従来の装置では、機器の状態に応じて画面上の表示を変化させる画面プログラムを、画面作成装置のユーザーがエディタなどを使用して記述、作成していた。   By the way, when creating a monitoring screen that displays the status of a device to be monitored, with a conventional device, the user of the screen creation device can edit a screen program that changes the display on the screen according to the status of the device. Was written and created using.

しかしながら、画面作成装置のユーザーは、プログラミングに不慣れであることが多く、画面プログラムに記述自体に時間が掛かっていた。また、画面プログラムの記述作業は直列的であるため、画面プログラムの作成効率が低い、という問題があった。   However, users of screen creation devices are often unfamiliar with programming, and it takes time to describe the screen program itself. Further, since the screen program description work is serial, there is a problem that the efficiency of screen program creation is low.

本発明のいくつかの態様は前述の問題に鑑みてなされたものであり、監視用画面を容易に作成することのできる監視用画面作成装置および監視用画面作成方法を目的の1つとする。   Some aspects of the present invention have been made in view of the above-described problems, and an object thereof is a monitoring screen creation apparatus and a monitoring screen creation method capable of easily creating a monitoring screen.

本発明に係る監視用画面作成装置は、監視用画面を作成する監視用画面作成装置であって、監視対象となる機器に関連するデータが当該データの種類に応じて複数の入力表のいずれかに入力されるデータ入力部と、複数の入力表のそれぞれに入力された前述のデータに基づいて、監視用画面のプログラムを作成するプログラム作成部と、を備える。   A monitoring screen creation device according to the present invention is a monitoring screen creation device that creates a monitoring screen, and data related to a device to be monitored is one of a plurality of input tables according to the type of the data. And a program creation unit for creating a monitoring screen program based on the above-described data input to each of the plurality of input tables.

かかる構成によれば、複数の入力表のそれぞれに入力されたデータに基づいて、監視用画面の画面プログラムが作成される。これにより、従来の監視用画面作成装置のようにプログラムを直接記述する場合と比較して、ユーザーは、プログラミングの知識を必要とせず、画面プログラムの作成に必要な前述のデータ(情報)を入力すれば足りる。   According to this configuration, the screen program for the monitoring screen is created based on the data input to each of the plurality of input tables. This allows the user to input the above-mentioned data (information) necessary for creating a screen program without requiring programming knowledge, as compared to the case where a program is directly written as in the conventional screen creation device for monitoring. All you need is enough.

また、前述のデータは、当該データの種類に応じて複数の入力表のいずれかに入力される。ここで、監視対象となる機器に関連する前述のデータは、様々な種類のデータを含んでおり、前述のデータの種類によって、例えば、監視対象となる実際の機器に関連するデータと、当該機器に対応して監視用画面に表示される要素に関連するデータとに分けることができる。そして、実際の機器に関連するデータと当該機器に対応して監視用画面に表示される要素に関連するデータとは、相互に独立しており、それぞれに前述のデータを設計し、入力することが可能である。よって、前述のデータの種類に応じた入力表を複数用意することにより、前述のデータを入力表ごとに分けて入力することが可能となる。したがって、前述のデータに基づいて監視用画面の画面プログラムを容易に作成することができるとともに、当該データの設計、入力作業をデータの種類ごとに並行して行い、当該データの設計、入力作業の効率を高めることができるので、従来の監視用画面作成装置および監視用画面作成方法と比較して、監視用画面を容易に作成することができ、監視用画面の作成時間や作成工数を削減することができる。   Further, the above-described data is input to any of a plurality of input tables according to the type of the data. Here, the data related to the device to be monitored includes various types of data. Depending on the type of the data, for example, data related to the actual device to be monitored and the device Can be divided into data related to elements displayed on the monitoring screen. The data related to the actual device and the data related to the element displayed on the monitoring screen corresponding to the device are independent from each other. Is possible. Therefore, by preparing a plurality of input tables corresponding to the types of data described above, it is possible to input the data separately for each input table. Therefore, it is possible to easily create a screen program for the monitoring screen based on the data described above, and to design and input the data in parallel for each type of data. Since efficiency can be improved, it is possible to create monitoring screens more easily and reduce the time and man-hours for creating monitoring screens compared to conventional monitoring screen creation devices and monitoring screen creation methods. be able to.

好ましくは、複数の入力表は、前述のデータを所定のラベルに対応させるための参照表を含む。   Preferably, the plurality of input tables include a reference table for associating the aforementioned data with a predetermined label.

かかる構成によれば、複数の入力表は、前述のデータを所定のラベルに対応させるための参照表を含む。これにより、参照表に前述のデータが入力されていなくても、参照表の所定のラベルを使用して他の入力表に前述のデータを入力することが可能となる。したがって、参照表の前述のデータの設計、入力作業と、当該参照表の所定のラベルを使用可能な入力表の前述のデータの設計、入力作業とを並行して行うことができるので、監視用画面の作成時間や作成工数を削減することができる監視用画面作成装置を、容易に実現(構成)することができる。   According to such a configuration, the plurality of input tables include a reference table for associating the aforementioned data with a predetermined label. Thus, even if the above-described data is not input to the reference table, it is possible to input the above-described data to another input table using a predetermined label of the reference table. Therefore, the above-described data design and input work of the reference table can be performed in parallel with the above-described data design and input work of the input table that can use the predetermined label of the reference table. It is possible to easily realize (configure) a monitoring screen creation apparatus capable of reducing screen creation time and creation man-hours.

好ましくは、監視用画面は前述の機器の状態を表示するものであり、複数の入力表は、前述の機器の入力信号に関連する入力信号データが入力される入力信号表と、前述の機器の状態の判定条件に関連する判定条件データが入力される判定条件表と、前述の機器の監視用画面における表示に関連する画面表示データが入力される画面表示表と、を含む。   Preferably, the monitoring screen displays the state of the device described above, and the plurality of input tables include an input signal table into which input signal data related to the input signal of the device is input, and the device described above. It includes a determination condition table to which determination condition data related to the state determination condition is input, and a screen display table to which screen display data related to the display on the aforementioned device monitoring screen is input.

かかる構成によれば、監視用画面は監視対象となる機器の状態を表示するものであり、複数の入力表は、前述の機器の入力信号に関連する入力信号データが入力される入力信号表と、前述の機器の状態の判定条件に関連する判定条件データが入力される判定条件表と、前述の機器の監視用画面の表示に関連する画面表示データが入力される画面表示表とを含む。ここで、入力信号表は参照表であり、判定条件表は入力信号表の所定のラベルを用いて前述のデータを入力することができるので、入力信号表の前述のデータ、すなわち入力信号データの設計、入力作業と、判定条件表の前述のデータ、すなわち判定条件データの設計、入力作業とを並行して行うことができる。また、画面表示表に入力される前述のデータ、すなわち前述の機器の監視用画面における表示に関連する画面表示データと、入力信号表および判定条件表に入力される実際の機器に関連するデータとは、相互に独立しているので、画面表示表の前述のデータの設計、入力作業と、入力信号表および判定条件表の前述のデータの設計、入力作業とを並行して行うことができる。したがって、監視対象となる機器の状態を表示する監視用画面を作成する場合に、前述のデータの設計、入力作業の効率をさらに高めることができるので、当該監視用画面をさらに容易に作成することができ、当該監視用画面の作成時間や作成工数をさらに削減することができる。   According to such a configuration, the monitoring screen displays the status of the device to be monitored, and the plurality of input tables include an input signal table to which input signal data related to the input signal of the device is input. , Including a determination condition table to which determination condition data related to the above-described device condition determination condition is input, and a screen display table to which screen display data related to the display of the above-described device monitoring screen is input. Here, the input signal table is a reference table, and the determination condition table can input the above-described data using a predetermined label of the input signal table, so the above-mentioned data of the input signal table, that is, the input signal data The design and input work can be performed in parallel with the above-described data of the determination condition table, that is, the determination condition data design and input work. Further, the above-mentioned data input to the screen display table, that is, the screen display data related to the display on the monitoring screen of the above-mentioned device, and the data related to the actual device input to the input signal table and the judgment condition table, Are independent of each other, the above-described data design and input work of the screen display table and the above-described data design and input work of the input signal table and the judgment condition table can be performed in parallel. Therefore, when creating a monitoring screen that displays the status of the device to be monitored, the efficiency of the above-described data design and input work can be further increased, so that the monitoring screen can be created more easily. It is possible to further reduce the time and man-hour for creating the monitoring screen.

好ましくは、入力表に入力された前述のデータを記憶する記憶部と、記憶部に記憶された前述のデータを出力表に出力するデータ出力部と、をさらに備える。   Preferably, a storage unit that stores the data input to the input table and a data output unit that outputs the data stored in the storage unit to the output table are further provided.

かかる構成によれば、入力表に入力された前述の入力データが記憶部に記憶され、記憶部に記憶された前述のデータが出力表に出力される。これにより、監視用画面の画面プログラムの作成に必要な前述のデータ(情報)が出力表に出力されるので、従来の監視用画面作成装置のようにプログラムを出力(表示)して解読する場合と比較して、ユーザーは、プログラミングの知識を必要とせずに、出力表に出力された入力データを見て画面プログラムの内容を理解することが可能となる。したがって、画面プログラムのデバッグ作業の効率を高めることができ、監視用画面をさらに容易に作成することができ、監視用画面の作成時間や作成工数をさらに削減することができる。   According to such a configuration, the above-described input data input to the input table is stored in the storage unit, and the above-described data stored in the storage unit is output to the output table. As a result, the above-mentioned data (information) necessary for creating the screen program for the monitoring screen is output to the output table, so that the program is output (displayed) and decoded as in the conventional monitoring screen creation device. Compared with, the user can understand the contents of the screen program by looking at the input data output in the output table without requiring programming knowledge. Therefore, the efficiency of the screen program debugging work can be increased, the monitoring screen can be created more easily, and the time and man-hour for creating the monitoring screen can be further reduced.

好ましくは、データ出力部は、複数の前述のデータを出力表に出力可能である。   Preferably, the data output unit can output a plurality of the aforementioned data to the output table.

かかる構成によれば、複数の前述のデータが出力表に出力される。これにより、監視対象となる機器について、複数の入力表のそれぞれに入力された複数の前述のデータが出力される出力表は、一覧性が高く、複数の前述のデータの間で、前述のデータの比較、検証が容易になる。したがって、画面プログラムのデバッグ作業の効率をさらに高めることができる。   According to such a configuration, a plurality of the aforementioned data is output to the output table. As a result, for the device to be monitored, the output table from which the plurality of the above-mentioned data input to each of the plurality of input tables is output has a high listability, and the above-mentioned data is between the plurality of the above-mentioned data. Comparison and verification become easier. Therefore, the efficiency of the screen program debugging work can be further increased.

好ましくは、データ出力部は、複数の前述の機器について前述のデータを出力表に出力可能である。   Preferably, the data output unit can output the above-mentioned data to an output table for a plurality of the above-mentioned devices.

かかる構成によれば、複数の前述の機器について、前述のデータが出力表に出力される。これにより、複数の前述の機器のそれぞれについて前述のデータが出力される出力表は、一覧性が高く、複数の前述の機器の間で、前述のデータの比較、検証が容易になる。したがって、画面プログラムのデバッグ作業の効率をさらに高めることができる。   According to this configuration, the above-described data is output to the output table for a plurality of the above-described devices. Accordingly, the output table in which the above-described data is output for each of the plurality of the above-described devices has high listability, and the above-described data can be easily compared and verified between the plurality of the above-described devices. Therefore, the efficiency of the screen program debugging work can be further increased.

また、複数の前述の機器のそれぞれについて、複数の前述のデータが出力表に出力されることにより、複数の前述の機器の間と、複数の入力表のそれぞれに入力された複数の前述のデータの間と、の両方で、前述のデータの比較、検証が容易になる。したがって、画面プログラムのデバッグ作業の効率をさらに高めることができる。   In addition, for each of a plurality of the aforementioned devices, a plurality of the aforementioned data is output to the output table, so that a plurality of the aforementioned data input between the plurality of the aforementioned devices and each of the plurality of input tables. The comparison and verification of the above-mentioned data becomes easy both during and between. Therefore, the efficiency of the screen program debugging work can be further increased.

また、本発明に係る監視用画面作成方法は、監視用画面を作成する監視用画面作成方法であって、監視対象となる機器に関連するデータが当該データの種類に応じて複数の入力表のいずれかに入力されるデータ入力ステップと、複数の入力表のそれぞれに入力された前述のデータに基づいて、監視用画面のプログラムを作成するプログラム作成ステップと、を備える。   The monitoring screen creation method according to the present invention is a monitoring screen creation method for creating a monitoring screen, wherein data related to a device to be monitored is stored in a plurality of input tables according to the type of the data. A data input step that is input to any one of the plurality of input tables, and a program generation step that generates a program for the monitoring screen based on the data input to each of the plurality of input tables.

かかる構成によれば、複数の入力表のそれぞれに入力されたデータに基づいて、監視用画面の画面プログラムが作成される。これにより、従来の監視用画面作成方法のようにプログラムを直接記述する場合と比較して、ユーザーは、プログラミングの知識を必要とせず、画面プログラムの作成に必要な前述のデータ(情報)を入力すれば足りる。   According to this configuration, the screen program for the monitoring screen is created based on the data input to each of the plurality of input tables. This allows the user to input the above-mentioned data (information) necessary for creating the screen program without requiring programming knowledge, as compared to the case where the program is directly written as in the conventional monitoring screen creation method. All you need is enough.

また、前述のデータは、当該データの種類に応じて複数の入力表のいずれかに入力される。ここで、監視対象となる機器に関連する前述のデータは、様々な種類のデータを含んでおり、前述のデータの種類によって、例えば、監視対象となる実際の機器に関連するデータと、当該機器に対応して監視用画面に表示される要素に関連するデータとに分けることができる。そして、実際の機器に関連する入力データと当該機器に対応して監視用画面に表示される要素に関連するデータとは、相互に独立しており、それぞれに前述のデータを設計し、入力することが可能である。よって、前述のデータの種類に応じた入力表を複数用意することにより、前述のデータを入力表ごとに分けて入力することが可能となる。   Further, the above-described data is input to any of a plurality of input tables according to the type of the data. Here, the data related to the device to be monitored includes various types of data. Depending on the type of the data, for example, data related to the actual device to be monitored and the device Can be divided into data related to elements displayed on the monitoring screen. The input data related to the actual device and the data related to the elements displayed on the monitoring screen corresponding to the device are independent from each other, and the above-mentioned data is designed and input respectively. It is possible. Therefore, by preparing a plurality of input tables corresponding to the types of data described above, it is possible to input the data separately for each input table.

好ましくは、複数の入力表は、前述のデータを所定のラベルに対応させるための参照表を含む。   Preferably, the plurality of input tables include a reference table for associating the aforementioned data with a predetermined label.

かかる構成によれば、複数の入力表は、前述のデータを所定のラベルに対応させるための参照表を含む。これにより、参照表に前述のデータが入力されていなくても、参照表の所定のラベルを使用して他の入力表に前述のデータを入力することが可能となる。したがって、参照表の前述のデータの設計、入力作業と、当該参照表の所定のラベルを使用可能な入力表の前述のデータの設計、入力作業とを並行して行うことができるので、監視用画面の作成時間や作成工数を削減することができる監視用画面作成方法を、容易に実現(構成)することができる。   According to such a configuration, the plurality of input tables include a reference table for associating the aforementioned data with a predetermined label. Thus, even if the above-described data is not input to the reference table, it is possible to input the above-described data to another input table using a predetermined label of the reference table. Therefore, the above-described data design and input work of the reference table can be performed in parallel with the above-described data design and input work of the input table that can use the predetermined label of the reference table. A monitoring screen creation method capable of reducing screen creation time and creation man-hours can be easily realized (configured).

好ましくは、監視用画面は前述の機器の状態を表示するものであり、複数の入力表は、前述の機器の入力信号に関連する入力信号データが入力される入力信号表と、前述の機器の状態の判定条件に関連する判定条件データが入力される判定条件表と、前述の機器の監視用画面における表示に関連する画面表示データが入力される画面表示表と、を含む。   Preferably, the monitoring screen displays the state of the device described above, and the plurality of input tables include an input signal table into which input signal data related to the input signal of the device is input, and the device described above. It includes a determination condition table to which determination condition data related to the state determination condition is input, and a screen display table to which screen display data related to the display on the aforementioned device monitoring screen is input.

かかる構成によれば、監視用画面は監視対象となる機器の状態を表示するものであり、複数の入力表は、前述の機器の入力信号に関連する入力信号データが入力される入力信号表と、前述の機器の状態の判定条件に関連する判定条件データが入力される判定条件表と、前述の機器の監視用画面の表示に関連する画面表示データが入力される画面表示表とを含む。ここで、入力信号表は参照表であり、判定条件表は入力信号表の所定のラベルを用いて前述のデータを入力することができるので、入力信号表の前述のデータ、すなわち入力信号データの設計、入力作業と、判定条件表の前述のデータ、すなわち判定条件データの設計、入力作業とを並行して行うことができる。また、画面表示表に入力される前述のデータ、すなわち前述の機器の監視用画面における表示に関連する画面表示データと、入力信号表および判定条件表に入力される実際の機器に関連するデータとは、相互に独立しているので、画面表示表の前述のデータの設計、入力作業と、入力信号表および判定条件表の前述のデータの設計、入力作業とを並行して行うことができる。したがって、監視対象となる機器の状態を表示する監視用画面を作成する場合に、前述のデータの設計、入力作業の効率をさらに高めることができるので、当該監視用画面をさらに容易に作成することができ、当該監視用画面の作成時間や作成工数をさらに削減することができる。   According to such a configuration, the monitoring screen displays the status of the device to be monitored, and the plurality of input tables include an input signal table to which input signal data related to the input signal of the device is input. , Including a determination condition table to which determination condition data related to the above-described device condition determination condition is input, and a screen display table to which screen display data related to the display of the above-described device monitoring screen is input. Here, the input signal table is a reference table, and the determination condition table can input the above-described data using a predetermined label of the input signal table, so the above-mentioned data of the input signal table, that is, the input signal data The design and input work can be performed in parallel with the above-described data of the determination condition table, that is, the determination condition data design and input work. Further, the above-mentioned data input to the screen display table, that is, the screen display data related to the display on the monitoring screen of the above-mentioned device, and the data related to the actual device input to the input signal table and the judgment condition table, Are independent of each other, the above-described data design and input work of the screen display table and the above-described data design and input work of the input signal table and the judgment condition table can be performed in parallel. Therefore, when creating a monitoring screen that displays the status of the device to be monitored, the efficiency of the above-described data design and input work can be further increased, so that the monitoring screen can be created more easily. It is possible to further reduce the time and man-hour for creating the monitoring screen.

好ましくは、入力表に入力された前述のデータを記憶する記憶ステップと、記憶された前述のデータを出力表に出力するデータ出力ステップと、をさらに備える。   Preferably, the method further includes a storage step of storing the above-described data input to the input table, and a data output step of outputting the stored above-mentioned data to the output table.

かかる構成によれば、入力表に入力された前述の入力データが記憶され、記憶された前述のデータが出力表に出力される。これにより、監視用画面の画面プログラムの作成に必要な前述のデータ(情報)が出力表に出力されるので、従来の監視用画面作成方法のようにプログラムを出力(表示)して解読する場合と比較して、ユーザーは、プログラミングの知識を必要とせずに、出力表に出力された入力データを見て画面プログラムの内容を理解することが可能となる。したがって、画面プログラムのデバッグ作業の効率を高めることができ、監視用画面をさらに容易に作成することができ、監視用画面の作成時間や作成工数をさらに削減することができる。   According to such a configuration, the above-described input data input to the input table is stored, and the stored above-described data is output to the output table. As a result, the above-mentioned data (information) necessary for creating the screen program for the monitoring screen is output to the output table. When the program is output (displayed) and decoded as in the conventional method for creating the monitoring screen Compared with, the user can understand the contents of the screen program by looking at the input data output in the output table without requiring programming knowledge. Therefore, the efficiency of the screen program debugging work can be increased, the monitoring screen can be created more easily, and the time and man-hour for creating the monitoring screen can be further reduced.

好ましくは、データ出力ステップは、複数の前述のデータを出力表に出力可能である。   Preferably, the data output step can output a plurality of the aforementioned data to an output table.

かかる構成によれば、複数の前述のデータが出力表に出力される。これにより、監視対象となる機器について、複数の入力表のそれぞれに入力された複数の前述のデータの間で、前述のデータの比較、検証が容易になる。したがって、画面プログラムのデバッグ作業の効率をさらに高めることができる。   According to such a configuration, a plurality of the aforementioned data is output to the output table. This facilitates comparison and verification of the above-described data among a plurality of the above-described data input to each of the plurality of input tables for the device to be monitored. Therefore, the efficiency of the screen program debugging work can be further increased.

好ましくは、データ出力ステップは、複数の前述の機器について前述のデータを出力表に出力可能である。   Preferably, the data output step is capable of outputting the aforementioned data for a plurality of the aforementioned devices in an output table.

かかる構成によれば、複数の前述の機器のそれぞれについて、前述のデータが出力表に出力される。これにより、複数の前述の機器の間で、前述のデータの比較、検証が容易になる。したがって、画面プログラムのデバッグ作業の効率をさらに高めることができる。   According to this configuration, the above-described data is output to the output table for each of the plurality of above-described devices. This facilitates comparison and verification of the aforementioned data among a plurality of the aforementioned devices. Therefore, the efficiency of the screen program debugging work can be further increased.

また、複数の前述の機器のそれぞれについて、複数の前述のデータが出力表に出力されることにより、複数の前述の機器の間と、複数の入力表のそれぞれに入力された複数の前述のデータの間と、の両方で、前述のデータの比較、検証が容易になる。したがって、画面プログラムのデバッグ作業の効率をさらに高めることができる。   In addition, for each of a plurality of the aforementioned devices, a plurality of the aforementioned data is output to the output table, so that a plurality of the aforementioned data input between the plurality of the aforementioned devices and each of the plurality of input tables. The comparison and verification of the above-mentioned data becomes easy both during and between. Therefore, the efficiency of the screen program debugging work can be further increased.

本発明の監視用画面作成装置および監視用画面作成方法によれば、従来の監視用画面作成装置および監視用画面作成方法のようにプログラムを直接記述する場合と比較して、ユーザーは、プログラミングの知識を必要とせず、画面プログラムの作成に必要な前述のデータ(情報)を入力すれば足りる。また、前述のデータの種類に応じた入力表を複数用意することにより、前述のデータを入力表ごとに分けて入力することが可能となる。したがって、前述のデータに基づいて監視用画面の画面プログラムを容易に作成することができるとともに、当該データの設計、入力作業をデータの種類ごとに並行して行い、当該データの設計、入力作業の効率を高めることができるので、従来の監視用画面作成装置および監視用画面作成方法と比較して、監視用画面を容易に作成することができ、監視用画面の作成時間や作成工数を削減することができる。   According to the monitoring screen creation device and the monitoring screen creation method of the present invention, compared to the case where the program is directly described as in the conventional monitoring screen creation device and the monitoring screen creation method, the user can It is sufficient to input the above-mentioned data (information) necessary for creating the screen program without requiring knowledge. In addition, by preparing a plurality of input tables corresponding to the types of data described above, it is possible to input the data separately for each input table. Therefore, it is possible to easily create a screen program for the monitoring screen based on the data described above, and to design and input the data in parallel for each type of data. Since efficiency can be improved, it is possible to create monitoring screens more easily and reduce the time and man-hours for creating monitoring screens compared to conventional monitoring screen creation devices and monitoring screen creation methods. be able to.

監視用画面装置を備える制御システムの概略構成を説明するブロック図である。It is a block diagram explaining the schematic structure of a control system provided with the monitoring screen apparatus. 図1に示した監視用画面作成装置の機能構成を説明するブロック図である。FIG. 2 is a block diagram illustrating a functional configuration of the monitoring screen creation device illustrated in FIG. 1. 監視用画面の画面グラフィックの一例を示す図である。It is a figure which shows an example of the screen graphic of the screen for monitoring. 図1に示した制御システム100の他の例を説明するブロック図である。It is a block diagram explaining the other example of the control system 100 shown in FIG. 図1に示した制御システム100のさらに他の例を説明するブロック図である。It is a block diagram explaining the further another example of the control system 100 shown in FIG. 図1および図2に示した監視用画面作成装置のデータ入力の動作を説明するフローチャートである。3 is a flowchart for explaining the data input operation of the monitoring screen creation apparatus shown in FIGS. 1 and 2. 入力表の一例を示す図である。It is a figure which shows an example of an input table. 入力表の入力後の一例を示す図である。It is a figure which shows an example after the input of an input table. 図1および図2に示した監視用画面作成装置のプログラム作成の動作を説明するフローチャートである。3 is a flowchart for explaining a program creation operation of the monitoring screen creation apparatus shown in FIGS. 1 and 2. プログラム作成部が作成するプログラムの一例を示す図である。It is a figure which shows an example of the program which a program preparation part produces. 図1および図2に示した監視用画面作成装置のデータ表示の動作を説明するフローチャートである。3 is a flowchart for explaining the data display operation of the monitoring screen creation apparatus shown in FIGS. 1 and 2. 出力表の一例を示す図である。It is a figure which shows an example of an output table. 出力表の他の例を示す図である。It is a figure which shows the other example of an output table.

以下に本発明の実施の形態を説明する。以下の図面の記載において、同一または類似の部分には同一または類似の符号で表している。但し、図面は模式的なものである。したがって、具体的な寸法などは以下の説明を照らし合わせて判断するべきものである。また、図面相互間においても互いの寸法の関係や比率が異なる部分が含まれていることは勿論である。なお、以下の説明において、図面の上側を「上」、下側を「下」、左側を「左」、右側を「右」という。   Embodiments of the present invention will be described below. In the following description of the drawings, the same or similar parts are denoted by the same or similar reference numerals. However, the drawings are schematic. Therefore, specific dimensions and the like should be determined in light of the following description. Moreover, it is a matter of course that portions having different dimensional relationships and ratios are included between the drawings. In the following description, the upper side of the drawing is referred to as “upper”, the lower side as “lower”, the left side as “left”, and the right side as “right”.

図1ないし図13は、本発明に係る監視用画面装置および監視用画面作成方法の一実施形態を示すためのものである。図1は、監視用画面装置50を備える制御システム100の概略構成を説明するブロック図である。図1に示すように、監視システム100は、プラント10と、コントローラ20と、監視装置30と、監視用画面作成装置50と、を備える。   FIGS. 1 to 13 illustrate an embodiment of a monitoring screen device and a monitoring screen creation method according to the present invention. FIG. 1 is a block diagram illustrating a schematic configuration of a control system 100 including a monitoring screen device 50. As shown in FIG. 1, the monitoring system 100 includes a plant 10, a controller 20, a monitoring device 30, and a monitoring screen creation device 50.

プラント10は、例えば、工場などの機械設備を備えた施設であり、プラント10内には複数の機器11が配置されている。機器11としては、例えば、温度計、圧力計、流量計、湿度計などの各種計測機器、流量制御弁および圧力制御弁などのバルブ(弁)、ポンプおよびファンなどのアクチュエータ、などが挙げられる。   The plant 10 is a facility equipped with mechanical equipment such as a factory, for example, and a plurality of devices 11 are arranged in the plant 10. Examples of the device 11 include various measuring devices such as a thermometer, a pressure meter, a flow meter, and a hygrometer, valves (valves) such as a flow control valve and a pressure control valve, actuators such as a pump and a fan, and the like.

コントローラ20は、プラント10に設置された各機器11を制御するためのものであり、例えば、ROM、RAMなどのメモリ(ストレージ)や補助記憶装置などの記憶手段と、CPUやマイクロプロセッサなどの演算制御手段と、を備えたコンピュータである。プラント10内の各機器11とコントローラ20とは、ネットワークN1に接続しており、ネットワークN1を介して相互に通信(送受信)可能になっている。   The controller 20 is for controlling each device 11 installed in the plant 10, for example, a memory (storage) such as ROM and RAM, a storage means such as an auxiliary storage device, and an arithmetic operation such as a CPU and a microprocessor. And a control means. Each device 11 and the controller 20 in the plant 10 are connected to the network N1, and can communicate (transmit / receive) with each other via the network N1.

監視装置30は、プラント10に設置された各機器11を監視するためのものであり、制御装置20と同様に、例えば前述のコンピュータである。監視装置30は、制御装置20に接続されており、コントローラ20から各機器11の検出信号などのデータが入力されるとともに、コントローラ20に制御データを出力している。また、監視装置30には、ディスプレイなどの表示装置31と、ハードディスクドライブやSSD(Solid State Drive)などの補助記憶装置35とが接続されている。補助記憶装置35は、監視用画面作成装置50によって作成され、送信される後述の画面データSDおよび画面プログラムSPを記憶している。監視装置30は、外部記憶装置35に記憶された画面データSDおよび画面プログラムSPと、コントローラ20から入力される各機器11の検出データとに基づいて、プラント10に設置された各機器11の監視に用いる画面(以下、監視用画面という)を表示装置31に表示する。   The monitoring device 30 is for monitoring each device 11 installed in the plant 10 and is, for example, the above-described computer, like the control device 20. The monitoring device 30 is connected to the control device 20, receives data such as detection signals of the respective devices 11 from the controller 20, and outputs control data to the controller 20. The monitoring device 30 is connected to a display device 31 such as a display and an auxiliary storage device 35 such as a hard disk drive or an SSD (Solid State Drive). The auxiliary storage device 35 stores later-described screen data SD and a screen program SP that are created and transmitted by the monitoring screen creation device 50. The monitoring device 30 monitors each device 11 installed in the plant 10 based on the screen data SD and the screen program SP stored in the external storage device 35 and the detection data of each device 11 input from the controller 20. A screen (hereinafter referred to as a monitoring screen) used in the above is displayed on the display device 31.

本実施形態では、補助記憶装置35として監視装置30の外部に配置する外部記憶装置の例を示しが、これに限定されず、補助記憶装置を監視装置30に内蔵するようにしてもよい。   In the present embodiment, an example of an external storage device arranged outside the monitoring device 30 as the auxiliary storage device 35 is shown, but the present invention is not limited to this, and the auxiliary storage device may be built in the monitoring device 30.

図2は、図1に示した監視用画面作成装置50の機能構成を説明するブロック図である。監視用画面作成装置50は、監視装置30で使用される監視用画面を作成するためのものであり、制御装置20および監視装置30と同様に、例えば前述のコンピュータである。図2に示すように、監視用画面作成装置50は、入力装置51と、表示装置52と、入出力インターフェース部53と、通信インターフェース部54と、グラフィック作成部55と、データ入力部60と、プログラム作成部70と、記憶部80と、データ出力部90と、通信部56と、を備える。   FIG. 2 is a block diagram illustrating the functional configuration of the monitoring screen creation device 50 shown in FIG. The monitoring screen creation device 50 is for creating a monitoring screen used in the monitoring device 30, and is, for example, the above-described computer, like the control device 20 and the monitoring device 30. As shown in FIG. 2, the monitoring screen creation device 50 includes an input device 51, a display device 52, an input / output interface unit 53, a communication interface unit 54, a graphic creation unit 55, a data input unit 60, A program creation unit 70, a storage unit 80, a data output unit 90, and a communication unit 56 are provided.

図1および図2に示すように、監視用画面作成装置50には、キーボードやマウスなどの入力装置51と、ディスプレイなどの表示装置52とが接続されている。入出力インターフェース部53は、監視用画面作成装置50と入力装置51および表示装置52との間でデータ通信(データ送受信)を行うためのものである。   As shown in FIGS. 1 and 2, an input device 51 such as a keyboard and a mouse and a display device 52 such as a display are connected to the monitoring screen creation device 50. The input / output interface unit 53 is for performing data communication (data transmission / reception) between the monitoring screen creation device 50, the input device 51, and the display device 52.

グラフィック作成部55は、監視装置30の表示装置31に表示する監視用画面の画面グラフィックSGを作成するためのものである。ユーザーが入力装置51を操作することにより、入出力インターフェース部53を介して、グラフィック作成部55にグラフィック作成の要求(コマンド)が入力されると、グラフィック作成部55は、グラフィック編集プログラムを実行し、表示装置52にグラフィック作成ツールを表示する。ユーザーは、入力装置51を操作することによって、当該グラフィック作成ツールを使用し、プラント10に設置された機器11に対応する要素(オブジェクト)eを、表示装置52の画面上に描画し、配置する。監視用画面の画面グラフィックSGが作成され、入出力インターフェース部53を介して、グラフィック作成部55に画面グラフィックSGの各要素eおよびその他のデータが入力されると、グラフィック作成部55は、当該データに基づいて画面データSDを生成し、記憶部80に書き込む。   The graphic creation unit 55 is for creating a screen graphic SG of a monitoring screen displayed on the display device 31 of the monitoring device 30. When a user operates the input device 51 and a graphic creation request (command) is input to the graphic creation unit 55 via the input / output interface unit 53, the graphic creation unit 55 executes the graphic editing program. The graphic creation tool is displayed on the display device 52. The user operates the input device 51 to draw and arrange an element (object) e corresponding to the device 11 installed in the plant 10 on the screen of the display device 52 using the graphic creation tool. . When the screen graphic SG of the monitoring screen is created and each element e of the screen graphic SG and other data are input to the graphic creation unit 55 via the input / output interface unit 53, the graphic creation unit 55 The screen data SD is generated based on the above and written in the storage unit 80.

図3は、監視用画面の画面グラフィックSGの一例を示す図である。図3に示すように、例えば、監視用画面が監視対象となる機器11の状態を表示するものである場合、監視用画面の画面グラフィックSGには、例えば、機器11の種類に応じて、図、記号、文字、数字などの複数種類の要素e1、e2、e3が描画される。要素e1は、例えば、温度計、圧力計、流量計、湿度計などの計測機器に対応して作成されたテキストデータである。要素e1は、図3において、例えば「RRRRRR」と表示されており、監視用画面として使用する際に、要素e1に対応する機器11の検出データの値が表示される。また、要素e2は、例えば、バルブ(弁)に対応して作成された画像データであり、当該機器11の状態に応じて画像データの色が変化する。さらに、要素e3は、例えば、タンクに対応して作成された棒グラフ(バー)を備えた画像データであり、貯蔵量に応じて棒グラフの長さ(高さ)および色が変化する。 FIG. 3 is a diagram illustrating an example of the screen graphic SG of the monitoring screen. As shown in FIG. 3, for example, when the monitoring screen displays the state of the device 11 to be monitored, the screen graphic SG of the monitoring screen includes, for example, a diagram corresponding to the type of the device 11. A plurality of types of elements e 1 , e 2 , and e 3 such as symbols, characters, and numbers are drawn. The element e 1 is text data created corresponding to a measuring device such as a thermometer, a pressure gauge, a flow meter, or a hygrometer. The element e 1 is displayed as “RRRRRR” in FIG. 3, for example, and when used as a monitoring screen, the value of the detection data of the device 11 corresponding to the element e 1 is displayed. The element e 2 is image data created corresponding to, for example, a valve, and the color of the image data changes according to the state of the device 11. Further, the element e 3 is image data including a bar graph (bar) created corresponding to the tank, for example, and the length (height) and color of the bar graph change according to the storage amount.

本実施形態では、監視対象となる機器11の状態を表示する監視用画面の画面グラフィックSGを作成する例を示したが、これに限定されず、グラフィック作成部55は、他のタイプの監視用画面について画面グラフィックを作成してもよい。   In the present embodiment, an example of creating the screen graphic SG of the monitoring screen that displays the state of the device 11 to be monitored has been shown. However, the present invention is not limited to this, and the graphic creation unit 55 is for other types of monitoring. A screen graphic may be created for the screen.

データ入力部60は、監視対象となる機器11に関連する入力データIDが入力される。具体的には、データ入力部60は、要求(コマンド)により、入出力インターフェース部53を介して、後述の入力表ITを表示装置52に表示する。入力データIDは、その種類に応じて複数の入力表ITのいずれかに入力される。また、データ入力部60は、入力表ITに入力された入力データIDを記憶部80に書き込む。   The data input unit 60 receives an input data ID related to the device 11 to be monitored. Specifically, the data input unit 60 displays an input table IT described later on the display device 52 via the input / output interface unit 53 in response to a request (command). The input data ID is input to one of the plurality of input tables IT according to the type. In addition, the data input unit 60 writes the input data ID input to the input table IT in the storage unit 80.

プログラム作成部70は、複数の入力表ITのそれぞれに入力された入力データIDに基づいて、監視用画面の画面プログラムSPを作成する。画面プログラムSPは、例えば、画面グラフィックSGの各要素eの画面上の動作(変化)を規定するプログラムである。   The program creation unit 70 creates a screen program SP for the monitoring screen based on the input data ID input to each of the plurality of input tables IT. The screen program SP is, for example, a program that defines the operation (change) on the screen of each element e of the screen graphic SG.

記憶部80は、主記憶装置や補助記憶装置などの記憶手段であり、前述の画面データSD、入力データID、および画面プログラムSPを記憶する。   The storage unit 80 is a storage unit such as a main storage device or an auxiliary storage device, and stores the aforementioned screen data SD, input data ID, and screen program SP.

データ出力部90は、記憶部80に記憶された入力データIDを出力する。具体的には、データ出力部90は、要求(コマンド)により、記憶部80から読み出した入力データIDを後述の出力表OTに出力し、入出力インターフェース部53を介して、当該出力表OTを表示装置52に表示する。   The data output unit 90 outputs the input data ID stored in the storage unit 80. Specifically, in response to a request (command), the data output unit 90 outputs the input data ID read from the storage unit 80 to an output table OT described later, and the output table OT is output via the input / output interface unit 53. It is displayed on the display device 52.

図1および図2に示すように、監視装置30と監視用画面作成装置50とは、ネットワークN2に接続している。通信インターフェース部54は、ネットワークN2を介して、監視用画面作成装置50と監視装置30との間でデータ通信(データ送受信)を行うためのものであり、ネットワークN2に接続している。通信部56は、画面データSDおよび画面プログラムSPを監視装置30に送信するためのものである。通信部56は、要求によりまたは所定のタイミングで、記憶部80に記憶された画面データSDおよび画面プログラムSPを読み出し、当該画面データSDおよび画面プログラムSPを通信インターフェース部54およびネットワークN2を介して監視装置30に送信する。ネットワークN2を介して画面データSDおよび画面プログラムSPを受信した監視装置30は、当該画面データSDおよび画面プログラムSPを補助記憶装置35に書き込む。   As shown in FIGS. 1 and 2, the monitoring device 30 and the monitoring screen creation device 50 are connected to a network N2. The communication interface unit 54 is for performing data communication (data transmission / reception) between the monitoring screen creation device 50 and the monitoring device 30 via the network N2, and is connected to the network N2. The communication unit 56 is for transmitting the screen data SD and the screen program SP to the monitoring device 30. The communication unit 56 reads the screen data SD and the screen program SP stored in the storage unit 80 upon request or at a predetermined timing, and monitors the screen data SD and the screen program SP via the communication interface unit 54 and the network N2. To device 30. The monitoring device 30 that has received the screen data SD and the screen program SP via the network N2 writes the screen data SD and the screen program SP in the auxiliary storage device 35.

本実施形態では、監視用画面作成装置50に内蔵された記憶部80が画面データSD、入力データIDおよび画面プログラムSPを記憶する例を示したが、これに限定されない。   In the present embodiment, an example in which the storage unit 80 built in the monitoring screen creation apparatus 50 stores the screen data SD, the input data ID, and the screen program SP is shown, but the present invention is not limited to this.

図4は、図1に示した制御システム100の他の例を説明するブロック図である。図4に示すように、制御システム100Aは、監視用画面作成装置50に代えて監視用画面作成装置50Aを備え、さらに記憶装置40を備える。記憶装置40は、例えばNAS(Network Attached Storage)であり、ネットワークN2に接続されている。監視用画面作成装置50Aは、前述の監視用画面作成装置50と同様の構成および機能であるため、主に相違点を説明する。監視用画面作成装置50Aは、前述の監視用画面作成装置50では記憶部80に書き込んでいた画面データSD、入力データIDおよび画面プログラムSPを、ネットワークN2を介して記憶装置40に書き込む。これにより、監視装置30はネットワークN2を介して記憶装置40にアクセスすることができるので、監視用画面作成装置50は画面データSDおよび画面プログラムSPを監視装置30に送信する必要がなくなるとともに、監視装置30は補助記憶装置35を備える必要がない。   FIG. 4 is a block diagram for explaining another example of the control system 100 shown in FIG. As illustrated in FIG. 4, the control system 100A includes a monitoring screen creation device 50A instead of the monitoring screen creation device 50, and further includes a storage device 40. The storage device 40 is a NAS (Network Attached Storage), for example, and is connected to the network N2. Since the monitoring screen creation apparatus 50A has the same configuration and function as the above-described monitoring screen creation apparatus 50, differences will be mainly described. The monitoring screen creation device 50A writes the screen data SD, the input data ID, and the screen program SP written in the storage unit 80 in the above-described monitoring screen creation device 50 to the storage device 40 via the network N2. Accordingly, since the monitoring device 30 can access the storage device 40 via the network N2, the monitoring screen creation device 50 does not need to transmit the screen data SD and the screen program SP to the monitoring device 30, and the monitoring is performed. The device 30 need not include the auxiliary storage device 35.

また、本実施形態では、制御システム100が1つの監視用画面作成装置50を備える例を示したが、これに限定されない。   In the present embodiment, an example in which the control system 100 includes one monitoring screen creation device 50 is shown, but the present invention is not limited to this.

図5は、図1に示した制御システム100のさらに他の例を説明するブロック図である。図5に示すように、制御システム100Bは、図4に示した記憶装置40に加え、3つの監視用画面作成装置50A、50B、50Cを備える。なお、監視用画面作成装置50Bおよび50Cは、前述の監視用画面作成装置50と同様の構成および機能であるため、主に相違点を説明する。監視用画面作成装置50A、50B、50Cのうちのいずれか一つが、画面データSDを生成し、ネットワークN2を介して記憶装置40に書き込む。また、各監視用画面作成装置50A、50B、50Cは、ネットワークN2を介して、それぞれ入力データIDを記憶装置40に書き込む。そして、監視用画面作成装置50A、50B、50Cのうちのいずれか一つが、記憶装置40に記憶された入力データIDに基づいて画面プログラムSPを作成し、当該画面プログラムSPを、ネットワークN2を介して記憶装置40に書き込む。これにより、後述するように、複数の入力表ITにそれぞれ入力される入力データIDの設計、入力作業を、複数の監視用画面作成装置50A、50B、50Cで並行して行うことが可能となる。   FIG. 5 is a block diagram for explaining still another example of the control system 100 shown in FIG. As shown in FIG. 5, the control system 100B includes three monitoring screen creation devices 50A, 50B, and 50C in addition to the storage device 40 shown in FIG. The monitoring screen creation devices 50B and 50C have the same configuration and functions as the monitoring screen creation device 50 described above, and thus the differences will be mainly described. Any one of the monitoring screen creation devices 50A, 50B, and 50C generates the screen data SD and writes it to the storage device 40 via the network N2. In addition, each of the monitoring screen creation devices 50A, 50B, and 50C writes the input data ID into the storage device 40 via the network N2. Then, any one of the monitoring screen creation devices 50A, 50B, 50C creates a screen program SP based on the input data ID stored in the storage device 40, and the screen program SP is transmitted via the network N2. To the storage device 40. As a result, as will be described later, the design and input work of the input data IDs respectively input to the plurality of input tables IT can be performed in parallel by the plurality of monitoring screen creation devices 50A, 50B, and 50C. .

次に、監視用画面作成装置50の動作について説明する。   Next, the operation of the monitoring screen creation device 50 will be described.

図6は、図1および図2に示した監視用画面作成装置50のデータ入力の動作を説明するフローチャートである。図3に示した画面グラフィックSGを描画しているとき、または画面グラフィックSGの描画完了後に、ユーザーが図1および図2に示した入力装置51を操作することにより、入出力インターフェース部53を介して、データ入力部60に画面グラフィックSGの要素eが選択されてデータ入力の要求(コマンド)が入力されると、データ入力部60は、図6に示すように、データ入力処理S110を実行する。   FIG. 6 is a flowchart for explaining the data input operation of the monitoring screen creation apparatus 50 shown in FIGS. When the screen graphic SG shown in FIG. 3 is drawn or after the drawing of the screen graphic SG is completed, the user operates the input device 51 shown in FIGS. When the element e of the screen graphic SG is selected in the data input unit 60 and a data input request (command) is input, the data input unit 60 executes the data input process S110 as shown in FIG. .

最初に、データ入力部60は、入出力インターフェース部53を介して、入力表ITを表示装置52に表示する(S111)。   First, the data input unit 60 displays the input table IT on the display device 52 via the input / output interface unit 53 (S111).

S111の後、データ入力部60は、入出力インターフェース部53を介して、入力表ITに入力データIDが入力されたか否かを判定し(S112)、入力データIDが入力表ITに入力されるまでS112の処理を繰り返す。   After S111, the data input unit 60 determines whether or not the input data ID is input to the input table IT via the input / output interface unit 53 (S112), and the input data ID is input to the input table IT. Until the process of S112 is repeated.

図7は、入力表ITの一例を示す図である。図1および図2に示した表示装置52には、図7に示すように、例えば、入力信号表IT1、判定条件表IT2、および画面表示表IT3の、3つの入力表ITが表示される。入力信号表IT1は、入力データとして、選択された要素eに対応する機器11について、入力信号に関連する入力信号データが入力される表である。図7に示す入力信号表IT1には、警報状態信号および運転状態信号のそれぞれについて、入力信号の信号源の名称が「入力信号」の列に入力される。   FIG. 7 is a diagram illustrating an example of the input table IT. As shown in FIG. 7, the display device 52 shown in FIGS. 1 and 2 displays three input tables IT, for example, an input signal table IT1, a determination condition table IT2, and a screen display table IT3. The input signal table IT1 is a table in which input signal data related to an input signal is input as input data for the device 11 corresponding to the selected element e. In the input signal table IT1 shown in FIG. 7, the name of the signal source of the input signal is input to the column of “input signal” for each of the alarm state signal and the operation state signal.

判定条件表IT2は、入力データとして、選択された要素eに対応する機器11について、警報状態、運転状態、停止状態、故障状態などの状態を判定するために、その判定条件に関する判定条件データが入力される表である。図7に示す判定条件表IT2には、警報状態、運転状態および停止状態のそれぞれの状態について、第1の条件式が「条件1」の列に、第2の条件式が「条件2」の列に、論理演算の演算種類が「演算」の列に入力される。   The determination condition table IT2 includes, as input data, determination condition data related to the determination condition in order to determine a state such as an alarm state, an operation state, a stop state, or a failure state for the device 11 corresponding to the selected element e. It is an input table. In the determination condition table IT2 shown in FIG. 7, for each of the alarm state, the operation state, and the stop state, the first conditional expression is in the “condition 1” column, and the second conditional expression is “condition 2”. In the column, the operation type of the logical operation is input to the column of “Operation”.

画面表示表IT3は、入力データIDとして、選択された要素eに対応する機器11について、状態に応じた表示をするために、監視用画面の画面グラフィックGSにおける表示に関する画面表示データが入力される表である。図7に示す画面表示表IT3は、警報状態、運転状態および停止状態のそれぞれの状態について、要素eの可視か否かが「可視」の列に、要素eを点滅させるか否かが「点滅」の列に、要素eの色が「色」の列に入力される。   In the screen display table IT3, screen display data related to the display in the screen graphic GS of the monitoring screen is input to display the device 11 corresponding to the selected element e as the input data ID according to the state. It is a table. In the screen display table IT3 shown in FIG. 7, for each of the alarm state, the operation state, and the stop state, whether or not the element e is visible is in the “visible” column, and whether or not the element e is blinking is “blinking” The color of the element e is input to the “color” column.

本実施形態では、説明の便宜の都合上、表示装置52に3つの入力表IT1〜IT3のうちの全てを表示する例を示したが、これに限定されない。入力データIDが複数の入力表ITのいずれかに入力されればよいので、データ入力部60は、3つの入力表IT1〜IT3のうちの1つ、または2つを表示するようにしてもよい。また、図7に示した各入力表IT1〜IT3は、機器11がバルブ(弁)の場合の例であり、機器11の種類に応じて異なる入力表を表示するようにしてもよい。   In the present embodiment, for convenience of explanation, an example in which all of the three input tables IT1 to IT3 are displayed on the display device 52 is shown, but the present invention is not limited to this. Since the input data ID only needs to be input to one of the plurality of input tables IT, the data input unit 60 may display one or two of the three input tables IT1 to IT3. . Further, each of the input tables IT1 to IT3 illustrated in FIG. 7 is an example when the device 11 is a valve (valve), and different input tables may be displayed depending on the type of the device 11.

図8は、入力表ITの入力後の一例を示す図である。ユーザーが図1および図2に示した入力装置51を操作することによって、図8に示すように、入力信号表IT1、判定条件表IT2および表示形式表IT3のそれぞれの項目(セル)に、入力データIDが入力される。   FIG. 8 is a diagram illustrating an example after the input table IT is input. When the user operates the input device 51 shown in FIG. 1 and FIG. 2, as shown in FIG. 8, input is made to each item (cell) of the input signal table IT1, the judgment condition table IT2, and the display format table IT3. Data ID is input.

図8に示す例では、入力信号表IT1は、入力データIDを所定のラベルに対応させるための参照表である。すなわち、入力信号表IT1において、「入力信号」の列は入力データID1が入力される列であり、「状態」の列は所定のラベル(名)の列に該当する。判定条件表IT2の「条件1」および「条件2」の列には、入力信号表IT1の所定のラベル(名)、つまり、「警報状態信号」および「運転状態信号」を用いた入力データID3が入力されている。よって、入力信号表IT1の入力データID1、つまり、「ValueAlarm023」および「Value023」のうちの少なくとも一方が入力されていなくても、ユーザーは入力信号表IT1のラベル(名)を使用して判定条件表IT2の入力データID2を入力することができる。このように、複数の入力表ITが、入力データIDを所定のラベルに対応させるための参照表を含むことにより、参照表に入力データが入力されていなくても、例えば、図8に示すように、入力信号表IT1の所定のラベル、「警報状態信号」および「運転状態信号」を使用して他の入力表IT、例えば、判定条件表IT2に入力データID2を入力することが可能となる。   In the example shown in FIG. 8, the input signal table IT1 is a reference table for associating the input data ID with a predetermined label. That is, in the input signal table IT1, the column “input signal” is a column to which the input data ID1 is input, and the column “state” corresponds to a column of a predetermined label (name). In the column of “condition 1” and “condition 2” of the determination condition table IT2, the input data ID3 using a predetermined label (name) of the input signal table IT1, that is, “alarm state signal” and “operation state signal” Is entered. Therefore, even if at least one of “ValueAlarm023” and “Value023” is not input, the user uses the label (name) of the input signal table IT1 to determine the determination condition. Input data ID2 of table IT2 can be input. As described above, the plurality of input tables IT include the reference table for associating the input data ID with a predetermined label, so that, for example, as shown in FIG. In addition, it is possible to input the input data ID2 to another input table IT, for example, the judgment condition table IT2, using the predetermined labels of the input signal table IT1, “alarm state signal” and “operation state signal”. .

なお、入力データの入力表ITへの入力は、エディタを用いてテキストを入力する場合に限定されず、各項目(セル)にあらかじめドロップダウン(プルダウン)リストを用意しておき、リストの中から選択させ、入力させるようにしてもよい。また、入力表ITの各項目にあらかじめデフォルトデータを入力した状態で表示し、ユーザーがデフォルトデータを適宜修正(変更)するようにしてもよい。   Input of input data to the input table IT is not limited to inputting text using an editor, and a drop-down (pull-down) list is prepared for each item (cell) in advance, and the list can be selected from the list. You may make it select and input. Alternatively, the default data may be displayed in advance in each item of the input table IT, and the user may appropriately modify (change) the default data.

S112の判定の結果、図8に示すように、入力表ITに入力データIDが入力され場合、データ入力部60は、入出力インターフェース部53を介して入力された入力データIDを、選択された要素eの要素名とともに記憶部80に書き込み(S113)、データ入力処理S110を終了する。なお、要素eの要素名は、後述するように、グラフィック作成部55により、当該要素eの描画時に付与される。これにより、入力表ITに入力された入力データ11が、選択された要素eに対応する機器11に関連づけて記憶される。   As a result of the determination in S112, when the input data ID is input to the input table IT as shown in FIG. 8, the data input unit 60 has selected the input data ID input via the input / output interface unit 53. The data is written in the storage unit 80 together with the element name of the element e (S113), and the data input process S110 is terminated. Note that the element name of the element e is given by the graphic creation unit 55 when the element e is drawn, as will be described later. Thus, the input data 11 input to the input table IT is stored in association with the device 11 corresponding to the selected element e.

図9は、図1および図2に示した監視用画面作成装置50のプログラム作成の動作を説明するフローチャートである。図3に示した画面グラフィックGを描画しているとき、または画面グラフィックSGの描画完了後に、ユーザーが図1および図2に示した入力装置51を操作することにより、入出力インターフェース部53を介して、プログラム作成部70に画面グラフィックSGの要素eが選択されてプログラム作成の要求(コマンド)が入力されると、プログラム作成部70は、図9に示すように、プログラム作成処理S120を実行する。   FIG. 9 is a flowchart for explaining the program creation operation of the monitoring screen creation apparatus 50 shown in FIGS. When the screen graphic G shown in FIG. 3 is being drawn or after the drawing of the screen graphic SG is completed, the user operates the input device 51 shown in FIGS. When the element e of the screen graphic SG is selected and the program creation request (command) is input to the program creation unit 70, the program creation unit 70 executes a program creation process S120 as shown in FIG. .

最初に、プログラム作成部70は、記憶部80にアクセスし、選択された要素eに対応する機器11について、複数の入力表ITのそれぞれに入力データIDが入力されているか否かを判定する(S121)。なお、複数の入力表ITのそれぞれに入力データIDが入力されたか否かの判定は、複数の入力表ITのそれぞれについて、全ての項目(セル)に入力データIDが入力されているか否かを基準とする。例えば、図7に示した入力信号表IT1、判定条件表IT2、および画面表示表IT3の、3つの入力表ITの場合、図8に示したように、3つの入力表ITの全ての項目(セル)に入力データIDが入力されたときに、複数の入力表ITのそれぞれに入力データIDが入力されていると判定される。   First, the program creation unit 70 accesses the storage unit 80 to determine whether or not an input data ID is input to each of the plurality of input tables IT for the device 11 corresponding to the selected element e ( S121). Whether or not the input data ID is input to each of the plurality of input tables IT is determined by determining whether or not the input data ID is input to all items (cells) for each of the plurality of input tables IT. The standard. For example, in the case of the three input tables IT of the input signal table IT1, the judgment condition table IT2, and the screen display table IT3 shown in FIG. 7, as shown in FIG. When the input data ID is input to the cell), it is determined that the input data ID is input to each of the plurality of input tables IT.

S121の判定の結果、複数の入力表ITのそれぞれに入力データIDが入力されている場合、プログラム作成部70は、記憶部80にアクセスして選択された要素eに対応する機器11に関連づけて記憶された全ての入力データIDを読み出し、当該全ての入力データIDに基づいてプログラムpを作成する(S122)。   When the input data ID is input to each of the plurality of input tables IT as a result of the determination in S121, the program creation unit 70 accesses the storage unit 80 and associates it with the device 11 corresponding to the element e selected. All stored input data IDs are read out, and a program p is created based on all the input data IDs (S122).

図10は、プログラム作成部70が作成するプログラムpの一例を示す図である。プログラム作成部70は、例えば、図10に示すように、スクリプト言語によるプログラムpを作成する。当該プログラムpでは、複数の入力表ITにそれぞれ入力された入力データIDが、テキスト形式のスクリプト(処理手順)に変換され、記述される。また、参照表の所定のラベルを用いて入力された入力データIDは、当該所定のラベルの部分が参照表の入力データIDに置換されて、記述される。   FIG. 10 is a diagram illustrating an example of the program p created by the program creation unit 70. The program creation unit 70 creates a program p in a script language, for example, as shown in FIG. In the program p, the input data IDs respectively input to the plurality of input tables IT are converted into text format scripts (processing procedures) and described. Also, the input data ID input using a predetermined label of the reference table is described by replacing the predetermined label portion with the input data ID of the reference table.

S122においてプログラムpを作成した後、プログラム作成部70は、作成されたプログラムpを、選択された要素eの要素名とともに記憶部80に書き込み(S123)、プログラム作成処理S120を終了する。これにより、作成されたプログラムpが、選択された要素eに対応する機器11に関連づけて記憶される。   After creating the program p in S122, the program creation unit 70 writes the created program p together with the element name of the selected element e in the storage unit 80 (S123), and ends the program creation process S120. Thereby, the created program p is stored in association with the device 11 corresponding to the selected element e.

一方、S121の判定の結果、複数の入力表ITのそれぞれに入力データIDが入力されていない場合、要素eのプログラムpの作成には入力データIDが不足しているので、プログラム作成部70は、何もせずにプログラム作成処理S120を終了する。   On the other hand, if the input data ID is not input to each of the plurality of input tables IT as a result of the determination in S121, the input data ID is insufficient for generating the program p for the element e. The program creation process S120 is terminated without doing anything.

ユーザーの操作により、画面グラフィックSGの全ての要素eについてプログラム作成部70がプログラムpを作成することで、監視用画面の画面グラフィックSGの画面プログラムSPが作成され、当該画面プログラムSPが記憶部80に書き込まれる。   By the user's operation, the program creation unit 70 creates the program p for all elements e of the screen graphic SG, so that the screen program SP of the screen graphic SG of the monitoring screen is created. Is written to.

ここで、従来の監視用画面作成装置および監視用画面作成方法では、画面グラフィックSGを作成後、画面グラフィックSGの各要素eについて、ユーザーがエディタなどを使用して図10に示したようなプログラムpを記述して、画面プログラムSPを作成していた。しかしながら、監視用画面作成装置および監視用画面作成方法のユーザーは、プラント10のエンジニアであることが多く、プログラミングに不慣れであるため、プログラムに記述自体に時間が掛かっていた。また、例えば、ある機器11について、入力信号の設計、記述が終わらないと、当該入力信号を用いて機器11の状態を判定するプログラムを記述することができず、プログラムの記述作業は直列的であるため、画面プログラムの作成効率が低かった。   Here, in the conventional monitoring screen creation device and monitoring screen creation method, after creating the screen graphic SG, the user uses an editor or the like to program each element e of the screen graphic SG as shown in FIG. The screen program SP was created by describing p. However, the users of the monitoring screen creation apparatus and the monitoring screen creation method are often engineers of the plant 10 and are unfamiliar with programming, so it takes time to describe the program itself. Also, for example, if the design and description of an input signal for a certain device 11 is not completed, a program for determining the state of the device 11 using the input signal cannot be described, and the program description work is serial. As a result, screen program creation efficiency was low.

これに対し、本発明の監視用画面作成装置50,50A,50B,50Cおよび監視用画面作成方法では、複数の入力表ITのそれぞれに入力された入力データIDに基づいて、監視用画面の画面プログラムSPが作成される。これにより、従来の監視用画面作成装置および監視用画面作成方法のようにプログラムを直接記述する場合と比較して、ユーザーは、プログラミングの知識を必要とせず、画面プログラムSPの作成に必要な入力データID(情報)を入力すれば足りる。また、入力データIDは、当該入力データIDの種類に応じて複数の入力表ITのいずれかに入力される。ここで、監視対象となる機器11に関連する入力データIDは、様々な種類のデータを含んでおり、入力データIDの種類によって、例えば、監視対象となる実際の機器11に関連する入力データと、当該機器11に対応して監視用画面の画面グラフィックGSに表示される要素eに関連する入力データとに分けることができる。そして、実際の機器11に関連する入力データと当該機器11に対応して監視用画面の画面グラフィックGSに表示される要素eに関連する入力データとは、相互に独立しており、それぞれに入力データを設計し、入力することが可能である。よって、入力データIDの種類に応じた入力表ITを複数用意することにより、入力データIDを入力表ITごとに分けて入力することが可能となる。   On the other hand, in the monitoring screen creation devices 50, 50A, 50B, 50C and the monitoring screen creation method of the present invention, the screen of the monitoring screen is based on the input data ID input to each of the plurality of input tables IT. A program SP is created. As a result, the user does not need programming knowledge and input necessary for creating the screen program SP as compared with the case where the program is directly described as in the conventional monitoring screen creating apparatus and monitoring screen creating method. It is sufficient to input a data ID (information). Further, the input data ID is input to one of the plurality of input tables IT according to the type of the input data ID. Here, the input data ID related to the device 11 to be monitored includes various types of data. Depending on the type of the input data ID, for example, the input data ID related to the actual device 11 to be monitored The input data related to the element e displayed on the screen graphic GS of the monitoring screen corresponding to the device 11 can be divided. The input data related to the actual device 11 and the input data related to the element e displayed on the screen graphic GS of the monitoring screen corresponding to the device 11 are independent from each other and are input to each. Data can be designed and entered. Therefore, by preparing a plurality of input tables IT corresponding to the type of input data ID, it is possible to input the input data ID separately for each input table IT.

監視用画面が監視対象となる機器11の状態を表示するものである場合、複数の入力表ITは、図7および図8に示したように、機器11の入力信号に関連する入力信号データが入力される入力信号表IT1と、機器11の状態の判定条件に関連する判定条件データが入力される判定条件表IT2と、機器11の監視用画面の表示に関連する画面表示データが入力される画面表示表IT3とを含むことが好ましい。ここで、入力信号表IT1は参照表であり、判定条件表IT2は入力信号表IT1の所定のラベル、「警報状態信号」および「運転状態信号」を用いて入力データIDを入力することができるので、入力信号表IT1の入力データID1、すなわち入力信号データの設計、入力作業と、判定条件表IT2の入力データID2、すなわち判定条件データの設計、入力作業とを並行して行うことができる。また、画面表示表IT3に入力される入力データID3、すなわち機器11の監視用画面における表示に関連する画面表示データは、入力信号表IT1および判定条件表IT2に入力される実際の機器11に関連する入力データID1およびID2とは、相互に独立しているので、画面表示表IT3の入力データID3の設計、入力作業と、入力信号表IT1および判定条件表IT2の入力データID1およびID2の設計、入力作業とを並行して行うことができる。   When the monitoring screen displays the status of the device 11 to be monitored, the plurality of input tables IT include input signal data related to the input signal of the device 11 as shown in FIGS. Input signal table IT1 to be input, determination condition table IT2 to which determination condition data related to the determination condition of the state of the device 11 is input, and screen display data related to display of the monitoring screen of the device 11 are input. It is preferable to include a screen display table IT3. Here, the input signal table IT1 is a reference table, and the determination condition table IT2 can input the input data ID using a predetermined label, “alarm state signal” and “operation state signal” of the input signal table IT1. Therefore, the input data ID1 of the input signal table IT1, that is, the design and input work of the input signal data, and the input data ID2 of the judgment condition table IT2, that is, the design and input work of the judgment condition data can be performed in parallel. Further, the input data ID3 input to the screen display table IT3, that is, the screen display data related to the display on the monitoring screen of the device 11 is related to the actual device 11 input to the input signal table IT1 and the judgment condition table IT2. Since the input data ID1 and ID2 are independent of each other, the design of the input data ID3 of the screen display table IT3, the input work, and the design of the input data ID1 and ID2 of the input signal table IT1 and the judgment condition table IT2, Input work can be performed in parallel.

本実施形態では、S121の判定の結果、複数の入力表ITのそれぞれに入力データIDが入力されていない場合に、何もせずにプログラム作成処理S120を終了する例を示したが、これに限定されない。例えば、複数の入力表ITのそれぞれに入力データIDが入力されていない場合に、プログラム作成部70は、入出力インターフェース部53を介して、選択された要素eについて入力データIDが不足している旨のメッセージを表示装置52に表示してもよい。また、データ入力部60がデータ入力処理S110を起動し、入力データIDが入力されていない入力表ITを表示するようにしてもよい。このとき、当該入力表ITにおいて、入力データIDが入力されていない項目(セル)を反転表示したり背景の色を強調表示したりするなどのハイライト表示を施して入力表ITを表示するのが好ましい。   In the present embodiment, as a result of the determination in S121, when the input data ID is not input to each of the plurality of input tables IT, an example is shown in which the program creation process S120 is terminated without doing anything. Not. For example, when the input data ID is not input to each of the plurality of input tables IT, the program creation unit 70 lacks the input data ID for the selected element e via the input / output interface unit 53. A message to that effect may be displayed on the display device 52. Further, the data input unit 60 may activate the data input process S110 and display the input table IT in which the input data ID is not input. At this time, in the input table IT, the input table IT is displayed with highlighting such as highlighting an item (cell) for which no input data ID has been input or highlighting the background color. Is preferred.

また、本実施形態では、記憶部80に記憶された入力データIDを読み出して各要素eのプログラムpを作成し、画面プログラムSPを作成する例を示したが、これに限定されない。例えば、データ入力部60が入力データを記憶部80に書き込むことなく、プログラム作成部70が、複数の入力表ITのそれぞれに入力された入力データIDから、各要素eのプログラムpを作成し、画面プログラムSPを作成するようにしてもよい。   In the present embodiment, the input data ID stored in the storage unit 80 is read to create the program p for each element e to create the screen program SP. However, the present invention is not limited to this. For example, without the data input unit 60 writing the input data to the storage unit 80, the program creation unit 70 creates the program p for each element e from the input data IDs input to each of the plurality of input tables IT, The screen program SP may be created.

さらに、本実施形態では、画面グラフィックSG上の全ての要素eについてプログラム作成部70がスクリプトのプログラムpを作成することで、画面グラフィックSGの画面プログラムSPが作成する例を示したが、これに限定されない。プログラム作成部70が、画面グラフィックSGの全ての要素eについてソースプログラムの画面プログラムを作成してもよいし、さらに、コンパイラを用いてオブジェクトプログラムの画面プログラムを作成してもよい。   Furthermore, in the present embodiment, an example has been shown in which the program creation unit 70 creates the script program p for all the elements e on the screen graphic SG, thereby creating the screen program SP for the screen graphic SG. It is not limited. The program creation unit 70 may create a screen program of a source program for all elements e of the screen graphic SG, and may further create a screen program of an object program using a compiler.

図11は、図1および図2に示した監視用画面作成装置50のデータ表示の動作を説明するフローチャートである。図3に示した画面グラフィックGを描画しているとき、または画面グラフィックSGの描画完了後に、ユーザーが図1および図2に示した入力装置51を操作することにより、入出力インターフェース部53を介して、データ出力部90に画面グラフィックSGの要素eが選択されてデータ出力(データ表示)の要求(コマンド)が入力されると、データ出力部90は、図11に示すように、データ出力処理S130を実行する。   FIG. 11 is a flowchart for explaining the data display operation of the monitoring screen creation apparatus 50 shown in FIGS. 1 and 2. When the screen graphic G shown in FIG. 3 is being drawn or after the drawing of the screen graphic SG is completed, the user operates the input device 51 shown in FIGS. When the element e of the screen graphic SG is selected in the data output unit 90 and a data output (data display) request (command) is input, the data output unit 90 performs data output processing as shown in FIG. S130 is executed.

データ出力部90は、記憶部80にアクセスし、選択された要素eについて、複数の入力表ITのいずれかに入力データIDが入力されているか否かを判定する(S131)。なお、複数の入力表ITのいずれかに入力データIDが入力されたか否かの判定は、複数の入力表ITのいずれか一つについて、少なくとも一つの項目(セル)に入力データIDが入力されているか否かを基準とする。   The data output unit 90 accesses the storage unit 80 and determines whether or not the input data ID is input to any of the plurality of input tables IT for the selected element e (S131). Whether or not the input data ID has been input to any of the plurality of input tables IT is determined by inputting the input data ID to at least one item (cell) for any one of the plurality of input tables IT. It is based on whether or not.

S131の判定の結果、複数の入力表ITのいずれかに入力データIDが入力されている場合、データ出力部90は、記憶部80にアクセスして選択された要素eに対応する機器11に関連づけて記憶された全ての入力データIDを読み出し、当該全ての入力データIDを出力表OTに出力して、入出力インターフェース部53を介して、当該出力表OTを表示装置52に表示する(S132)。   If the input data ID is input to any of the plurality of input tables IT as a result of the determination in S131, the data output unit 90 accesses the storage unit 80 and associates it with the device 11 corresponding to the element e selected. All the input data IDs stored in the memory are read out, all the input data IDs are output to the output table OT, and the output table OT is displayed on the display device 52 via the input / output interface unit 53 (S132). .

図12は、出力表OTの一例を示す図である。図1および図2に示した表示装置52には、例えば、図12に示すように、入力データIDが出力(格納)された出力表OT1を表示する。図12に示す出力表OT1には、図8に示した入力信号表IT1の入力データID1、判定条件表IT2の入力データID2、および画面表示表IT3の入力データID3が、それぞれ出力されている。なお、出力表OT1の要素名の欄に格納された「バルブ023」は、例えば、選択された要素eが画面グラフィックSGに描画されたときに、グラフィック作成部55が、所定のルール、例えば、要素eに対応する機器の種類(この例では「バルブ」)と、当該種類ごとの連番(この例では「023」)との組み合わせにより付与したものである。また、出力表OT1の座標の列に格納された「123,85」は、選択された要素eが画面グラフィックSG上に配置された位置を、グラフィック作成部55が、所定の座標系に基づいて指定した座標である。   FIG. 12 is a diagram illustrating an example of the output table OT. For example, as shown in FIG. 12, the display device 52 shown in FIGS. 1 and 2 displays an output table OT1 in which the input data ID is output (stored). In the output table OT1 shown in FIG. 12, the input data ID1 of the input signal table IT1 shown in FIG. 8, the input data ID2 of the determination condition table IT2, and the input data ID3 of the screen display table IT3 are output. Note that the “valve 023” stored in the element name column of the output table OT1 is, for example, when the selected element e is drawn on the screen graphic SG, the graphic creation unit 55 uses a predetermined rule, for example, A device type corresponding to the element e (“valve” in this example) and a serial number for each type (“023” in this example) are assigned. Further, “123,85” stored in the coordinate column of the output table OT1 indicates the position where the selected element e is arranged on the screen graphic SG, and the graphic creation unit 55 is based on a predetermined coordinate system. The specified coordinates.

ここで、前述した従来の画面作成装置および監視用画面作成方法では、図10に示したようなプログラムpを記述した後、ユーザーがデバッガなどを使用して当該プログラムpを表示装置に表示し、デバッグを行っていた。しかしながら、前述した場合と同様に、監視用画面作成装置および監視用画面作成方法のユーザーは、プログラムの解読が困難であり、プログラムpのデバッグにも時間が掛かっていた。   Here, in the conventional screen creation device and monitoring screen creation method described above, after describing the program p as shown in FIG. 10, the user displays the program p on the display device using a debugger or the like, I was debugging. However, as in the case described above, it is difficult for the user of the monitoring screen creation device and the monitoring screen creation method to decipher the program, and it takes time to debug the program p.

これに対し、本発明の画面作成装置50,50A,50B,50Cおよび監視用画面作成方法では、入力表ITに入力された入力データIDが記憶部80に記憶され、記憶部80に記憶された入力データIDが出力表OTに出力される。これにより、画面プログラムSPの作成に必要な入力データID(情報)が出力表OTに出力されるので、従来の監視用画面作成装置および監視用画面作成方法のようにプログラムを出力(表示)して解読する場合と比較して、ユーザーは、プログラミングの知識を必要とせずに、出力表OTに出力された入力データIDを見て画面プログラムSPの内容を理解することが可能となる。   In contrast, in the screen creation devices 50, 50A, 50B, 50C and the monitoring screen creation method of the present invention, the input data ID input to the input table IT is stored in the storage unit 80 and stored in the storage unit 80. The input data ID is output to the output table OT. As a result, since the input data ID (information) necessary for creating the screen program SP is output to the output table OT, the program is output (displayed) as in the conventional monitoring screen creation device and monitoring screen creation method. Compared with the case of decoding, the user can understand the contents of the screen program SP by looking at the input data ID output in the output table OT without requiring programming knowledge.

また、図12に示すように、複数の入力データIDが出力表OT1に出力されるのが好ましい。これにより、監視対象となる機器11について、複数の入力表ITのそれぞれに入力された複数の入力データID1、ID2、およびID3が出力される出力表OT1は、一覧性が高く、複数の入力データID1、ID2、およびID3の間で、入力データIDの比較、検証が容易になる。   Further, as shown in FIG. 12, it is preferable that a plurality of input data IDs are output to the output table OT1. As a result, for the device 11 to be monitored, the output table OT1 from which the plurality of input data ID1, ID2, and ID3 input to each of the plurality of input tables IT is output has high listability and a plurality of input data. It becomes easy to compare and verify the input data ID among ID1, ID2, and ID3.

本実施形態では、一つの要素eを選択してデータ出力(データ表示)が要求された例を示したが、これに限定されない。   In the present embodiment, an example is shown in which one element e is selected and data output (data display) is requested. However, the present invention is not limited to this.

図13は、出力表OTの他の例を示す図である。複数の要素eが選択されてデータ出力(データ表示)が要求された場合、例えば、図13に示すように、複数の機器11について、入力データIDが出力表OT2に出力される。これにより、複数の機器11のそれぞれについて入力データIDが出力される出力表OT2は、一覧性が高く、複数の機器11の間で、入力データIDの比較、検証が容易になる。   FIG. 13 is a diagram showing another example of the output table OT. When a plurality of elements e are selected and data output (data display) is requested, for example, as shown in FIG. 13, input data IDs are output to the output table OT2 for the plurality of devices 11. Thereby, the output table OT2 in which the input data ID is output for each of the plurality of devices 11 has a high listability, and the comparison and verification of the input data ID among the plurality of devices 11 is facilitated.

また、図13に示すように、複数の機器11のそれぞれについて、複数の入力データIDが出力表OT2に出力されるのが好ましい。これにより、複数の機器11の間と、複数の入力表ITのそれぞれに入力された複数の入力データID1、ID2、およびID3の間と、の両方で、入力データIDの比較、検証が容易になる。   Moreover, as shown in FIG. 13, it is preferable that a plurality of input data IDs are output to the output table OT2 for each of the plurality of devices 11. This makes it easy to compare and verify input data IDs both between a plurality of devices 11 and between a plurality of input data ID1, ID2, and ID3 input to each of a plurality of input tables IT. Become.

図11に示すように、S132の後、データ出力部90は、データ出力処理S130を終了する。   As shown in FIG. 11, after S132, the data output unit 90 ends the data output process S130.

一方、S131の判定の結果、複数の入力表ITのいずれにも入力データIDが入力されていない場合、データ出力部90は、何もせずにデータ出力処理S130を終了する。   On the other hand, as a result of the determination in S131, when the input data ID is not input to any of the plurality of input tables IT, the data output unit 90 ends the data output process S130 without doing anything.

本実施形態では、S131の判定の結果、複数の入力表ITのいずれにも入力データIDが入力されていない場合に、何もせずにデータ出力処理S130を終了する例を示したが、これに限定されない。例えば、前述のプログラム作成処理S120の場合と同様に、データ出力部90は、入出力インターフェース部53を介して、選択された要素eについて入力データIDが未入力である旨のメッセージを表示装置52に表示してもよい。また、データ入力部60がデータ入力処理S110を起動し、入出力インターフェース部53を介して、入力表ITを表示装置52に表示するようにしてもよい。   In the present embodiment, as a result of the determination in S131, when the input data ID is not input to any of the plurality of input tables IT, an example is shown in which the data output process S130 is terminated without doing anything. It is not limited. For example, as in the case of the above-described program creation process S120, the data output unit 90 displays a message indicating that the input data ID is not input for the selected element e via the input / output interface unit 53. May be displayed. Further, the data input unit 60 may activate the data input process S110 and display the input table IT on the display device 52 via the input / output interface unit 53.

また、本実施形態では、S132において出力表OTを表示装置52に表示した後、データ出力処理S130を終了する例を示したが、これに限定されない。例えば、ユーザーが図1および図2に示した入力装置51を操作することによって、出力表OTの項目(セル)に入力データIDを入力可能にしてもよいし、出力表OTに出力された入力データIDを変更可能にしてもよい。これらの場合、入出力インターフェース部53を介して、データ出力処理S130に入力された出力表OTの入力データIDを、データ出力処理S130は、記憶部80に書き込む。   In the present embodiment, the output table OT is displayed on the display device 52 in S132, and then the data output process S130 is terminated. However, the present invention is not limited to this. For example, the user may input the input data ID into the item (cell) of the output table OT by operating the input device 51 shown in FIGS. 1 and 2, or the input output to the output table OT The data ID may be changeable. In these cases, the data output process S130 writes the input data ID of the output table OT input to the data output process S130 via the input / output interface unit 53 in the storage unit 80.

このように、本実施形態における監視用画面作成装置50,50A,50B,50Cおよび監視用画面作成方法によれば、複数の入力表ITのそれぞれに入力された入力データIDに基づいて、監視用画面の画面プログラムSPが作成される。これにより、従来の監視用画面作成装置および監視用画面作成方法のようにプログラムを直接記述する場合と比較して、ユーザーは、プログラミングの知識を必要とせず、画面プログラムSPの作成に必要な入力データID(情報)を入力すれば足りる。   As described above, according to the monitoring screen creation devices 50, 50A, 50B, and 50C and the monitoring screen creation method according to the present embodiment, the monitoring screen creation method is based on the input data IDs input to each of the plurality of input tables IT. A screen program SP for the screen is created. As a result, the user does not need programming knowledge and input necessary for creating the screen program SP as compared with the case where the program is directly described as in the conventional monitoring screen creating apparatus and monitoring screen creating method. It is sufficient to input a data ID (information).

また、入力データIDは、当該入力データIDの種類に応じて複数の入力表ITのいずれかに入力される。ここで、監視対象となる機器11に関連する入力データIDは、様々な種類のデータを含んでおり、入力データIDの種類によって、例えば、監視対象となる実際の機器11に関連する入力データと、当該機器11に対応して監視用画面の画面グラフィックGSに表示される要素eに関連する入力データとに分けることができる。そして、実際の機器11に関連する入力データと当該機器11に対応して監視用画面の画面グラフィックGSに表示される要素eに関連する入力データとは、相互に独立しており、それぞれに入力データを設計し、入力することが可能である。よって、よって、入力データIDの種類に応じた入力表ITを複数用意することにより、入力データIDを入力表ITごとに分けて入力することが可能となる。したがって、入力データIDに基づいて監視用画面の画面プログラムSPを容易に作成することができるとともに、当該入力データIDの設計、入力作業を入力データIDの種類ごとに並行して行い、入力データIDの設計、入力作業の効率を高めることができるので、従来の監視用画面作成装置および監視用画面作成方法と比較して、監視用画面を容易に作成することができ、監視用画面の作成時間や作成工数を削減することができる。   Further, the input data ID is input to one of the plurality of input tables IT according to the type of the input data ID. Here, the input data ID related to the device 11 to be monitored includes various types of data. Depending on the type of the input data ID, for example, the input data ID related to the actual device 11 to be monitored The input data related to the element e displayed on the screen graphic GS of the monitoring screen corresponding to the device 11 can be divided. The input data related to the actual device 11 and the input data related to the element e displayed on the screen graphic GS of the monitoring screen corresponding to the device 11 are independent from each other and are input to each. Data can be designed and entered. Therefore, by preparing a plurality of input tables IT corresponding to the type of input data ID, it is possible to input the input data ID separately for each input table IT. Accordingly, the screen program SP for the monitoring screen can be easily created based on the input data ID, and the design and input work of the input data ID are performed in parallel for each type of the input data ID. Design and input work efficiency can be improved, compared to conventional monitoring screen creation devices and monitoring screen creation methods, monitoring screens can be created more easily, and monitoring screen creation time And the number of production steps can be reduced.

また、本実施形態における監視用画面作成装置50,50A,50B,50Cおよび監視用画面作成方法によれば、複数の入力表ITは、入力データIDを所定のラベルに対応させるための参照表、例えば、入力信号表IT1を含む。これにより、参照表に入力データIDが入力されていなくても、例えば、図8に示したように、入力信号表IT1の所定のラベル、「警報状態信号」および「運転状態信号」を使用して他の入力表IT、例えば、判定条件表IT2に入力データID2を入力することが可能となる。したがって、参照表の入力データIDの設計、入力作業と、当該参照表の所定のラベルを使用可能な入力表の入力データIDの設計、入力作業とを並行して行うことができるので、監視用画面の作成時間や作成工数を削減することができる監視用画面作成装置50,50A,50B,50Cおよび監視用画面作成方法を、容易に実現(構成)することができる。   Further, according to the monitoring screen creation devices 50, 50A, 50B, and 50C and the monitoring screen creation method in the present embodiment, the plurality of input tables IT include a reference table for associating input data IDs with predetermined labels, For example, an input signal table IT1 is included. Thus, even if the input data ID is not input to the reference table, for example, as shown in FIG. 8, the predetermined labels of the input signal table IT1, “alarm state signal” and “operation state signal” are used. Thus, it becomes possible to input the input data ID2 to another input table IT, for example, the determination condition table IT2. Therefore, the design and input work of the input data ID of the reference table and the design and input work of the input data ID of the input table that can use the predetermined label of the reference table can be performed in parallel. The monitoring screen creation devices 50, 50A, 50B, and 50C and the monitoring screen creation method that can reduce the screen creation time and the number of creation steps can be easily realized (configured).

また、本実施形態における監視用画面作成装置50,50A,50B,50Cおよび監視用画面作成方法によれば、監視用画面は監視対象となる機器11の状態を表示するものであり、複数の入力表ITは、図7および図8に示したように、機器11の入力信号に関連する入力信号データが入力される入力信号表IT1と、機器11の状態の判定条件に関連する判定条件データが入力される判定条件表IT2と、機器11の監視用画面の表示に関連する画面表示データが入力される画面表示表IT3とを含む。ここで、入力信号表IT1は参照表であり、判定条件表IT2は入力信号表IT1の所定のラベル、「警報状態信号」および「運転状態信号」を用いて入力データID2を入力することができるので、入力信号表IT1の入力データID1、すなわち入力信号データの設計、入力作業と、判定条件表IT2の入力データID2、すなわち判定条件データの設計、入力作業とを並行して行うことができる。また、画面表示表IT3に入力される入力データID3、すなわち機器11の監視用画面における表示に関連する画面表示データと、入力信号表IT1および判定条件表IT2に入力される実際の機器11に関連する入力データID1およびID2とは、相互に独立しているので、画面表示表IT3の入力データID3の設計、入力作業と、入力信号表IT1および判定条件表IT2の入力データID1およびID2の設計、入力作業とを並行して行うことができる。したがって、監視対象となる機器11の状態を表示する監視用画面を作成する場合に、入力データIDの設計、入力作業の効率をさらに高めることができるので、当該監視用画面をさらに容易に作成することができ、当該監視用画面の作成時間や作成工数をさらに削減することができる。   Further, according to the monitoring screen creation devices 50, 50A, 50B, 50C and the monitoring screen creation method in the present embodiment, the monitoring screen displays the status of the device 11 to be monitored, and a plurality of inputs. As shown in FIGS. 7 and 8, the table IT includes an input signal table IT1 to which input signal data related to the input signal of the device 11 is input, and determination condition data related to the determination condition of the state of the device 11. It includes a determination condition table IT2 to be input and a screen display table IT3 to which screen display data related to the display of the monitoring screen of the device 11 is input. Here, the input signal table IT1 is a reference table, and the determination condition table IT2 can input the input data ID2 using a predetermined label, “alarm state signal”, and “operation state signal” of the input signal table IT1. Therefore, the input data ID1 of the input signal table IT1, that is, the design and input work of the input signal data, and the input data ID2 of the judgment condition table IT2, that is, the design and input work of the judgment condition data can be performed in parallel. Also, the input data ID3 input to the screen display table IT3, that is, the screen display data related to the display on the monitoring screen of the device 11, and the actual device 11 input to the input signal table IT1 and the judgment condition table IT2. Since the input data ID1 and ID2 are independent of each other, the design of the input data ID3 of the screen display table IT3, the input work, and the design of the input data ID1 and ID2 of the input signal table IT1 and the judgment condition table IT2, Input work can be performed in parallel. Therefore, when creating a monitoring screen that displays the status of the device 11 to be monitored, the design of the input data ID and the efficiency of the input work can be further improved, so that the monitoring screen is created more easily. It is possible to further reduce the time and man-hour for creating the monitoring screen.

また、本実施形態における監視用画面作成装置50,50A,50B,50Cおよび監視用画面作成方法によれば、入力表ITに入力された入力データIDが記憶部80に記憶され、記憶部80に記憶された入力データIDが出力表OTに出力される。これにより、画面プログラムSPの作成に必要な入力データID(情報)が出力表OTに出力されるので、従来の監視用画面作成装置および監視用画面作成方法のようにプログラムを出力(表示)して解読する場合と比較して、ユーザーは、プログラミングの知識を必要とせずに、出力表OTに出力された入力データIDを見て画面プログラムSPの内容を理解することが可能となる。したがって、画面プログラムSPのデバッグ作業の効率を高めることができ、監視用画面をさらに容易に作成することができ、監視用画面の作成時間や作成工数をさらに削減することができる。   Further, according to the monitoring screen creation devices 50, 50A, 50B, and 50C and the monitoring screen creation method according to the present embodiment, the input data ID input to the input table IT is stored in the storage unit 80 and stored in the storage unit 80. The stored input data ID is output to the output table OT. As a result, since the input data ID (information) necessary for creating the screen program SP is output to the output table OT, the program is output (displayed) as in the conventional monitoring screen creation device and monitoring screen creation method. Compared with the case of decoding, the user can understand the contents of the screen program SP by looking at the input data ID output in the output table OT without requiring programming knowledge. Therefore, the efficiency of debugging the screen program SP can be increased, the monitoring screen can be created more easily, and the time and man-hour for creating the monitoring screen can be further reduced.

また、本実施形態における監視用画面作成装置50,50A,50B,50Cおよび監視用画面作成方法によれば、図12および図13に示したように、複数の入力データIDが出力表OT1およびOT2に出力される。これにより、監視対象となる機器11について、複数の入力表ITのそれぞれに入力された複数の入力データID1、ID2、およびID3が出力される出力表OT1およびOT2は、一覧性が高く、複数の入力データID1、ID2、およびID3の間で、入力データIDの比較、検証が容易になる。したがって、画面プログラムSPのデバッグ作業の効率をさらに高めることができる。   Further, according to the monitoring screen creation devices 50, 50A, 50B, 50C and the monitoring screen creation method in this embodiment, as shown in FIGS. 12 and 13, a plurality of input data IDs are output tables OT1 and OT2. Is output. As a result, for the device 11 to be monitored, the output tables OT1 and OT2 from which the plurality of input data ID1, ID2, and ID3 input to each of the plurality of input tables IT are output have high listability, and a plurality of input data ID1, ID2, and ID3 are output. The input data ID can be easily compared and verified among the input data ID1, ID2, and ID3. Therefore, it is possible to further increase the efficiency of debugging the screen program SP.

また、本実施形態における監視用画面作成装置50,50A,50B,50Cおよび監視用画面作成方法によれば、図13に示したように、複数の機器11について、入力データIDが出力表OT2に出力される。これにより、複数の機器11のそれぞれについて入力データIDが出力される出力表OT2は、一覧性が高く、複数の機器11の間で、入力データIDの比較、検証が容易になる。したがって、画面プログラムSPのデバッグ作業の効率をさらに高めることができる。   Further, according to the monitoring screen creation devices 50, 50A, 50B, 50C and the monitoring screen creation method in the present embodiment, as shown in FIG. 13, the input data IDs are input to the output table OT2 for a plurality of devices 11. Is output. Thereby, the output table OT2 in which the input data ID is output for each of the plurality of devices 11 has a high listability, and the comparison and verification of the input data ID among the plurality of devices 11 is facilitated. Therefore, it is possible to further increase the efficiency of debugging the screen program SP.

また、図13に示したように、複数の機器11のそれぞれについて、複数の入力データIDが出力表OT2に出力されるのが好ましい。これにより、複数の機器11の間と、複数の入力表ITのそれぞれに入力された複数の入力データID1、ID2、およびID3の間と、の両方で、入力データIDの比較、検証が容易になる。したがって、画面プログラムSPのデバッグ作業の効率をさらに高めることができる。   As shown in FIG. 13, it is preferable that a plurality of input data IDs are output to the output table OT2 for each of the plurality of devices 11. This makes it easy to compare and verify input data IDs both between a plurality of devices 11 and between a plurality of input data ID1, ID2, and ID3 input to each of a plurality of input tables IT. Become. Therefore, it is possible to further increase the efficiency of debugging the screen program SP.

なお、前述した実施形態の構成は、組み合わせたり、あるいは一部の構成部分を入れ替えたりしたりしてもよい。また、本発明の構成は前述した各実施形態のみに限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々変更を加えてもよい。   Note that the configurations of the above-described embodiments may be combined, or some components may be replaced. The configuration of the present invention is not limited to the above-described embodiments, and various modifications may be made without departing from the scope of the present invention.

10…プラント
11…機器
20…コントローラ
30…監視装置
40…記憶装置
50,50A,50B,50C…監視用画面作成装置
51…入力装置
52…表示装置
53…入出力インターフェース部
55…グラフィック作成部
60…データ入力部
70…プログラム作成部
80…記憶部
90…データ出力部
100,100A,100B…制御システム
ID,ID1,ID2,ID3…入力データ
IT,IT1,IT2,IT3…入力表
OT,OT1,OT2…出力表
SD…画面データ
SG…画面グラフィック
SP…画面プログラム
S110…データ入力処理
S120…プログラム作成処理
S130…データ出力処理
DESCRIPTION OF SYMBOLS 10 ... Plant 11 ... Equipment 20 ... Controller 30 ... Monitoring device 40 ... Storage device 50, 50A, 50B, 50C ... Monitoring screen creation device 51 ... Input device 52 ... Display device 53 ... Input / output interface unit 55 ... Graphic creation unit 60 ... Data input part 70 ... Program creation part 80 ... Storage part 90 ... Data output part 100, 100A, 100B ... Control system ID, ID1, ID2, ID3 ... Input data IT, IT1, IT2, IT3 ... Input table OT, OT1, OT2 ... Output table SD ... Screen data SG ... Screen graphic SP ... Screen program S110 ... Data input processing S120 ... Program creation processing S130 ... Data output processing

Claims (12)

監視用画面を作成する監視用画面作成装置であって、
監視対象となる機器に関連するデータが該データの種類に応じて複数の入力表のいずれかに入力されるデータ入力部と、
前記複数の入力表のそれぞれに入力された前記データに基づいて、前記監視用画面のプログラムを作成するプログラム作成部と、を備える
ことを特徴とする監視用画面作成装置。
A monitoring screen creation device for creating a monitoring screen,
A data input unit in which data related to a device to be monitored is input to one of a plurality of input tables according to the type of the data;
A monitoring screen creation device, comprising: a program creation unit that creates a program for the monitoring screen based on the data input to each of the plurality of input tables.
前記複数の入力表は、前記データを所定のラベルに対応させるための参照表を含む
ことを特徴とする請求項1に記載の監視用画面作成装置。
The monitoring screen creation apparatus according to claim 1, wherein the plurality of input tables include a reference table for associating the data with a predetermined label.
前記監視用画面は前記機器の状態を表示するものであり、
前記複数の入力表は、前記機器の入力信号に関連する入力信号データが入力される入力信号表と、前記機器の状態の判定条件に関連する判定条件データが入力される判定条件表と、前記機器の前記監視用画面における表示に関連する画面表示データが入力される画面表示表と、を含む
ことを特徴とする請求項1または2に記載の監視用画面作成装置。
The monitoring screen displays the state of the device,
The plurality of input tables are: an input signal table to which input signal data related to an input signal of the device is input; a determination condition table to which determination condition data related to a determination condition of the state of the device is input; and The monitoring screen creation apparatus according to claim 1, further comprising: a screen display table into which screen display data related to display on the monitoring screen of the device is input.
前記入力表に入力された前記データを記憶する記憶部と、
前記記憶部に記憶された前記データを出力表に出力するデータ出力部と、をさらに備える
ことを特徴とする請求項1ないし3のいずれか一項に記載の監視用画面作成装置。
A storage unit for storing the data input to the input table;
The monitoring screen creation apparatus according to any one of claims 1 to 3, further comprising: a data output unit that outputs the data stored in the storage unit to an output table.
前記データ出力部は、複数の前記データを前記出力表に出力可能である
ことを特徴とする請求項4に記載の監視用画面作成装置。
The monitoring screen creation apparatus according to claim 4, wherein the data output unit is capable of outputting a plurality of the data to the output table.
前記データ出力部は、複数の前記機器について前記データを前記出力表に出力可能である
ことを特徴とする請求項4または5に記載の監視用画面作成装置。
The monitoring screen creation apparatus according to claim 4 or 5, wherein the data output unit is capable of outputting the data to the output table for a plurality of the devices.
監視用画面を作成する監視用画面作成方法であって、
監視対象となる機器に関連するデータが該データの種類に応じて複数の入力表のいずれかに入力されるデータ入力ステップと、
前記複数の入力表のそれぞれに入力された前記データに基づいて、前記監視用画面のプログラムを作成するプログラム作成ステップと、を備える
ことを特徴とする監視用画面作成方法。
A monitoring screen creation method for creating a monitoring screen,
A data input step in which data related to a device to be monitored is input to one of a plurality of input tables according to the type of the data;
And a program creation step of creating a program for the monitoring screen based on the data input to each of the plurality of input tables.
前記複数の入力表は、前記データを所定のラベルに対応させるための参照表を含む
ことを特徴とする請求項7に記載の監視用画面作成方法。
The monitoring screen creation method according to claim 7, wherein the plurality of input tables include a reference table for associating the data with a predetermined label.
前記監視用画面は前記機器の状態を表示するものであり、
前記複数の入力表は、前記機器の入力信号に関連する入力信号データが入力される入力信号表と、前記機器の状態の判定条件に関連する判定条件データが入力される判定条件表と、前記機器の前記監視用画面における表示に関連する画面表示データが入力される画面表示表と、を含む
ことを特徴とする請求項7または8に記載の監視用画面作成方法。
The monitoring screen displays the state of the device,
The plurality of input tables are: an input signal table to which input signal data related to an input signal of the device is input; a determination condition table to which determination condition data related to a determination condition of the state of the device is input; and The monitoring screen creation method according to claim 7, further comprising: a screen display table into which screen display data related to display on the monitoring screen of the device is input.
前記入力表に入力された前記データを記憶する記憶ステップと、
前記記憶された前記データを出力表に出力するデータ出力ステップと、をさらに備える
ことを特徴とする請求項7ないし9のいずれか一項に記載の監視用画面作成方法。
A storage step for storing the data input to the input table;
The monitoring screen creation method according to any one of claims 7 to 9, further comprising a data output step of outputting the stored data to an output table.
前記データ出力ステップは、複数の前記データを前記出力表に出力可能である
ことを特徴とする請求項10に記載の監視用画面作成方法。
The monitoring screen creation method according to claim 10, wherein the data output step can output a plurality of the data to the output table.
前記データ出力ステップは、複数の前記機器について前記データを前記出力表に出力可能である
ことを特徴とする請求項10または11に記載の監視用画面作成方法。
The monitoring screen creation method according to claim 10 or 11, wherein the data output step is capable of outputting the data to the output table for a plurality of the devices.
JP2012077029A 2012-03-29 2012-03-29 Monitoring screen creation device and monitoring screen creation method Pending JP2013206327A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012077029A JP2013206327A (en) 2012-03-29 2012-03-29 Monitoring screen creation device and monitoring screen creation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012077029A JP2013206327A (en) 2012-03-29 2012-03-29 Monitoring screen creation device and monitoring screen creation method

Publications (1)

Publication Number Publication Date
JP2013206327A true JP2013206327A (en) 2013-10-07

Family

ID=49525298

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012077029A Pending JP2013206327A (en) 2012-03-29 2012-03-29 Monitoring screen creation device and monitoring screen creation method

Country Status (1)

Country Link
JP (1) JP2013206327A (en)

Similar Documents

Publication Publication Date Title
US10198422B2 (en) Information-processing equipment based on a spreadsheet
KR102126099B1 (en) Specifying and applying rules to data
US8645912B2 (en) System and method for use in replaying software application events
JP2017142800A (en) Rule Builder for Process Control Network
EP3352033B1 (en) Maintenance operation support device, maintenance operation support method, and non-transitory computer readable storage medium
JP2012504290A5 (en)
KR101401158B1 (en) Project-data creating device and programmable display device
JP2015225668A (en) Methods and apparatuses for configuring process control systems on the basis of generic process system libraries
EP3361398B1 (en) Engineering apparatus, engineering method, and program
CN102419578A (en) Methods and apparatus to display process control device information
CN104199767A (en) Test method and device
JP2016503524A (en) Virtual model simulation method and virtual model simulation apparatus
CN102231127B (en) System and method for detecting BIOS (Basic Input Output System) wrong information display
US20160171132A1 (en) Simulation device and simulation program
US9395872B2 (en) Facilities controlling device, screen displaying method, and recording medium
US10152039B2 (en) Method and apparatus for the display of multiple errors on a human-machine interface
JP6996807B2 (en) Methods, equipment, machine-readable storage media, and systems for multi-module process control management
JP5496429B1 (en) Engineering tools and programmable logic controllers
JP4600601B1 (en) Debug support device, debug support method, and debug support program
KR102076754B1 (en) Diagnostic system for control logic and method for diagnosing the same
JP2013206327A (en) Monitoring screen creation device and monitoring screen creation method
US20150312095A1 (en) Information processing device and program
JP2020187637A (en) Display control method, display control device and program
JP2001005517A (en) Monitor method for control program and its device
CN109483552B (en) Method and equipment for debugging software and hardware of substrate carrying robot system