JP2013125397A - Method for evaluating system and computer program - Google Patents

Method for evaluating system and computer program Download PDF

Info

Publication number
JP2013125397A
JP2013125397A JP2011273449A JP2011273449A JP2013125397A JP 2013125397 A JP2013125397 A JP 2013125397A JP 2011273449 A JP2011273449 A JP 2011273449A JP 2011273449 A JP2011273449 A JP 2011273449A JP 2013125397 A JP2013125397 A JP 2013125397A
Authority
JP
Japan
Prior art keywords
test program
execution
file
test
program
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
JP2011273449A
Other languages
Japanese (ja)
Other versions
JP5796478B2 (en
Inventor
Nobuo Sumita
伸夫 住田
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.)
Nippon Steel Corp
Original Assignee
Nippon Steel and Sumitomo Metal 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 Nippon Steel and Sumitomo Metal Corp filed Critical Nippon Steel and Sumitomo Metal Corp
Priority to JP2011273449A priority Critical patent/JP5796478B2/en
Publication of JP2013125397A publication Critical patent/JP2013125397A/en
Application granted granted Critical
Publication of JP5796478B2 publication Critical patent/JP5796478B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a method for evaluating systems capable of detecting a trouble reducing reliability as an entire system before operating the system.SOLUTION: The method for evaluating systems according to the present invention is provided for evaluating reliability of an open type process control system configured by connecting a plurality of devices via a network. The method for evaluating systems includes: an execution step of executing an endurance test program that asynchronously executes a plurality of test execution tasks executed in a device and between devices; and an evaluation step of comparing the execution result of the endurance test program with a result planned value and evaluating the reliability of the process control system.

Description

本発明は、オープン系プロセス制御システムにおける信頼性を評価するシステム評価方法およびコンピュータプログラムに関する。   The present invention relates to a system evaluation method and a computer program for evaluating reliability in an open process control system.

マーケットの広いビジネス・オフィス業務用として提供されているパソコンサーバの高性能化、低価格化により、プロセス制御システムにおいても当該パソコンサーバが利用されるようになっている。このようなオープン系プロセス制御システムにおいてはリアルタイム性が要求されるが、リアルタイム性が要求される場面では高負荷が集中し易く、悪条件が重なった際に不良・不具合が発生することがある。このとき、オープン系プロセス制御システムのレスポンスの悪化による処理遅れや通信のタイムアウト等が発生する可能性がある。また、これらのトラブルは、悪条件が稀なタイミングの組み合わせで重なって発生するため、システムのテスト時には発生しなくともシステム稼働後に発生することがある。   Due to the high performance and low price of personal computer servers provided for business / office operations in a wide market, such personal computer servers are also used in process control systems. In such an open process control system, real-time performance is required. However, in a scene where real-time performance is required, a high load tends to be concentrated, and a failure / failure may occur when adverse conditions overlap. At this time, there is a possibility that processing delay or communication timeout may occur due to the deterioration of the response of the open process control system. In addition, since these troubles are generated by a combination of rare timings with rare conditions, they may occur after system operation even if they do not occur during system testing.

従来、システム稼働前に、システムを構成するサーバのCPUやディスク、ネットワーク等、各々に高負荷をかけるテストプログラムを長時間実行させることで、そのトラブルの事前撲滅を目指してきた。例えば特許文献1では、オンラインシステムの出荷前に、仮想的な装置を用いて実稼動のシステムと同様のテストを容易に行えるようにする負荷テスト実行制御装置が開示されている。負荷テスト実行制御装置は、システム仕様と負荷仕様とテスト仕様から負荷発生仕様であるアクションデータを生成する。このアクションデータを負荷発生手段に入力することで自動的に負荷が発生し、当該負荷に対するシステムの性能をモニタリング部で評価することができる。   Conventionally, prior to system operation, a test program that places a heavy load on each of the CPU, disk, network, and the like of a server that constitutes the system has been executed for a long time, thereby aiming to eliminate the trouble beforehand. For example, Patent Document 1 discloses a load test execution control device that can easily perform a test similar to an actual system using a virtual device before shipping an online system. The load test execution control device generates action data that is a load generation specification from the system specification, the load specification, and the test specification. By inputting this action data to the load generating means, a load is automatically generated, and the performance of the system with respect to the load can be evaluated by the monitoring unit.

特開平4−237359号公報JP-A-4-237359

しかし、上記特許文献1では、信頼性を評価するビジネス・オフィス業務用システムに対して、ネットワークを介して接続された外部装置よりトランザクション負荷を発生している。しかし、プロセス制御システムの特徴である悪条件が稀なタイミングの組み合わせで重なって発生するような非同期処理が、実際に稼動するサーバ上で負荷が生成されてはおらず、実際にシステムが稼働したときとほぼ同一の状況について検証できているとはいえない。   However, in Patent Document 1, a transaction load is generated from an external device connected via a network to a business / office business system whose reliability is to be evaluated. However, asynchronous processing that is caused by the combination of rare timings, which is a characteristic of the process control system, is not generated on the server that actually operates, and when the system actually operates It cannot be said that the situation is almost identical.

さらに、プロセス制御システムで実行する実際のアプリケーションソフトウェア(以下、「APソフトウェア」とも表記する。)では、CPUやディスク、ネットワーク等を非同期に使用するため、それらの組み合わせおよびタイミングをテストプログラムではカバーできないケースがある。また、実際にプロセス制御システムにて実行するAPソフトウェアが完成した後、システム稼働前直前の段階で、これを用いてテストを行って不具合を発見したとしても、特にハードウェアやOSの改修には時間を要し、システム稼働時期が大幅に遅れることになる。さらに、例えば実際にプロセス制御システムにて実行するAPソフトを工程Aで実行しても問題は発生しないが、工程Bで実行すると問題が発生するケースもある。   Furthermore, since actual application software (hereinafter also referred to as “AP software”) executed in the process control system uses a CPU, a disk, a network, and the like asynchronously, their combination and timing cannot be covered by the test program. There is a case. In addition, even after the AP software that is actually executed in the process control system is completed and a failure is found by testing it immediately before system operation, it is particularly useful for hardware and OS refurbishment. Time is required and the system operation time is greatly delayed. Furthermore, for example, there is no problem even if AP software that is actually executed in the process control system is executed in the process A. However, if it is executed in the process B, a problem may occur.

このように、オープン系プロセス制御システムのハードウェア、OS、ミドルウェア、APソフトウェアを備えるサーバの処理機能や、当該サーバとネットワークを介して接続された他機器との伝送等を含め、トータルで潜在的な不具合をシステム稼働前に十分に取り去ることは難しかった。   In this way, there is a total potential including the processing functions of the server equipped with the hardware, OS, middleware, AP software of the open system process control system, and transmission to other devices connected to the server via the network. It was difficult to get rid of all the malfunctions before the system was fully operational.

そこで、本発明は、上記問題に鑑みてなされたものであり、本発明の目的とするところは、システム稼働前にシステム全体として信頼性を低下させる不具合を検出することが可能な、新規かつ改良されたシステム評価方法およびコンピュータプログラムを提供することにある。   Therefore, the present invention has been made in view of the above problems, and the object of the present invention is to provide a new and improved method capable of detecting a problem that reduces the reliability of the entire system before the system is operated. A system evaluation method and a computer program are provided.

上記課題を解決するために、本発明のある観点によれば、ネットワークを介して複数機器を接続して構成されるオープン系プロセス制御システムの信頼性を評価するシステム評価方法が提供される。本発明のシステム評価方法は、機器内および機器間で実行される複数のテスト実行タスクを非同期に実行する耐久テストプログラムを実行する実行ステップと、耐久テストプログラムの実行結果と結果予定値とを比較して、プロセス制御システムの信頼性を評価する評価ステップと、を含むことを特徴とする。   In order to solve the above problems, according to an aspect of the present invention, there is provided a system evaluation method for evaluating the reliability of an open process control system configured by connecting a plurality of devices via a network. The system evaluation method of the present invention compares an execution step of executing an endurance test program that asynchronously executes a plurality of test execution tasks executed in and between devices, and an execution result of the endurance test program and a planned result value. And an evaluation step for evaluating the reliability of the process control system.

ここで、実行ステップで実行される各テスト実行タスクは、プロセス制御システムの実稼動時に実行されるアプリケーションソフトウェアの構成に基づいて設定してもよい。   Here, each test execution task executed in the execution step may be set based on the configuration of application software executed during actual operation of the process control system.

また、耐久テストプログラムは、耐久テストプログラムを実行する機器において実行される第1のテスト実行タスク群により、機器の1つに格納された複数のファイルに対する読み書き処理を行うファイル非同期耐久テストプログラムと、第2のテスト実行タスク群により機器間でのデータの送受信処理を行う下位伝送非同期耐久テストプログラムと、耐久テストプログラムを実行する機器において実行される第3のテスト実行タスク群により所定のファイルの読み書き処理を定周期で起動する定周期起動非同期耐久テストプログラムと、のうち少なくとも1つのプログラムからなり、実行ステップでは、耐久テストプログラムの実行周期を変化させて実行してもよい。   In addition, the endurance test program includes a file asynchronous endurance test program that performs read / write processing on a plurality of files stored in one of the devices by a first test execution task group executed in the device that executes the endurance test program; Reading and writing of a predetermined file by a lower-level transmission asynchronous endurance test program that performs data transmission / reception processing between devices by the second test execution task group and a third test execution task group executed by the device that executes the endurance test program The process may be composed of at least one of a fixed-cycle startup asynchronous endurance test program that starts processing at a fixed cycle, and the execution step may be executed by changing the execution cycle of the endurance test program.

さらに、実行ステップでは、各テスト実行タスクの動作回数を耐久テストプログラムの実行結果として出力し、評価ステップでは、耐久テストプログラムの実行結果と耐久テストプログラムの実行時間に基づき算出される結果予定値とを比較し、耐久テストプログラムの実行結果と結果予定値との差分が所定値以内であるとき、プロセス制御システムは信頼性があると評価してもよい。   Furthermore, in the execution step, the number of operations of each test execution task is output as the execution result of the endurance test program, and in the evaluation step, the planned result value calculated based on the execution result of the endurance test program and the execution time of the endurance test program And the process control system may be evaluated as reliable when the difference between the execution result of the endurance test program and the expected result value is within a predetermined value.

また、上記課題を解決するために、本発明の別の観点によれば、コンピュータを、ネットワークを介して接続されたオープン系プロセス制御システムを構成する複数機器内および機器間で実行される複数のテスト実行タスクを非同期に実行する耐久テストプログラムを実行する実行部と、耐久テストプログラムの実行結果と結果予定値とを比較して、プロセス制御システムの信頼性を評価する評価部と、を備えることを特徴とする、システム評価装置として機能させることを特徴とする、コンピュータプログラムが提供される。   In order to solve the above-mentioned problem, according to another aspect of the present invention, a plurality of computers executed in and between a plurality of devices constituting an open process control system connected via a network. An execution unit that executes an endurance test program that executes a test execution task asynchronously, and an evaluation unit that evaluates the reliability of the process control system by comparing the execution result of the endurance test program with the planned result A computer program is provided which is characterized by functioning as a system evaluation apparatus.

以上説明したように本発明によれば、システム稼働前にシステム全体として信頼性を低下させる不具合を検出することが可能なシステム評価方法およびコンピュータプログラムを提供することができる。   As described above, according to the present invention, it is possible to provide a system evaluation method and a computer program capable of detecting a problem that reduces the reliability of the entire system before the system is operated.

