JP2015135646A - Monitoring point definition change method and engineering device - Google Patents
Monitoring point definition change method and engineering device Download PDFInfo
- Publication number
- JP2015135646A JP2015135646A JP2014007450A JP2014007450A JP2015135646A JP 2015135646 A JP2015135646 A JP 2015135646A JP 2014007450 A JP2014007450 A JP 2014007450A JP 2014007450 A JP2014007450 A JP 2014007450A JP 2015135646 A JP2015135646 A JP 2015135646A
- Authority
- JP
- Japan
- Prior art keywords
- change
- monitoring point
- changed
- unit
- control device
- 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.)
- Granted
Links
- 238000012544 monitoring process Methods 0.000 title claims abstract description 89
- 238000000034 method Methods 0.000 title claims description 21
- 238000012545 processing Methods 0.000 claims abstract description 39
- 238000004891 communication Methods 0.000 description 17
- 230000006870 function Effects 0.000 description 12
- 238000005516 engineering process Methods 0.000 description 4
- 238000012790 confirmation Methods 0.000 description 3
- 230000004044 response Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 230000010365 information processing Effects 0.000 description 2
- 238000004886 process control Methods 0.000 description 2
- 238000013461 design Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 238000000547 structure data Methods 0.000 description 1
Images
Landscapes
- Testing And Monitoring For Control Systems (AREA)
Abstract
Description
本発明は、施設管理システムの支援技術に関し、特に施設管理システムで用いる監視ポイントの定義を変更するためのエンジニアリング技術に関する。 The present invention relates to a technology for assisting a facility management system, and more particularly to an engineering technology for changing the definition of a monitoring point used in a facility management system.
プラントやビル建物などの規模の大きい施設では、プロセス制御システムやビル管理システムなどの施設管理システムを導入して、施設に設置されている各種フィールド機器をそれぞれのコントローラで遠隔制御することにより、施設全体を管理するものとなっている。このような施設管理システムでは、コントローラごとに、各フィールド機器から得られるデータに対してそれぞれ監視ポイントを予め定義しておき、コントローラの制御プログラムにおいてこれら監視ポイントを用いて各種データを収集するものとなっている。 In large-scale facilities such as plants and buildings, facility management systems such as process control systems and building management systems are introduced, and various field devices installed in the facilities are remotely controlled by their controllers. It is intended to manage the whole. In such a facility management system, for each controller, monitoring points are defined in advance for data obtained from each field device, and various data are collected using these monitoring points in the control program of the controller. It has become.
このような施設管理システムでは、設計段階において、フィールド機器に関する種別、名称、単位などの機器情報について追加、変更、削除が頻繁に行われるため、その都度、対応する監視ポイントが定義されている定義ファイルも変更する必要がある。この際、定義ファイルから対象となる監視ポイントを検索し、検索した監視ポイントのうち特定の項目を新たな値に変更することになる。例えば、電力量の積算データに関する単位をKWhからMWhに変更する場合、定義ファイルから対象となるコントローラの監視ポイントを検索し、その監視ポイントの単位(IPD)項目の項目値をKWhからMWhに設定変更するという作業を行うことになる。 In such a facility management system, device information such as type, name, unit, etc. relating to field devices is frequently added, changed, or deleted at the design stage. Therefore, a definition in which a corresponding monitoring point is defined each time. The file also needs to be changed. At this time, the target monitoring point is searched from the definition file, and a specific item among the searched monitoring points is changed to a new value. For example, when the unit related to the integrated amount of power is changed from KWh to MWh, the monitoring point of the target controller is searched from the definition file, and the item value of the unit (IPD) item of the monitoring point is set from KWh to MWh. The work of changing will be performed.
前述した監視ポイントの定義変更作業は、作業内容自体については単純であるものの、基本的には、作業者が各コントローラの定義ファイルを参照して、全監視ポイントの中から、作業者が目視により探し出すことになる。しかしながら、施設の規模が大きい場合、複数のコントローラが存在するとともに、コントローラごとに多数の監視ポイントが存在する。このため、定義ファイルから変更対象となる監視ポイントを探し出すために時間がかかり、作業者の負担となっていた。また、変更対象となる監視ポイントをすべて探し切れず、変更漏れが発生するリスクがあった。 Although the monitoring point definition change operation described above is simple with respect to the work content itself, basically, the operator refers to the definition file of each controller and the operator visually checks all the monitoring points. To find out. However, when the scale of the facility is large, there are a plurality of controllers and a large number of monitoring points for each controller. For this reason, it takes time to find a monitoring point to be changed from the definition file, which is a burden on the operator. In addition, all the monitoring points to be changed could not be found, and there was a risk of omission of changes.
一方、このような監視ポイントの定義変更において、変更前後の定義ファイルを比較して、変更漏れを自動修復する技術が提案されている(例えば、特許文献1など参照)。この技術は、変更前後の定義ファイルから、指定されたキー項目が互いに同一のデータを選択し、このキー項目以外の項目のうち、項目値が一致しなかった項目とその項目値とを抽出し、変更履歴ファイルに書き込むようにしたものである。
しかしながら、このような従来技術は、変更前後の定義ファイルに加えて変更履歴ファイルも取り扱うため処理が大掛かりとなるとともに、変更対象とする項目だけでなく他のすべての項目も比較対象となるため、作業が煩わしいという問題点があった。
On the other hand, in such a monitoring point definition change, a technique for automatically repairing a change omission by comparing definition files before and after the change is proposed (for example, see Patent Document 1). This technology selects the same data for the specified key items from the definition file before and after the change, and extracts the items that did not match the item values and the item values other than the key items. Is written in a change history file.
However, since such conventional technology handles the change history file in addition to the definition file before and after the change, the processing becomes large and not only the item to be changed but also all other items are to be compared. There was a problem that the work was troublesome.
本発明はこのような課題を解決するためのものであり、対象となる監視ポイントの指定した項目のみを、簡単な操作で効率よくかつ確実に定義変更できるエンジニアリング技術を提供することを目的としている。 The present invention is intended to solve such a problem, and an object thereof is to provide an engineering technique capable of efficiently and reliably changing the definition of only an item designated by a target monitoring point with a simple operation. .
このような目的を達成するために、本発明にかかる監視ポイント定義変更方法は、施設管理システムの各制御デバイスで用いられる監視ポイントの定義ファイルに対して、指定した監視ポイントの項目値を変更するエンジニアリング装置で用いられる監視ポイント定義変更方法であって、変更条件取得部が、変更条件入力画面での操作に応じて、変更対象となる監視ポイントおよび変更内容を示す変更条件を取得する変更条件取得ステップと、変更対象検索部が、前記変更条件に基づいて前記制御デバイスの定義ファイルから変更対象となる監視ポイントを検索する変更対象検索ステップと、変更処理部が、変更対象となる前記監視ポイントのうち、前記変更条件の変更内容で指定された項目の項目値を新たな項目値に変更する変更処理ステップとを備えている。 In order to achieve such an object, a monitoring point definition changing method according to the present invention changes an item value of a specified monitoring point with respect to a monitoring point definition file used in each control device of a facility management system. A monitoring point definition changing method used in an engineering device, in which a change condition acquisition unit acquires a change condition indicating a monitoring point to be changed and a change condition according to an operation on a change condition input screen. A change target search step in which a change target search unit searches for a monitoring point to be changed from the definition file of the control device based on the change condition; and a change processing unit sets the monitoring point to be changed. Of these, the change processing step for changing the item value of the item specified in the change contents of the change condition to a new item value. And a flop.
また、本発明にかかる上記監視ポイント定義変更方法の一構成例は、変更対象提示部が、前記変更対象検索ステップで検索した変更対象となる制御デバイスおよび監視ポイントを変更対象提示画面で表示する変更対象提示ステップをさらに備え、前記変更処理ステップは、前記変更対象提示画面での実行操作に応じて、前記項目値の変更を実行するようにしたものである。 In addition, one configuration example of the monitoring point definition changing method according to the present invention is a change in which the change target presentation unit displays the control device and the monitoring point to be changed searched in the change target search step on the change target presentation screen. The method further includes a target presentation step, and the change processing step executes the change of the item value in accordance with an execution operation on the change target presentation screen.
また、本発明にかかるエンジニアリング装置は、施設管理システムの各制御デバイスで用いられる監視ポイントの定義ファイルに対して、指定した監視ポイントの項目値を変更するエンジニアリング装置であって、変更条件入力画面での操作に応じて、変更対象となる監視ポイントおよび変更内容を示す変更条件を取得する変更条件取得部と、前記変更条件に基づいて前記制御デバイスの定義ファイルから変更対象となる監視ポイントを検索する変更対象検索部と、変更対象となる前記監視ポイントのうち、前記変更条件の変更内容で指定された項目の項目値を新たな項目値に変更する変更処理部とを備えている。 The engineering device according to the present invention is an engineering device that changes an item value of a designated monitoring point with respect to a monitoring point definition file used in each control device of the facility management system, and the change condition input screen In response to the operation, a change condition acquisition unit that acquires a change point indicating a change point and a change condition indicating change contents, and a change point monitoring point is searched from the definition file of the control device based on the change condition. A change target search unit; and a change processing unit that changes an item value of an item specified by a change content of the change condition among the monitoring points to be changed to a new item value.
また、本発明にかかる上記エンジニアリング装置の一構成例は、前記変更対象検索部で検索した変更対象となる制御デバイスおよび監視ポイントを変更対象提示画面で表示する変更対象提示部をさらに備え、前記変更処理部は、前記変更対象提示画面での実行操作に応じて、前記項目値の変更を実行するようにしたものである。 In addition, one configuration example of the engineering device according to the present invention further includes a change target presentation unit that displays a control device and a monitoring point to be changed searched by the change target search unit on a change target presentation screen. The processing unit is configured to change the item value in response to an execution operation on the change target presentation screen.
本発明によれば、変更条件入力画面で指定した監視ポイントおよび変更内容に基づいて、各制御デバイスの定義ファイルから変更対象となる監視ポイントが選択され、変更内容で指定された項目の項目値が新たな項目値に自動的に変更される。したがって、対象となる監視ポイントの指定した項目のみを、簡単な操作で効率よくかつ確実に定義変更することができる。 According to the present invention, based on the monitoring point and change content specified on the change condition input screen, the monitoring point to be changed is selected from the definition file of each control device, and the item value of the item specified in the change content is It is automatically changed to a new item value. Therefore, it is possible to efficiently and reliably change the definition of only the item specified by the target monitoring point with a simple operation.
次に、本発明の一実施の形態について図面を参照して説明する。
まず、図1を参照して、本発明の一実施の形態にかかるエンジニアリング装置10について説明する。図1は、エンジニアリング装置の構成を示すブロック図である。
Next, an embodiment of the present invention will be described with reference to the drawings.
First, an
このエンジニアリング装置10は、全体としてパーソナルコンピュータなどの情報処理装置からなり、プロセス制御システムやビル管理システムなどの施設管理システム1と通信回線L1を介して接続されて、施設管理システム1に設けられているコントローラ20や上位装置40などの制御デバイスに登録されている定義ファイルのうち、指定した監視ポイントに関する項目値を変更する機能を有している。
The
コントローラ20は、全体として各種の施設管理システムで用いられる一般的なコントローラからなり、通信回線L1を介して上位装置40やエンジニアリング装置10と接続されるとともに、通信回線L2を介して配下のフィールド機器30とそれぞれ接続され、予め登録されている定義ファイルに基づいて、各フィールド機器30からデータを収集し、予め登録されている制御プログラムに従って、これらデータに基づき各フィールド機器30を自動制御する機能を有している。
The
上位装置40は、全体としてサーバ装置などの情報処理装置からなり、通信回線L1を介して各コントローラ20やエンジニアリング装置10と接続され、予め登録されている監視ポイントの定義ファイルに基づいて、これらコントローラ20の動作監視や履歴記録を行う機能を有している。
The
エンジニアリング装置10には、主な機能部として、通信I/F部11、画面表示部12、操作入力部13、記憶部14、および演算処理部15が設けられている。
通信I/F部11は、通信回線L1を介してコントローラ20や上位装置40などの制御デバイスとの間でデータ通信を行うことにより、定義ファイルなどの各種データをやり取りする機能を有している。
The
The communication I /
画面表示部12は、LCDなどの画面表示装置からなり、演算処理部15からの指示に応じて、変更条件入力画面や変更対象提示画面などの各種情報画面を画面表示する機能を有している。
操作入力部13は、キーボード、マウス、タッチパネルなどの操作入力装置からなり、作業者の操作を検出して演算処理部15へ出力する機能を有している。
The
The
記憶部14は、ハードディスクや半導体メモリなどの記憶装置からなり、演算処理部15で実行する監視ポイント定義変更処理で用いる各種処理情報やプログラム14Pを記憶する機能を有している。
プロクラム14Pは、演算処理部15のCPUで実行されることにより、演算処理部15での監視ポイント定義変更処理のための各種処理部を実現するプログラムであり、通信I/F部11を介して接続された外部装置や記録媒体から読み出されて、予め記憶部14に格納される。
The
The
記憶部14で記憶される主な処理情報として、施設構成データ14Aがある。施設構成データ14Aは、施設管理システム1を構成するコントローラ20や上位機器40などの制御デバイスに関する情報からなり、通信回線L1を介してデータ通信を行うためのアドレス情報などが含まれている。
As main processing information stored in the
演算処理部15は、CPUおよびその周辺回路を有し、記憶部14のプログラム14Pを読み込んで実行することにより、監視ポイント定義変更処理のための各種処理部を実現する機能を有している。
演算処理部15で実現される主な処理部として、変更条件取得部15A、変更対象検索部15B、変更対象提示部15C、および変更処理部15Dがある。
The
As main processing units realized by the
変更条件取得部15Aは、画面表示部12で変更条件入力画面を画面表示する機能と、操作入力部13で検出された当該変更条件入力画面での操作に応じて、変更対象となる監視ポイントおよび変更内容を示す変更条件を取得する機能とを有している。
The change
変更対象検索部15Bは、記憶部14の施設構成データ14Aに登録されているコントローラ20や上位ノード40などの制御デバイスの定義ファイルをそれぞれ参照することにより、変更条件取得部15Aで取得した変更条件に基づいて、各定義ファイルから変更対象となる監視ポイントを検索する機能を有している。
The change
変更対象提示部15Cは、変更対象検索部15Bで検索した変更対象となる制御デバイスおよび監視ポイントを変更対象提示画面により画面表示部12で表示する機能を有している。
The change
変更処理部15Dは、操作入力部13で検出された変更対象提示画面での実行操作に応じて、変更対象検索部15Bで検索した変更対象となる監視ポイントのうち、変更条件の変更内容で指定された項目の項目値を新たな項目値に変更する機能を有している。
The
[本実施の形態の動作]
次に、図2を参照して、本実施の形態にかかるエンジニアリング装置10の監視ポイント定義変更動作について説明する。図2は、監視ポイント定義変更処理を示すフローチャートである。
演算処理部15は、操作入力部13で検出された作業者による実行指示操作に応じて、図2の監視ポイント定義変更処理を実行する。
[Operation of this embodiment]
Next, the monitoring point definition changing operation of the
The
まず、変更条件取得部15Aは、画面表示部12で変更条件入力画面を画面表示し(ステップ100)、操作入力部13で検出された当該変更条件入力画面での操作に応じて(ステップ101)、変更対象となる監視ポイントおよび変更内容を示す変更条件を取得する(ステップ102)。
First, the change
図3は、変更条件入力画面の表示例である。ここでは、変更条件入力画面に、項目名とその項目値との組合せにより変更対象となる監視ポイントを指定するための監視ポイント指定欄51と、項目名と変更後の項目名との組合せにより変更内容を指定するための変更内容指定欄52とが設けられている。また、変更条件入力画面には、監視ポイント指定欄51および変更内容指定欄52で入力した変更条件に該当する変更対象の確認を指示するための変更対象確認ボタン53や、監視ポイント定義変更処理を中断するための閉じるボタン54が設けられている。 FIG. 3 is a display example of the change condition input screen. Here, the change condition input screen is changed according to the combination of the monitoring point specification field 51 for specifying the monitoring point to be changed by the combination of the item name and the item value, and the combination of the item name and the changed item name. A change content designation field 52 for designating the content is provided. The change condition input screen includes a change target confirmation button 53 for instructing confirmation of a change target corresponding to the change condition input in the monitoring point designation field 51 and the change content designation field 52, and a monitoring point definition change process. A close button 54 is provided for interruption.
図3に示す入力例では、監視ポイント指定欄51により、項目名「IPD」の項目値「KWh」の監視ポイントが変更対象として指定されており、変更内容指定欄52により、項目名「IPD」を新たな項目値「MWh」に変更するという変更内容が指定されている。 In the input example shown in FIG. 3, the monitoring point of the item value “KWh” of the item name “IPD” is specified as a change target by the monitoring point specification column 51, and the item name “IPD” is specified by the change content specification column 52. Is specified to change to a new item value “MWh”.
次に、変更対象検索部15Bは、記憶部14の施設構成データ14Aに登録されているコントローラ20や上位ノード40などの制御デバイスと通信I/F部11を介してデータ通信を行うことにより、各制御デバイスの定義ファイルをそれぞれ参照し、変更条件取得部15Aで取得した変更条件に基づいて、各定義ファイルから変更対象となる監視ポイントを検索する(ステップ103)。
Next, the change
続いて、変更対象提示部15Cは、変更対象検索部15Bで検索した変更対象となる制御デバイスおよび監視ポイントを変更対象提示画面により画面表示部12で表示する(ステップ104)。
Subsequently, the change
図4は、変更対象提示画面の表示例である。ここでは、変更対象提示画面において、記憶部14の施設構成データ14Aに基づいて、施設管理システム1を構成する制御デバイスおよび監視ポイントがツリー形式でツリー画面61に表示されており、変更対象となる制御デバイスおよび監視ポイントが白抜き表示などの表示形式で強調表示されている。また、変更対象提示画面には、定義変更処理の実行を指示するための実行ボタン62や、定義変更処理の実行をキャンセルするためのキャンセルボタン63が設けられている。
FIG. 4 is a display example of the change target presentation screen. Here, on the change target presentation screen, the control devices and monitoring points constituting the
図4に示す表示例では、コントローラ「Inf−GC1」およびその項目「電力量」と、コントローラ「Inf−GC2」およびその項目「電力量」とが、変更対象として選択されている。
この変更対象提示画面において、変更対象として選択されている項目をマウスでクリックすれば、変更対象から除外することができる。また、変更対象として選択されていない項目をマウスでクリックすれば、変更対象として選択することができる。
In the display example illustrated in FIG. 4, the controller “Inf-GC1” and its item “power amount”, and the controller “Inf-GC2” and its item “power amount” are selected as change targets.
In this change target presentation screen, an item selected as a change target can be excluded from the change target by clicking with the mouse. Further, if an item not selected as a change target is clicked with a mouse, it can be selected as a change target.
この後、変更処理部15Dは、操作入力部13で検出された変更対象提示画面での実行ボタン62による実行操作に応じて(ステップ105)、変更対象提示画面から変更対象となる制御デバイスおよび監視ポイントを取得する(ステップ106)。
Thereafter, the
続いて、変更処理部15Dは、変更対象となる各制御デバイスから定義変更処理が未処理の制御デバイスを1つ選択して(ステップ110)、選択した選択制御デバイスと通信I/F部11を介してデータ通信を行うことにより、選択制御デバイスの定義ファイルを取得し(ステップ111)取得した定義ファイルのうち、変更対象となる監視ポイントの項目の項目値を新たな項目値に変更する(ステップ112)。
Subsequently, the
この後、変更処理部15Dは、変更後の定義ファイルを通信I/F部11を介して選択制御デバイスへ登録し(ステップ113)、変更対象となる各制御デバイスのうち定義変更処理が未処理の制御デバイスが存在するか確認する(ステップ114)。
ここで、未処理の制御デバイスが存在する場合(ステップ114:YES)、変更処理部15Dは、ステップ110へ移行する。一方、未処理の制御デバイスが存在しない場合(ステップ114:NO)、変更処理部15Dは、一連の監視ポイント定義変更処理を終了する。
Thereafter, the
Here, when there is an unprocessed control device (step 114: YES), the
[本実施の形態の効果]
このように、本実施の形態は、変更条件取得部15Aが、変更条件入力画面での操作に応じて、変更対象となる監視ポイントおよび変更内容を示す変更条件を取得し、変更対象検索部15Bが、変更条件に基づいて制御デバイスの定義ファイルから変更対象となる監視ポイントを検索し、変更処理部15Dが、変更対象検索部15Bで検索した変更対象となる監視ポイントのうち、変更条件の変更内容で指定された項目の項目値を新たな項目値に変更するようにしたものである。
[Effects of the present embodiment]
As described above, in the present embodiment, the change
これにより、変更条件入力画面で指定した監視ポイントおよび変更内容に基づいて、各制御デバイスの定義ファイルから変更対象となる監視ポイントが選択され、変更内容で指定された項目の項目値が新たな項目値に自動的に変更される。したがって、対象となる監視ポイントの指定した項目のみを、簡単な操作で効率よくかつ確実に定義変更することができる。 As a result, the monitoring point to be changed is selected from the definition file of each control device based on the monitoring point and change content specified on the change condition input screen, and the item value of the item specified in the change content is a new item. The value is automatically changed. Therefore, it is possible to efficiently and reliably change the definition of only the item specified by the target monitoring point with a simple operation.
また、本実施の形態において、変更対象提示部15Cが、変更対象検索部15Bで検索した変更対象となる制御デバイスおよび監視ポイントを変更対象提示画面で表示し、変更処理部15Dが、変更対象提示画面での実行操作に応じて、項目値の変更を実行するようにしてもよい。
これにより、変更対象提示画面で作業者が変更対象となる制御デバイスおよび監視ポイントを確認でき、想定外のコントローラや監視ポイントが変更対象として選択されていないかどうかを確認することができ、より正確に定義変更することができる。
Further, in the present embodiment, the change
As a result, the operator can check the control device and monitoring point to be changed on the change target presentation screen, and can check whether an unexpected controller or monitoring point is selected as the change target. The definition can be changed.
[実施の形態の拡張]
以上、実施形態を参照して本発明を説明したが、本発明は上記実施形態に限定されるものではない。本発明の構成や詳細には、本発明のスコープ内で当業者が理解しうる様々な変更をすることができる。また、各実施形態については、矛盾しない範囲で任意に組み合わせて実施することができる。
[Extended embodiment]
The present invention has been described above with reference to the embodiments, but the present invention is not limited to the above embodiments. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the present invention. In addition, each embodiment can be implemented in any combination within a consistent range.
1…施設管理システム、10…エンジニアリング装置、11…通信I/F部、12…画面表示部、13…操作入力部、14…記憶部、14A…施設構成データ、14P…プロクラム、15…演算処理部、15A…変更条件取得部、15B…変更対象検索部、15C…変更対象提示部、15D…変更処理部、20…コントローラ、30…フィールド機器、40…上位装置、L1,L2…通信回線、51…監視ポイント指定欄、52…変更内容指定欄、53…変更対象確認ボタン、54…閉じるボタン、61…ツリー画面、62…実行ボタン、63…キャンセルボタン。
DESCRIPTION OF
Claims (4)
変更条件取得部が、変更条件入力画面での操作に応じて、変更対象となる監視ポイントおよび変更内容を示す変更条件を取得する変更条件取得ステップと、
変更対象検索部が、前記変更条件に基づいて前記制御デバイスの定義ファイルから変更対象となる監視ポイントを検索する変更対象検索ステップと、
変更処理部が、変更対象となる前記監視ポイントのうち、前記変更条件の変更内容で指定された項目の項目値を新たな項目値に変更する変更処理ステップと
を備えることを特徴とする監視ポイント定義変更方法。 A monitoring point definition changing method used in an engineering device that changes an item value of a designated monitoring point with respect to a monitoring point definition file used in each control device of a facility management system,
A change condition acquisition step in which the change condition acquisition unit acquires a change condition indicating a monitoring point to be changed and a change content in accordance with an operation on the change condition input screen;
A change target search unit, wherein the change target search unit searches for a monitoring point to be changed from the definition file of the control device based on the change condition;
A change processing unit comprising: a change processing step for changing an item value of an item designated by a change content of the change condition to a new item value among the monitoring points to be changed. Definition change method.
変更対象提示部が、前記変更対象検索ステップで検索した変更対象となる制御デバイスおよび監視ポイントを変更対象提示画面で表示する変更対象提示ステップをさらに備え、
前記変更処理ステップは、前記変更対象提示画面での実行操作に応じて、前記項目値の変更を実行する
ことを特徴とする監視ポイント定義変更方法。 In the monitoring point definition changing method according to claim 1,
The change target presentation unit further includes a change target presentation step for displaying the control device and the monitoring point to be changed searched in the change target search step on the change target presentation screen,
The monitoring point definition changing method, wherein the change processing step executes the change of the item value in accordance with an execution operation on the change target presentation screen.
変更条件入力画面での操作に応じて、変更対象となる監視ポイントおよび変更内容を示す変更条件を取得する変更条件取得部と、
前記変更条件に基づいて前記制御デバイスの定義ファイルから変更対象となる監視ポイントを検索する変更対象検索部と、
変更対象となる前記監視ポイントのうち、前記変更条件の変更内容で指定された項目の項目値を新たな項目値に変更する変更処理部と
を備えることを特徴とするエンジニアリング装置。 An engineering device that changes the specified monitoring point item value for the monitoring point definition file used by each control device of the facility management system,
In accordance with the operation on the change condition input screen, a change condition acquisition unit that acquires a change point indicating a monitoring point to be changed and a change content;
A change target search unit that searches for a monitoring point to be changed from the definition file of the control device based on the change condition;
An engineering device, comprising: a change processing unit that changes an item value of an item designated by a change content of the change condition among the monitoring points to be changed to a new item value.
前記変更対象検索部で検索した変更対象となる制御デバイスおよび監視ポイントを変更対象提示画面で表示する変更対象提示部をさらに備え、
前記変更処理部は、前記変更対象提示画面での実行操作に応じて、前記項目値の変更を実行する
ことを特徴とするエンジニアリング装置。 In the engineering device according to claim 3,
A change target presentation unit for displaying the control device and the monitoring point to be changed searched by the change target search unit on a change target presentation screen;
The change processing unit executes the change of the item value in accordance with an execution operation on the change target presentation screen.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014007450A JP6247542B2 (en) | 2014-01-20 | 2014-01-20 | Monitoring point definition changing method and engineering device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014007450A JP6247542B2 (en) | 2014-01-20 | 2014-01-20 | Monitoring point definition changing method and engineering device |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2015135646A true JP2015135646A (en) | 2015-07-27 |
JP6247542B2 JP6247542B2 (en) | 2017-12-13 |
Family
ID=53767413
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014007450A Active JP6247542B2 (en) | 2014-01-20 | 2014-01-20 | Monitoring point definition changing method and engineering device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6247542B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20190078523A (en) * | 2017-12-26 | 2019-07-04 | 아즈빌주식회사 | Monitoring system, monitoring method, and upper apparatus |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007072749A (en) * | 2005-09-07 | 2007-03-22 | Yamatake Corp | Method and device for retrieving database change point |
JP2012103770A (en) * | 2010-11-08 | 2012-05-31 | Yamatake Corp | Engineering device and point information creation method |
-
2014
- 2014-01-20 JP JP2014007450A patent/JP6247542B2/en active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007072749A (en) * | 2005-09-07 | 2007-03-22 | Yamatake Corp | Method and device for retrieving database change point |
JP2012103770A (en) * | 2010-11-08 | 2012-05-31 | Yamatake Corp | Engineering device and point information creation method |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20190078523A (en) * | 2017-12-26 | 2019-07-04 | 아즈빌주식회사 | Monitoring system, monitoring method, and upper apparatus |
KR102145470B1 (en) | 2017-12-26 | 2020-08-18 | 아즈빌주식회사 | Monitoring system, monitoring method, and upper apparatus |
Also Published As
Publication number | Publication date |
---|---|
JP6247542B2 (en) | 2017-12-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5850033B2 (en) | Field device management apparatus, device information display method, computer program, and recording medium | |
JP6493506B1 (en) | INDUSTRIAL CONTROL SYSTEM, ITS SUPPORT DEVICE, CONTROL SUPPORT METHOD AND PROGRAM | |
JP5434941B2 (en) | Operation monitoring device and operation monitoring method | |
KR101889631B1 (en) | Device for assisting creation of sequence program | |
JP2008097424A (en) | Engineering tool | |
EP3152870B1 (en) | Information retrieval system and method | |
JP2015162090A (en) | Fault diagnosis method and fault diagnosis apparatus | |
JP2014142822A (en) | Data creation device and method | |
JP2017167880A (en) | Method for managing operation of machine tool | |
JP6247542B2 (en) | Monitoring point definition changing method and engineering device | |
JP2017010155A (en) | Facility monitoring device and facility monitoring method | |
JP6210108B2 (en) | Field device management apparatus, device information display method, computer program, and recording medium | |
JP2006293611A (en) | Plant monitoring control system | |
JP6007320B2 (en) | Computer, relevance calculation method, and storage medium | |
JP2015230584A (en) | Alarm handling support device and alarm handling support method | |
JP7519341B2 (en) | Useful information output device and method for outputting useful information candidates | |
JP6606876B2 (en) | Information processing apparatus and information processing method | |
WO2020170401A1 (en) | Information processing device, information processing method, and information processing program | |
JP7237484B2 (en) | PLANT MONITORING DEVICE, PLANT MONITORING METHOD, AND PLANT MONITORING PROGRAM | |
JP2020095328A (en) | Facility monitoring device and graph display method | |
JP2015046005A (en) | Plant condition analysis system and plant condition analysis method | |
JPWO2016139805A1 (en) | Programmable logic controller engineering tool and programmable logic controller engineering tool program | |
JP6190296B2 (en) | Device management system, apparatus, and method | |
JP2015011600A (en) | Engineering device and associated control device specification method | |
JP2014041400A (en) | Facility diagnostic device and management point setting method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20160324 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170315 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20170321 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170517 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20171114 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20171117 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6247542 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |