JPH053631A - Performance evaluation equipment for power system supervisory control system - Google Patents

Performance evaluation equipment for power system supervisory control system

Info

Publication number
JPH053631A
JPH053631A JP3156310A JP15631091A JPH053631A JP H053631 A JPH053631 A JP H053631A JP 3156310 A JP3156310 A JP 3156310A JP 15631091 A JP15631091 A JP 15631091A JP H053631 A JPH053631 A JP H053631A
Authority
JP
Japan
Prior art keywords
model
simulation
task
cpu
power system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3156310A
Other languages
Japanese (ja)
Inventor
Satoshi Horiike
聡 堀池
Monteitsuchieri Arushia
モンテイツチエリ アルシア
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP3156310A priority Critical patent/JPH053631A/en
Publication of JPH053631A publication Critical patent/JPH053631A/en
Pending legal-status Critical Current

Links

Landscapes

  • Remote Monitoring And Control Of Power-Distribution Networks (AREA)
  • Supply And Distribution Of Alternating Current (AREA)
  • Feedback Control In General (AREA)

Abstract

PURPOSE:To evaluate the performance of a power system supervisory control system by providing built-in models having the functions of OS interrupt control, priority judgment of task and queuing in each CPU. CONSTITUTION:A simulation executing section executes in parallel the simulation of the operation of each function model 5 of monitor control, the operation of CPU model 7, the operation of OS model 11 and the operation of communication network 6. When tasks to CPU are created, these tasks are sent to the CPU model through OS model. If there is a task, whether it requires an interruption is judged. In the case of interruption, a task for which simulation is currently being executed is interrupted. In case other than interruption, it is stored in queuing. Then, whether the task execution simulation is completed is judged. If completed, top priority is judged out of task located in queuing, and then the simulation for executing the task is started. Accurate evaluation value can be obtained by the detailed OS simulation.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は電力系統監視制御シス
テムの性能評価を、そのシステムをモデルとして表現
し、計算機でシミュレーションにより実施する方法に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for evaluating the performance of a power system supervisory control system, expressing the system as a model, and executing the simulation by a computer.

【0002】[0002]

【従来の技術】図4は、例えば1991年度IEEE
Power industry Computer A
pplication Conferenceで発表さ
れた従来の評価装置を示すブロック図である。図におい
て1〜4は、電力系統監視制御システムの代表的な機能
を表したモデルであり、1はマンマシン機能モデル、2
は電力系統解析機能モデル、3は監視機能モデル、4は
データベース機能モデル、5は1〜4から成る電力系統
監視制御機能モデルである。6は計算機間を結合する通
信ネットワークのモデル、7は1個ないし複数のCPU
のモデルである。15は5,6,7で構成される電力系
統監視制御システムモデル、10はこれらのモデルをも
とにシミュレーションを実行する演算部、16は10,
15からなる従来の電力系統監視制御システム性能評価
装置である。
2. Description of the Related Art FIG. 4 shows, for example, 1991 IEEE.
Power industry Computer A
It is a block diagram which shows the conventional evaluation apparatus announced by the application conference. In the figure, 1 to 4 are models showing typical functions of the power system monitoring and control system, 1 is a man-machine function model, 2
Is a power system analysis function model, 3 is a monitoring function model, 4 is a database function model, and 5 is a power system monitoring control function model consisting of 1 to 4. 6 is a communication network model for connecting computers, and 7 is one or more CPUs.
Is a model of. Reference numeral 15 is a power system supervisory control system model composed of 5, 6 and 7, 10 is an arithmetic unit that executes a simulation based on these models, 16 is 10,
It is a conventional power system supervisory control system performance evaluation device consisting of 15.