本発明の実施形態に係るオープン系プロセス制御システムの構成を示す説明図である。It is explanatory drawing which shows the structure of the open system process control system which concerns on embodiment of this invention. 同実施形態に係る耐久テストプログラムのプログラム構成を示す説明図である。It is explanatory drawing which shows the program structure of the durability test program which concerns on the same embodiment. 同実施形態に係るファイル非同期耐久テストのシナリオ構成を示す説明図である。It is explanatory drawing which shows the scenario structure of the file asynchronous durability test which concerns on the embodiment. 同実施形態に係る下位伝送非同期耐久テストのシナリオ構成を示す説明図である。It is explanatory drawing which shows the scenario structure of the low-order transmission asynchronous durability test which concerns on the same embodiment. 同実施形態に係る定周期起動非同期耐久テストのシナリオ構成を示す説明図である。It is explanatory drawing which shows the scenario structure of the fixed period starting asynchronous durability test which concerns on the same embodiment. 同実施形態に係る耐久テストプログラムの実行によるシステム評価処理を示すフローチャートである。It is a flowchart which shows the system evaluation process by execution of the durability test program which concerns on the embodiment. ファイル非同期耐久テスト実行処理の一例を示すフローチャートである。It is a flowchart which shows an example of a file asynchronous durability test execution process. ファイル非同期耐久テスト実行処理の一例を示すフローチャートである。It is a flowchart which shows an example of a file asynchronous durability test execution process. 耐久テストプログラムの実行結果および当該実行結果と結果予定値との比較による信頼性評価の結果のレポート例を示す説明図である。It is explanatory drawing which shows the example of a report of the result of reliability evaluation by the execution result of an endurance test program, and the comparison with the said execution result and a result scheduled value. 同実施形態に係る制御サーバのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the control server which concerns on the same embodiment.

以下に添付図面を参照しながら、本発明の好適な実施の形態について詳細に説明する。なお、本明細書及び図面において、実質的に同一の機能構成を有する構成要素については、同一の符号を付することにより重複説明を省略する。   Exemplary embodiments of the present invention will be described below in detail with reference to the accompanying drawings. In addition, in this specification and drawing, about the component which has the substantially same function structure, duplication description is abbreviate | omitted by attaching | subjecting the same code | symbol.

<1.システム構成例>
まず、図1を参照して、信頼性の検証対象であるオープン系プロセス制御システムの構成について説明する。なお、図1は、本実施形態に係るオープン系プロセス制御システム1の構成を示す説明図である。図1では、プロセス制御システム1稼働前の、テストプログラム実行時の状態を示している。
<1. System configuration example>
First, with reference to FIG. 1, the structure of the open process control system which is the object of reliability verification will be described. FIG. 1 is an explanatory diagram showing the configuration of the open system process control system 1 according to this embodiment. FIG. 1 shows a state when a test program is executed before the process control system 1 is operated.

24時間操業で高い信頼性が要求される製鉄業等におけるプロセス制御システム1は、これまで重電メーカ専用のコンピュータやネットワークで構成されてきた。近年では、仕様が公開された汎用品のコンピュータ等の機器を利用したオープン系システムであるプロセス制御システムの導入が進んでいる。オープン系システムは、オープン標準に準拠したソフトウェアや、それを使用しているコンピュータで構成されるオープン系コンピュータシステムであって、コンピュータの基本的な制御を行うオペレーティングシステム(OS)と、各業務・制御処理を行うアプリケーションソフトウェア(APソフトウェア)と、これらの間に位置する共通的なソフトウェアであるミドルウェアとを具備する。オープン系システムをプロセス制御分野に応用したオープン系プロセス制御システムは、例えば制御用サーバと外部機器とを汎用のネットワークを介して接続することで構成することができる。ここで、外部機器としては、電気計装制御装置(Programmable Logic Controller、以下「PLC」とする。)、データベースサーバ、他工程の制御サーバなどが対象となる。   The process control system 1 in the steel industry or the like that requires high reliability in 24-hour operation has so far been configured with a computer and a network dedicated to heavy electrical equipment manufacturers. In recent years, the introduction of process control systems, which are open systems using devices such as general-purpose computers whose specifications are disclosed, has been in progress. An open system is an open computer system composed of software that conforms to open standards and computers that use the open standard. An operating system (OS) that performs basic computer control, Application software (AP software) that performs control processing and middleware that is common software positioned between them are included. An open system process control system in which an open system is applied to the process control field can be configured, for example, by connecting a control server and an external device via a general-purpose network. Here, as an external device, an electrical instrumentation control device (Programmable Logic Controller, hereinafter referred to as “PLC”), a database server, a control server in another process, and the like are targeted.

本実施形態に係るプロセス制御システム1の一例を図1に示すと、プロセス制御システム1は、制御サーバ100およびディスク200と、情報処理端末300と、PLC400とがネットワーク10を介して接続されて構成されている。   An example of the process control system 1 according to the present embodiment is shown in FIG. 1. The process control system 1 is configured by connecting a control server 100, a disk 200, an information processing terminal 300, and a PLC 400 via a network 10. Has been.

制御サーバ100は、プロセス制御を行うためのアプリケーションプログラム(APソフトウェア)を実行するための機器である。制御サーバ100は、図1に示すように、アプリケーションソフトウェア110と、ミドルウェア120と、OS130と、CPU140と、ネットワーク部150とから構成される。   The control server 100 is a device for executing an application program (AP software) for performing process control. As illustrated in FIG. 1, the control server 100 includes application software 110, middleware 120, an OS 130, a CPU 140, and a network unit 150.

アプリケーションソフトウェア110は、APソフトウェアを実行する階層であり、各行程における業務処理や制御処理を行う。APソフトウェアは、制御サーバ100と接続された記憶装置であるディスク200に格納されており、実行指示を受けた機能に対応するAPソフトウェアをディスク200から取得して、アプリケーションソフトウェア110にインストールして実行する。   The application software 110 is a layer that executes AP software, and performs business processing and control processing in each process. The AP software is stored in the disk 200, which is a storage device connected to the control server 100. The AP software corresponding to the function for which the execution instruction has been received is acquired from the disk 200, installed in the application software 110, and executed. To do.

また、本実施形態に係るプロセス制御システム1の信頼性評価においては、実際に稼動するAPソフトウェアの代わりに、当該APソフトウェアを実行したときと同様の負荷を当該システム1に掛ける耐久テストプログラム112を実行する。耐久テストプログラム112は、システム稼働前のテスト時にアプリケーションソフトウェア110にインストールして使用される。また、アプリケーションソフトウェア110には、耐久テストプログラム112の実行開始および終了指示を行うテスト開始/終了指示部114が設けられる。テスト開始/終了指示部114は、ユーザが制御サーバ100を操作するための情報処理端末300から入力したテスト開始指示に基づいて耐久テストプログラム112を実行し、情報処理端末300から入力されたテスト終了指示に基づいて耐久テストプログラム112の実行を終了する。   In the reliability evaluation of the process control system 1 according to the present embodiment, an endurance test program 112 that applies the same load to the system 1 as when the AP software is executed is used instead of the AP software that is actually operated. Run. The endurance test program 112 is used by being installed in the application software 110 during a test before the system is operated. Further, the application software 110 is provided with a test start / end instruction unit 114 for instructing execution start and end of the durability test program 112. The test start / end instruction unit 114 executes the durability test program 112 based on the test start instruction input from the information processing terminal 300 for operating the control server 100 by the user, and the test end input from the information processing terminal 300 Based on the instruction, the execution of the durability test program 112 is terminated.

ミドルウェア120は、アプリケーションソフトウェア110とOS130との間に位置する共通的なソフトウェアを実行する階層であり、OS130はコンピュータの基本的な制御を行う階層である。また、CPU140は、制御サーバ100で実行されるソフトウェアの演算処理を行う演算処理装置として機能し、また制御サーバ100の制御処理を行う制御装置として機能する。ネットワーク150は、ネットワーク10を接続されたインタフェースであり、制御サーバ100と情報処理端末300、PLC400とを通信可能に接続する。   The middleware 120 is a layer that executes common software positioned between the application software 110 and the OS 130, and the OS 130 is a layer that performs basic control of the computer. The CPU 140 functions as an arithmetic processing device that performs arithmetic processing of software executed by the control server 100, and also functions as a control device that performs control processing of the control server 100. The network 150 is an interface to which the network 10 is connected, and connects the control server 100 to the information processing terminal 300 and the PLC 400 so that they can communicate with each other.

ディスク200は、情報を記憶する記憶部であり、例えば上述したようにAPソフトウェアであるAPファイル210や、耐久テストプログラム112の実行結果であるテストファイル220等を記憶する。ディスク200は、制御サーバ100と通信可能に接続されている。これにより、制御サーバ100は、必要に応じて、ディスク200に格納された情報を取得できるとともに、生成した情報をディスク200に格納することができる。なお、図1に示すように、耐久テストプログラム112の実行結果を確認するテスト確認端末500を、ディスク200のテストファイル220を読み取り可能に接続することもできる。これにより、ユーザは、テスト確認端末500により耐久テストプログラム112の実行結果を確認することが可能となる。   The disk 200 is a storage unit that stores information. For example, as described above, the disk 200 stores the AP file 210 that is AP software, the test file 220 that is the execution result of the durability test program 112, and the like. The disk 200 is communicably connected to the control server 100. Thereby, the control server 100 can acquire the information stored in the disk 200 as needed, and can store the generated information in the disk 200. As shown in FIG. 1, a test confirmation terminal 500 for confirming the execution result of the endurance test program 112 can be connected so that the test file 220 on the disk 200 can be read. Thereby, the user can confirm the execution result of the durability test program 112 by the test confirmation terminal 500.

情報処理端末300は、制御サーバ100で実行される処理を操作、確認するための端末であり、例えば汎用のパーソナルコンピュータ等を用いることができる。情報処理端末300の具体的構成例については後述する(図9)。情報処理端末300は、ネットワーク10を介して、ユーザから入力された情報を制御サーバ100へ出力したり制御サーバ100から出力された情報を受信してユーザに通知したりする。   The information processing terminal 300 is a terminal for operating and confirming the process executed by the control server 100. For example, a general-purpose personal computer can be used. A specific configuration example of the information processing terminal 300 will be described later (FIG. 9). The information processing terminal 300 outputs information input from the user to the control server 100 via the network 10 and receives information output from the control server 100 to notify the user.

PLC400は、制御対象である機械や装置のシーケンス制御を行うための電気計装制御装置である。PLC400を用いることで、制御回路の簡略化や自動化、高速処理を実現することができ、さらにはリアルタイムで制御対象のデータを取得することができる。PLC400で得られたデータは、ネットワーク10を介して例えばサーバ100へ出力され、サーバ100にて解析されたりディスク200に保存されたりすることで、制御対象の稼動状況の確認やトラブルの検知等に活用することができる。   The PLC 400 is an electrical instrumentation control device for performing sequence control of a machine or device that is a control target. By using the PLC 400, the control circuit can be simplified and automated, and high-speed processing can be realized, and further, the data to be controlled can be acquired in real time. The data obtained by the PLC 400 is output to, for example, the server 100 via the network 10 and is analyzed by the server 100 or stored in the disk 200, so that the operation status of the control target can be confirmed or trouble can be detected. Can be used.

