JPH07287675A - Information processing system - Google Patents

Information processing system

Info

Publication number
JPH07287675A
JPH07287675A JP6080473A JP8047394A JPH07287675A JP H07287675 A JPH07287675 A JP H07287675A JP 6080473 A JP6080473 A JP 6080473A JP 8047394 A JP8047394 A JP 8047394A JP H07287675 A JPH07287675 A JP H07287675A
Authority
JP
Japan
Prior art keywords
function
information processing
information
slave station
personal computer
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
JP6080473A
Other languages
Japanese (ja)
Inventor
Mikio Nishimura
三喜男 西村
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.)
Nissin Electric Co Ltd
Original Assignee
Nissin Electric Co Ltd
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 Nissin Electric Co Ltd filed Critical Nissin Electric Co Ltd
Priority to JP6080473A priority Critical patent/JPH07287675A/en
Publication of JPH07287675A publication Critical patent/JPH07287675A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To facilitate the addition or change of functions in an information processing system by calling out a function of the corresponding name by a 1st information processor when the information including the function name is received from a 2nd information processor via a communication means. CONSTITUTION:The information is sent to a slave station 2 serving as a 1st information processor from a personal computer 4 serving as a 2nd information processor so that a function of the name serving as a subroutine to acquire the head address of a storage area storing the information is called out. The station 2 stores the functions a1, a2 to an, i.e., the closed subroutines in a prescribed storage area of a memory. Furthermore the station 2 calls out a function of the corresponding name via a function name calling part 5 when the information including the function name is received from the computer 4 via an interface. Thus the addition and change of functions can be facilitated without affecting other programs.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、2つの情報処理装置を
情報通信可能に接続し、一方の情報処理装置から他方の
情報処理装置へ情報を伝送して、他方の情報処理装置の
ある機能を実現させるような情報処理システムに関する
ものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention connects two information processing apparatuses so that they can communicate with each other, transmits information from one information processing apparatus to another information processing apparatus, and has a certain function of the other information processing apparatus. The present invention relates to an information processing system for realizing the above.

【0002】[0002]

【従来の技術】近年、ビル、工場、道路、電力、水処理
など各種プラントにおいて、プラントの運用・維持・管
理を効率的に行うために、受配電設備、照明、防災設備
などの各種設備機器が監視制御装置によって集中的に監
視制御されるようになっている。
2. Description of the Related Art In recent years, in various plants such as buildings, factories, roads, electric power, and water treatment, in order to efficiently operate, maintain, and manage the plant, various equipment such as power receiving and distribution equipment, lighting, disaster prevention equipment, etc. Are centrally monitored and controlled by the monitoring and control device.

【0003】上記監視制御装置は、図5に示すように、
子局52に接続された設備機器53の遠隔制御や監視を
子局52を介して行う親局51と、設備機器53から表
示データ・計測データを入力して親局51へ送信すると
共に、親局51から受信した制御データに基づいて設備
機器53を制御する子局52とから構成される。上記親
局51と子局52との間は光ファイバ等で接続されてH
DLC(High-level Date Link Control)通信が行わ
れ、上記子局52と設備機器53とはRS−232Cイ
ンターフェースによって接続されている。
As shown in FIG. 5, the above-mentioned monitor and control device is
A parent station 51 that remotely controls and monitors the equipment 53 connected to the child station 52 via the child station 52, and display data and measurement data from the equipment 53 that are input and transmitted to the parent station 51. It is composed of a slave station 52 which controls the equipment 53 based on the control data received from the station 51. The master station 51 and the slave station 52 are connected by an optical fiber etc.
DLC (High-level Date Link Control) communication is performed, and the slave station 52 and the facility device 53 are connected by an RS-232C interface.

【0004】上記のような監視制御装置において、メン
テナンスを行う場合に、RS−232Cインターフェー
スを介して子局52にパーソナルコンピュータ(以下、
パソコンと称する)54を接続し、該パソコン54を用
いて、HDLC通信によって親局51から送られてくる
制御データの確認、HDLC通信によって親局51へ送
信される表示データ・計測データの確認、設備機器53
から入力される表示データ・計測データの確認、表示デ
ータ・計測データの模擬入力、制御データの模擬入力等
の各種メンテナンス機能を実現するようになっている。
In the above monitoring and control apparatus, when maintenance is performed, a personal computer (hereinafter, referred to as a personal computer) to the slave station 52 via the RS-232C interface.
(Referred to as a personal computer) 54, and using the personal computer 54, confirmation of control data sent from the master station 51 by HDLC communication, confirmation of display data / measurement data transmitted to the master station 51 by HDLC communication, Equipment 53
Various maintenance functions such as display data / measurement data confirmation input, display data / measurement data simulation input, control data simulation input, etc. are realized.

【0005】上記のような各種メンテナンス機能を実現
するに際し、従来では、各機能毎に一意に定まる種別コ
ードが定められており、図6に示すように、ある機能に
対応する種別コードと必要なデータとを含む所定の通信
フォーマットの情報を、RS−232C通信によってパ
ソコン54から子局52へ送信するようになっている。
子局52は、各種機能A1、A2、…Anを実現するた
めのプログラムを有すると共に、パソコン54から送ら
れてくる種別コードに基づいて機能を解析する機能解析
部55を有しており、パソコン54から種別コードを受
けると、その種別コードに対応する機能を実行し、必要
によりその実行結果をパソコン54に返信するようにな
っている。そして、パソコン54は、子局52からの機
能実行結果(例えば表示データや計測データ)を図示し
ない表示部に表示するようになっている。
In order to realize the various maintenance functions as described above, conventionally, a type code uniquely determined for each function is set, and as shown in FIG. 6, a type code corresponding to a certain function and a necessary type code are required. Information of a predetermined communication format including data is transmitted from the personal computer 54 to the slave station 52 by RS-232C communication.
The slave station 52 has a program for realizing various functions A1, A2, ... An, and also has a function analysis unit 55 that analyzes the function based on the type code sent from the personal computer 54. When the type code is received from 54, the function corresponding to the type code is executed, and the execution result is returned to the personal computer 54 if necessary. Then, the personal computer 54 displays the function execution result (for example, display data or measurement data) from the slave station 52 on a display unit (not shown).

【0006】[0006]

【発明が解決しようとする課題】上記従来のシステムの
ように、パソコン54から子局52へ送信される情報の
通信フォーマットと子局52におけるメンテナンス機能
とが相互に依存し合っている場合、子局52側で機能を
追加するにしても、単にその追加機能を実現するための
プログラムを子局52に追加するだけでなく、その追加
機能に対応する種別コードを定め、機能解析部55がそ
の追加機能を解析できるように、機能解析部55の機能
解析プログラムも同時に変更しなけばならない。このよ
うに、上記従来のシステムでは、機能の追加、或いは変
更に対して、プログラムの変更箇所が多く、手間がかか
るという問題がある。
When the communication format of the information transmitted from the personal computer 54 to the slave station 52 and the maintenance function of the slave station 52 are dependent on each other, as in the conventional system described above, Even if a function is added on the station 52 side, not only is a program for realizing the added function added to the slave station 52, but a type code corresponding to the added function is determined, and the function analysis unit 55 The function analysis program of the function analysis unit 55 must be changed at the same time so that the additional function can be analyzed. As described above, in the above-mentioned conventional system, there is a problem that it takes a lot of time and effort to change a program when adding or changing a function.

【0007】本発明は、上記に鑑みなされたものであ
り、その目的は、機能の追加或いは変更を容易に行うこ
とができる情報処理システムを提供することにある。
The present invention has been made in view of the above, and an object thereof is to provide an information processing system which can easily add or change a function.

【0008】[0008]

【課題を解決するための手段】本発明の情報処理システ
ムは、第1情報処理装置と第2情報処理装置とが通信手
段によって情報通信可能に接続され、第2情報処理装置
から通信手段を介して第1情報処理装置へ情報を伝送し
て第1情報処理装置の有する各種機能を実行させるよう
なものであって、上記の課題を解決するために、以下の
手段が講じられていることを特徴とする。
In an information processing system according to the present invention, a first information processing apparatus and a second information processing apparatus are communicably connected by a communication means, and the second information processing apparatus is connected via the communication means. And transmitting the information to the first information processing device to execute various functions of the first information processing device, and the following means are taken to solve the above problems. Characterize.

【0009】即ち、上記第1情報処理装置は、通信手段
を介して第2情報処理装置から送られてくる関数名を含
む情報を受信したときに該関数名の関数を呼び出す関数
呼び出し手段を有している。
That is, the first information processing apparatus has a function calling means for calling a function having the function name when the information including the function name sent from the second information processing apparatus is received via the communication means. is doing.

【0010】[0010]

【作用】上記の構成によれば、第2情報処理装置から通
信手段を介して関数名を含む情報を第1情報処理装置に
送信すれば、上記第1情報処理装置において該関数名の
関数が呼び出されて実行される。このように、第1情報
処理装置側の関数を第2情報処理装置側から自由に呼び
出し可能となるので、第2情報処理装置から第1情報処
理装置に情報を与えて各種の機能をフレキシブルに実行
できる。
According to the above configuration, when the information including the function name is transmitted from the second information processing apparatus to the first information processing apparatus via the communication means, the function having the function name is obtained in the first information processing apparatus. It is called and executed. In this way, the functions of the first information processing apparatus can be freely called from the second information processing apparatus, so that information can be given from the second information processing apparatus to the first information processing apparatus to flexibly perform various functions. I can do it.

【0011】また、第1情報処理装置において、実行可
能な機能を追加或いは変更するために新たに関数を追加
する場合でも、その関数は閉じたサブルーチンであるた
め、他のプログラムに影響を及ぼすことはなく、機能の
追加或いは変更を容易に行うことができる。
Further, in the first information processing apparatus, even when a new function is added to add or change an executable function, the function is a closed subroutine, so that it affects other programs. However, it is possible to easily add or change the function.

【0012】[0012]

【実施例】本発明の一実施例について図1ないし図4に
基づいて説明すれば、以下の通りである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The following will describe one embodiment of the present invention with reference to FIGS.

【0013】本実施例では、監視制御装置を用いて本発
明の情報処理システムの一構成例を説明する。上記監視
制御装置は、図2に示すように、子局2に接続された設
備機器3の遠隔制御や監視を子局2を介して行う親局1
と、設備機器3から表示データ(接点入力情報や故障情
報等)・計測データ(電流値や電圧値等)を入力して親
局1へ送信すると共に、親局1から受信した制御データ
に基づいて設備機器3を制御する子局2とから構成され
ている。上記親局1および子局2は、ともにマイクロコ
ンピュータによって構成されている。上記親局1と子局
2との間は光ファイバまたはツイストペア線等で接続さ
れてHDLC通信が行われ、上記子局2と設備機器3と
はRS−232Cインターフェースによって接続されて
いる。
In this embodiment, an example of the configuration of the information processing system of the present invention will be described using a supervisory control device. As shown in FIG. 2, the monitoring control device includes a master station 1 that remotely controls and monitors the equipment 3 connected to the slave station 2 via the slave station 2.
And the display data (contact input information, failure information, etc.) and measurement data (current value, voltage value, etc.) are input from the equipment 3 and transmitted to the master station 1, and based on the control data received from the master station 1. And a slave station 2 for controlling the facility equipment 3. The master station 1 and the slave station 2 are both configured by a microcomputer. The master station 1 and the slave station 2 are connected by an optical fiber or a twisted pair wire or the like for HDLC communication, and the slave station 2 and the equipment 3 are connected by an RS-232C interface.

【0014】上記監視制御装置のメンテナンス時、上記
第1情報処理装置としての子局2に通信手段としてのR
S−232Cインターフェースを介して第2情報処理装
置としてのパソコン4を接続すれば、HDLC通信によ
って親局1から送られてくる制御データの確認、HDL
C通信によって親局1へ送信される表示データ・計測デ
ータの確認、設備機器3から入力される表示データ・計
測データの確認、表示データ・計測データの模擬入力、
制御データの模擬入力等の各種メンテナンス機能を実現
することができるようになっている。
At the time of maintenance of the supervisory control device, the slave station 2 as the first information processing device is provided with R as communication means.
If the personal computer 4 as the second information processing device is connected via the S-232C interface, the control data transmitted from the master station 1 by HDLC communication can be confirmed and the HDL can be confirmed.
Confirmation of display data / measurement data transmitted to the master station 1 by C communication, confirmation of display data / measurement data input from the equipment 3, simulated input of display data / measurement data,
Various maintenance functions such as simulated input of control data can be realized.

【0015】上記のような各種メンテナンス機能を実現
するために、本実施例のシステムでは、パソコン4側か
らRS−232Cインターフェースを介して子局2側の
関数(サブルーチン)を呼び出すような構成になってい
る。即ち、パソコン4から子局2へ送信される情報の通
信フォーマットを、子局2内の関数呼び出し処理のかた
ちと同様にし、RS−232C通信を通じて関数呼び出
しを可能にする。
In order to realize the above-mentioned various maintenance functions, the system of this embodiment is configured to call a function (subroutine) on the slave station 2 side from the personal computer 4 side through the RS-232C interface. ing. That is, the communication format of the information transmitted from the personal computer 4 to the slave station 2 is set to be the same as the function call processing in the slave station 2, and the function call can be performed through the RS-232C communication.

【0016】図1に示すように、上記子局2は、メモリ
(図示せず)内の所定の記憶領域に複数の閉じたサブル
ーチンである関数a1、a2、…anを格納すると共
に、RS−232Cインターフェースを介してパソコン
4から関数名を含む情報を受けたときにその関数名の関
数を呼び出す関数呼び出し部5を有している。上記関数
呼び出し部5は、子局2のメモリに格納されている関数
呼び出しプログラムを実行する子局2の図示しないCP
U(Central Processing Unit)によって構成される機能
モジュールである。
As shown in FIG. 1, the slave station 2 stores a plurality of closed subroutine functions a1, a2, ... An in a predetermined storage area in a memory (not shown), and RS- It has a function calling unit 5 which calls a function having the function name when it receives information including the function name from the personal computer 4 via the 232C interface. The function calling unit 5 is a CP (not shown) of the slave station 2 that executes the function calling program stored in the memory of the slave station 2.
It is a functional module configured by U (Central Processing Unit).

【0017】上記子局2のメモリの所定の記憶領域に
は、関数名と関数のアドレスとが書き込まれたテーブル
が格納されており、上記関数呼び出し部5は、上記のテ
ーブルに基づいて関数呼び出しを行う。
A table in which a function name and a function address are written is stored in a predetermined storage area of the memory of the slave station 2, and the function calling unit 5 calls the function based on the table. I do.

【0018】上記の構成において、パソコン4を用いた
メンテナンス機能の実現を以下に説明する。
The realization of the maintenance function using the personal computer 4 in the above configuration will be described below.

【0019】先ず、図2に示すように、子局2とパソコ
ン4とをRS−232Cインターフェースで接続し、図
1に示すように、パソコン4から子局2へ、『関数名
(パラメータ)』という通信フォーマットの情報を送信
する。
First, as shown in FIG. 2, the slave station 2 and the personal computer 4 are connected by an RS-232C interface, and as shown in FIG. 1, from the personal computer 4 to the slave station 2, "function name (parameter)" is displayed. The information of the communication format is transmitted.

【0020】例えば、『設備機器3から入力された表示
データとしての接点情報を確認する(表示する)』とい
う機能を実現する場合について次に示す。
For example, the case of realizing a function of "confirming (displaying) contact information as display data input from the equipment 3" will be described below.

【0021】この場合、先ず、情報が格納されている記
憶領域の先頭アドレスを求めるサブルーチンである関数
名『Spoint』の関数を呼び出すため、パソコン4
から図3に示すような情報『Spoint(CI)』を
子局2へ送信する。尚、『CI』は、接点情報を示すパ
ラメータである。
In this case, first, since the function with the function name "Point", which is a subroutine for obtaining the start address of the storage area in which the information is stored, is called, the personal computer 4 is called.
Sends the information "Point (CI)" as shown in FIG. “CI” is a parameter indicating contact information.

【0022】上記の情報をパソコン4から受けた子局2
では、図1の関数呼び出し部5が関数名『Spoin
t』の関数を呼び出し、接点情報を格納している記憶領
域の先頭アドレスを求めて、RS−232Cインターフ
ェースを介してパソコン4に求めた先頭アドレスを返
す。これにより、パソコン4の表示部には接点情報を格
納している記憶領域の先頭アドレス(例えば、100番
地)が表示される。
Slave station 2 which received the above information from personal computer 4
Then, the function call unit 5 in FIG.
The function “t” is called to obtain the start address of the storage area storing the contact information, and the obtained start address is returned to the personal computer 4 via the RS-232C interface. As a result, the top address (for example, address 100) of the storage area storing the contact information is displayed on the display unit of the personal computer 4.

【0023】次に、子局2のメモリ内の記憶情報をダン
プするサブルーチンである関数名『Sdump』の関数
を呼び出すため、パソコン4から図4に示すような情報
『Sdump(100,10)』を子局2へ送信する。
尚、『100,10』は、アドレスおよびサイズを示す
パラメータである。
Next, in order to call the function having the function name "Sdump" which is a subroutine for dumping the storage information in the memory of the slave station 2, the information "Sdump (100, 10)" as shown in FIG. Is transmitted to the slave station 2.
“100, 10” is a parameter indicating an address and a size.

【0024】上記の情報をパソコン4から受けた子局2
では、図1の関数呼び出し部5が関数名『Sdump』
の関数を呼び出し、メモリ内の100番地から110番
地までの情報(接点情報)をRS−232Cインターフ
ェースを介してパソコン4に転送する。これにより、パ
ソコン4の表示部には接点情報が表示される。
The slave station 2 which receives the above information from the personal computer 4
Then, the function call unit 5 in FIG. 1 displays the function name "Sdump".
Function is called and information (contact information) from address 100 to address 110 in the memory is transferred to the personal computer 4 via the RS-232C interface. As a result, contact information is displayed on the display unit of the personal computer 4.

【0025】以上により、接点情報を確認する(表示す
る)という機能が実現できる。
As described above, the function of confirming (displaying) the contact information can be realized.

【0026】上記のように、本システムでは、子局2内
のメインルーチンが各種関数を呼び出すのと同じよう
に、パソコン4がRS−232Cインターフェースを介
して各種関数を呼び出すことができるのである。
As described above, in the present system, the personal computer 4 can call various functions via the RS-232C interface in the same manner as the main routine in the slave station 2 calls various functions.

【0027】ところで、子局2において、例えばメモリ
内の指定記憶領域に情報を書き込むためのサブルーチン
を新たに追加する場合、該サブルーチンをメモリ内の所
定領域に格納すると共に、該サブルーチンの関数名『S
write』と該サブルーチンが格納されている記憶領
域の先頭アドレスとを、子局2のメモリ内のテーブルに
登録すれば、その他のプログラムを変更する必要はな
い。これは、追加する関数が閉じたサブルーチンである
ため、該関数を追加しても他のプログラムへの影響がな
いためである。
By the way, in the slave station 2, for example, when a new subroutine for writing information to a designated storage area in the memory is newly added, the subroutine is stored in a predetermined area in the memory and the function name " S
If the "write" and the start address of the storage area in which the subroutine is stored are registered in the table in the memory of the slave station 2, it is not necessary to change other programs. This is because the function to be added is a closed subroutine, and therefore the addition of the function does not affect other programs.

【0028】上記の関数名『Swrite』の関数を使
って、例えば制御データの模擬入力を行うという機能を
実現する場合は、先ず、制御データの記憶領域の先頭ア
ドレスを求めるため、上記と同様に、パソコン4から情
報『Spoint(RO)』を子局2へ送信し、関数名
『Spoint』の関数を呼び出す。尚、上記『RO』
は、制御データを示すパラメータである。
When the function of the above function name "Write" is used to realize the function of simulating the input of control data, first, the top address of the storage area of the control data is obtained. , The information "Point (RO)" is transmitted from the personal computer 4 to the slave station 2, and the function having the function name "Point" is called. The above "RO"
Is a parameter indicating control data.

【0029】上記の情報をパソコン4から受けた子局2
では、図1の関数呼び出し部5が関数名『Spoin
t』の関数を呼び出し、制御データを格納している記憶
領域の先頭アドレスを求めて、RS−232Cインター
フェースを介してパソコン4に求めた先頭アドレスを返
す。これにより、パソコン4の表示部には制御データを
格納している記憶領域の先頭アドレス(例えば、10番
地)が表示される。
Slave station 2 which received the above information from personal computer 4
Then, the function call unit 5 in FIG.
The function “t” is called, the start address of the storage area storing the control data is obtained, and the obtained start address is returned to the personal computer 4 via the RS-232C interface. As a result, the top address (for example, 10th address) of the storage area storing the control data is displayed on the display unit of the personal computer 4.

【0030】次に、関数名『Swrite』の関数を呼
び出すため、パソコン4から情報『Swrite(1
0,55)』を子局2へ送信する。尚、『10,55』
は、アドレスおよびデータを示すパラメータであり、任
意のアドレスおよびデータを設定することができる。
Next, in order to call the function having the function name "Write", the information "Write (1
0, 55) ”to the slave station 2. In addition, "10,55"
Is a parameter indicating an address and data, and any address and data can be set.

【0031】上記の情報をパソコン4から受けた子局2
では、図1の関数呼び出し部5が関数名『Swrit
e』の関数を呼び出し、メモリ内の10番地にデータ
『55』を書き込む。これにより、制御データの模擬入
力を行うという機能が実現できる。
Slave station 2 which received the above information from personal computer 4
Then, the function call unit 5 in FIG.
The function "e" is called, and the data "55" is written to the 10th address in the memory. As a result, the function of performing simulated input of control data can be realized.

【0032】以上のように、本実施例の情報処理システ
ムは、第1情報処理装置としての子局2と第2情報処理
装置としてのパソコン4とが通信手段としてのRS−2
32Cインターフェースによって情報通信可能に接続さ
れたものであって、上記子局2は、RS−232Cイン
ターフェースを介してパソコン4から送られてくる関数
名を含む情報を受信したときに該関数名の関数を呼び出
す関数呼び出し部5を有している構成である。
As described above, in the information processing system of this embodiment, the slave station 2 as the first information processing device and the personal computer 4 as the second information processing device are RS-2 as communication means.
32C interface is connected for information communication, and when the slave station 2 receives the information including the function name sent from the personal computer 4 via the RS-232C interface, the function of the function name is received. This is a configuration having a function calling unit 5 for calling.

【0033】これにより、子局2側のプログラムとパソ
コン4側のプログラムとが共存してマルチCPU的に動
作し、子局2側の関数をパソコン4側から自由に呼び出
し可能となるので、パソコン4からの指示により子局2
で実行できる機能がフレキシブルになる。即ち、従来の
システムでは、機能毎に一意に定まる種別コードを設定
し、パソコンから子局へ種別コードを含む情報を送信し
て子局側の機能を実行させるようになっているので、定
められた種別コードに対応する機能以外は実現出来なか
ったが、本システムでは、子局2側の関数をパソコン4
側から自由に呼び出して実行させることができるので、
種別コードにとらわれることなく、自由に子局2側の機
能を実行させることができる。
As a result, the program on the slave station 2 side and the program on the personal computer 4 side coexist and operate like a multi-CPU, and the functions on the slave station 2 side can be freely called from the personal computer 4 side. Substation 2 according to instructions from 4
The functions that can be executed with become flexible. That is, in the conventional system, a type code uniquely set for each function is set, and information including the type code is transmitted from the personal computer to the slave station to execute the function of the slave station side. However, in this system, the functions on the slave station 2 side can be executed by the PC 4
Since it can be freely called from the side and executed,
The function of the slave station 2 can be freely executed regardless of the type code.