【0003】次にシミュレーション実行部の動作を図5
を用いて説明する。シミュレーション実行部は監視制御
の各モデル5の動作、CPUモデル7の動作及び通信ネ
ットワーク6の動作のシミュレーションを並行に実行す
る。各モデルの動作のシミュレーションによりCPUへ
の実行要求(タスク)が生成される。CPUモデルはこ
れらのタスクの実行のシミュレーションを行う。計算機
間の通信はLANモデルによりシミュレーションする。
ここで1個のCPUに対し複数のタスクを実行しなけれ
ばならないときには、CPUでの処理を分割してそれぞ
れのタスクに割り当ててシミュレーションを行う。
Next, the operation of the simulation execution unit is shown in FIG.
Will be explained. The simulation execution unit executes the simulation of the operation of each model 5 of the monitoring control, the operation of the CPU model 7, and the operation of the communication network 6 in parallel. An execution request (task) to the CPU is generated by simulating the operation of each model. The CPU model simulates the execution of these tasks. Communication between computers is simulated by a LAN model.
Here, when a plurality of tasks must be executed for one CPU, the processing in the CPU is divided and assigned to each task for simulation.

【0004】[0004]

【発明が解決しようとする課題】従来の電力系統監視制
御システムの性能評価装置は以上のように構成されてい
るので、計算機のOSの機能が表現されておらず、各タ
スクに対するCPUの割当は比例配分により行われてい
た。この方法は、電力系統監視制御システムの現実のタ
スク実行動作と異なるため、正確な性能評価値が得られ
ないという欠点があった。この発明は上記のような問題
点を解消するためになされたもので、OSの割り込み制
御、タスクの優先順位判定、各CPUにおける待ち行列
の機能のモデルを組み込むことにより、より正確な性能
評価が行える電力系統監視制御システム性能評価装置を
得ることを目的とする。
Since the performance evaluation device of the conventional power system monitoring and control system is configured as described above, the function of the OS of the computer is not expressed, and the CPU is assigned to each task. It was done in proportion. This method has a drawback in that an accurate performance evaluation value cannot be obtained because it is different from the actual task execution operation of the power system supervisory control system. The present invention has been made in order to solve the above problems, and more accurate performance evaluation can be achieved by incorporating a model of OS interrupt control, task priority determination, and queue function in each CPU. The purpose is to obtain a power system monitoring and control system performance evaluation device that can be used.

【0005】[0005]

【課題を解決するための手段】この発明に係る電力系統
監視制御システム評価装置は、各CPUへの待ち行列、
各タスクの優先順位判定、CPUへの割り込み機能をシ
ミュレートするモデルを備えたものである。
A power system supervisory control system evaluation apparatus according to the present invention is a queue for each CPU,
It is provided with a model that simulates the priority determination of each task and the interrupt function to the CPU.

【0006】[0006]

【作用】この発明における電力系統監視制御システム性
能評価装置は、CPUに送られてくるタスクを待ち行列
に入れる。待ち行列に複数のタスクが存在する場合には
実行優先順位を判定する。さらに割り込み要求がある場
合には割り込みを実行する。この結果より詳細なOSの
シミュレーションが行え、正確な性能評価値が得られ
る。
In the power system supervisory control system performance evaluation apparatus according to the present invention, the task sent to the CPU is queued. When there are multiple tasks in the queue, the execution priority is determined. If there is an interrupt request, the interrupt is executed. As a result, a more detailed OS simulation can be performed and an accurate performance evaluation value can be obtained.

【0007】[0007]

【実施例】実施例1.以下、この発明の一実施例を図1
について説明する。図において1〜4は電力系統監御シ
ステムの代表的な機能を表したモデルであり、1はマン
マシン機能モデル、2は電力系統解析機能モデル、3は
監視機能モデル、4はデータベース機能モデル、5は1
〜4からなる電力系統監視制御機能モデルである。6は
コンピュータ間を結合する通信ネットワークのモデル、
7は1ないし複数のCPUを表すモデルである。12は
OSの機能を表すモデルであり、待ち行列モデル8、優
先順位判定モデル9、割込機能モデル10からなる。1
2は5,6,7,11からなる電力系統監視制御システ
ムのモデル、13は性能評価のためのシミュレーション
を実行するシミュレーション演算部である。14は12
〜13からなる電力系統監視制御システム性能評価装置
である。
EXAMPLES Example 1. An embodiment of the present invention will be described below with reference to FIG.
Will be described. In the figure, 1 to 4 are models showing typical functions of the power system control system, 1 is a man-machine function model, 2 is a power system analysis function model, 3 is a monitoring function model, 4 is a database function model, 5 is 1
It is a power system monitoring control function model consisting of 4 to 4. 6 is a model of a communication network for connecting computers,
Reference numeral 7 is a model representing one or a plurality of CPUs. Reference numeral 12 is a model representing the function of the OS, and includes a queue model 8, a priority order determination model 9, and an interrupt function model 10. 1
Reference numeral 2 is a model of the power system supervisory control system consisting of 5, 6, 7, and 11, and 13 is a simulation operation unit for executing a simulation for performance evaluation. 14 is 12
It is an electric power system supervisory control system performance evaluation device which consists of ~ 13.

【0008】次にシミュレーション実行部の動作を図2
を用いて説明する。シミュレーション実行部は監視制御
の各機能モデル5の動作、CPUモデル7の動作、OS
モデル11の動作、通信ネットワーク6の動作のシミュ
レーションを並行に実行する。監視制御の各モデルの動
作のシミュレーションによりCPUへの実行要求(タス
ク)が生成される。これらのタスクはOSモデルを介し
てCPUモデルに送られる。CPUモデルではこれらの
タスクの実行のシミュレーションを行う。タスク間の通
信はLANモデルによりシミュレーションする。OSの
モデルを解り易く示したフローチャートを図3に示す。
ステップS1で電力系統監視制御機能モデルからのタス
クあるいは通信ネットワークから送られてきたタスクが
ないか調べる。ある場合にはそれが割り込みを要求する
か判断する(ステップS2)。割り込みの場合には現在
シミュレーションを実行しているタスクを中断する(ス
テップS3)。割り込みでない場合には待ち行列に格納
する(ステップS4)。次にタスクの実行シミュレーシ
ョンが終了したか判定する(ステップS5)。終了して
いる場合には待ち行列中にあるタスクの中から優先順位
を判定し(ステップS6)、そのタスクの実行のシミュ
レーションを開始する。
Next, the operation of the simulation execution unit will be described with reference to FIG.
Will be explained. The simulation executing unit operates the monitor control functional model 5, the CPU model 7 and the OS.
The simulation of the operation of the model 11 and the operation of the communication network 6 is executed in parallel. An execution request (task) to the CPU is generated by simulating the operation of each model of monitoring control. These tasks are sent to the CPU model via the OS model. The CPU model simulates the execution of these tasks. Communication between tasks is simulated by the LAN model. A flowchart showing the OS model in an easy-to-understand manner is shown in FIG.
In step S1, it is checked whether there is a task from the power system supervisory control function model or a task sent from the communication network. If there is, it determines whether it requires an interrupt (step S2). If it is an interrupt, the task currently executing the simulation is interrupted (step S3). If it is not an interrupt, it is stored in the queue (step S4). Next, it is determined whether the task execution simulation is completed (step S5). If it has been completed, the priority order is determined from the tasks in the queue (step S6), and the simulation of the execution of that task is started.

【0009】[0009]

【発明の効果】以上のように、この発明によれば電力系
統監視制御システムのモデルをOSの取り扱う機能まで
含めているので、システムの性能評価をより正確に行え
るという効果がある。
As described above, according to the present invention, since the model of the power system monitoring and control system includes the functions handled by the OS, the system performance can be evaluated more accurately.

【図面の簡単な説明】[Brief description of drawings]

【図1】この発明の電力系統監視制御システム性能評価
装置の一実施例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a power system supervisory control system performance evaluation apparatus of the present invention.

【図2】この発明の一実施例に係わるシミュレーション
動作部の説明図である。
FIG. 2 is an explanatory diagram of a simulation operation unit according to an embodiment of the present invention.

【図3】この発明の一実施例に係わるOSのモデルのフ
ローチャ−トである。
FIG. 3 is a flow chart of an OS model according to an embodiment of the present invention.

【図4】従来の電力系統監視制御システム性能評価装置
を示すブロック図である。
FIG. 4 is a block diagram showing a conventional power system supervisory control system performance evaluation apparatus.

【図5】従来の装置に係るシミュレーション動作部の説
明図である。
FIG. 5 is an explanatory diagram of a simulation operation unit according to a conventional device.

【符号の説明】[Explanation of symbols]

5 電力系統監視制御機能モデル 6 通信ネットワークモデル 7 CPUモデル 11 OSモデル 12 電力系統通信ネット 13 シミュレーション演算部 5 Power system monitoring and control function model 6 Communication network model 7 CPU model 11 OS model 12 Power system communication net 13 Simulation operation unit

Claims (1)

【特許請求の範囲】 【請求項1】電力系統監視制御システムの機能のモデル
と、演算を実行する1ないし複数のCPUのモデルと、
計算機を結合するネットワークのモデル及び各CPUに
おけるタスクの実行を制御するOSのモデル、これらの
モデルをもとにシミュレーションを実行するシミュレー
ション演算部により構成される電力系統監視制御システ
ム性能評価装置。
Claim: What is claimed is: 1. A model of a function of a power system supervisory control system, and a model of one or a plurality of CPUs for executing computations.
A power system monitoring and control system performance evaluation device configured by a network model that connects computers, an OS model that controls execution of tasks in each CPU, and a simulation operation unit that executes a simulation based on these models.
JP3156310A 1991-06-27 1991-06-27 Performance evaluation equipment for power system supervisory control system Pending JPH053631A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3156310A JPH053631A (en) 1991-06-27 1991-06-27 Performance evaluation equipment for power system supervisory control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3156310A JPH053631A (en) 1991-06-27 1991-06-27 Performance evaluation equipment for power system supervisory control system

Publications (1)

Publication Number Publication Date
JPH053631A true JPH053631A (en) 1993-01-08

Family

ID=15625007

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3156310A Pending JPH053631A (en) 1991-06-27 1991-06-27 Performance evaluation equipment for power system supervisory control system

Country Status (1)

Country Link
JP (1) JPH053631A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508437A (en) * 2011-09-14 2012-06-20 中国航空工业集团公司西安飞机设计研究所 Multifunctional electromechanical system simulation method for simulation of airplane power supply control management system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508437A (en) * 2011-09-14 2012-06-20 中国航空工业集团公司西安飞机设计研究所 Multifunctional electromechanical system simulation method for simulation of airplane power supply control management system

Similar Documents

Publication Publication Date Title
CN112433819B (en) Simulation method and device for heterogeneous cluster scheduling, computer equipment and storage medium
US8271947B2 (en) Automatic computing system, execution environment control
CN110781007A (en) Task processing method, device, server, client, system and storage medium
CN106779404B (en) Flow early warning method and device
US20090319240A1 (en) Simulation apparatus, simulation control method, and computer product
EP4152715A1 (en) Method and apparatus for determining resource configuration of cloud service system
US8418127B2 (en) Autonomic computing system, execution environment control program
JPH053631A (en) Performance evaluation equipment for power system supervisory control system
JP2019179284A (en) Simulation system and simulation program
CN110688207B (en) Embedded task scheduling method and system
JPH0659939A (en) Method for simulating parallel computer
Tomak et al. RAST: evaluating performance of a legacy system using regression analysis and simulation
JP2715904B2 (en) Computer system performance evaluation device
JPH02121039A (en) Load prediction simulation system for computer system
JPH09319773A (en) Computer system and its analytic result display method
TWI763169B (en) Prediction system and prediction method for event type of cloud data center
JP3085730B2 (en) Parallel simulation method for complex CPU system
WO2001084315A3 (en) Apparatus and process for simulating and analyzing a system with failure modes
JPS63157244A (en) Debugging system for test program of peripheral device
JPS62135952A (en) Network system
CN115758590A (en) Ship resistance CFD software cloud application system and method based on B/S framework
TW202244733A (en) Digital mirroring method, server and storage medium
JPH03130839A (en) On-line simulation system
Osogami Relations in the central limit theorem version of the response time law
JPH03147044A (en) Multiple-terminal simulation system