<2.耐久テスト>
本実施形態では、プロセス制御システム1を構成する制御サーバ100に、当該システム1の信頼性を評価する耐久テストプログラム112をインストールして実行する。このとき、稼動前のプロセス制御システム1は、図1に示すようにネットワーク10を介して各機器100〜400が接続された状態であり、プロセス制御のためのAPソフトウェアがインストールされていない状態とする。本実施形態に係る耐久テストプログラム112を実行することで、下記機器100〜400の性能と、これらの間で伝送される情報の通信性能とが評価される。
<2. Durability test>
In the present embodiment, an endurance test program 112 for evaluating the reliability of the system 1 is installed and executed on the control server 100 constituting the process control system 1. At this time, the process control system 1 before the operation is in a state in which the devices 100 to 400 are connected via the network 10 as shown in FIG. 1, and the AP software for process control is not installed. To do. By executing the durability test program 112 according to the present embodiment, the performance of the following devices 100 to 400 and the communication performance of information transmitted between them are evaluated.

すなわち、図1の破線で囲む制御サーバ100、ディスク200、情報処理端末300およびネットワーク10をテスト対象として、耐久テストプログラム112の実行により実稼動と同様の負荷が掛かるように各機器100〜300での処理、およびネットワーク10を介した通信処理が行われる。そして、耐久テストプログラム112の実行結果が正しいか否かに基づいて、ユーザはプロセス制御システム1の信頼性を判定することができる。   That is, the control server 100, the disk 200, the information processing terminal 300, and the network 10 surrounded by the broken line in FIG. 1 are tested, and the devices 100 to 300 are subjected to the same load as the actual operation by executing the durability test program 112. And communication processing via the network 10 are performed. The user can determine the reliability of the process control system 1 based on whether the execution result of the durability test program 112 is correct.

[2−1.耐久テストプログラム構成]
図2〜図5に本実施形態に係る耐久テストプログラム112により行われる耐久テストの内容を詳細に説明する。なお、図2は、本実施形態に係る耐久テストプログラム112のプログラム構成を示す説明図である。図3は、本実施形態に係るファイル非同期耐久テストのシナリオ構成を示す説明図である。図4は、本実施形態に係る下位伝送非同期耐久テストのシナリオ構成を示す説明図である。図5は、本実施形態に係る定周期起動非同期耐久テストのシナリオ構成を示す説明図である。
[2-1. Endurance test program configuration]
The contents of the durability test performed by the durability test program 112 according to the present embodiment will be described in detail with reference to FIGS. FIG. 2 is an explanatory diagram showing a program configuration of the durability test program 112 according to the present embodiment. FIG. 3 is an explanatory diagram showing a scenario configuration of the file asynchronous endurance test according to the present embodiment. FIG. 4 is an explanatory diagram showing a scenario configuration of the lower transmission asynchronous endurance test according to the present embodiment. FIG. 5 is an explanatory diagram showing a scenario configuration of a fixed period startup asynchronous durability test according to the present embodiment.

本実施形態に係る耐久テストプログラム112は、制御サーバ100のテスト開始/終了指示部114により実行される。テスト開始/終了指示部114は、例えば図1に示すテスト確認端末500のテスト指示画面から送信されるテスト開始指示に基づいて耐久テストプログラムの実行を開始する。図2のテスト制御タスク(TASK00)は、テスト開始/終了指示部114により実行されるタスクである。テスト開始/終了指示部114は、テスト開始指示を受信すると、テストシナリオをディスク200より読み込み、耐久テストプログラムを実行する。   The durability test program 112 according to the present embodiment is executed by the test start / end instruction unit 114 of the control server 100. The test start / end instruction unit 114 starts execution of the endurance test program based on, for example, a test start instruction transmitted from the test instruction screen of the test confirmation terminal 500 shown in FIG. The test control task (TASK00) in FIG. 2 is a task executed by the test start / end instruction unit 114. When the test start / end instruction unit 114 receives the test start instruction, it reads the test scenario from the disk 200 and executes the durability test program.

本実施形態に係る耐久テストプログラムは、図2に示すように、ファイル非同期耐久テストプログラム、下位伝送非同期耐久テストプログラムおよび定周期起動非同期耐久テストプログラムの3つのテストプログラムからなる。   As shown in FIG. 2, the endurance test program according to the present embodiment is composed of three test programs: a file asynchronous endurance test program, a lower transmission asynchronous endurance test program, and a fixed period startup asynchronous endurance test program.

ファイル非同期耐久テストプログラムは、1つのファイルに対して複数のテスト実行タスクからの読み書き要求がある状況を想定して構成されたテストプログラムである。これは、例えば、高炉の番締め処理等のようにAPソフトウェアを多重走行させるときに生じるファイルの多重排他処理を想定している。複数のAPソフトウェアが多重走行しているとき、これらは必ずしも同期して走行していない。このため、例えばあるファイルへの書き込みに処理が集中して、排他解除待ち状態が続いてしまうことがある。すなわち、ファイル非同期耐久テストプログラムの実行により、APソフトウェアの多重走行時に生じるファイルの多重排他処理がタイムアウトすることなく実行できるか否かを評価することができる。   The file asynchronous endurance test program is a test program configured on the assumption that there is a read / write request from a plurality of test execution tasks for one file. This assumes, for example, multiple exclusion processing of files that occur when multiple AP software runs, such as blast furnace tightening processing. When a plurality of AP software are running multiple times, they are not necessarily running synchronously. For this reason, for example, processing concentrates on writing to a certain file, and the exclusion release waiting state may continue. That is, by executing the file asynchronous durability test program, it is possible to evaluate whether or not the multiple exclusion process of the file that occurs during the multiple running of the AP software can be executed without timing out.

下位伝送非同期耐久テストプログラムは、テスト実行タスクによりプロセス制御システムを構成する機器間でのデータの送受信処理を想定して構成されたテストプログラムである。これは、例えば、連続鋳造や精整ライン等での複数論理回線での通信のゆらぎを想定している。複数のセンサや機器間での通信処理があるとき、データの送信から受信までに要する時間が所定時間を超えると、リアルタイム性の要求されるプロセス制御システム1の稼動に影響し、システムダウンにつながることもある。下位伝送非同期耐久テストプログラムの実行により、ネットワーク10を含めた機器間の通信性能を評価することができる。   The lower transmission asynchronous endurance test program is a test program configured on the assumption of data transmission / reception processing between devices constituting the process control system by a test execution task. This assumes, for example, communication fluctuations on a plurality of logical lines such as continuous casting and finishing lines. When there is communication processing between multiple sensors and devices, if the time required from data transmission to reception exceeds a predetermined time, the operation of the process control system 1 that requires real-time performance will be affected, leading to system down. Sometimes. By executing the lower transmission asynchronous durability test program, the communication performance between devices including the network 10 can be evaluated.

定周期起動非同期耐久テストプログラムは、耐久テストプログラムを実行する制御サーバ100において実行されるテスト実行タスクにより所定のファイルを定周期で起動するタイマー処理を想定して構成されたテストプログラムである。これは、例えば熱間圧延ラインにおけるDDC(Direct Digital Control)等での複数ライマー周期処理のゆらぎを想定している。定周期起動非同期耐久テストプログラムを実行することにより、起動周期の異なる複数のテスト実行タスクが実行されたときに、正しく各処理を実行できているか否かを評価することができる。   The fixed-cycle startup asynchronous endurance test program is a test program configured assuming a timer process that starts a predetermined file at a fixed cycle by a test execution task executed in the control server 100 that executes the endurance test program. This assumes, for example, fluctuations in the multiple rimer cycle processing in a DDC (Direct Digital Control) or the like in a hot rolling line. By executing the fixed-cycle startup asynchronous endurance test program, it is possible to evaluate whether or not each process can be correctly executed when a plurality of test execution tasks having different startup cycles are executed.

なお、本実施形態では耐久テストプログラムを上記3つのシステム要件モデルを反映したテストプログラムから構成したが、本発明はかかる例に限定されない。耐久テストプログラムは、例えば上記3つのテストプログラムのうち少なくとも1つから構成してもよく、さらにプロセス制御システム1の実稼動時に実行されるAPソフトウェアの構成に基づいて設定された新たなテストプログラムを含めて構成してもよい。   In the present embodiment, the endurance test program is composed of test programs reflecting the above three system requirement models, but the present invention is not limited to such an example. The endurance test program may be composed of at least one of the above three test programs, for example, and a new test program set based on the configuration of the AP software executed when the process control system 1 is actually operated. You may comprise.

(ファイル非同期耐久テストプログラム)
ファイル非同期耐久テストプログラムについて詳細に説明すると、本実施形態に係るファイル非同期耐久テストプログラムは、第1のテスト実行タスク群(TSK001〜TSK15A、TSK995、TSK998)からなる。
(File asynchronous endurance test program)
The file asynchronous durability test program will be described in detail. The file asynchronous durability test program according to this embodiment includes a first test execution task group (TSK001 to TSK15A, TSK995, TSK998).

テスト実行タスク(TAK001〜TSK15A)は、複数のファイルに対する読み書きを行う処理である。各テスト実行タスク(TAK001〜TSK15A)には、図3に示すように、起動周期およびファイル更新レコードNoが設定されている。起動周期は、当該テスト実行タスクを起動する周期を表し、ファイル更新レコードNoは、当該テスト実行タスクが読み出すファイルの特定レコードを表している。   The test execution tasks (TAK001 to TSK15A) are processes for reading and writing a plurality of files. Each test execution task (TAK001 to TSK15A) is set with a start cycle and a file update record number as shown in FIG. The activation cycle represents a cycle for starting the test execution task, and the file update record No represents a specific record of a file read by the test execution task.

まず、各テスト実行タスク(TAK001〜TSK15A)は、各タスクのローカルファイル(fil001〜fil15A)に含まれる全レコードの全データをインクリメントする。また、共有メモリグローバル割り付けにて割り付けられた各実行タスク(TAK001〜TSK15A)のグローバルファイル(fil001〜fil15A)の全レコードの全データをインクリメントする。   First, each test execution task (TAK001 to TSK15A) increments all data of all records included in the local file (fil001 to file15A) of each task. Further, all data of all records of the global file (fil001 to file15A) of each execution task (TAK001 to TSK15A) allocated by the shared memory global allocation is incremented.

次いで、各テスト実行タスク(TAK001〜TSK15A)は、相対編成ファイル(fil991)のファイル更新レコードNOで示されるレコードの全データをインクリメントする。相対編成ファイルは、ディスク200に記憶されているデータであり、1〜n(nは整数)個のレコードから構成されるファイルである。相対編成ファイル(fil991)は共用オープン状態であり、レコード単位排他ロックされる。同様に、各テスト実行タスク(TAK001〜TSK15A)は、相対編成ファイル(fil992)のファイル更新レコードNOで示されるレコードの全データをインクリメントする。   Next, each test execution task (TAK001 to TSK15A) increments all data of the record indicated by the file update record NO of the relative organization file (file991). The relative organization file is data stored in the disk 200, and is a file composed of 1 to n (n is an integer) records. The relative organization file (file991) is in a shared open state and is locked exclusively in record units. Similarly, each test execution task (TAK001 to TSK15A) increments all data of the record indicated by the file update record NO of the relative organization file (file992).

さらに、各テスト実行タスク(TAK001〜TSK15A)は、インデックスファイル(fil993)のキー「ABCDxxxx」(xxxxは起動回数を100で割った余り)のレコードの全データをインクリメントする。インデックスファイルは、ディスク200に記憶されているデータであり、所定のキーと、当該キーに対応するレコードとから構成される。インデックスファイルは、全排他状態でオープンされる。   Further, each test execution task (TAK001 to TSK15A) increments all data of the record of the key “ABCDxxxx” (xxx is a remainder obtained by dividing the number of activations by 100) of the index file (file 993). The index file is data stored in the disk 200, and includes a predetermined key and a record corresponding to the key. The index file is opened in a completely exclusive state.

