JP2013161309A - Simulator software replacement device, method, and program - Google Patents

Simulator software replacement device, method, and program Download PDF

Info

Publication number
JP2013161309A
JP2013161309A JP2012023534A JP2012023534A JP2013161309A JP 2013161309 A JP2013161309 A JP 2013161309A JP 2012023534 A JP2012023534 A JP 2012023534A JP 2012023534 A JP2012023534 A JP 2012023534A JP 2013161309 A JP2013161309 A JP 2013161309A
Authority
JP
Japan
Prior art keywords
change
software
simulation software
unit
machine control
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
Application number
JP2012023534A
Other languages
Japanese (ja)
Other versions
JP5726776B2 (en
Inventor
Tsukasa Kondo
司 近藤
Junichi Tabata
淳一 田畑
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2012023534A priority Critical patent/JP5726776B2/en
Publication of JP2013161309A publication Critical patent/JP2013161309A/en
Application granted granted Critical
Publication of JP5726776B2 publication Critical patent/JP5726776B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Testing And Monitoring For Control Systems (AREA)
  • Programmable Controllers (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a simulator software replacement technique reducing workload caused by replacement and easily checking the soundness of the entire system after the replacement.SOLUTION: A simulator software replacement device includes: an acquiring unit 21 for acquiring real machine control software after a change; an acquiring unit 23 for acquiring simulation software before the change; dividing units 22 and 24 for dividing them for every execution block; a block comparing unit 25 for comparing the execution blocks for every unit; a block extraction unit 26 for extracting execution blocks in which differences are detected by the comparison; a block change unit 27 for changing the format of the extracted execution blocks into format for simulation software; and a block supply unit 28 for supplying the simulation software before the change with the format-changed execution block to generate simulation software after the change.

Description

本発明は、運転員を訓練するシミュレータのソフトリプレース技術に関する。   The present invention relates to a simulator soft replacement technique for training an operator.

シミュレータは、発電プラント等の運転制御を模擬した訓練装置で、ボイラ、タービン、発電機などのプロセス信号をデータプロセッサにより仮想実現し、実際の発電プラントを運転するのと同じ感覚で訓練ができるように設計されている。
そして、このシミュレータを使用することにより、実際の運転ではほとんど経験できないような事故に対応した訓練を繰返し行えるため、短期間で効果的に運転員を養成することができる。
A simulator is a training device that simulates operation control of a power plant, etc., and process signals for boilers, turbines, generators, etc. are virtually realized by a data processor so that training can be performed with the same feeling as operating an actual power plant. Designed to.
By using this simulator, training corresponding to accidents that can hardly be experienced in actual driving can be repeated, so that operators can be trained effectively in a short period of time.

このようなシミュレータは、多くの場合、発電プラント(実機)の制御ソフトを流用したもので、この実機制御ソフトを変換して構築されている。そして、この実機制御ソフトが変更された場合は、これに追従してシミュレーションソフトも変更(リプレース)する必要がある。   In many cases, such a simulator is obtained by diverting control software for a power plant (actual machine), and is constructed by converting the actual machine control software. When the actual machine control software is changed, the simulation software needs to be changed (replaced) following the change.

このような、リプレース作業は、確実に簡便に実施することが要求される。
このような要求の実現を追求した従来技術として、分析システムにおいて既設計算機を新設計算機にリプレースするに際し、信号経路のバイパス手段を用いてリプレース時の調整インパクトを低減する技術が開示されている(例えば、特許文献1)。
Such replacement work is required to be carried out reliably and simply.
As a conventional technique pursuing the realization of such a requirement, there is disclosed a technique for reducing adjustment impact at the time of replacement using a signal path bypass means when replacing an existing computer with a new computer in an analysis system (for example, Patent Document 1).

特開2004−102901号公報JP 2004-102901 A

しかし、前記した従来技術では、リプレース前後において、変更対象外における動作の健全性が保証されるのみで、リプレース作業そのものが簡便になるわけではない。また、リプレース後のシステム全体の健全性を確認することもできない。   However, the above-described conventional technique only guarantees the soundness of the operation outside the change target before and after the replacement, and does not simplify the replacement work itself. In addition, the soundness of the entire system after replacement cannot be confirmed.

本発明はこのような事情を考慮してなされたもので、リプレースに伴う作業量を低減し、リプレース後のシステム全体の健全性を容易に確認できるシミュレータのソフトリプレース技術を提供することを目的とする。   The present invention has been made in view of such circumstances, and an object thereof is to provide a software replacement technology for a simulator that can reduce the amount of work involved in replacement and easily check the soundness of the entire system after replacement. To do.

本発明のシミュレータのソフトリプレース装置は、変更後の実機制御ソフトを取得する取得部と、変更前の実機制御ソフトに対応する変更前シミュレーションソフトを取得する取得部と、前記変更後の実機制御ソフト及び前記変更前シミュレーションソフトのそれぞれを実行ブロックに分割する分割部と、前記変更後の実機制御ソフト及び前記変更前シミュレーションソフトの間で前記実行ブロックを単位に比較するブロック比較部と、前記比較によって差異の検出された前記変更後の実機制御ソフトの実行ブロックを抽出するブロック抽出部と、前記抽出された実行ブロックのフォーマットをシミュレーションソフト用にフォーマット変更する変更部と、前記フォーマット変更された実行ブロックを前記変更前シミュレーションソフトに投入して前記変更後の実機制御ソフトに対応する変更後シミュレーションソフトを生成する投入部と、を備えることを特徴とする。   The simulator software replacement apparatus according to the present invention includes an acquisition unit that acquires the actual machine control software after the change, an acquisition unit that acquires simulation software before the change corresponding to the actual machine control software before the change, and the actual machine control software after the change. And a dividing unit that divides each of the simulation software before change into execution blocks, a block comparison unit that compares the execution blocks between the actual machine control software after change and the simulation software before change, and the comparison A block extracting unit for extracting an execution block of the changed actual machine control software in which a difference is detected; a changing unit for changing the format of the extracted execution block for simulation software; and the format changed execution block To the pre-change simulation software. Characterized in that it comprises a and a feeding section for generating a change after the simulation software corresponding to the actual control software after the changes.

本発明により、リプレースに伴う作業量を低減し、リプレース後のシステム全体の健全性を容易に確認できるシミュレータのソフトリプレース技術が提供される。   According to the present invention, there is provided a software replacement technique for a simulator that can reduce the amount of work involved in replacement and can easily check the soundness of the entire system after replacement.

本発明に係るシミュレータのソフトリプレース装置の実施形態を示す全体ブロック図。1 is an overall block diagram showing an embodiment of a simulator software replacement apparatus according to the present invention. (A)シミュレーションソフトを構成する実行ブロックの回路図、(B)それぞれの回路が有する状態値(ON,OFF)を示す図。(A) The circuit diagram of the execution block which comprises simulation software, (B) The figure which shows the state value (ON, OFF) which each circuit has. 実施形態に係るシミュレータのソフトリプレース装置の詳細ブロック図。The detailed block diagram of the software replacement apparatus of the simulator which concerns on embodiment. 実施形態に係るシミュレータのソフトリプレース装置の詳細ブロック図。The detailed block diagram of the software replacement apparatus of the simulator which concerns on embodiment.

以下、本発明の実施形態を添付図面に基づいて説明する。
図1に示すように、プラントシミュレータのソフトリプレース装置10(以下、単に「装置10」という)は、プラント等の実機制御ソフトのうち変更後のものを格納する格納部11と、プラントシミュレータを制御するシミュレーションソフトのうち変更前のもの(変更前の実機制御ソフトに対応するもの)を保持する保持部13と、変更後のシミュレーションソフト(変更後の実機制御ソフトに対応するもの)を保持させる保持部14と、変更後の実機制御ソフトのうち変更された範囲(実行ブロック)をシミュレーションソフトのフォーマットに変換しその他の範囲は変更前のシミュレーションソフトのものを流用して変更後シミュレーションソフトとする変更範囲変換部15と、変更前シミュレーションソフトで作成された運転履歴情報に基づいて変更後シミュレーションソフトの動作を確認する動作確認部16と、共通の運転履歴情報(操作情報)に基づいてシミュレートされた挙動を変更前と変更後において比較する挙動比較部17と、この変更前と変更後の挙動を比較して変更後シミュレーションソフトの修正点を評価する修正評価部18と、から構成されている。
Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings.
As shown in FIG. 1, a plant simulator software replacement apparatus 10 (hereinafter simply referred to as “apparatus 10”) controls a storage unit 11 for storing modified actual machine control software such as a plant, and a plant simulator. Holding unit 13 that holds the simulation software before change (corresponding to the actual machine control software before change) and holding that holds the simulation software after change (corresponding to the actual machine control software after change) Change the changed range (execution block) of the real machine control software after the change to the simulation software format and change the other range to the simulation software after the change by using the simulation software before the change Operation history created by range converter 15 and pre-change simulation software An operation confirmation unit 16 that confirms the operation of the simulation software after the change based on the information, a behavior comparison unit 17 that compares the behavior simulated based on the common operation history information (operation information) before and after the change, The modification evaluation unit 18 compares the behavior before and after the change and evaluates the modification point of the simulation software after the change.

プラント運転のシミュレータが、このプラントの実機制御ソフトを流用(変換)して生成される場合、この実機制御ソフトの変更に追従してシミュレーションソフトも変更する必要がある。
このように装置10が構成されることにより、実機制御ソフトとフォーマットの異なるシミュレーションソフトにおいて、リプレース(変更)作業量が低減する。
また、変更後のシミュレーションソフトの動作健全性の評価を簡単に確実に実施することができる。
When the plant operation simulator is generated by diverting (converting) the actual machine control software of the plant, it is necessary to change the simulation software following the change of the actual machine control software.
By configuring the apparatus 10 in this way, the amount of replacement (change) work is reduced in simulation software having a format different from that of the actual machine control software.
In addition, it is possible to easily and surely evaluate the operational soundness of the simulation software after the change.

図1に示すように、シミュレーションソフトは、実行単位となる実行ブロックが複数集合して構成されている。そして実機制御ソフトも、シミュレーションソフトの実行ブロックと対応関係を有する複数の実行ブロックの集合体(図示略)で構成されている。   As shown in FIG. 1, the simulation software is configured by a plurality of execution blocks as execution units. The actual machine control software is also composed of an assembly (not shown) of a plurality of execution blocks having a corresponding relationship with the execution blocks of the simulation software.

図2(A)に示すように、一つの実行ブロックは、複数の論理回路から構成されている。この実行ブロックの書式は、この実行ブロックを構成する回路の種別(OR回路、AND回路、NOT回路)と、これら回路同士の接続情報と、これら回路の実行番号(図中表記(1)〜(7))と、から表現されている。   As shown in FIG. 2A, one execution block is composed of a plurality of logic circuits. The format of this execution block is the type of circuit (OR circuit, AND circuit, NOT circuit) constituting this execution block, the connection information between these circuits, and the execution number of these circuits (notations (1) to ( 7)).

そして、実行ブロックのプログラムは、例えば、「回路種別AND、実行番号(5);1番入力に実行番号(4)の回路種別NOTの1番出力が接続、3番入力に実行番号(2)の回路種別ORの1番出力が接続、5番入力に実行番号(3)の回路種別ANDの1番出力が接続」のように記述されている。   The execution block program is, for example, “circuit type AND, execution number (5); the first input of the circuit type NOT of the execution number (4) is connected to the first input, and the execution number (2) is input to the third input. The first output of the circuit type OR is connected, and the first output of the circuit type AND of the execution number (3) is connected to the fifth input.

そして、図2(B)に示すように、それぞれの回路の状態値(ON,OFF)は、回路の接続関係に依存し、実行ブロックに入力する状態値に対応して一意的に決定される。なお、シミュレーションソフトは、プラントシミュレータの初期状態を設定するために、全ての回路についての状態値が初期登録される設計になっている。   As shown in FIG. 2B, the state value (ON, OFF) of each circuit is uniquely determined according to the state value input to the execution block depending on the connection relation of the circuit. . The simulation software is designed such that the state values for all the circuits are initially registered in order to set the initial state of the plant simulator.

図1に示すように、変更範囲変換部15は、実行ブロック単位で変更前シミュレーションソフトと変更後の実機制御ソフトとを比較して回路構成に差分のある実行ブロックを抽出する回路差分抽出部20と、このように差分の生じた実行ブロックにおいて変更前の状態値のうち利用可能なものを変更後の状態値として初期登録させる状態値差分抽出部30とから構成されている。
これにより、実機制御ソフトをシミュレーションソフトに流用した場合に失われる状態値の初期値を、有効利用することで変更後の修正範囲を低減することができる。
As shown in FIG. 1, the change range conversion unit 15 compares the simulation software before change with the actual machine control software after change for each execution block, and extracts an execution block having a difference in circuit configuration. In addition, in the execution block in which the difference occurs in this way, the state value difference extraction unit 30 that initially registers the usable state value among the state values before the change as the state value after the change is configured.
Thereby, the correction range after the change can be reduced by effectively using the initial value of the state value lost when the actual machine control software is used as simulation software.

動作確認部16は、変更前のシミュレーションソフトで作成された運転履歴情報を変更後のシミュレーションソフトの動作確認用に整形する履歴情報整形部40と、このように整形された運転履歴情報により変更後のシミュレーションソフトの動作確認を実行する操作履歴試験実行部50とから構成されている。
このようにして得られた監視情報を、変更前の運転履歴情報の監視情報と対比することで、変更後のシミュレーションソフト全体の健全性の確認を容易に実施することができる。
The operation confirming unit 16 reshapes the operation history information created by the simulation software before the change for the operation confirmation of the simulation software after the change, and the operation history information thus shaped after the change. The operation history test execution unit 50 executes the operation check of the simulation software.
By comparing the monitoring information obtained in this way with the monitoring information of the operation history information before the change, it is possible to easily check the soundness of the entire simulation software after the change.

挙動比較部17は、運転履歴情報に基づいて変更後のシミュレーションソフトで再現される監視情報のうち機器の運転動作に関する情報の差分を評価する運転履歴差分評価部60と、この監視情報のうちプロセス挙動に関するトレンド情報の差分を評価する運転トレンド差分評価部70とから構成されている。   The behavior comparison unit 17 includes a driving history difference evaluation unit 60 that evaluates a difference in information related to the driving operation of the device among the monitoring information reproduced by the simulation software after the change based on the driving history information, and a process of the monitoring information. It is comprised from the driving | operation trend difference evaluation part 70 which evaluates the difference of the trend information regarding a behavior.

そして、最終的に、修正評価部18において、運転履歴差分評価部60及び運転トレンド差分評価部70の評価結果に基づいて、変更後のシミュレーションソフトにおける修正箇所を特定する。これにより、ソフトリプレースに伴うリードタイムが短縮される。   And finally, in the correction evaluation part 18, the correction location in the simulation software after a change is specified based on the evaluation result of the driving history difference evaluation part 60 and the driving trend difference evaluation part 70. This shortens the lead time associated with soft replacement.

図3に示すように、回路差分抽出部20は、変更後の実機制御ソフト(ファイルX)を取得する取得部21と、変更前シミュレーションソフト(ファイルY)を取得する取得部23と、変更後の実機制御ソフト(ファイルX)及び変更前シミュレーションソフト(ファイルY)のそれぞれを実行ブロック(ファイルX1…Xn,Y1…Yn)に分割する分割部22,24と、変更後の実機制御ソフト(ファイルX)及び変更前シミュレーションソフト(ファイルY)の間で実行ブロック(ファイルX1…Xn,Y1…Yn)を単位に比較するブロック比較部25と、この比較によって差異の検出された変更後の実機制御ソフトの実行ブロック(ファイルX4)を抽出するブロック抽出部26と、この抽出された実行ブロック(ファイルX4)のフォーマットをシミュレーションソフト用(ファイルY’4)にフォーマット変更するブロック変更部27と、このフォーマット変更された実行ブロック(ファイルY’4)を変更前シミュレーションソフトに投入して変更後シミュレーションソフト(ファイルY’)を生成するブロック投入部28と、を備えている。   As illustrated in FIG. 3, the circuit difference extraction unit 20 includes an acquisition unit 21 that acquires the actual machine control software (file X) after the change, an acquisition unit 23 that acquires simulation software (file Y) before the change, and the post-change The actual machine control software (file X) and the simulation software before change (file Y) are divided into execution blocks (files X1... Xn, Y1... Yn), and the actual machine control software after change (file X) and the block comparison unit 25 for comparing execution blocks (files X1... Xn, Y1... Yn) between the simulation software before change (file Y) and the actual machine control after change in which a difference is detected by this comparison. A block extraction unit 26 for extracting a software execution block (file X4), and the extracted execution block (file X4) The block changing unit 27 for changing the format to the simulation software (file Y′4) and the execution block (file Y′4) whose format has been changed are input to the simulation software before change and the simulation software after change (file Y) And a block input unit 28 for generating ').

ここで、ブロック比較部25は、比較される実行ブロック(ファイルXn,Yn)を、それぞれ「回路種別」、「実行番号」、「接続情報」をキーとしたテキスト項目に整形して比較可能とする。そして、ブロック抽出部26において不一致な項目を有する実機制御ソフトの実行ブロック(ファイルX4)を抽出する。   Here, the block comparison unit 25 can perform comparison by shaping the compared execution blocks (files Xn, Yn) into text items having “circuit type”, “execution number”, and “connection information” as keys, respectively. To do. Then, the execution block (file X4) of the actual machine control software having an inconsistent item is extracted by the block extraction unit 26.

状態値差分抽出部30は、変更前シミュレーションソフト(ファイルY)から回路の状態値を抽出(ファイルZ)する状態値抽出部31と、ブロック抽出部26で差異の検出された実機制御ソフトの実行ブロック(ファイルX4)及び変更前シミュレーションソフトの実行ブロック(ファイルY4)の間で回路を単位に対比する回路対比部32と、この対比において未変更の回路については状態値抽出部31で抽出された状態値を対応させる回路−状態値対応部33と、この対応させた状態値(ファイルZ’)を変更後シミュレーションソフトに投入する状態値投入部34と、を備えている。   The state value difference extraction unit 30 executes a state value extraction unit 31 that extracts a circuit state value (file Z) from the pre-change simulation software (file Y), and the actual machine control software in which a difference is detected by the block extraction unit 26 The circuit comparison unit 32 that compares the circuits in units between the block (file X4) and the execution block (file Y4) of the simulation software before change is extracted by the state value extraction unit 31 for circuits that have not been changed in this comparison. A circuit-state value correspondence unit 33 that associates state values, and a state value input unit 34 that inputs the corresponding state values (file Z ′) to the simulation software after the change are provided.

ここで、回路対比部32は、対比される実行ブロック(ファイルX4,Y4)を、それぞれ「回路種別」、「実行番号」、「接続情報」をキーとして、実行番号順に一致・不一致を確認する。そして、回路−状態値対応部33は、不一致な項目の検出された実行番号より前の回路を未変更とみなしてファイルZの状態値を採用し、この実行番号以降の回路を変更されたものとみなして状態値をブランクにして、ファイルZ’を作成する。
状態値投入部34は、このファイルZ’をファイルZに上書きすることにより変更後シミュレーションソフト(ファイルY’)を生成する。
Here, the circuit comparison unit 32 confirms whether or not the execution blocks (files X4 and Y4) to be compared match or do not match in the order of execution numbers, using “circuit type”, “execution number”, and “connection information” as keys. . Then, the circuit-state value corresponding unit 33 adopts the state value of the file Z, regarding the circuit before the execution number where the mismatched item is detected as being unchanged, and the circuit after this execution number is changed. Assuming that the status value is blank, the file Z ′ is created.
The state value input unit 34 overwrites the file Z ′ with the file Z to generate post-change simulation software (file Y ′).

これにより、変更後シミュレーションソフト(ファイルY’)を起動する場合に、状態値の初期登録を、ゼロの状態から行う必要がなくなるので、リプレース時のリードタイムが短縮される。   As a result, when starting the simulation software (file Y ′) after the change, it is not necessary to perform the initial registration of the state value from the zero state, so the lead time at the time of replacement is shortened.

図4に示すように、履歴情報整形部40は、変更前シミュレーションソフト(ファイルY)から変更前運転履歴情報(ファイルP)を取得する取得部41と、この取得した変更前運転履歴情報(ファイルP)から機器の操作情報(ファイルQ)及び監視情報(ファイルR)を抽出する情報抽出部42と、この抽出された操作情報(ファイルQ)に基づいて変更後シミュレーションソフトを操作履歴試験実行部50により実行させる試験ファイル(ファイルQ’)を作成する作成部43と、を備えている。   As shown in FIG. 4, the history information shaping unit 40 acquires the pre-change operation history information (file P) from the pre-change simulation software (file Y), and the acquired pre-change operation history information (file P) information extraction unit 42 for extracting device operation information (file Q) and monitoring information (file R) from the extracted operation information (file Q) based on the extracted operation information (file Q), operation history test execution unit And a creation unit 43 that creates a test file (file Q ′) to be executed by 50.

ここで、監視情報(ファイルR)とは、機器の運転動作に関する情報(ファイルR1)、又はプロセス挙動に関するトレンド情報(ファイルR2)から構成される。
機器の運転動作に関する情報(ファイルR1)とは、プラントを構成する機器(例えば、弁、モータ等)の開閉状態、回転数、出力等の情報であり、トレンド情報(ファイルR2)とは、プラントに配置される計測器(例えば、温度計、圧力計、流量計)の計測値といった情報である。
Here, the monitoring information (file R) includes information (file R1) related to the operation operation of the device or trend information (file R2) related to the process behavior.
Information related to the operation of the equipment (file R1) is information such as the open / closed state, rotation speed, and output of equipment (eg, valves, motors, etc.) constituting the plant. Trend information (file R2) is the plant information. Information such as a measurement value of a measuring instrument (for example, a thermometer, a pressure gauge, or a flow meter) disposed in

運転履歴差分評価部60及び運転トレンド差分評価部70はそれぞれ、変更後シミュレーションソフト(ファイルY’)が試験ファイル(ファイルQ’)を実行して生成される変更後運転履歴情報(ファイルP’)を取得する取得部62,72と、この取得部62,72で取得した変更後運転履歴情報(ファイルP’)から機器の監視情報(ファイルR’)を抽出して取得部61,71が取得した変更前運転履歴情報(ファイルP)の監視情報(ファイルR)との相違点を検出する検出部63,73と、この検出された相違点についてレポートを作成する作成部64,74と、を備えている。   The operation history difference evaluation unit 60 and the operation trend difference evaluation unit 70 are each changed operation history information (file P ′) generated by the changed simulation software (file Y ′) executing the test file (file Q ′). Are acquired by the acquisition units 62 and 72, and the monitoring information (file R ′) of the device is extracted from the operation history information after change (file P ′) acquired by the acquisition units 62 and 72. The detection units 63 and 73 that detect the difference between the monitoring history information (file R) of the pre-change operation history information (file P) and the creation units 64 and 74 that create reports on the detected difference. I have.

なお、運転履歴差分評価部60は、監視情報(ファイルR,R’)のうち機器の運転動作に関する情報(ファイルR1,R’1)に基づく評価を行うものである。そして、運転トレンド差分評価部70は、監視情報(ファイルR,R’)のうちプロセス挙動に関するトレンド情報(ファイルR2,R’2)に基づく評価を行うものである。   The operation history difference evaluation unit 60 performs evaluation based on information (files R1, R'1) relating to the operation operation of the device among the monitoring information (files R, R '). The driving trend difference evaluation unit 70 performs evaluation based on trend information (files R2, R'2) regarding process behavior in the monitoring information (files R, R ').

ここで、検出部63,73は、比較される監視情報(ファイルR,R’)を、それぞれ「時間軸」、「時間幅」をキーとして機器の運転動作に関する情報(ファイルR1,R’1)やプロセス挙動に関するトレンド情報(ファイルR2,R’2)の応答状態を比較する。そして、レポート作成部64,74において、変更前後の差異を、訓練動作の阻害要件の有無に関わらず、比較結果として記録する。   Here, the detection units 63 and 73 use the monitoring information (files R and R ′) to be compared as information (files R1 and R′1) regarding the operation of the device using “time axis” and “time width” as keys, respectively. ) And the response state of trend information (files R2, R′2) relating to process behavior. And the report preparation parts 64 and 74 record the difference before and after a change as a comparison result irrespective of the presence or absence of the obstruction | occlusion requirement of training operation | movement.

修正評価部18は、検出部63,73で検出された相違点に基づいて、シミュレーションソフト用にフォーマット変更された実行ブロック(ファイルY’4)の修正ポイントを評価・推定するものである。そして、この修正評価部18は、この評価された修正ポイントについてのレポートを作成する作成部(図示略)を備えている。   The correction evaluation unit 18 evaluates and estimates the correction point of the execution block (file Y′4) whose format has been changed for the simulation software based on the differences detected by the detection units 63 and 73. And this correction evaluation part 18 is provided with the preparation part (illustration omitted) which produces the report about this evaluated correction point.

修正評価部18は、運転履歴差分評価部60及び運転トレンド差分評価部70から得た評価レポート(図示略)に基づいて、ソフト変更前後で相違する部分における操作・挙動の因果関係を、「操作実行時間」と「操作後のプラント挙動傾向」とをキーとして推定し、レポート出力する。これにより、ソフトリプレースに伴うリードタイムが短縮される。   Based on the evaluation report (not shown) obtained from the driving history difference evaluation unit 60 and the driving trend difference evaluation unit 70, the correction evaluation unit 18 determines the causal relationship between the operation and the behavior in the different parts before and after the software change. "Execution time" and "Plant behavior tendency after operation" are estimated as keys and output as a report This shortens the lead time associated with soft replacement.

本発明は前記した実施形態に限定されるものでなく、共通する技術思想の範囲内において、適宜変形して実施することができる。
例えば、シミュレータのソフトリプレース装置は、プラントの運転制御を模擬した訓練装置(シミュレータ)のソフトリプレースをするものを例示した。しかし、これに限定されることはなく、ファイルフォーマットの変更を伴う、ソフトウェア修正に広く適用することができる。
また、コンピュータによって各手段を各機能プログラムとして実現することも可能であり、各機能プログラムを結合したシミュレータのソフトリプレースプログラムとして動作させることも可能である。
The present invention is not limited to the above-described embodiments, and can be appropriately modified and implemented within the scope of the common technical idea.
For example, the simulator soft replacement device is exemplified by a software replacement device of a training device (simulator) that simulates plant operation control. However, the present invention is not limited to this, and the present invention can be widely applied to software correction that involves changing the file format.
Further, each means can be realized as each function program by a computer, and can be operated as a software replacement program of a simulator in which each function program is combined.

10…ソフトリプレース装置、11…実変更後機制御ソフトの格納部、13…変更前シミュレーションソフトの保持部、14…変更後シミュレーションソフトの保持部、15…変更範囲変換部、16…動作確認部、17…挙動比較部、18…修正評価部、20…回路差分抽出部、21…実機ソフト取得部(取得部)、22,24…ブロック分割部(分割部)、23…シミュレーションソフト取得部(取得部)、25…ブロック比較部、26…ブロック抽出部、27…ブロック変更部(変更部)、28…ブロック投入部、30…状態値差分抽出部、31…状態値抽出部、32…回路対比部、33…回路−状態値対応部(対応部)、34…状態値投入部、40…履歴情報整形部、41,61,71…変更前履歴情報取得部(取得部)、42…操作・監視情報抽出部(情報抽出部)、43…試験ファイル作成部、50…操作履歴試験実行部、60…運転履歴差分評価部、62,72…変更後履歴情報取得部(取得部)、63…運転動作相違点検出部(検出部)、64,74…レポート作成部、70…運転トレンド差分評価部、73…プロセス挙動相違点検出部、X…変更後の実機制御ソフト、X1〜Xn…変更後の実機制御ソフトの実行ブロック、Y…変更前シミュレーションソフト、Y1〜Yn…変更前シミュレーションソフトの実行ブロック、Y’…変更後シミュレーションソフト、Z…変更前シミュレーションソフトの状態値、P…変更前運転履歴情報、Q…機器の操作情報、Q’…試験ファイル、R…変更前シミュレーションソフトの監視情報、R’…変更後シミュレーションソフトの監視情報、R1(R’1)…機器の運転動作に関する情報、R2(R’2)…プロセス挙動に関するトレンド情報。   DESCRIPTION OF SYMBOLS 10 ... Software replacement apparatus, 11 ... Storage part of machine control software after actual change, 13 ... Holding part of simulation software before change, 14 ... Holding part of simulation software after change, 15 ... Change range conversion part, 16 ... Operation check part , 17 ... Behavior comparison unit, 18 ... Correction evaluation unit, 20 ... Circuit difference extraction unit, 21 ... Actual software acquisition unit (acquisition unit), 22, 24 ... Block division unit (division unit), 23 ... Simulation software acquisition unit ( Acquisition unit), 25 ... block comparison unit, 26 ... block extraction unit, 27 ... block change unit (change unit), 28 ... block input unit, 30 ... state value difference extraction unit, 31 ... state value extraction unit, 32 ... circuit Comparison unit 33 ... Circuit-state value correspondence unit (corresponding unit) 34 ... State value input unit 40 ... History information shaping unit 41, 61, 71 ... Pre-change history information acquisition unit (acquisition unit) 42 Operation Monitoring information extraction unit (information extraction unit), 43 ... test file creation unit, 50 ... operation history test execution unit, 60 ... operation history difference evaluation unit, 62, 72 ... history information acquisition unit after change (acquisition unit), 63 ... Operational operation difference detection unit (detection unit), 64, 74 ... report creation unit, 70 ... operation trend difference evaluation unit, 73 ... process behavior difference detection unit, X ... actual machine control software after change, X1-Xn ... change Execution block of subsequent real machine control software, Y: simulation software before change, Y1 to Yn: execution block of simulation software before change, Y ′: simulation software after change, Z: state value of simulation software before change, P: before change Operation history information, Q ... equipment operation information, Q '... test file, R ... monitoring information of simulation software before change, R' ... simulation software after change Monitoring information, R1 (R'1) ... information related to the operation of the device, R2 (R'2) ... trend information related to the process behavior.

Claims (9)

変更後の実機制御ソフトを取得する取得部と、
変更前の実機制御ソフトに対応する変更前シミュレーションソフトを取得する取得部と、
前記変更後の実機制御ソフト及び前記変更前シミュレーションソフトのそれぞれを実行ブロックに分割する分割部と、
前記変更後の実機制御ソフト及び前記変更前シミュレーションソフトの間で前記実行ブロックを単位に比較するブロック比較部と、
前記比較によって差異の検出された前記変更後の実機制御ソフトの実行ブロックを抽出するブロック抽出部と、
前記抽出された実行ブロックのフォーマットをシミュレーションソフト用にフォーマット変更する変更部と、
前記フォーマット変更された実行ブロックを前記変更前シミュレーションソフトに投入して前記変更後の実機制御ソフトに対応する変更後シミュレーションソフトを生成するブロック投入部と、を備えることを特徴とするプラントシミュレータのソフトリプレース装置。
An acquisition unit that acquires the actual machine control software after the change,
An acquisition unit for acquiring simulation software before change corresponding to the actual machine control software before change;
A dividing unit that divides each of the real machine control software after the change and the simulation software before the change into execution blocks;
A block comparison unit for comparing the execution block between the actual machine control software after the change and the simulation software before the change;
A block extraction unit that extracts an execution block of the actual machine control software after the change in which a difference is detected by the comparison;
A change unit for changing the format of the extracted execution block for simulation software;
A plant simulator software, comprising: a block input unit that inputs the execution block whose format has been changed to the simulation software before change and generates post-change simulation software corresponding to the actual control software after change Replace device.
請求項1に記載のプラントシミュレータのソフトリプレース装置において、
前記変更前シミュレーションソフトから回路の状態値を抽出する状態値抽出部と、
前記差異の検出された前記変更後の実機制御ソフトの実行ブロック及び前記変更前シミュレーションソフトの実行ブロックの間で回路を単位に対比する回路対比部と、
前記対比において未変更の回路については前記抽出された状態値を対応させる対応部と、
前記対応させた状態値を前記変更後シミュレーションソフトに投入する状態値投入部と、を備えることを特徴とするプラントシミュレータのソフトリプレース装置。
In the plant simulator soft replacement device according to claim 1,
A state value extraction unit for extracting a circuit state value from the pre-change simulation software;
A circuit comparison unit that compares circuits in units between the execution block of the actual machine control software after the change in which the difference is detected and the execution block of the simulation software before the change,
For a circuit that has not been changed in the comparison, a corresponding unit that corresponds to the extracted state value;
A plant simulator software replacement device comprising: a state value input unit that inputs the corresponding state value to the simulation software after change.
請求項1又は請求項2に記載のプラントシミュレータのソフトリプレース装置において、
前記変更前シミュレーションソフトから変更前運転履歴情報を取得する取得部と、
前記取得した変更前運転履歴情報から機器の操作情報及び監視情報を抽出する情報抽出部と、
前記抽出された操作情報に基づいて前記変更後シミュレーションソフトを実行させる試験ファイルを作成する試験ファイル作成部と、を備えることを特徴とするプラントシミュレータのソフトリプレース装置。
In the plant simulator soft replacement device according to claim 1 or 2,
An acquisition unit that acquires operation history information before change from the simulation software before change;
An information extraction unit for extracting device operation information and monitoring information from the acquired pre-change operation history information;
A plant simulator software replacement device, comprising: a test file creation unit that creates a test file for executing the simulation software after change based on the extracted operation information.
請求項3に記載のプラントシミュレータのソフトリプレース装置において、
前記監視情報は、前記機器の運転動作に関する情報、又はプロセス挙動に関するトレンド情報であることを特徴とするプラントシミュレータのソフトリプレース装置。
In the plant simulator soft replacement device according to claim 3,
The plant replacement software replacement apparatus characterized in that the monitoring information is information relating to operation of the equipment or trend information relating to process behavior.
請求項3又は請求項4に記載のプラントシミュレータのソフトリプレース装置において、
前記変更後シミュレーションソフトが前記試験ファイルを実行して生成される変更後運転履歴情報を取得する取得部と、
前記取得した変更後運転履歴情報から機器の監視情報を抽出して変更前運転履歴情報の監視情報との相違点を検出する検出部と、を備えることを特徴とするプラントシミュレータのソフトリプレース装置。
In the plant simulator soft replacement device according to claim 3 or 4,
An acquisition unit for acquiring post-change operation history information generated by executing the test file by the post-change simulation software;
A plant simulator soft replacement device, comprising: a detection unit that extracts equipment monitoring information from the acquired post-change operation history information and detects differences from the pre-change operation history information.
請求項5に記載のプラントシミュレータのソフトリプレース装置において、
前記検出された相違点に基づいて前記フォーマット変更された実行ブロックの修正ポイントを評価する修正評価部を備えることを特徴とするプラントシミュレータのソフトリプレース装置。
In the plant simulator soft replacement device according to claim 5,
A plant simulator soft replacement apparatus comprising: a correction evaluation unit that evaluates a correction point of the execution block whose format has been changed based on the detected difference.
請求項5又は請求項6に記載のプラントシミュレータのソフトリプレース装置において、
前記検出された相違点又は前記評価された修正ポイントについてレポートを作成するレポート作成部を備えることを特徴とするプラントシミュレータのソフトリプレース装置。
In the plant simulator soft replacement device according to claim 5 or 6,
A plant simulator soft replacement device, comprising: a report creation unit that creates a report for the detected difference or the evaluated correction point.
変更後の実機制御ソフトを取得するステップと、
変更前の実機制御ソフトに対応する変更前シミュレーションソフトを取得するステップと、
前記変更後の実機制御ソフト及び前記変更前シミュレーションソフトのそれぞれを実行ブロックに分割するステップと、
前記変更後の実機制御ソフト及び前記変更前シミュレーションソフトの間で前記実行ブロックを単位に比較するステップと、
前記比較によって差異の検出された前記変更後の実機制御ソフトの実行ブロックを抽出するステップと、
前記抽出された実行ブロックのフォーマットをシミュレーションソフト用にフォーマット変更するステップと、
前記フォーマット変更された実行ブロックを前記変更前シミュレーションソフトに投入して前記変更後の実機制御ソフトに対応する変更後シミュレーションソフトを生成するステップと、を含むことを特徴とするプラントシミュレータのソフトリプレース方法。
A step of acquiring the actual machine control software after the change;
Obtaining pre-change simulation software corresponding to the actual machine control software before change;
Dividing the actual control software after the change and the simulation software before the change into execution blocks;
Comparing the execution block in units between the actual machine control software after the change and the simulation software before the change;
Extracting an execution block of the changed real machine control software in which a difference is detected by the comparison;
Reformatting the extracted execution block format for simulation software;
And a step of generating the post-change simulation software corresponding to the post-change actual machine control software by inputting the format-changed execution block into the pre-change simulation software, and a plant simulator software replacement method comprising: .
コンピュータを、
変更後の実機制御ソフトを取得する手段、
変更前の実機制御ソフトに対応する変更前シミュレーションソフトを取得する手段、
前記変更後の実機制御ソフト及び前記変更前シミュレーションソフトのそれぞれを実行ブロックに分割する手段、
前記変更後の実機制御ソフト及び前記変更前シミュレーションソフトの間で前記実行ブロックを単位に比較する手段、
前記比較によって差異の検出された前記変更後の実機制御ソフトの実行ブロックを抽出する手段、
前記抽出された実行ブロックのフォーマットをシミュレーションソフト用にフォーマット変更する手段、
前記フォーマット変更された実行ブロックを前記変更前シミュレーションソフトに投入して前記変更後の実機制御ソフトに対応する変更後シミュレーションソフトを生成する手段、として機能させることを特徴とするプラントシミュレータのソフトリプレースプログラム。
Computer
Means to obtain the actual machine control software after the change,
Means for obtaining pre-change simulation software corresponding to the actual machine control software before change,
Means for dividing each of the real machine control software after the change and the simulation software before the change into execution blocks;
Means for comparing the execution block in units between the actual machine control software after the change and the simulation software before the change;
Means for extracting an execution block of the actual machine control software after the change in which a difference is detected by the comparison;
Means for changing the format of the extracted execution block for simulation software;
A plant simulator software replacement program which functions as means for generating the post-change simulation software corresponding to the post-change actual machine control software by inputting the execution block whose format has been changed to the pre-change simulation software .
JP2012023534A 2012-02-06 2012-02-06 Simulator software replacement apparatus, method, and program Expired - Fee Related JP5726776B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012023534A JP5726776B2 (en) 2012-02-06 2012-02-06 Simulator software replacement apparatus, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012023534A JP5726776B2 (en) 2012-02-06 2012-02-06 Simulator software replacement apparatus, method, and program

Publications (2)

Publication Number Publication Date
JP2013161309A true JP2013161309A (en) 2013-08-19
JP5726776B2 JP5726776B2 (en) 2015-06-03

Family

ID=49173487

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012023534A Expired - Fee Related JP5726776B2 (en) 2012-02-06 2012-02-06 Simulator software replacement apparatus, method, and program

Country Status (1)

Country Link
JP (1) JP5726776B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015057697A (en) * 2013-09-16 2015-03-26 ゼネラル・エレクトリック・カンパニイ Control system simulation system and method
JP2017173483A (en) * 2016-03-23 2017-09-28 株式会社Subaru Training data generation device, training data generation method and training data generation program

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07219980A (en) * 1994-02-02 1995-08-18 Hitachi Ltd Test execution system
JPH11212622A (en) * 1998-01-21 1999-08-06 Toshiba Corp Plant simultor
JP2001357095A (en) * 2000-06-12 2001-12-26 Fujitsu Ltd Semiconductor device design supporting device
JP2006259393A (en) * 2005-03-17 2006-09-28 Fuji Xerox Co Ltd Simulation system
JP2010108163A (en) * 2008-10-29 2010-05-13 Casio Computer Co Ltd Emulator management system and program
JP2010232217A (en) * 2009-03-25 2010-10-14 Canon Inc Exposure system, method of testing exposure apparatus, and method of manufacturing device
JP2011118658A (en) * 2009-12-03 2011-06-16 Yamatake Corp Field bus system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07219980A (en) * 1994-02-02 1995-08-18 Hitachi Ltd Test execution system
JPH11212622A (en) * 1998-01-21 1999-08-06 Toshiba Corp Plant simultor
JP2001357095A (en) * 2000-06-12 2001-12-26 Fujitsu Ltd Semiconductor device design supporting device
JP2006259393A (en) * 2005-03-17 2006-09-28 Fuji Xerox Co Ltd Simulation system
JP2010108163A (en) * 2008-10-29 2010-05-13 Casio Computer Co Ltd Emulator management system and program
JP2010232217A (en) * 2009-03-25 2010-10-14 Canon Inc Exposure system, method of testing exposure apparatus, and method of manufacturing device
JP2011118658A (en) * 2009-12-03 2011-06-16 Yamatake Corp Field bus system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015057697A (en) * 2013-09-16 2015-03-26 ゼネラル・エレクトリック・カンパニイ Control system simulation system and method
JP2017173483A (en) * 2016-03-23 2017-09-28 株式会社Subaru Training data generation device, training data generation method and training data generation program

Also Published As

Publication number Publication date
JP5726776B2 (en) 2015-06-03

Similar Documents

Publication Publication Date Title
CN108255649B (en) Diagnosis strategy design method based on modeling simulation cooperative analysis
US20120116561A1 (en) Program testing apparatus, method of testing a program, and program testing program
US20120246612A1 (en) System and method for verification and validation of redundancy software in plc systems
JP6476594B2 (en) Simulation system
US10783117B2 (en) Engineering apparatus, engineering method, and storage medium
CN102541725B (en) Simulation test method of numerical control system functional module
JP2012198888A (en) System and method of simulating input/output modules in control system
JP5230587B2 (en) Ladder program program test apparatus, ladder program test method, and ladder program test program
CN111752733A (en) Anomaly detection in a pneumatic system
CN102231127A (en) System and method for detecting BIOS (Basic Input Output System) wrong information display
JP5726776B2 (en) Simulator software replacement apparatus, method, and program
JP2017097516A (en) Debug support system
JP2017162130A (en) Hardware/software cooperative verification device and hardware/software cooperative verification method
JP2016045712A (en) Programmable logic controller
JP2017224063A (en) Plant controller testing device and testing method
JP2011034354A (en) Apparatus and method for testing operation verification of plant operation monitor and control apparatus
JPWO2014174656A1 (en) Control system inspection device
KR20120034975A (en) Simulator for nuclear fuel crane
KR20120087288A (en) Simulation Apparatus and Method for the Performance Evaluation of the Plant
WO2016103229A1 (en) A method for verifying a safety logic in an industrial process
Burnard et al. Verifying and validating automatically generated code
JP2016200872A (en) Control program creation device, control program debug method
CN111539099A (en) Simulink model verification method based on program variation
JP2006163657A (en) Playback simulator
Stürmer et al. Modeling Guidelines and Model Analysis Tools in Embedded Automotive Software Development.

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140110

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140909

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140910

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140926

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: 20150303

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150401

LAPS Cancellation because of no payment of annual fees