【0034】また、子局2の機能を追加或いは変更する
ために、子局2に新たな関数を追加する場合でも、その
関数は閉じたサブルーチンであるため、他のプログラム
に影響を及ぼすことはなく、機能の追加或いは変更を容
易に行うことができる。
Further, even when a new function is added to the slave station 2 in order to add or change the function of the slave station 2, since that function is a closed subroutine, it does not affect other programs. Without this, it is possible to easily add or change the function.

【0035】尚、上記実施例では、監視制御装置の子局
2とパソコン4との間の情報処理について説明したが、
これに限定されるものではなく、通信手段で情報通信可
能に接続された如何なる情報処理装置間の情報処理にも
適用可能である。また、上記実施例では、通信手段とし
てRS−232Cインターフェースを用いているが、他
の通信手段を用いることもできる。上記実施例は、あく
までも、本発明の技術内容を明らかにするものであっ
て、そのような具体例にのみ限定して狭義に解釈される
べきものではなく、本発明の精神と特許請求の範囲内
で、いろいろと変更して実施することができるものであ
る。
In the above embodiment, the information processing between the slave station 2 of the supervisory control device and the personal computer 4 has been described.
The present invention is not limited to this, and can be applied to information processing between any information processing devices connected by a communication means so that information can be communicated. Further, in the above embodiment, the RS-232C interface is used as the communication means, but other communication means may be used. The above examples are merely for clarifying the technical contents of the present invention, and should not be construed in a narrow sense by limiting only to such specific examples. The spirit of the present invention and the scope of claims It can be implemented with various modifications.

【0036】[0036]

【発明の効果】本発明の情報処理システムは、以上のよ
うに、第1情報処理装置と第2情報処理装置とが通信手
段によって情報通信可能に接続され、第2情報処理装置
から通信手段を介して第1情報処理装置へ情報を伝送し
て第1情報処理装置の有する各種機能を実行させるよう
なものであって、上記第1情報処理装置は、通信手段を
介して第2情報処理装置から送られてくる関数名を含む
情報を受信したときに該関数名の関数を呼び出す関数呼
び出し手段を有している構成である。
As described above, according to the information processing system of the present invention, the first information processing device and the second information processing device are connected by the communication means so that information can be communicated with each other, and the communication means is connected from the second information processing device. Information is transmitted to the first information processing device via the communication device to execute various functions of the first information processing device, wherein the first information processing device is the second information processing device via the communication means. When the information including the function name sent from is received, the function calling means for calling the function having the function name is provided.

【0037】それゆえ、第1情報処理装置側の関数を第
2情報処理装置側から自由に呼び出し可能となるので、
第2情報処理装置から第1情報処理装置に情報(関数
名)を与えて各種の機能をフレキシブルに実行できる。
そして、第1情報処理装置において実行可能な機能を追
加或いは変更するために新たに関数を追加する場合で
も、その関数は閉じたサブルーチンであるため、他のプ
ログラムに影響を及ぼすことはなく、機能の追加或いは
変更を容易に行うことができるという効果を奏する。
Therefore, the function of the first information processing device side can be freely called from the second information processing device side.
Various functions can be flexibly executed by giving information (function name) from the second information processing apparatus to the first information processing apparatus.
Then, even when a new function is added to add or change a function that can be executed in the first information processing apparatus, the function is a closed subroutine and therefore does not affect other programs. It is possible to easily add or change the above.

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

【図1】本発明の一実施例を示すものであり、情報処理
システムの要部の構成を示すブロック図である。
FIG. 1 shows an embodiment of the present invention and is a block diagram showing a configuration of a main part of an information processing system.

【図2】上記情報処理システムを適用した監視制御装置
の概略構成を示すブロック図である。
FIG. 2 is a block diagram showing a schematic configuration of a supervisory control device to which the information processing system is applied.

【図3】上記情報処理システムのパソコンから子局へ送
信される情報の一例を示す説明図である。
FIG. 3 is an explanatory diagram showing an example of information transmitted from a personal computer of the information processing system to a child station.

【図4】上記情報処理システムのパソコンから子局へ送
信される情報のその他の例を示す説明図である。
FIG. 4 is an explanatory diagram showing another example of information transmitted from a personal computer of the information processing system to a child station.