その後、各テスト実行タスク(TAK001〜TSK15A)は、サイクリックファイル(fil994)に1レコードをインクリメントしてサイクリックファイル(fil994)を更新する。サイクリックファイルは、ディスク200に記憶されているデータであり、データ開始レコードおよびデータ終了レコードを指定する情報を保持している。   Thereafter, each test execution task (TAK001 to TSK15A) updates the cyclic file (file 994) by incrementing one record in the cyclic file (file 994). The cyclic file is data stored in the disk 200, and holds information specifying a data start record and a data end record.

テスト実行タスク(TAK995)は、サイクリックファイル(fil994)から1レコードをデクリメントする処理を行う。テスト実行タスク(TAK995)は、サイクリックファイル(fil994)から1レコードをデクリメントする処理を実行すると、相対編成ファイル(fil995)のカウント値を1増加する。   The test execution task (TAK995) performs a process of decrementing one record from the cyclic file (file 994). When the test execution task (TAK995) executes the process of decrementing one record from the cyclic file (file 994), the count value of the relative organization file (file 995) is incremented by one.

テスト実行タスク(TAK998)は、バックグラウンドで実行されている支援機能を想定して設定される処理であり、相対編成ファイル(f99801〜f99864)を全てオープンし、オープンした相対編成ファイル(f99801〜f99864)の全レコードの全データをインクリメントする。   The test execution task (TAK998) is a process that is set assuming a support function executed in the background. All the relative organization files (f99801 to f99864) are opened, and the opened relative organization files (f99801 to f99864) are opened. ) Increment all data in all records.

ファイル非同期耐久テストプログラムでは、上記のテスト実行タスク(TSK001〜TSK15A、TSK995、TSK998)の起動周期を異なるように設定して多重走行させる。これにより、テスト実行タスク(TSK001〜TSK15A、TSK995、TSK998)が非同期に実行されるようになり、ファイルへのアクセスが集中するピーク負荷が掛かる状況を生成することができる。   In the file asynchronous endurance test program, the test execution tasks (TSK001 to TSK15A, TSK995, and TSK998) are set to have different start cycles and are run in a multiple manner. As a result, the test execution tasks (TSK001 to TSK15A, TSK995, TSK998) are executed asynchronously, and it is possible to generate a situation in which a peak load in which access to files is concentrated is applied.

(下位伝送非同期耐久テストプログラム)
次に、下位伝送非同期耐久テストプログラムについて詳細に説明すると、本実施形態に係る下位伝送非同期耐久テストプログラムは、第2のテスト実行タスク群(TSKA01〜TSKA5A、TSKB01〜TSKB5A)からなる。
(Lower transmission asynchronous endurance test program)
Next, the lower transmission asynchronous durability test program will be described in detail. The lower transmission asynchronous durability test program according to this embodiment includes a second test execution task group (TSKA01 to TSKA5A, TSKB01 to TSKB5A).

第2のテスト実行タスク群において、テスト実行タスク(TSKA01〜TSKA5A)は制御サーバ100にて実行される処理である。テスト実行タスク(TSKA01〜TSKA5A)は、図4に示すように、起動周期と、論理回線NOと、メッセージNOとが設定されている。起動周期は、当該テスト実行タスクを起動する周期を表す。論理回線NOは、データを送信する相手機器を特定するための情報であり、制御サーバ100がネットワーク10を介して通信する1つの情報処理端末300あるいはPLC400を特定している。メッセージNOは、相手機器に送信するメッセージ内容を特定するための情報である。一方、テスト実行タスク(TSKB01〜TSKB5A)は、情報処理端末300にて実行される処理である。   In the second test execution task group, test execution tasks (TSKA01 to TSKA5A) are processes executed by the control server 100. As shown in FIG. 4, the test execution tasks (TSKA01 to TSKA5A) are set with a start cycle, a logical line NO, and a message NO. The start cycle represents a cycle for starting the test execution task. The logical line NO is information for specifying a counterpart device that transmits data, and specifies one information processing terminal 300 or PLC 400 with which the control server 100 communicates via the network 10. The message NO is information for specifying the message content to be transmitted to the counterpart device. On the other hand, the test execution tasks (TSKB01 to TSKB5A) are processes executed by the information processing terminal 300.

まず、各テスト実行タスク(TSKA01〜TSKA5A)は、各タスクのローカルファイル(fila01〜fila5a)に含まれる全レコードの全データをインクリメントする。そして、相対編成ファイル(fil992)の全データを読み出す。このとき、相対編成ファイル(fil992)は共有オープン状態である。その後、各テスト実行タスク(TSKA01〜TSKA5A)は、ネットワークを介して所定のデータ量のデータを相手機器へ送信する。   First, each test execution task (TSKA01 to TSKA5A) increments all data of all records included in the local file (file01 to file5a) of each task. Then, all data of the relative organization file (file992) is read. At this time, the relative organization file (file992) is in a shared open state. Thereafter, each test execution task (TSKA01 to TSKA5A) transmits a predetermined amount of data to the counterpart device via the network.

一方、テスト実行タスク(TSKB01〜TSKB5A)は、ネットワーク10を介して制御サーバ100から送信されたデータを受信する。そして、各タスクのローカルファイル(fila01〜fila5a)に含まれる全レコードの全データをインクリメントする。   On the other hand, the test execution tasks (TSKB01 to TSKB5A) receive data transmitted from the control server 100 via the network 10. Then, all data of all records included in the local file (file01 to file5a) of each task is incremented.

下位伝送非同期耐久テストプログラムでは、上記のテスト実行タスク(TSKA01〜TSKA5A、TSKB01〜TSKB5A)の起動周期を異なるように設定して多重走行させる。これにより、制御サーバ100と情報処理端末300あるいはPLC400との通信処理が非同期に複数実行されるようになり、通信処理が集中するピーク負荷が掛かる状況を生成することができる。   In the lower transmission asynchronous endurance test program, the above-mentioned test execution tasks (TSKA01 to TSKA5A, TSKB01 to TSKB5A) are set to have different start cycles and are run in multiple ways. As a result, a plurality of communication processes between the control server 100 and the information processing terminal 300 or the PLC 400 are executed asynchronously, and it is possible to generate a situation where a peak load in which the communication processes are concentrated is applied.

(定周期起動非同期耐久テストプログラム)
次に、定周期起動非同期耐久テストプログラムについて詳細に説明すると、本実施形態に係る定周期起動非同期耐久テストプログラムは、第3のテスト実行タスク群(TSKE01〜TSKE5A)からなる。
(Periodical start asynchronous endurance test program)
Next, the fixed-cycle startup asynchronous endurance test program will be described in detail. The fixed-cycle startup asynchronous endurance test program according to this embodiment includes a third test execution task group (TSKE01 to TSKE5A).

第3のテスト実行タスク群を構成するテスト実行タスク(TSKE01〜TSKE5A)は、図5に示すように、初回起動時間および起動周期が設定されている。初回起動時間は、当該テスト実行タスクを最初に起動する時間を設定する。起動周期は、当該テスト実行タスクを起動する周期を表す。   The test execution tasks (TSKE01 to TSKE5A) constituting the third test execution task group have an initial activation time and an activation cycle as shown in FIG. The first activation time is set to the time when the test execution task is activated first. The start cycle represents a cycle for starting the test execution task.

各テスト実行タスク(TSKE01〜TSKE5A)は、初回起動時間になると各タスクのローカルファイル(file01〜file5a)に含まれる全レコードの全データをインクリメントする処理を開始し、起動周期でカウントアップする。   Each test execution task (TSKE01 to TSKE5A) starts a process of incrementing all data of all records included in the local files (file01 to file5a) of each task at the first activation time, and counts up in the activation cycle.

すなわち、定周期起動非同期耐久テストプログラムでは、上記のテスト実行タスク(TSKE01〜TSKE5A)の初回起動時間あるいは起動周期を異なるように設定して多重走行させる。これにより、複数のタイマー周期処理が非同期に実行される状況を生成することができる。   That is, in the fixed-cycle startup asynchronous endurance test program, the above-mentioned test execution tasks (TSKE01 to TSKE5A) are set to have different initial startup times or startup cycles so that multiple runs are performed. As a result, it is possible to generate a situation in which a plurality of timer cycle processes are executed asynchronously.

[2−2.耐久テストプログラムの実行によるシステム評価]
図6は、本実施形態に係る耐久テストプログラム112の実行によるシステム評価処理を示すフローチャートである。プロセス制御システム1のシステム評価処理は、図6に示すように、耐久テストプログラム112を実行する実行ステップと、耐久テストプログラム112の実行結果に基づいてプロセス制御システム1の信頼性を評価する評価ステップとからなる。
[2-2. System evaluation by running durability test program]
FIG. 6 is a flowchart showing a system evaluation process by executing the durability test program 112 according to the present embodiment. As shown in FIG. 6, the system evaluation process of the process control system 1 includes an execution step for executing the durability test program 112 and an evaluation step for evaluating the reliability of the process control system 1 based on the execution result of the durability test program 112. It consists of.

実行ステップは、ファイル非同期耐久テスト実行処理(S10)と、下位伝送非同期耐久テスト実行処理(S12)と、定周期起動非同期耐久テスト実行処理(S14)と、テストファイル出力処理(S16)とからなる。テスト開始/終了指示部114により耐久テストプログラム112の実行開始が指示されると、制御サーバ100は、まず、ファイル非同期耐久テスト実行処理(S10)を実行する。   The execution step includes a file asynchronous endurance test execution process (S10), a lower transmission asynchronous endurance test execution process (S12), a fixed period startup asynchronous endurance test execution process (S14), and a test file output process (S16). . When the execution start of the durability test program 112 is instructed by the test start / end instruction unit 114, the control server 100 first executes a file asynchronous durability test execution process (S10).

図7および図8に、ファイル非同期耐久テスト実行処理の一例を示す。図7および図8では、図2に示す第1のテスト実行タスク群のうちテスト実行タスク1(TSK001)とテスト実行タスク2(TSK002)との処理についてのみ示している。   7 and 8 show an example of the file asynchronous durability test execution process. 7 and 8, only the processes of the test execution task 1 (TSK001) and the test execution task 2 (TSK002) in the first test execution task group shown in FIG. 2 are shown.

まず、テスト実行タスク1(TSK001)の処理について説明する。図7に示すように、テスト実行タスク1(TSK001)は、テスト開始/終了指示部114からの起動メッセージを受けるまで待機している(S100)。そして、起動メッセージを受信すると、テスト実行タスク1(TSK001)では、起動メッセージに含まれるリンゲージデータの内容を判定する(S102)。ここで、リンゲージデータとは、起動メッセージに付加された情報であり、本実施形態ではテスト実行タスク1(TSK001)が実行する機能を指定している。   First, the process of the test execution task 1 (TSK001) will be described. As shown in FIG. 7, the test execution task 1 (TSK001) stands by until an activation message is received from the test start / end instruction unit 114 (S100). When the activation message is received, the test execution task 1 (TSK001) determines the content of the linkage data included in the activation message (S102). Here, the linkage data is information added to the activation message, and in this embodiment, specifies the function to be executed by the test execution task 1 (TSK001).

ステップS102にて、リンゲージデータの内容が終了指示である場合には、当該テスト実行タスク1(TSK001)の処理を終了する。また、ステップS102にて、リンゲージデータの内容が開始指示である場合には、テスト実行タスク1(TSK001)では、当該指示を受けたときのパラメータをタスク(TSK001)内に記憶する。そして、テスト実行タスク1(TSK001)の各ファイル(fil001、fil991、fil992、fil993、fil994)およびグローバル(fil001)のデータをクリアする(S104)。その後、開始指示時に指定されたタイマーをセットして(S106)、ステップS100の処理に戻る。   In step S102, when the content of the linkage data is an end instruction, the process of the test execution task 1 (TSK001) is ended. In step S102, when the content of the linkage data is a start instruction, the test execution task 1 (TSK001) stores the parameter when the instruction is received in the task (TSK001). Then, the data of each file (file001, file991, file992, file993, file994) and global (file001) of the test execution task 1 (TSK001) is cleared (S104). Thereafter, the timer designated at the start instruction is set (S106), and the process returns to step S100.

また、ステップS102にて、リンゲージデータの内容がタイマー起動である場合には、当該テスト実行タスク1(TSK001)はステップS108〜S128の処理を実行する。ステップS108〜S128の処理は所定のファイルに対する読み書きを実行する処理である。まず、テスト実行タスク1(TSK001)では、相対編成ファイル(fil001)に含まれる全レコードの全データをインクリメントする(S108)。次いで、共有メモリグローバル割り付けにて割り付けられたテスト実行タスク1(TAK001)のグローバルファイル(fil001)の全レコードの全データをインクリメントする(S110)。その後、繰り返し計算処理が実行される(S112)。この繰り返し計算処理の繰り返し回数は、例えば乱数にて決定することができる。   In step S102, if the content of the linkage data is timer start, the test execution task 1 (TSK001) executes the processes of steps S108 to S128. The processes in steps S108 to S128 are processes for reading / writing a predetermined file. First, in the test execution task 1 (TSK001), all data of all records included in the relative organization file (fil001) are incremented (S108). Next, all data of all records of the global file (fil001) of the test execution task 1 (TAK001) allocated by the shared memory global allocation are incremented (S110). Thereafter, iterative calculation processing is executed (S112). The number of repetitions of this iterative calculation process can be determined by a random number, for example.

次いで、テスト実行タスク1(TAK001)は、相対編成ファイル(fil991)で指定された、ファイル更新レコードNOで示されるレコードの全データをインクリメントする(S114)。このとき、相対編成ファイル(fil991)は共用オープン状態であり、レコード単位排他ロックされている。その後、繰り返し計算処理が実行される(S116)。この繰り返し計算処理の繰り返し回数も、ステップS112と同様、例えば乱数にて決定することができる。   Next, the test execution task 1 (TAK001) increments all data of the record indicated by the file update record NO specified by the relative organization file (file991) (S114). At this time, the relative organization file (file991) is in a shared open state and is locked exclusively in record units. Thereafter, iterative calculation processing is executed (S116). The number of repetitions of this iterative calculation process can also be determined by random numbers, for example, as in step S112.

さらに、テスト実行タスク1(TAK001)は、図8に示すように、相対編成ファイル(fil992)のファイル更新レコードNOで示されるレコードの全データをインクリメントする(S118)。このとき、相対編成ファイル(fil992)は共用オープン状態であり、資源ロックされている。また、テスト実行タスク1(TAK001)は、グローバルファイル(fil992)で指定されたファイル更新レコードNOで示されるレコードの全データをインクリメントする(S120)。このとき、グローバルファイル(fil992)も相対編成ファイル(fil992)と同様、共用オープン状態であり、資源ロックされている。その後、繰り返し計算処理が実行される(S122)。この繰り返し計算処理の繰り返し回数も、ステップS112と同様、例えば乱数にて決定することができる。   Further, as shown in FIG. 8, the test execution task 1 (TAK001) increments all data of the record indicated by the file update record NO of the relative organization file (file992) (S118). At this time, the relative organization file (file 992) is in a shared open state and is resource-locked. Further, the test execution task 1 (TAK001) increments all data of the record indicated by the file update record NO designated by the global file (file 992) (S120). At this time, the global file (file 992) is also in a shared open state and is resource-locked like the relative organization file (file 992). Thereafter, iterative calculation processing is executed (S122). The number of repetitions of this iterative calculation process can also be determined by random numbers, for example, as in step S112.

次いで、テスト実行タスク1(TAK001)は、インデックスファイル(fil993)のキーのレコードの全データをインクリメントする(S124)。このとき、インデックスファイルは、全排他状態でオープンされる。その後、繰り返し計算処理が実行される(S126)。この繰り返し計算処理の繰り返し回数も、ステップS112と同様、例えば乱数にて決定することができる。   Next, the test execution task 1 (TAK001) increments all the data in the key record of the index file (file 993) (S124). At this time, the index file is opened in a completely exclusive state. Thereafter, iterative calculation processing is executed (S126). The number of repetitions of this iterative calculation process can also be determined by random numbers, for example, as in step S112.

さらに、テスト実行タスク1(TAK001)は、サイクリックファイル(fil994)に1レコードを追加してサイクリックファイル(fil994)を更新する(S128)。このときサイクリックファイル(fil994)は全排他状態でオープンされる。ステップS108〜S128の処理を終えると、図7のステップS100の処理に戻る。   Further, the test execution task 1 (TAK001) adds one record to the cyclic file (file 994) and updates the cyclic file (file 994) (S128). At this time, the cyclic file (file 994) is opened in a completely exclusive state. When the processes of steps S108 to S128 are finished, the process returns to the process of step S100 in FIG.

一方、テスト実行タスク2(TSK002)の処理について説明すると、図7に示すように、テスト実行タスク2(TSK002)は、テスト実行タスク1(TAK001)と同様、テスト開始/終了指示部114からの起動メッセージを受けるまで待機している(S200)。そして、起動メッセージを受信すると、テスト実行タスク2(TSK002)では、起動メッセージに含まれるリンゲージデータの内容を判定する(S202)。   On the other hand, the processing of the test execution task 2 (TSK002) will be described. As shown in FIG. 7, the test execution task 2 (TSK002) is similar to the test execution task 1 (TAK001) from the test start / end instruction unit 114. It waits until an activation message is received (S200). When the activation message is received, the test execution task 2 (TSK002) determines the content of the linkage data included in the activation message (S202).

ステップS202にて、リンゲージデータの内容が終了指示である場合には、当該テスト実行タスク2(TSK002)の処理を終了する。また、ステップS202にて、リンゲージデータの内容が開始指示である場合には、テスト実行タスク2(TSK002)では、当該指示を受けたときのパラメータをタスク(TSK002)内に記憶する。そして、テスト実行タスク2(TSK002)の各ファイル(fil002、fil991、fil992、fil993、fil994)およびグローバル(fil002)のデータをクリアする(S204)。その後、開始指示時に指定されたタイマーをセットして(S206)、ステップS200の処理に戻る。   In step S202, when the content of the linkage data is an end instruction, the process of the test execution task 2 (TSK002) is ended. In step S202, if the content of the linkage data is a start instruction, the test execution task 2 (TSK002) stores the parameters when the instruction is received in the task (TSK002). Then, the data (file 002, file 991, file 992, file 993, file 994) and global (file 002) of the test execution task 2 (TSK002) are cleared (S204). Thereafter, the timer designated at the start instruction is set (S206), and the process returns to step S200.

また、ステップS202にて、リンゲージデータの内容がタイマー起動である場合には、当該テスト実行タスク2(TSK002)はステップS208〜S228の処理を実行する。ステップS208〜S228の処理は、ステップS108〜S128の処理と同様、所定のファイルに対する読み書きを実行する処理である。まず、テスト実行タスク2(TSK002)では、相対編成ファイル(fil002)に含まれる全レコードの全データをインクリメントする(S208)。次いで、共有メモリグローバル割り付けにて割り付けられたテスト実行タスク2(TAK002)のグローバルファイル(fil002)の全レコードの全データをインクリメントする(S210)。その後、繰り返し計算処理が実行される(S212)。この繰り返し計算処理の繰り返し回数は、例えば乱数にて決定することができる。   In step S202, if the content of the ringing data is a timer start, the test execution task 2 (TSK002) executes the processes of steps S208 to S228. The process of steps S208 to S228 is a process of executing reading and writing with respect to a predetermined file, similarly to the processes of steps S108 to S128. First, in the test execution task 2 (TSK002), all data of all records included in the relative organization file (fil002) are incremented (S208). Next, all data of all records of the global file (fil002) of the test execution task 2 (TAK002) allocated by the shared memory global allocation are incremented (S210). Thereafter, iterative calculation processing is executed (S212). The number of repetitions of this iterative calculation process can be determined by a random number, for example.

次いで、テスト実行タスク2(TAK002)は、相対編成ファイル(fil991)で指定された、ファイル更新レコードNOで示されるレコードの全データをインクリメントする(S214)。このとき、相対編成ファイル(fil991)は共用オープン状態であり、レコード単位排他ロックされている。その後、繰り返し計算処理が実行される(S216)。この繰り返し計算処理の繰り返し回数も、ステップS112と同様、例えば乱数にて決定することができる。   Next, the test execution task 2 (TAK002) increments all data of the record indicated by the file update record NO specified in the relative organization file (file991) (S214). At this time, the relative organization file (file991) is in a shared open state and is locked exclusively in record units. Thereafter, iterative calculation processing is executed (S216). The number of repetitions of this iterative calculation process can also be determined by random numbers, for example, as in step S112.

さらに、テスト実行タスク2(TAK002)は、図8に示すように、相対編成ファイル(fil992)のファイル更新レコードNOで示されるレコードの全データをインクリメントする(S218)。このとき、相対編成ファイル(fil992)は共用オープン状態であり、資源ロックされている。また、テスト実行タスク2(TAK002)は、グローバルファイル(fil992)で指定されたファイル更新レコードNOで示されるレコードの全データをインクリメントする(S220)。このとき、グローバルファイル(fil992)も相対編成ファイル(fil992)と同様、共用オープン状態であり、資源ロックされている。その後、繰り返し計算処理が実行される(S222)。この繰り返し計算処理の繰り返し回数も、ステップS112と同様、例えば乱数にて決定することができる。   Further, the test execution task 2 (TAK002) increments all data of the record indicated by the file update record NO of the relative organization file (file992) as shown in FIG. 8 (S218). At this time, the relative organization file (file 992) is in a shared open state and is resource-locked. Further, the test execution task 2 (TAK002) increments all data of the record indicated by the file update record NO designated by the global file (file992) (S220). At this time, the global file (file 992) is also in a shared open state and is resource-locked like the relative organization file (file 992). Thereafter, iterative calculation processing is executed (S222). The number of repetitions of this iterative calculation process can also be determined by random numbers, for example, as in step S112.

次いで、テスト実行タスク2(TAK002)は、インデックスファイル(fil993)のキーのレコードの全データをインクリメントする(S224)。このとき、インデックスファイルは、全排他状態でオープンされる。その後、繰り返し計算処理が実行される(S226)。この繰り返し計算処理の繰り返し回数も、ステップS112と同様、例えば乱数にて決定することができる。   Next, the test execution task 2 (TAK002) increments all data in the key record of the index file (file 993) (S224). At this time, the index file is opened in a completely exclusive state. Thereafter, iterative calculation processing is executed (S226). The number of repetitions of this iterative calculation process can also be determined by random numbers, for example, as in step S112.

さらに、テスト実行タスク2(TAK002)は、サイクリックファイル(fil994)に1レコードを追加してサイクリックファイル(fil994)を更新する(S228)。このときサイクリックファイル(fil994)は全排他状態でオープンされる。ステップS208〜S228の処理を終えると、図7のステップS200の処理に戻る。   Further, the test execution task 2 (TAK002) adds one record to the cyclic file (file 994) and updates the cyclic file (file 994) (S228). At this time, the cyclic file (file 994) is opened in a completely exclusive state. When the processes of steps S208 to S228 are finished, the process returns to the process of step S200 in FIG.