【図5】従来の情報処理システムを適用した監視制御装
置の概略構成を示すブロック図である。
FIG. 5 is a block diagram showing a schematic configuration of a supervisory control device to which a conventional information processing system is applied.

【図6】上記従来の情報処理システムの要部の構成を示
すブロック図である。
FIG. 6 is a block diagram showing a configuration of a main part of the conventional information processing system.

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

1 親局 2 子局(第1情報処理装置) 3 設備機器 4 パソコン(第2情報処理装置) 5 関数呼び出し部(関数呼び出し手段) 1 parent station 2 slave station (first information processing device) 3 equipment 4 personal computer (second information processing device) 5 function calling unit (function calling means)

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】第1情報処理装置と第2情報処理装置とが
通信手段によって情報通信可能に接続され、第2情報処
理装置から通信手段を介して第1情報処理装置へ情報を
伝送して第1情報処理装置の有する各種機能を実行させ
るような情報処理システムにおいて、 上記第1情報処理装置は、通信手段を介して第2情報処
理装置から送られてくる関数名を含む情報を受信したと
きに該関数名の関数を呼び出す関数呼び出し手段を有し
ていることを特徴とする情報処理システム。
1. A first information processing device and a second information processing device are communicably connected by a communication means, and information is transmitted from the second information processing device to the first information processing device through the communication means. In an information processing system that executes various functions of the first information processing apparatus, the first information processing apparatus receives information including a function name sent from the second information processing apparatus via a communication unit. An information processing system having a function calling means for calling a function having the function name at times.
JP6080473A 1994-04-19 1994-04-19 Information processing system Pending JPH07287675A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6080473A JPH07287675A (en) 1994-04-19 1994-04-19 Information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6080473A JPH07287675A (en) 1994-04-19 1994-04-19 Information processing system

Publications (1)

Publication Number Publication Date
JPH07287675A true JPH07287675A (en) 1995-10-31

Family

ID=13719242

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6080473A Pending JPH07287675A (en) 1994-04-19 1994-04-19 Information processing system

Country Status (1)

Country Link
JP (1) JPH07287675A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6532269B2 (en) 1996-08-05 2003-03-11 Matsushita Electric Industrial Co., Ltd. Data transmitter, data receiver, processor, equipment managing device, equipment managing system, data transmitting-receiving system, and medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6532269B2 (en) 1996-08-05 2003-03-11 Matsushita Electric Industrial Co., Ltd. Data transmitter, data receiver, processor, equipment managing device, equipment managing system, data transmitting-receiving system, and medium

Similar Documents

Publication Publication Date Title
US5841656A (en) Programming system for sequence control and control unit for executing program for sequence control
CN108647141A (en) Automatic test approach, device, computer-readable medium and electronic equipment
JPH04152403A (en) Starting of assembly to be connected to electronic control unit
CN103995499A (en) Controller, information processing apparatus, and program
JPH11122679A (en) Remote supervisory control system and remote supervisory control method
US20220129533A1 (en) Control system and control method
US7033179B2 (en) Web based factory automation training on demand
JPH07287675A (en) Information processing system
JPH0831084B2 (en) User support method for information processing system
EP0575145B1 (en) Open distributed digital control system
JP4401536B2 (en) Power system monitoring and control system
JP2000305765A (en) Construction device for process control system
JPH10177410A (en) Scheduling device for field bus system
JPH07154879A (en) Supervisory and controlling device
JPS62232004A (en) Nc system
JP3507802B2 (en) Calendar data setting, information processing method and method for information processing equipment in production line
JPH0123808B2 (en)
JP2000152346A (en) Method and system for controlling update rights
JPS6358568A (en) Monitor system for execution of decentralized computer
Clermont et al. The testing workstation: a universal testing framework for Hydro-Quebec's new SCADA/EMS
JPH06187011A (en) Installation control operating device
CN115562986A (en) Equipment debugging method and device, electronic equipment and storage medium
JPH09204342A (en) Database matching system for supervisory control system
Busse et al. The ISL-Control-System Upgrade: A Move from an In-House Implementation to a Commercial Control-System
Kemp Support Systems for the Ontario Hydro Programmable Controller