ファイル非同期耐久テスト実行処理では、1つのテスト実行タスクのみに読み書きされるファイルだけでなく、図8に示すように複数のテスト実行タスクにより読み書きされるファイルがある。複数のテスト実行タスクにより実行される可能性のあるファイルは、あるテスト実行タスクが読み書きしている間は他のテスト実行タスクにより操作されないように排他状態となっている。このため、テスト実行タスクが正常に処理されなければ当該ファイルの読み書き処理に遅延が生じる。   In the file asynchronous endurance test execution process, there are not only files read / written by only one test execution task but also files read / written by a plurality of test execution tasks as shown in FIG. Files that may be executed by a plurality of test execution tasks are in an exclusive state so that they are not manipulated by other test execution tasks while a certain test execution task is reading and writing. For this reason, if the test execution task is not processed normally, the read / write processing of the file is delayed.

また、テスト実行タスク1(TAK001)とテスト実行タスク2(TAK002)との起動周期を相違させることによって非同期の処理が多重走行するようになる。このようにタスクを非同期に実行することによってファイル読み書き処理時にさらに予期しない負荷が掛かる可能性もある。すなわち、本実施形態に係るプロセス制御システム1の信頼性の評価は、実稼動時には通常に起こり得る非同期の処理の多重走行時の負荷に対しても行うことができる。   In addition, the asynchronous execution of the test execution task 1 (TAK001) and the test execution task 2 (TAK002) can be performed in multiple runs by making the activation cycles different. By executing tasks asynchronously in this way, there is a possibility that an unexpected load is further applied during file read / write processing. In other words, the reliability evaluation of the process control system 1 according to the present embodiment can be performed on the load during multiple running of asynchronous processing that can normally occur during actual operation.

図6の説明に戻り、ステップS10の処理を終えると、次いで、下位伝送非同期耐耐久テストが実行される(S12)。ステップS12の処理は、上述したように、まず、各テスト実行タスク(TSKA01〜TSKA5A)は、各タスクのローカルファイル(fila01〜fila5a)に含まれる全レコードの全データをインクリメントする。そして、相対編成ファイル(fil992)の全データを読み出す。このとき、相対編成ファイル(fil992)は共有オープン状態である。その後、各テスト実行タスク(TSKA01〜TSKA5A)は、ネットワークを介して所定のデータ量のデータを相手機器へ送信する。一方、テスト実行タスク(TSKB01〜TSKB5A)は、ネットワーク10を介して制御サーバ100から送信されたデータを受信する。そして、各タスクのローカルファイル(fila01〜fila5a)に含まれる全レコードの全データをインクリメントする。   Returning to the description of FIG. 6, when the process of step S <b> 10 is completed, a lower transmission asynchronous durability test is then executed (S <b> 12). In the process of step S12, as described above, first, each test execution task (TSKA01 to TSKA5A) increments all data of all records included in the local files (file01 to file5a) of each task. Then, all data of the relative organization file (file992) is read. At this time, the relative organization file (file992) is in a shared open state. Thereafter, each test execution task (TSKA01 to TSKA5A) transmits a predetermined amount of data to the counterpart device via the network. On the other hand, the test execution tasks (TSKB01 to TSKB5A) receive data transmitted from the control server 100 via the network 10. Then, all data of all records included in the local file (file01 to file5a) of each task is incremented.

この際、下位伝送非同期耐久テストプログラムでは、上記のテスト実行タスク(TSKA01〜TSKA5A、TSKB01〜TSKB5A)の起動周期を異なるように設定して多重走行させる。これにより、制御サーバ100と情報処理端末300あるいはPLC400との通信処理が非同期に複数実行されるようになる。   At this time, in the lower transmission asynchronous endurance test program, the above-mentioned test execution tasks (TSKA01 to TSKA5A, TSKB01 to TSKB5A) are set to have different start cycles and are allowed to run multiple times. Thereby, a plurality of communication processes between the control server 100 and the information processing terminal 300 or the PLC 400 are executed asynchronously.

さらに、定周期起動非同期耐久テストプログラムが実行される(S14)。ステップS14では、上述したように、各テスト実行タスク(TSKE01〜TSKE5A)は、初回起動時間になると各タスクのローカルファイル(file01〜file5a)に含まれる全レコードの全データをインクリメントする処理を開始し、起動周期でカウントアップする処理が行われる。この際、ステップS14では、テスト実行タスク(TSKE01〜TSKE5A)の初回起動時間あるいは起動周期を異なるように設定して多重走行させることにより、複数のタイマー周期処理が非同期に実行される状況を生成することができる。   Further, the fixed cycle startup asynchronous durability test program is executed (S14). In step S14, as described above, each test execution task (TSKE01 to TSKE5A) starts a process of incrementing all data of all records included in the local files (file01 to file5a) of each task at the first activation time. A process of counting up at the start cycle is performed. At this time, in step S14, by setting the initial activation time or activation cycle of the test execution tasks (TSKE01 to TSKE5A) to be different and performing multiple running, a situation in which a plurality of timer cycle processes are executed asynchronously is generated. be able to.

なお、ステップS10〜S14の処理は、この順序で実行しなくともよく、さらには複数の処理を並行して実行してもよい。ステップS10〜S14の処理を終えると、実行結果として、各処理が実行された回数を示すカウント値をテストファイル220として制御サーバ100からディスク200へ出力する(S16)。   Note that the processes of steps S10 to S14 do not have to be executed in this order, and a plurality of processes may be executed in parallel. When the processes in steps S10 to S14 are completed, a count value indicating the number of times each process has been executed is output as a test file 220 from the control server 100 to the disk 200 as an execution result (S16).

その後、耐久テストプログラム112の実行結果と結果予定値とを比較して、プロセス制御システム1の信頼性を評価する評価処理が行われる(S18)。ステップS18の処理は、制御サーバ100にて行ってもよく、テスト確認端末500にて行ってもよい。ステップS16にて出力された耐久テストプログラム112の実行結果を表すテストファイル220には、耐久テストプログラム112の3つのプログラムについてそれぞれの処理回数(実績値、カウント値)が記録されている。この処理回数と正常に稼動したときの結果予定値との差分が所定値以内であるとき、当該プロセス制御システム1の信頼性に対して肯定的な評価がなされる。結果予測値は、テスト開始日時からテスト終了日時までの時間(すなわち、耐久テストプログラム112の実行時間と当該プログラム112のループ回数とから算出することができる。   Thereafter, an evaluation process for evaluating the reliability of the process control system 1 is performed by comparing the execution result of the endurance test program 112 and the planned result value (S18). The process in step S18 may be performed by the control server 100 or the test confirmation terminal 500. In the test file 220 representing the execution result of the durability test program 112 output in step S16, the number of times of processing (actual value and count value) for each of the three programs of the durability test program 112 is recorded. When the difference between the number of processing times and the estimated result value when operating normally is within a predetermined value, a positive evaluation is made on the reliability of the process control system 1. The result prediction value can be calculated from the time from the test start date to the test end date (that is, the execution time of the endurance test program 112 and the loop count of the program 112).

図9に、耐久テストプログラム112の実行結果および当該実行結果と結果予定値との比較による信頼性評価の結果のレポート例を示す。図9に示すレポートには、例えば、テスト開始日時およびテスト終了日時、耐久テストプログラム112のループ回数についての実績値および結果予定値、そして、耐久テストプログラム112の3つのプログラムについての実績値および結果予定値が示されている。なお、「ファイル」および「メモリファイル」はファイル非同期耐久テストプログラムについて、「下位伝送」は下位伝送非同期耐久テストプログラムについて、「定周期」は定周期起動非同期耐久テストプログラムについての評価結果をそれぞれ示している。「サイクル秒」は、各テストプログラムを実行した周期を示しており、周期を変化させて各プログラムを実行することで、起動周期によるシステム信頼性への影響も検証している。   FIG. 9 shows a report example of an execution result of the endurance test program 112 and a result of reliability evaluation by comparing the execution result with a planned result value. The report shown in FIG. 9 includes, for example, a test start date / time and a test end date / time, an actual value and a planned result value for the loop count of the endurance test program 112, and an actual value and result for three programs of the endurance test program 112. Scheduled values are shown. “File” and “Memory file” are the evaluation results for the file asynchronous endurance test program, “Lower transmission” is the lower transmission asynchronous endurance test program, and “Fixed cycle” is the evaluation result for the fixed cycle startup asynchronous endurance test program. ing. “Cycle second” indicates a cycle in which each test program is executed, and the effect on the system reliability due to the startup cycle is verified by executing each program while changing the cycle.

システムの信頼性評価は、実績値と結果予定値との回数が一致、あるいは誤差が所定値内に収まっているか否かによって行われる。実績値と結果予定値との回数の差分が所定値内であるとき、処理が非同期に多重走行しても正常に稼動すると判断できる。一方、実績値と結果予定値との回数の差分が所定値よりも大きくなった場合には、システムに異常が発生する可能性があると判断できる。このとき、実績値と結果予定値との回数の差分が所定値よりも大きくなったケース(実行した耐久テストプログラムの内容およびその起動周期)に基づき、異常が発生する原因を特定し易くなる。   The reliability evaluation of the system is performed based on whether the number of times of the actual value and the planned result value is the same or whether the error is within a predetermined value. When the difference in the number of times between the actual value and the planned result value is within a predetermined value, it can be determined that the process operates normally even when multiple processes run asynchronously. On the other hand, when the difference in the number of times between the actual value and the planned result value becomes larger than a predetermined value, it can be determined that there is a possibility that an abnormality may occur in the system. At this time, it is easy to identify the cause of the abnormality based on the case where the difference in the number of times between the actual value and the planned result value is larger than the predetermined value (the content of the executed endurance test program and its activation cycle).

[2−3.実施例]
以下に、本実施形態に係るプロセス制御システム1の信頼性に関するシステム診断方法の適用例を説明する。上記システム診断方法を適切に行うには、テスト実行タスクのパラメータを適切に設定する必要がある。以下では、テスト実行タスクのパラメータの設定(すなわち、テストシナリオの設定)の具体例を示す。
[2-3. Example]
Below, the example of application of the system diagnostic method regarding the reliability of the process control system 1 which concerns on this embodiment is demonstrated. In order to appropriately perform the system diagnosis method, it is necessary to appropriately set the parameters of the test execution task. Hereinafter, a specific example of test execution task parameter setting (that is, test scenario setting) will be described.

(1)熱間圧延ラインにおける通信異常発生有無の診断
熱間圧延ラインにおいて、品質プロコン稼動後に稀に通信異常(タイムアウト)が発生することがある。APソフトウェアは、データ収集装置から1秒周期で約30KBのデータを下位伝送で受信し、受信したデータ(約17MB)のファイルを10分に1回ディスク200に書き込む処理を行っている。通信異常が発生する原因として、データをディスク200へ書き込む処理内のある特定処理に、APソフトウェアの走行が長時間に及ぶと、OS130の不具合により不良が生じることが特定された。ディスク200へのデータ書き込み中は操作対象のファイルは排他オープンしてロックされているので、その間他のAPソフトウェアにおいて排他解除待ちの状態が継続し、通信にタイムアウトが発生してしまう。
(1) Diagnosis of presence / absence of communication abnormality in hot rolling line In the hot rolling line, a communication abnormality (timeout) may occur rarely after the quality control system is operated. The AP software receives about 30 KB of data from the data collection device in a one-second cycle by low-order transmission, and writes a file of the received data (about 17 MB) to the disk 200 once every 10 minutes. As a cause of the occurrence of a communication error, it has been specified that a certain process in the process of writing data to the disk 200 causes a failure due to a malfunction of the OS 130 when the AP software runs for a long time. During the data writing to the disk 200, the operation target file is exclusively opened and locked, and during this time, the other AP software continues to wait for the exclusion to be released, resulting in a communication timeout.

このような通信異常が新たに稼動するプロセス制御システム1に発生しないようにするため、上記APソフトウェアの機能を、図2に示すファイル非同期耐久テストプログラムの「テスト実行タスク1」、「テスト実行タスク998」、および下位伝送非同期耐久テストプログラムの「テスト実行タスクA1」のパラメータを設定することで再現する。このように、耐久テストプロフラム112の各テスト実行タスクを、プロセス制御システム1の実稼動時に実行されるAPソフトウェアの構成に基づいて設定することで、より実際の稼動状況に近い形でシステムの信頼性を評価することが可能となる。   In order to prevent such a communication abnormality from occurring in the newly operated process control system 1, the function of the AP software is changed to “test execution task 1”, “test execution task” of the file asynchronous endurance test program shown in FIG. 998 ”and“ test execution task A1 ”parameters of the lower transmission asynchronous endurance test program are reproduced. Thus, by setting each test execution task of the endurance test program 112 based on the configuration of the AP software executed during the actual operation of the process control system 1, the system reliability can be more closely approximated to the actual operation status. It becomes possible to evaluate sex.

(2)高炉の操業状況に関する日報帳票の不正発生有無の診断
高炉の操業状況を日報帳票として出力する処理において、日報帳票の値が不正となることがある。APソフトウェアは、定周期でm個のタスクによってそれぞれ温度、ガス流等のプロセス値を収集するとともに、n個のタスクがそれぞれ収集されたプロセス値について上下限チェックや移動平均値演算処理等を行い、サイクリックファイルに格納している。さらに、APソフトウェアは、上記処理と同時に、ビジコンからの情報や数式モデルの演算結果(インデックスファイル)を参照しながら、帳票出力用の相対編成ファイルの各レコード内のデータを更新している。
(2) Diagnosis of the occurrence of fraud in daily report forms related to blast furnace operation status In the process of outputting the blast furnace operation status as a daily report form, the value of the daily report form may become invalid. AP software collects process values such as temperature and gas flow by m tasks at regular intervals, and performs upper and lower limit checks and moving average value calculation processing on the process values collected by n tasks. , Stored in a cyclic file. Further, simultaneously with the above processing, the AP software updates data in each record of the relative organization file for form output while referring to information from the vidicon and the calculation result (index file) of the mathematical model.

日報帳票の値に不正が発生する原因として、ディスク200の不良により所定時間(例えば3秒)以上のファイル排他待ち状態が継続することが特定された。このファイル排他待ち状態が継続することで、サイクリックファイル、インデックスファイル等のファイル参照タイミングが遅れてしまい、古いデータで処理をしてしまう。また、帳票出力用の相対編成ファイルの書き込みタイミングも遅れてしまうため、日報帳票のデータに古いデータと最新のデータとが混在してしまう。   As a cause of the illegality of the value of the daily report form, it has been specified that a file exclusion waiting state for a predetermined time (for example, 3 seconds) or more continues due to a failure of the disk 200. When this file exclusion waiting state continues, the file reference timing of a cyclic file, an index file, etc. is delayed, and processing is performed with old data. In addition, since the writing timing of the relative organization file for form output is also delayed, old data and latest data are mixed in the daily report data.

このように日報帳票の不正が新たに稼動するプロセス制御システム1に発生することがないように、上記APソフトウェアの機能を、図2に示すファイル非同期耐久テストプログラムの「テスト実行タスク1〜15A」、および定周期起動非同期耐久テストプログラムの「テスト実行タスクE1〜EA」のパラメータを設定することで再現する。このように、耐久テストプロフラム112の各テスト実行タスクを、プロセス制御システム1の実稼動時に実行されるAPソフトウェアの構成に基づいて設定することで、より実際の稼動状況に近い形でシステムの信頼性を評価することが可能となる。   In this way, the function of the AP software is set to “test execution tasks 1 to 15A” of the file asynchronous endurance test program shown in FIG. And by setting the parameters of “test execution tasks E1 to EA” of the fixed-cycle startup asynchronous durability test program. Thus, by setting each test execution task of the endurance test program 112 based on the configuration of the AP software executed during the actual operation of the process control system 1, the system reliability can be more closely approximated to the actual operation status. It becomes possible to evaluate sex.

<3.ハードウェア構成>
次に、図10に基づいて、上記実施形態に係る制御サーバ100のハードウェア構成について、詳細に説明する。図10は、上記実施形態に係る制御サーバ100のハードウェア構成を示すブロック図である。なお、図10に示すハードウェア構成は制御サーバ100の構成として説明するが、情報処理端末300、PLC400、テスト確認端末500も同様のハードウェア構成をとることができる。
<3. Hardware configuration>
Next, the hardware configuration of the control server 100 according to the above embodiment will be described in detail based on FIG. FIG. 10 is a block diagram illustrating a hardware configuration of the control server 100 according to the embodiment. The hardware configuration shown in FIG. 10 is described as the configuration of the control server 100, but the information processing terminal 300, the PLC 400, and the test confirmation terminal 500 can also have the same hardware configuration.

制御サーバ100は、主に、CPU901と、ROM903と、RAM905と、を備える。また、制御サーバ100は、更に、バス907と、入力装置909と、出力装置911と、ストレージ装置913と、ドライブ915と、接続ポート917と、通信装置919とを備える。   The control server 100 mainly includes a CPU 901, a ROM 903, and a RAM 905. The control server 100 further includes a bus 907, an input device 909, an output device 911, a storage device 913, a drive 915, a connection port 917, and a communication device 919.

CPU901は、演算処理装置および制御装置として機能し、ROM903、RAM905、ストレージ装置913、またはリムーバブル記録媒体921に記録された各種プログラムに従って、制御サーバ100内の動作全般またはその一部を制御する。ROM903は、CPU901が使用するプログラムや演算パラメータ等を記憶する。RAM905は、CPU901が使用するプログラムや、プログラムの実行において適宜変化するパラメータ等を一次記憶する。これらはCPUバス等の内部バスにより構成されるバス907により相互に接続されている。   The CPU 901 functions as an arithmetic processing unit and a control unit, and controls all or part of the operation in the control server 100 according to various programs recorded in the ROM 903, the RAM 905, the storage device 913, or the removable recording medium 921. The ROM 903 stores programs used by the CPU 901, calculation parameters, and the like. The RAM 905 primarily stores programs used by the CPU 901, parameters that change as appropriate during execution of the programs, and the like. These are connected to each other by a bus 907 constituted by an internal bus such as a CPU bus.

バス907は、ブリッジを介して、PCI(Peripheral Component Interconnect/Interface)バスなどの外部バスに接続されている。   The bus 907 is connected to an external bus such as a PCI (Peripheral Component Interconnect / Interface) bus via a bridge.

入力装置909は、例えば、マウス、キーボード、タッチパネル、ボタン、スイッチおよびレバーなどユーザが操作する操作手段である。また、入力装置909は、例えば、赤外線やその他の電波を利用したリモートコントロール手段(いわゆる、リモコン)であってもよいし、制御サーバ100の操作に対応したPDA等の外部接続機器923であってもよい。さらに、入力装置909は、例えば、上記の操作手段を用いてユーザにより入力された情報に基づいて入力信号を生成し、CPU901に出力する入力制御回路などから構成されている。制御サーバ100のユーザは、この入力装置909を操作することにより、制御サーバ100に対して各種のデータを入力したり処理動作を指示したりすることができる。   The input device 909 is an operation unit operated by the user, such as a mouse, a keyboard, a touch panel, a button, a switch, and a lever. Further, the input device 909 may be, for example, remote control means (so-called remote control) using infrared rays or other radio waves, or an external connection device 923 such as a PDA corresponding to the operation of the control server 100. Also good. Furthermore, the input device 909 includes, for example, an input control circuit that generates an input signal based on information input by a user using the operation unit and outputs the input signal to the CPU 901. The user of the control server 100 can input various data and instruct processing operations to the control server 100 by operating the input device 909.

出力装置911は、取得した情報をユーザに対して視覚的または聴覚的に通知することが可能な装置で構成される。このような装置として、CRTディスプレイ装置、液晶ディスプレイ装置、プラズマディスプレイ装置、ELディスプレイ装置およびランプなどの表示装置や、スピーカおよびヘッドホンなどの音声出力装置や、プリンタ装置、携帯電話、ファクシミリなどがある。出力装置911は、例えば、制御サーバ100が行った各種処理により得られた結果を出力する。具体的には、表示装置は、制御サーバ100が行った各種処理により得られた結果を、テキストまたはイメージで表示する。他方、音声出力装置は、再生された音声データや音響データ等からなるオーディオ信号をアナログ信号に変換して出力する。   The output device 911 is configured by a device that can notify the user of the acquired information visually or audibly. Examples of such devices include CRT display devices, liquid crystal display devices, plasma display devices, EL display devices and display devices such as lamps, audio output devices such as speakers and headphones, printer devices, mobile phones, and facsimiles. The output device 911 outputs results obtained by various processes performed by the control server 100, for example. Specifically, the display device displays a result obtained by various processes performed by the control server 100 as text or an image. On the other hand, the audio output device converts an audio signal composed of reproduced audio data, acoustic data, and the like into an analog signal and outputs the analog signal.

ストレージ装置913は、制御サーバ100の記憶部の一例として構成されたデータ格納用の装置である。ストレージ装置913は、例えば、HDD(Hard Disk Drive)等の磁気記憶部デバイス、半導体記憶デバイス、光記憶デバイス、または光磁気記憶デバイス等により構成される。このストレージ装置913は、CPU901が実行するプログラムや各種データ、および外部から取得した各種のデータなどを格納する。   The storage device 913 is a data storage device configured as an example of a storage unit of the control server 100. The storage device 913 includes, for example, a magnetic storage device such as an HDD (Hard Disk Drive), a semiconductor storage device, an optical storage device, or a magneto-optical storage device. The storage device 913 stores programs executed by the CPU 901, various data, various data acquired from the outside, and the like.

ドライブ915は、記録媒体用リーダライタであり、制御サーバ100に内蔵、あるいは外付けされる。ドライブ915は、装着されている磁気ディスク、光ディスク、光磁気ディスク、または半導体メモリ等のリムーバブル記録媒体921に記録されている情報を読み出して、RAM905に出力する。また、ドライブ915は、装着されている磁気ディスク、光ディスク、光磁気ディスク、または半導体メモリ等のリムーバブル記録媒体921に記録を書き込むことも可能である。リムーバブル記録媒体921は、例えば、CDメディア、DVDメディア、Blu−rayメディア等である。また、リムーバブル記録媒体921は、コンパクトフラッシュ(登録商標)(CompactFlash:CF)、フラッシュメモリ、または、SDメモリカード(Secure Digital memory card)等であってもよい。また、リムーバブル記録媒体921は、例えば、非接触型ICチップを搭載したICカード(Integrated Circuit card)または電子機器等であってもよい。   The drive 915 is a recording medium reader / writer, and is built in or externally attached to the control server 100. The drive 915 reads information recorded on a removable recording medium 921 such as a mounted magnetic disk, optical disk, magneto-optical disk, or semiconductor memory, and outputs the information to the RAM 905. The drive 915 can also write a record on a removable recording medium 921 such as a magnetic disk, an optical disk, a magneto-optical disk, or a semiconductor memory. The removable recording medium 921 is, for example, a CD medium, a DVD medium, a Blu-ray medium, or the like. The removable recording medium 921 may be a CompactFlash (registered trademark) (CompactFlash: CF), a flash memory, an SD memory card (Secure Digital memory card), or the like. Further, the removable recording medium 921 may be, for example, an IC card (Integrated Circuit card) on which a non-contact IC chip is mounted, an electronic device, or the like.

接続ポート917は、機器を制御サーバ100に直接接続するためのポートである。接続ポート917の一例として、USB(Universal Serial Bus)ポート、IEEE1394ポート、SCSI(Small Computer System Interface)ポート、RS−232Cポート等がある。この接続ポート917に外部接続機器923を接続することで、制御サーバ100は、外部接続機器923から直接各種のデータを取得したり、外部接続機器923に各種のデータを提供したりする。   The connection port 917 is a port for directly connecting a device to the control server 100. Examples of the connection port 917 include a USB (Universal Serial Bus) port, an IEEE 1394 port, a SCSI (Small Computer System Interface) port, and an RS-232C port. By connecting the external connection device 923 to the connection port 917, the control server 100 acquires various data directly from the external connection device 923 or provides various data to the external connection device 923.

通信装置919は、例えば、通信網925に接続するための通信デバイス等で構成された通信インタフェースである。通信装置919は、例えば、有線または無線LAN(Local Area Network)、Bluetooth(登録商標)、またはWUSB(Wireless USB)用の通信カード等である。また、通信装置919は、光通信用のルータ、ADSL(Asymmetric Digital Subscriber Line)用のルータ、または、各種通信用のモデム等であってもよい。この通信装置919は、例えば、インターネットや他の通信機器との間で、例えばTCP/IP等の所定のプロトコルに則して信号等を送受信することができる。また、通信装置919に接続される通信網925は、有線または無線によって接続されたネットワーク等により構成され、例えば、インターネット、家庭内LAN、赤外線通信、ラジオ波通信または衛星通信等であってもよい。   The communication device 919 is a communication interface including a communication device for connecting to the communication network 925, for example. The communication device 919 is, for example, a communication card for wired or wireless LAN (Local Area Network), Bluetooth (registered trademark), or WUSB (Wireless USB). The communication device 919 may be a router for optical communication, a router for ADSL (Asymmetric Digital Subscriber Line), or a modem for various communication. The communication device 919 can transmit and receive signals and the like according to a predetermined protocol such as TCP / IP, for example, with the Internet and other communication devices. The communication network 925 connected to the communication device 919 is configured by a wired or wireless network, and may be, for example, the Internet, a home LAN, infrared communication, radio wave communication, satellite communication, or the like. .

以上、上記の本発明の実施形態に係る制御サーバ100の機能を実現可能なハードウェア構成の一例を示した。上記の各構成要素は、汎用的な部材を用いて構成されていてもよいし、各構成要素の機能に特化したハードウェアにより構成されていてもよい。従って、本実施形態を実施する時々の技術レベルに応じて、適宜、利用するハードウェア構成を変更することが可能である。   Heretofore, an example of the hardware configuration capable of realizing the function of the control server 100 according to the embodiment of the present invention has been shown. Each component described above may be configured using a general-purpose member, or may be configured by hardware specialized for the function of each component. Therefore, it is possible to change the hardware configuration to be used as appropriate according to the technical level at the time of carrying out this embodiment.

以上、添付図面を参照しながら本発明の好適な実施形態について詳細に説明したが、本発明はかかる例に限定されない。本発明の属する技術の分野における通常の知識を有する者であれば、特許請求の範囲に記載された技術的思想の範疇内において、各種の変更例または修正例に想到し得ることは明らかであり、これらについても、当然に本発明の技術的範囲に属するものと了解される。   The preferred embodiments of the present invention have been described in detail above with reference to the accompanying drawings, but the present invention is not limited to such examples. It is obvious that a person having ordinary knowledge in the technical field to which the present invention pertains can come up with various changes or modifications within the scope of the technical idea described in the claims. Of course, it is understood that these also belong to the technical scope of the present invention.

1 プロセス制御システム
10 ネットワーク
100 制御サーバ
112 耐久テストプログラム
114 テスト開始/終了指示部
120 ミドルウェア
130 OS
140 CPU
150 ネットワーク部
200 ディスク
210 APファイル
220 テストファイル
300 情報処理端末
400 PLC
500 テスト確認端末
DESCRIPTION OF SYMBOLS 1 Process control system 10 Network 100 Control server 112 Endurance test program 114 Test start / end instruction part 120 Middleware 130 OS
140 CPU
150 Network unit 200 Disk 210 AP file 220 Test file 300 Information processing terminal 400 PLC
500 Test confirmation terminal

Claims (5)

ネットワークを介して複数機器を接続して構成されるオープン系プロセス制御システムの信頼性を評価するシステム評価方法であって、
前記機器内および前記機器間で実行される複数のテスト実行タスクを非同期に実行する耐久テストプログラムを実行する実行ステップと、
前記耐久テストプログラムの実行結果と結果予定値とを比較して、前記プロセス制御システムの信頼性を評価する評価ステップと、
を含むことを特徴とする、システム評価方法。
A system evaluation method for evaluating the reliability of an open process control system configured by connecting a plurality of devices via a network,
An execution step of executing an endurance test program that asynchronously executes a plurality of test execution tasks executed in the device and between the devices;
An evaluation step for evaluating the reliability of the process control system by comparing the execution result of the endurance test program with a planned result value;
The system evaluation method characterized by including.
前記実行ステップで実行される前記各テスト実行タスクは、前記プロセス制御システムの実稼動時に実行されるアプリケーションソフトウェアの構成に基づいて設定されることを特徴とする、請求項1に記載のシステム評価方法。   The system evaluation method according to claim 1, wherein each test execution task executed in the execution step is set based on a configuration of application software executed during actual operation of the process control system. . 前記耐久テストプログラムは、
前記耐久テストプログラムを実行する前記機器において実行される第1のテスト実行タスク群により、前記機器の1つに格納された複数のファイルに対する読み書き処理を行うファイル非同期耐久テストプログラムと、
第2のテスト実行タスク群により前記機器間でのデータの送受信処理を行う下位伝送非同期耐久テストプログラムと、
前記耐久テストプログラムを実行する前記機器において実行される第3のテスト実行タスク群により所定のファイルの読み書き処理を定周期で起動する定周期起動非同期耐久テストプログラムと、
のうち少なくとも1つのプログラムからなり、
前記実行ステップでは、前記耐久テストプログラムの実行周期を変化させて実行することを特徴とする、請求項1または2に記載のシステム評価方法。
The endurance test program is
A file asynchronous durability test program that performs read / write processing on a plurality of files stored in one of the devices by a first test execution task group executed in the device that executes the durability test program;
A lower transmission asynchronous endurance test program for performing transmission / reception processing of data between the devices by a second test execution task group;
A fixed period start asynchronous endurance test program for starting a predetermined file read / write process at a fixed period by a third test execution task group executed in the device for executing the endurance test program;
Consisting of at least one program
3. The system evaluation method according to claim 1, wherein in the execution step, the execution cycle of the durability test program is changed.
前記実行ステップでは、前記各テスト実行タスクの動作回数を前記耐久テストプログラムの実行結果として出力し、
前記評価ステップでは、前記耐久テストプログラムの実行結果と前記耐久テストプログラムの実行時間に基づき算出される結果予定値とを比較し、前記耐久テストプログラムの実行結果と結果予定値との差分が所定値以内であるとき、前記プロセス制御システムは信頼性があると評価することを特徴とする、請求項2または3に記載のシステム評価方法。
In the execution step, the number of operations of each test execution task is output as an execution result of the durability test program,
In the evaluation step, the execution result of the durability test program is compared with a planned result value calculated based on the execution time of the durability test program, and a difference between the execution result of the durability test program and the planned result value is a predetermined value. The system evaluation method according to claim 2, wherein the process control system is evaluated as being reliable when it is within the range.
コンピュータを、
ネットワークを介して接続されたオープン系プロセス制御システムを構成する複数機器内および前記機器間で実行される複数のテスト実行タスクを非同期に実行する耐久テストプログラムを実行する実行部と、
前記耐久テストプログラムの実行結果と結果予定値とを比較して、前記プロセス制御システムの信頼性を評価する評価部と、
を備えることを特徴とする、システム評価装置として機能させることを特徴とする、コンピュータプログラム。
Computer
An execution unit that executes an endurance test program that asynchronously executes a plurality of test execution tasks executed in and between a plurality of devices constituting an open system process control system connected via a network;
An evaluation unit that evaluates the reliability of the process control system by comparing the execution result of the endurance test program with a planned result value;
A computer program that functions as a system evaluation apparatus.
JP2011273449A 2011-12-14 2011-12-14 System evaluation method and computer program Active JP5796478B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011273449A JP5796478B2 (en) 2011-12-14 2011-12-14 System evaluation method and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011273449A JP5796478B2 (en) 2011-12-14 2011-12-14 System evaluation method and computer program

Publications (2)

Publication Number Publication Date
JP2013125397A true JP2013125397A (en) 2013-06-24
JP5796478B2 JP5796478B2 (en) 2015-10-21

Family

ID=48776597

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011273449A Active JP5796478B2 (en) 2011-12-14 2011-12-14 System evaluation method and computer program

Country Status (1)

Country Link
JP (1) JP5796478B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07262100A (en) * 1994-03-18 1995-10-13 Fujitsu Ltd Load test device for bus
JP2010231368A (en) * 2009-03-26 2010-10-14 Fujitsu Ltd Monitoring method and monitoring program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07262100A (en) * 1994-03-18 1995-10-13 Fujitsu Ltd Load test device for bus
JP2010231368A (en) * 2009-03-26 2010-10-14 Fujitsu Ltd Monitoring method and monitoring program

Also Published As

Publication number Publication date
JP5796478B2 (en) 2015-10-21

Similar Documents

Publication Publication Date Title
TWI229796B (en) Method and system to implement a system event log for system manageability
JP5571847B2 (en) Anomaly detection system that detects anomalies in multiple control systems
US9124669B2 (en) Cooperative client and server logging
JP4573179B2 (en) Performance load abnormality detection system, performance load abnormality detection method, and program
CN111522703B (en) Method, apparatus and computer program product for monitoring access requests
US20140236914A1 (en) Controller, information processing apparatus, and recording medium
US10802847B1 (en) System and method for reproducing and resolving application errors
CN109254922A (en) A kind of automated testing method and device of server B MC Redfish function
US8374320B2 (en) Environment information transmission method, service controlling system, and computer product
JP2017506401A (en) Resource transfer method, apparatus, program, and recording medium
CN102929761B (en) A kind of system and method for tackling collapsibility mistake
JP5796478B2 (en) System evaluation method and computer program
JPWO2015198600A1 (en) Analysis device, analysis method, and analysis program
WO2020044898A1 (en) Device status monitoring device and program
WO2023181241A1 (en) Monitoring server device, system, method, and program
JP2006185055A (en) Design support system and design support program for computer system
US20220392272A1 (en) Component of electric vehicle, data collecting system for electric vehicle, and data collecting method for electric vehicle
JP2010003132A (en) Information processor, and fault detection method of input/output device thereof, and program thereof
CN111510432A (en) Safety monitoring method, device and equipment for website abnormity
JP2004272582A (en) Performance prediction program and design support system for computer system
JP2010061548A (en) Computer system, processing method and program
JP6896035B2 (en) Monitoring system, monitoring SaaS provider, management device, and program
WO2021024415A1 (en) Policy evaluation device, control method, and program
JP7285864B2 (en) system
CN109284157A (en) Method, apparatus, equipment and the computer readable storage medium for playing frame is automatically closed

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140212

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20141210

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20141224

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150206

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150803

R151 Written notification of patent or utility model registration

Ref document number: 5796478

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350