JPH11177587A - Data transmission method and data transmission system - Google Patents
Data transmission method and data transmission systemInfo
- Publication number
- JPH11177587A JPH11177587A JP9337277A JP33727797A JPH11177587A JP H11177587 A JPH11177587 A JP H11177587A JP 9337277 A JP9337277 A JP 9337277A JP 33727797 A JP33727797 A JP 33727797A JP H11177587 A JPH11177587 A JP H11177587A
- Authority
- JP
- Japan
- Prior art keywords
- data
- information
- server
- station
- transmitted
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Landscapes
- Small-Scale Networks (AREA)
- Debugging And Monitoring (AREA)
- Test And Diagnosis Of Digital Computers (AREA)
Abstract
(57)【要約】
【課題】 プラント制御監視システムを構成する制御装
置、監視装置、保守装置、データ解析装置等の装置の間
の伝送データの並びを自動決定し、データ並びの不整合
チェックを不要とする。
【解決手段】 各装置12〜16の伝送データの配列情
報(送信データの並び、受信データの並び)31〜36
を統合D/Bサーバ11が受信し、全装置12〜16の
伝送データの配列情報から送信側装置13,15,16
の配列情報33,35,36と受信側装置12,13,
14の配列情報31,32,34とを対応させて、受信
側装置12,13,14の受信データのアドレス変換マ
ップ17,18,19を生成し、受信側の各装置はアド
レス変換マップを参照して受信対象のデータを受信す
る。
(57) [Summary] [PROBLEMS] To automatically determine the order of transmission data among devices such as a control device, a monitoring device, a maintenance device, and a data analysis device which constitute a plant control and monitoring system, and to check for an inconsistency in the data sequence. Not required. SOLUTION: Arrangement information (arrangement of transmission data, arrangement of reception data) of transmission data of respective devices 12 to 16
Is received by the integrated D / B server 11, and the transmission-side devices 13, 15, 16 are determined based on the arrangement information of the transmission data of all the devices 12 to 16.
Sequence information 33, 35, 36 and the receiving-side devices 12, 13,
The address conversion maps 17, 18, and 19 of the reception data of the reception-side devices 12, 13, and 14 are generated by associating the 14 pieces of array information 31, 32, and 34 with each other. To receive the data to be received.
Description
【0001】[0001]
【発明の属する技術分野】この発明は、データ伝送方法
およびデータ伝送システムに関するもので、例えば、プ
ラント制御監視システムにおいて、システムを構成する
制御装置、監視装置、保守装置、データ解析装置等の装
置間の伝送データの並びを自動決定するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transmission method and a data transmission system. For example, in a plant control / monitoring system, a control device, a monitoring device, a maintenance device, a data analysis device, etc., constituting the system are connected. Is automatically determined.
【0002】[0002]
【従来の技術】従来のこの種システムにおいては、各装
置間の伝送データの並びを決定するには、各装置の設計
とは別に、システム全体を考慮して伝送データの並びが
決定され、その並びに従い、各装置がデータ伝送をして
いた。また別の決定手段として、送信側装置又は受信側
装置の一方が、伝送データの並びを決定し、他方がその
並びに従って、データを送信又は受信していた。2. Description of the Related Art In this type of conventional system, in order to determine the arrangement of transmission data between devices, the arrangement of transmission data is determined in consideration of the entire system, separately from the design of each device. According to the order, each device was transmitting data. As another determining means, one of the transmitting device and the receiving device determines the arrangement of transmission data, and the other transmits or receives data according to the arrangement.
【0003】図6において、従来のデータ伝送システム
の構成とデータフローを示す。図6において、12はプ
ラント監視を行う監視装置(ステーションNo.1とす
る。)、13はプラントデータを解析するデータ解析装
置(ステーションNo.10とする。)、14は保守装
置(ステーションNo.20とする。)、15と16は
プラント制御を行う制御装置(ステーションNo.11
およびNo.12とする。)である。FIG. 6 shows a configuration and a data flow of a conventional data transmission system. In FIG. 6, reference numeral 12 denotes a monitoring device (station No. 1) for monitoring a plant, 13 denotes a data analyzer (station No. 10) for analyzing plant data, and 14 denotes a maintenance device (station No. 1). 20 and 15 and 16 are control devices (station No. 11) for performing plant control.
And No. It is assumed to be 12. ).
【0004】これらの各装置12〜16は、ネットワー
クでオンラインで結合されている。また、監視装置1
2、制御装置15,16は、通常、複数台数存在する。
これらの各装置間でやりとりされる信号は、ネットワー
クを介してデータ伝送される。[0004] Each of these devices 12-16 is connected online on a network. Also, the monitoring device 1
2. A plurality of control devices 15 and 16 usually exist.
Signals exchanged between these devices are transmitted over a network.
【0005】プラント監視・制御のネットワークでは、
一般にサイクリック伝送と呼ばれる通信方式、又は、ブ
ロードキャスト型メッセージ通信方式を採用し、周期的
(通常300msec〜1秒)に、特定量(プラントの
プロセス値等)のデータ伝送を行っている。このサイク
リック伝送、又は、ブロードキャスト型メッセージ通信
方式のデータの並びは共通情報として決定し、各装置の
送信・受信プログラム又はデータベースは、この決定さ
れた共通情報に基づき設計・製作される。In a plant monitoring / control network,
A communication system generally called a cyclic transmission or a broadcast message communication system is adopted, and a specific amount (a process value of a plant or the like) of data is transmitted periodically (usually 300 msec to 1 second). The arrangement of data in the cyclic transmission or broadcast message communication system is determined as common information, and transmission / reception programs or databases of the respective devices are designed and manufactured based on the determined common information.
【0006】[0006]
【発明が解決しようとする課題】従来の伝送データ方式
では、伝送データの並びに合わせて、各装置がプログラ
ム又はデータベースを設計・製作していたため、システ
ム設計においては、伝送データの並びを初めに決定する
ことが必要であり、各装置の設計・製作工程の制約とな
っていた。In the conventional transmission data system, since each device designs and manufactures a program or a database together with the transmission data, the arrangement of the transmission data is first determined in the system design. Must be performed, which is a constraint on the design and manufacturing process of each device.
【0007】また、伝送データの並びに変更が生じる
と、送信側装置、受信側装置のプログラム又はデータベ
ースの変更をしなければならず、また、伝送データの送
信側と受信側の不整合を防止するため、そのすべての変
更は、同時期に実施する必要があった。伝送データの送
信側と受信側の不整合とは、例えば、送信側の制御装置
の警報信号の並びと、受信側の監視装置の警報信号の並
びが合致しない場合を言い、この場合、誤警報が発生す
る可能性がある。Further, when the transmission data is changed, the program or database of the transmission device and the reception device must be changed, and inconsistency between the transmission side and the transmission side of the transmission data is prevented. Therefore, all the changes had to be implemented at the same time. The inconsistency between the transmission side of the transmission data and the reception side refers to, for example, a case where the arrangement of the alarm signals of the transmission side control device does not match the arrangement of the alarm signals of the reception side monitoring device. May occur.
【0008】さらに、従来の方式では、送信側と受信側
の伝送データの並びに不整合がないかのチェックは、送
信側で、模擬データを設定し、受信側でデータの確認を
行うため、並びの不整合のチェックに多大な時間を必要
としていた。Further, in the conventional method, the transmission side and the reception side check whether there is any inconsistency in the transmission data. The transmission side sets simulated data and the reception side confirms the data. It took a lot of time to check for inconsistencies.
【0009】この発明は上記のような課題を解決するた
めになされたものであり、送信側および受信側は、伝送
データの並びを意識することなく、送信データ(出力デ
ータ)の並び、受信データ(入力データ)の並びを自動
的に決定することができるようにし、また、送信側と受
信側の伝送データの不整合のチェックを不要とすること
を目的とする。SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems, and a transmitting side and a receiving side can arrange a transmission data (output data) and a reception data without paying attention to the arrangement of transmission data. It is another object of the present invention to automatically determine the arrangement of (input data) and to eliminate the need for checking for inconsistency in transmission data between a transmission side and a reception side.
【0010】[0010]
【課題を解決するための手段】(1)この発明に係るデ
ータ伝送方法は、互いにデータの授受を行う複数個のス
テーションで構成したデータ伝送システム上で、上記送
信側ステーションが送信するデータのデータ名称をデー
タ送信順に配列した送信側配列情報と、上記受信側ステ
ーションが受信するデータのデータ名称を配列した受信
側配列情報とを参照して、送信側のデータ名称と受信側
のデータ名称とを対応付けしたアドレス変換マップを生
成しておき、上記受信側ステーションは送信側ステーシ
ョンからの送信データが伝送されると、上記アドレス変
換マップを参照して、受信対象のデータを受信するもの
である。(1) A data transmission method according to the present invention provides a data transmission system comprising: a plurality of stations for exchanging data with each other; The transmitting side data name and the receiving side data name are referred to by referring to the transmitting side array information in which the names are arranged in the data transmission order and the receiving side array information in which the data names of the data received by the receiving station are arranged. An associated address translation map is generated, and the receiving station receives data to be received with reference to the address translation map when transmission data from the transmitting station is transmitted.
【0011】(2)この発明に係るデータ伝送システム
は、互いにデータの授受を行う複数個のステーション
と、これらのステーションを管理するサーバとを通信ラ
インで接続して構成し、上記送信側ステーションは、送
信するデータのデータ名称をデータ送信順に配列した送
信側配列情報を上記サーバへ伝送すると共に、上記受信
側ステーションは、受信するデータのデータ名称を配列
した受信側配列情報を上記サーバへ伝送し、上記サーバ
は伝送された上記送信側と受信側の配列情報を参照し
て、送信側のデータ名称と受信側のデータ名称とを対応
付けしたアドレス変換マップを生成して保存すると共
に、上記受信側ステーションに伝送して保存しておき、
上記受信側ステーションは送信側ステーションからの送
信データが伝送されると、上記アドレス変換マップを参
照して、受信対象のデータを受信するものである。(2) A data transmission system according to the present invention is constituted by connecting a plurality of stations for exchanging data with each other and a server for managing these stations via a communication line, and the transmitting station includes: And transmitting, to the server, transmission-side arrangement information in which data names of data to be transmitted are arranged in the data transmission order, and the reception-side station transmits, to the server, reception-side arrangement information in which data names of data to be received are arranged. The server generates and stores an address conversion map in which the data name of the transmission side is associated with the data name of the reception side with reference to the transmitted sequence information of the transmission side and the reception side, and Transmit to the side station and save,
When the transmission data from the transmission station is transmitted, the reception station refers to the address conversion map and receives the data to be received.
【0012】(3)また、上記(2)のデータ伝送シス
テムにおいて、受信側ステーションにチェック機能を設
け、送信側ステーションは配列情報に変更があると、そ
の変更した配列情報とこの配列情報のバージョン情報と
をサーバへ伝送し、サーバは変更された配列情報からア
ドレス変換マップを更新し、この更新したアドレス変換
マップと上記変更された配列情報のバージョン情報と
を、アドレス変換マップ更新対象の受信側ステーション
に伝送して保存しておき、この受信側ステーションのチ
ェック機能で、上記保存したバージョン情報と、その後
受信されるバージョン情報または上記サーバが保存する
バージョン情報とを比較して、バージョンの一致を確認
するチェックを行うものである。(3) In the data transmission system of the above (2), the receiving station is provided with a check function. When the transmitting station changes the sequence information, the changed sequence information and the version of the sequence information are changed. The server transmits the information to the server, and the server updates the address conversion map from the changed sequence information, and transmits the updated address conversion map and the version information of the changed sequence information to the receiving side of the address conversion map update target. The received version information is compared with the version information received thereafter or the version information stored by the server, and the version match is checked by the check function of the receiving station. This is a check to confirm.
【0013】(4)また、上記(2)のデータ伝送シス
テムにおいて、受信側ステーションにチェック機能を設
け、各ステーションは配列情報に変更があると、その変
更した配列情報をサーバへ伝送し、サーバは現在保存し
ている配列情報と上記変更された配列情報とを比較し
て、その内容が不一致の場合は上記変更された配列情報
に基づいてアドレス変換マップを更新し、この更新した
アドレス変換マップと上記変更された配列情報のバージ
ョン情報とを、アドレス変換マップ更新対象の受信側ス
テーションに伝送して保存しておき、この受信側ステー
ションのチェック機能で、上記保存したバージョン情報
と、その後受信されるバージョン情報または上記サーバ
が保存するバージョン情報とを比較して、バージョンの
一致を確認するチェックを行うものである。(4) In the data transmission system of the above (2), the receiving station is provided with a check function, and when there is a change in the sequence information, each station transmits the changed sequence information to the server. Compares the currently stored sequence information with the changed sequence information, and if the contents do not match, updates the address conversion map based on the changed sequence information. The version information of the changed sequence information and the version information of the changed sequence information are transmitted to and stored in the receiving station to be updated with the address translation map, and the stored version information and the subsequently received version information are checked by the checking function of the receiving station. Version information or the version information stored by the server above to check for a version match. And performs a click.
【0014】(5)また、上記(3)または(4)のデ
ータ伝送システムにおいて、バージョン情報をチェック
の結果、バージョン情報が一致しない場合は、サーバか
ら受信側ステーションへアドレス変換マップとバージョ
ン情報とを伝送して更新するものである。(5) In the data transmission system of (3) or (4) above, if the version information is not matched as a result of checking the version information, the server translates the address conversion map and the version information from the server to the receiving station. Is transmitted and updated.
【0015】(6)また、上記(2)〜(5)のいずれ
か1項のデータ伝送システムにおいて、送信側ステーシ
ョンから試験データを送信して、受信側ステーションで
受信し、上記送信した試験データと上記受信した試験デ
ータとを比較し、この比較結果に応じて正常な伝送か否
かを判定するものである。(6) In the data transmission system according to any one of (2) to (5), test data is transmitted from a transmitting station, received by a receiving station, and the transmitted test data is transmitted. Is compared with the received test data, and whether or not the transmission is normal is determined according to the comparison result.
【0016】(7)また、上記(2)〜(6)のいずれ
か1項のデータ伝送システムにおいて、上記データ伝送
システムの起動時、受信側ステーションの起動時、また
はデータ伝送のオンライン状態時に、サーバが保存する
アドレス変換マップ、またはアドレス変換マップとその
バーション情報を、受信側ステーションに送信して保存
するようにしたものである。(7) In the data transmission system according to any one of the above (2) to (6), when the data transmission system is activated, when a receiving station is activated, or when data transmission is online, The address translation map stored by the server or the address translation map and its version information are transmitted to the receiving station and stored.
【0017】[0017]
【発明の実施の形態】実施の形態1.以下、この発明の
実施の形態1を図に基づいて説明する。図1はこの実施
の形態1のデータ伝送システムの構成を示す。図2は伝
送データデータベース(D/B)のデータ構成を示す。DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiment 1 Hereinafter, a first embodiment of the present invention will be described with reference to the drawings. FIG. 1 shows the configuration of the data transmission system according to the first embodiment. FIG. 2 shows the data configuration of the transmission data database (D / B).
【0018】図1において、11は伝送データアドレス
を管理するデータベースサーバ(統合D/Bサーバ)、
12はプラント監視を行う監視装置(ステーションN
o.1とする。)、13はプラントデータを解析するデ
ータ解析装置(ステーションNo.10とする。)、1
4は保守装置(ステーションNo.20とする。)、1
5と16はプラント制御を行う制御装置(ステーション
No.11および12とする。)である。In FIG. 1, reference numeral 11 denotes a database server (integrated D / B server) for managing transmission data addresses,
12 is a monitoring device (station N) for monitoring the plant.
o. Let it be 1. ), 13 are data analyzers for analyzing plant data (station No. 10), 1
4 is a maintenance device (station No. 20), 1
Reference numerals 5 and 16 denote control devices (station Nos. 11 and 12) for performing plant control.
【0019】これらの12〜16は、ネットワークでオ
ンラインで統合されている。また、監視装置12、制御
装置15,16は、通常、複数台数存在する。各装置間
でやりとりされる信号は、ネットワークを介してデータ
伝送される。プラント監視・制御のネットワークでは、
一般にサイクリック伝送と呼ばれる通信方式、又は、ブ
ロードキャスト型メッセージ通信方式を採用し、周期的
(通常300msec〜1秒)に、特定量のデータ伝送
を行っている。These 12 to 16 are integrated online on a network. In general, a plurality of monitoring devices 12 and control devices 15 and 16 exist. Signals exchanged between the devices are transmitted over a network. In the plant monitoring and control network,
A communication method generally called a cyclic transmission or a broadcast message communication method is adopted, and a specific amount of data is transmitted periodically (usually 300 msec to 1 second).
【0020】この実施の形態は上記説明したサイクリッ
ク伝送のデータの並びを各装置独自で任意に決定するこ
とを可能とし、任意に決定しても他装置の設計内容に伴
う変更(例えば、従来のようなサイクリック伝送の伝送
データの並びの変更に伴う各装置の送信・受信プログラ
ム又はデータベースの変更)を不要とする。This embodiment makes it possible to arbitrarily determine the arrangement of the cyclic transmission data described above independently of each device, and even if it is determined arbitrarily, the arrangement is changed according to the design of another device (for example, (The change of the transmission / reception program or database of each device due to the change of the sequence of the transmission data of the cyclic transmission as described above) is not required.
【0021】上記サイクリック伝送のデータの並びを説
明する。制御装置15,16では、送信する伝送データ
の区別をする出力タグNo(出力タグ名称)が、伝送す
る順番に配列された配列情報35および36として作成
される。この配列情報はアドレス(1,2,3,・・
・)順にメモリ・ハードディスク等に格納される。監視
装置12では、受信する伝送データの区別をする入力タ
グNo(入力タグ名称)が、配列情報31として作成さ
れる。この配列情報31はアドレス(1,2,3,・・
・)順にメモリ・ハードディスク等に格納される。The arrangement of the data of the cyclic transmission will be described. In the control devices 15 and 16, output tag numbers (output tag names) for distinguishing transmission data to be transmitted are created as array information 35 and 36 arranged in the order of transmission. This array information is stored in the address (1, 2, 3,.
・) Stored in memory / hard disk etc. in order. In the monitoring device 12, an input tag No (input tag name) for distinguishing the received transmission data is created as the sequence information 31. This array information 31 has addresses (1, 2, 3,...)
・) Stored in memory / hard disk etc. in order.
【0022】データ解析装置13では、送信と受信のデ
ータがあるので、入力タグNoの配列を示す配列情報3
2と、出力タグNoの配列を示す配列情報33が作成さ
れる。また、保守装置14では、入力タグNoの配列を
示す配列情報34が作成される。In the data analysis device 13, since there are transmission and reception data, the sequence information 3 indicating the sequence of the input tag No.
2 and array information 33 indicating an array of output tag numbers. In the maintenance device 14, array information 34 indicating the array of the input tag numbers is created.
【0023】なお、上記の各配列情報はそれぞれの装置
(ステーション)において個別に作成されるが、この作
成は人為的に作成しても、また、自動的(アルファベッ
トの昇順・降順、もしくは設定先順等)に作成してもよ
い。The above sequence information is created individually in each device (station). This creation can be performed manually or automatically (in ascending or descending alphabetical order or in the setting destination). Etc.).
【0024】図2は統合D/Bサーバ11内の伝送デー
タD/Bのデータ構造での一例を示すもので、「STN
1,STN2,・・・」はステーションNoを示し、各
ステーション毎に、「入力タグの配列情報」およびその
入力タグに対応する「アドレス変換マップ」と、「出力
タグの配列情報」とが格納されている。FIG. 2 shows an example of the data structure of the transmission data D / B in the integrated D / B server 11, wherein "STN" is used.
.., 1, STN2,... Indicate station numbers, and for each station, “input tag array information”, “address conversion map” corresponding to the input tag, and “output tag array information” are stored. Have been.
【0025】データを受信する監視装置12、データ解
析装置13、保守装置14等の受信側(入力側)の装置
には、それぞれアドレス変換マップ17,18,19が
以下に説明するように自動作成される。The devices on the receiving side (input side) such as the monitoring device 12, the data analyzing device 13, and the maintenance device 14 for receiving data are automatically created with address conversion maps 17, 18, and 19, respectively, as described below. Is done.
【0026】(1)伝送データを送受信する各装置(ス
テーション)12〜16は、アドレス上に配列情報とし
て作成した入力データ名称(入力タグNo)、および出
力データ名称(出力タグNo)を統合D/Bサーバ11
へ送信する。即ち、配列情報31、32、33、34、
35、36を統合D/Bサーバ11へ送信する。(1) Each of the devices (stations) 12 to 16 for transmitting and receiving transmission data integrates an input data name (input tag No.) and an output data name (output tag No.) created as array information on an address. / B server 11
Send to That is, the sequence information 31, 32, 33, 34,
35 and 36 are transmitted to the integrated D / B server 11.
【0027】(2)統合データベース(D/B)サーバ
11は、各装置(ステーション)の入力データ名称(入
力タグNo)、出力データ名称(出力タグNo)の配列
情報(どのデータ名称をどういう並びで出力又は入力す
るかという情報)を取得する。(2) The integrated database (D / B) server 11 arranges input data names (input tag numbers) and output data names (output tag numbers) of the devices (stations) (which data names are arranged in what order). To output or input).
【0028】(3)統合D/Bサーバ11は、この配列
情報から、各装置毎に、入力タグNo配列に対応したア
ドレス変換マップ17〜19を生成する。例えば、アド
レス変換マップ17は、監視装置12がネットワークか
ら入力するデータ名称が「TAG−1B,TAG−2
C,TAG−2D,・・・」であるため、これらのデー
タ名称を出力している装置のステーションNoと出力タ
グNoの配列のインデックスを用いて、「11−2,1
2−3,12−4,・・・・」となる。(3) The integrated D / B server 11 generates address conversion maps 17 to 19 corresponding to the input tag No array for each device from the array information. For example, the address translation map 17 indicates that the data name input from the network by the monitoring device 12 is “TAG-1B, TAG-2”.
C, TAG-2D,..., "11-2, 1" using the index of the array of the station No. and output tag No. of the device outputting these data names.
2-3, 12-4, ... ".
【0029】詳細に説明すると、監視装置12の配列情
報31にある1番目のアドレスの「TAG−1B」に対
しては、制御装置15(ステーションNo.11)の配
列情報35の2番目のアドレスの「TAG−1B」から
の信号であるので、「11−2」がアドレス変換マップ
17の1番目の変換データとなる。More specifically, for the first address "TAG-1B" in the array information 31 of the monitoring device 12, the second address of the array information 35 of the control device 15 (station No. 11) is used. Is the signal from “TAG-1B”, “11-2” is the first conversion data in the address conversion map 17.
【0030】(4)次に統合D/Bサーバ11は、アド
レス変換マップ17,18,19を対応する装置(ステ
ーション)へ配送する。(5)上記対応する装置(ステ
ーション)では、自ステーションのアドレス変換マップ
を受信し、図1のようにそれぞれ格納する。(4) Next, the integrated D / B server 11 delivers the address conversion maps 17, 18, and 19 to the corresponding devices (stations). (5) The corresponding device (station) receives the address translation map of its own station and stores it as shown in FIG.
【0031】このようにして、アドレス変換マップを自
動生成することができる。送信側である制御装置15,
16、データ解析装置13のアドレスマップ35,3
6,33等の出力タグNoの配列情報が変更された場合
は、変更の都度、統合D/Bサーバ11へ伝送し、統合
D/Bサーバ11は変更に関連するアドレス変換マップ
を更新して、関連のステーションに伝送する。In this way, an address translation map can be automatically generated. The control device 15, which is the transmitting side,
16. Address map 35, 3 of data analyzer 13
When the arrangement information of the output tag No. such as 6, 33 is changed, each time the change is transmitted, the change is transmitted to the integrated D / B server 11, and the integrated D / B server 11 updates the address conversion map related to the change. To the relevant station.
【0032】次に通常のデータ伝送をする場合は、 (1)制御装置15から配列情報35に基づいて、 TAG−1A(アドレス11−1) TAG−1B(アドレス11−2) TAG−1C(アドレス11−3) の順にそのタグ名称のデータをネットワークに送信す
る。Next, when normal data transmission is performed, (1) TAG-1A (address 11-1) TAG-1B (address 11-2) TAG-1C ( The data of the tag name is transmitted to the network in the order of the address 11-3).
【0033】(2)データ解析装置13は、アドレス変
換マップ18のアドレス1が「11−1であるので、制
御装置15(ステーションNo.11)からの信号の1
番目のデータ(データ名称TAG−1Aのデータ)を受
信する。(2) Since the address 1 of the address conversion map 18 is "11-1", the data analyzer 13 outputs the signal 1 from the controller 15 (station No. 11).
-Th data (data of data name TAG-1A) is received.
【0034】(3)また、制御装置15(ステーション
No.11)から送信されたアドレス2のデータ(TA
G−1B)は、監視装置17のアドレス変換マップ17
の1番目のアドレスが「11−2」であるので、監視装
置17に受信され、 (4)同時に、保守装置14のアドレス変換マップ19
のアドレス1も「11−1」であるので、保守装置14
に受信される。(3) The data (TA) of address 2 transmitted from the control device 15 (station No. 11)
G-1B) shows the address conversion map 17 of the monitoring device 17.
Since the first address is “11-2”, it is received by the monitoring device 17. (4) At the same time, the address conversion map 19 of the maintenance device 14 is used.
Is also "11-1", the maintenance device 14
Is received.
【0035】(5)上記のように制御装置15の送信デ
ータが送信されると、次に、制御装置16の送信データ
を監視装置15のデータ伝送と同様にして送信され、次
に、データ解析装置13の送信データを送信する。この
ようにして通常の監視制御時の伝送データの送受信が行
われる。(5) When the transmission data of the control device 15 is transmitted as described above, the transmission data of the control device 16 is transmitted in the same manner as the data transmission of the monitoring device 15, and then the data analysis is performed. The transmission data of the device 13 is transmitted. Thus, transmission / reception of transmission data during normal monitoring control is performed.
【0036】以上のように、この実施の形態では、アド
レス変換マップを生成する統合D/Bサーバ11を用い
ることで、制御装置15,16や監視装置12,データ
解析装置13,保守装置14の各装置は、各々他の装置
とは切り離して入力、出力するデータ名称及び配列を決
定することができる。As described above, in this embodiment, by using the integrated D / B server 11 for generating the address conversion map, the control devices 15 and 16, the monitoring device 12, the data analysis device 13, and the maintenance device 14 are used. Each device can determine the names and arrangements of data to be input and output separately from the other devices.
【0037】また、制御装置15,16およびデータ解
析装置13の送信データの並び(出力タグNoの配列)
に変更があった場合でも、アドレス変換マップが自動的
に変更されるので、監視装置の受信データの並び(入力
タグNoの配列)に変更を与えないため、監視装置側の
受信プログラム又はデータベースの変更が生じない。The arrangement of the transmission data of the control devices 15 and 16 and the data analysis device 13 (array of output tag numbers)
Even if there is a change in the address, the address conversion map is automatically changed, so that the arrangement of the received data of the monitoring device (array of input tag numbers) is not changed, so that the receiving program or database of the monitoring device is No change occurs.
【0038】さらに、統合D/Bサーバがアドレス変換
マップを自動生成することで、伝送データの送信側と受
信側の不整合が生じなくなり、不整合のチェック作業が
不要となる。Further, since the integrated D / B server automatically generates the address conversion map, inconsistency between the transmission data transmission side and the transmission data reception side does not occur, and the work of checking for inconsistency is not required.
【0039】なお、複数の送信側装置が配列情報を総合
データD/Bサーバ11へ伝送するとき、各送信側装置
は自分のステーションNoは伝送しない。このステーシ
ョンNoは、通常、システムのネットワークで一意に決
定されるものであり、総合データベースの1つのテーブ
ルとして管理・保存されているので、総合データD/B
サーバ11は、どの送信側装置(ステーションNo)か
らの配列情報であるかを装置名称(ステーション名)か
ら自動的に認識する。もし、自動的に認識しない場合
は、送信側装置は自己のステーションNoと配列情報と
を総合データD/Bサーバ11に対して伝送する。When a plurality of transmitting devices transmit the array information to the comprehensive data D / B server 11, each transmitting device does not transmit its own station number. The station number is usually uniquely determined in the system network, and is managed and stored as one table in the comprehensive database.
The server 11 automatically recognizes from which apparatus (station No.) the sequence information is transmitted from the apparatus name (station name). If it is not automatically recognized, the transmitting device transmits its own station No. and sequence information to the integrated data D / B server 11.
【0040】また、送信側装置はデータ伝送する場合、
配列情報の並びでデータを伝送するが、自己のステーシ
ョンNoは伝送しない。ステーションNoの識別につい
ては、サイクリック伝送する場合、各送受信装置は所定
のサイズのサイクリックエリアを設定して周期的(30
0msec〜1秒)にデータを更新(サイクリックエリ
アは、常に同じデータ値に)しているが、このサイクリ
ックエリア内を各ステーション毎に分割して割り当てて
いるため、ステーションの識別が自動的に行われる。Further, when transmitting data, the transmitting side apparatus performs:
The data is transmitted in the arrangement of the arrangement information, but the own station No is not transmitted. Regarding the identification of the station No., when transmitting and receiving cyclically, each transmitting / receiving apparatus sets a cyclic area of a predetermined size and periodically (30).
The data is updated (0 msec to 1 second) (the cyclic area always has the same data value). However, since the cyclic area is divided and assigned to each station, station identification is automatically performed. Done in
【0041】このサイクリックエリアは、ネットワーク
の設計で各装置がどのエリアを送信エリアとするかを決
定しておく。受信側は送信エリアと同一のエリアを受信
エリアとして受信するので、受信エリアの定義は不要で
あり、受信エリアはサイクリックエリアの全エリアが用
いられる。例えば、64kByteのサイクリックエリ
アを割り当て、その内、0〜2kBはSTN1用送信エ
リア、2〜4kBはSTN2用送信エリア、・・・とし
て割り当て、この割り当てられた送信エリアからデータ
を送信し、各受信側装置は、0〜2kBエリアからはS
TN1用の送信データと認識してデータ受信し、2〜4
kBエリアからはSTN2用の送信データと認識してデ
ータ受信をする。This cyclic area determines which area is set as a transmission area by each device in designing a network. Since the receiving side receives the same area as the transmission area as the reception area, it is not necessary to define the reception area, and the entire reception area is used as the reception area. For example, a cyclic area of 64 kByte is allocated, of which 0 to 2 kB is allocated as a transmission area for STN1, 2 to 4 kB is allocated as a transmission area for STN2, ..., and data is transmitted from the allocated transmission area. The receiving side device is S from the 0-2 kB area.
Recognize the transmission data for TN1 and receive the data, 2-4
From the kB area, it recognizes transmission data for STN2 and receives data.
【0042】実施の形態2.実施の形態1では、制御装
置15,16およびデータ解析装置13の送信データの
並び(出力タグNoの配列)に変更があった場合につい
て説明したが、監視装置等の受信データの並び(入力タ
グNoの配列)に変更があった場合は、変更のあった監
視装置(受信側ステーション)のアドレス変換マップの
変更は、その監視装置内で行っても他の装置に影響を与
えない。Embodiment 2 In the first embodiment, the case where the arrangement of the transmission data (the arrangement of the output tag numbers) of the control devices 15 and 16 and the data analysis device 13 is changed, but the arrangement of the reception data (the input tag If there is a change in the arrangement of No., the change of the address translation map of the changed monitoring device (receiving station) does not affect other devices even if the change is made in the monitoring device.
【0043】しかし、統合D/Bサーバに格納されてい
る変更のあった監視装置のアドレス変換マップが改訂さ
れないので、両者のアドレス変換マップは合致しない。
それ故、両者のアドレス変換マップは合致させておく方
が、統合D/Bサーバでの管理上好ましい。(合致させ
ないと、統合D/Bサーバ側で受信側装置のアドレス変
換マップがチェックできない。)However, since the address conversion map of the changed monitoring device stored in the integrated D / B server is not revised, the two address conversion maps do not match.
Therefore, it is preferable to make the address conversion maps of the two coincide with each other in terms of management by the integrated D / B server. (If they do not match, the integrated D / B server cannot check the address conversion map of the receiving device.)
【0044】従って、変更のあった監視装置等の受信側
装置は変更された入力タグNoの配列情報を統合D/B
サーバへ送信し、統合D/Bサーバはその配列情報から
アドレス変換マップを改訂し、変更対象の受信側装置へ
送信して、その装置のアドレス変換マップを改訂する。Therefore, the receiving device such as the changed monitoring device integrates the changed input tag No. array information into the integrated D / B.
The data is transmitted to the server, and the integrated D / B server revises the address translation map from the sequence information, transmits the revised address translation map to the receiving apparatus to be changed, and revises the address translation map of the apparatus.
【0045】このようにしてこの実施の形態2は、受信
側装置での配列情報の変更に対しても対処することがで
きる。As described above, the second embodiment can cope with a change in the arrangement information in the receiving apparatus.
【0046】実施の形態3.上記実施の形態1、実施の
形態2では、統合D/Bサーバ11により、各装置の入
出力タグNo配列からアドレス変換マップを生成し、こ
れにより、各装置の伝送データの並びを他装置に依存な
しに決定する場合について述べたが、この実施の形態は
図3に示すように、下記の2つを設ける。Embodiment 3 In the first and second embodiments, the integrated D / B server 11 generates an address conversion map from the input / output tag No array of each device, and thereby transfers the arrangement of transmission data of each device to another device. Although the case where the determination is made without dependence has been described, this embodiment provides the following two as shown in FIG.
【0047】(1)ネットワークから入力する装置(受
信側ステーション)には、マップバージョンテーブル2
1〜23を設ける。このマップバージョンテーブル21
〜23は、送信側装置毎の配列情報のバージョンをバー
ジョンNo(バージョン情報)で表わしたテーブルであ
る。(1) The device (receiving station) input from the network has a map version table 2
1 to 23 are provided. This map version table 21
23 is a table in which the version of the array information for each transmitting apparatus is represented by a version number (version information).
【0048】(2)ネットワークへ出力する装置(送信
側ステーション)には、送信データの並び(出力タグN
o配列情報)の一部に、配列情報のバージョンNo(図
5の41,42,43)を設ける。このバージョンNo
は、出力タグNoの配列情報が変更され、更新された場
合に変更(バージョンアップ)する。(2) An arrangement of transmission data (output tag N
o sequence information) is provided with a version number (41, 42, 43 in FIG. 5) of the sequence information. This version No
Is changed (upgraded) when the array information of the output tag No is changed and updated.
【0049】マップバージョンテーブルの生成は次のよ
うにして行う。統合D/Bサーバ11は、送信側装置か
ら送信された配列情報から、アドレス変換マップを生成
するときに、配列情報のバージョンNoを用いて、マッ
プバージョンテーブル21,22,23を生成する。マ
ップバージョンテーブルは、STN(ステーションN
o)と、Ver.(配列情報のバージョンNo)で構成
される。The generation of the map version table is performed as follows. The integrated D / B server 11 generates the map version tables 21, 22, and 23 using the version number of the array information when generating the address conversion map from the array information transmitted from the transmitting device. The map version table is STN (station N
o) and Ver. (Version information version number).
【0050】例えば、制御装置15の出力タグNo配列
を変更した場合に、配列情報のバージョンが「3」にな
ったとする。監視装置12のマップバージョンテーブル
21では、制御装置15のSTN(ステーションNo)
11に該当するバージョンNoは「3」であるため、バ
ージョンNoが合致し、この場合は現在のアドレス変換
マップが正しいので、通常のネットワークからのデータ
入力が行われる。もし、監視装置12のマップバージョ
ンテーブル21のステーションNo11のバージョンN
oが「2」のままであると、データ入力を中断する。For example, it is assumed that when the output tag No. array of the control device 15 is changed, the version of the array information becomes “3”. In the map version table 21 of the monitoring device 12, the STN (station No.) of the control device 15
Since the version number corresponding to 11 is “3”, the version numbers match. In this case, since the current address conversion map is correct, data input from a normal network is performed. If the version N of the station No. 11 in the map version table 21 of the monitoring device 12
If o remains "2", data input is interrupted.
【0051】バージョンが不一致が生じるのは、例え
ば、プラントの定期点検中に制御装置を停止して改造す
る場合である。 (1)この改造をした場合に、ネットワークに出力(送
信)する信号の並びの追加・変更をした場合に、配列情
報のバージョンNoも更新する。 (2)この制御装置を改造後に起動して、配列情報と共
にバーションNoも総合データD/Bサーバ11に伝送
される。The inconsistency of the versions occurs, for example, when the control device is stopped and modified during the periodic inspection of the plant. (1) When this modification is performed, if the arrangement of signals to be output (transmitted) to the network is added or changed, the version number of the sequence information is also updated. (2) The control device is started after the modification, and the version number is transmitted to the comprehensive data D / B server 11 together with the sequence information.
【0052】(3)受信側装置は、その内部に格納して
いるマップバージョンテーブルと総合データD/Bサー
バ11が生成したマップバージョンテーブルとを比較す
ることにより、両者のテーブルの内容が不一致となる。 (4)不一致となると、受信側装置は総合データD/B
サーバ11からアドレス変換マップとマップバージョン
テーブルを入手し格納する。(3) The receiving apparatus compares the map version table stored therein with the map version table generated by the integrated data D / B server 11 so that the contents of both tables do not match. Become. (4) If the data does not match, the receiving device sets the total data D / B
An address conversion map and a map version table are obtained from the server 11 and stored.
【0053】これにより、送信側装置と受信側装置で整
合のとれたデータの授受が可能となる。更に、受信側装
置は、バージョンの不一致を検出すると、不一致となっ
た当該送信側装置からのデータ受信のみ中断する。この
ため、受信側装置が最新のアドレス変換マップを入手す
る前に、データを受信しても改造された送信側装置の不
整合データを入力することはない。Thus, transmission and reception of matched data between the transmitting device and the receiving device can be performed. Further, upon detecting the version mismatch, the receiving device suspends only data reception from the mismatched transmitting device. Therefore, even if the data is received before the receiving device obtains the latest address translation map, the modified inconsistent data of the transmitting device is not input.
【0054】また、データ受信側の監視装置を改造する
ため停止した場合も、その停止中に送信側の制御装置の
配列情報の変更があると、監視装置を起動するときは、
その監視装置が内部に格納しているマップバージョンテ
ーブルと総合データD/Bサーバ11が格納しているマ
ップバージョンテーブルのバージョンNoが一致しなく
なる。総合データD/Bサーバ11が格納しているマッ
プバージョンテーブルを入手して、この両者のテーブル
を比較してチェックすることにより、監視装置のアドレ
ス変換マップの更新が必要か否か判断できる。Also, when the monitoring device on the data receiving side is stopped for remodeling, if the arrangement information of the control device on the transmitting side is changed during the halt, the monitoring device is started when
The version numbers of the map version table stored in the monitoring device and the map version table stored in the integrated data D / B server 11 do not match. By obtaining the map version table stored in the integrated data D / B server 11 and comparing and checking the two tables, it can be determined whether or not the address translation map of the monitoring device needs to be updated.
【0055】以上のように、装置の改造中に伝送データ
の不整合が生じる場合でも、信号データの不整合のまま
入力することが避けられる。従って、このマップバージ
ョンテーブルを用いるとシステムの稼動中に、他の装置
の状況を意識しないで装置の改造が可能となる。As described above, even when the transmission data is mismatched during the remodeling of the device, it is possible to avoid inputting the signal data with the mismatch. Therefore, the use of this map version table makes it possible to remodel a device during operation of the system without being aware of the status of other devices.
【0056】実施の形態4.実施の形態3では、送信側
装置の出力タグの配列情報が変更されたとき、そのバー
ジョン情報(バージョンNo)を配列情報に付加して、
統合D/Bサーバでマップバージョンテーブルを作成し
たが、この実施の形態3は送信側装置でバーション情報
を付加しない形態を示す。Embodiment 4 In the third embodiment, when the array information of the output tag of the transmitting apparatus is changed, the version information (version No.) is added to the array information,
Although the integrated D / B server creates the map version table, the third embodiment shows a mode in which version information is not added by the transmitting device.
【0057】送信側装置は出力タグの配列情報を変更す
ると、配列情報のみ統合D/Bサーバ11へ伝送し、統
合D/Bサーバ11は、伝送された配列情報とサーバ内
の伝送データD/Bに格納されている配列情報とを比較
し、一致しておればマップバージョンテーブルのバージ
ョンNoは変更せず、一致しなければバージョンNoを
進めて、マップバージョンテーブルを変更し、関連する
受信側装置へ改訂されたアドレス変換マップと共に送信
する。When the transmitting apparatus changes the arrangement information of the output tag, it transmits only the arrangement information to the integrated D / B server 11, and the integrated D / B server 11 transmits the transmitted arrangement information and the transmission data D / B in the server. B, and compares it with the sequence information stored in B. If there is a match, the version number of the map version table is not changed. Send to device with revised address translation map.
【0058】このようにすると統合D/Bサーバでの管
理業務は増加するが、送信側装置でのバージョン情報を
配列情報に付加する手段を省くことができる。In this way, the number of management tasks in the integrated D / B server increases, but the means for adding the version information in the transmitting device to the array information can be omitted.
【0059】実施の形態5.上記実施の形態1では、統
合D/Bサーバ11が各装置の入出力タグNoのデータ
名称から、アドレス変換マップを生成し、各装置は、独
自に入力タグNo配列、出力タグNo配列を決定できる
が、実際に、プラントシステムに適用するには、制御装
置15,16から模擬データを入力し、それを監視装置
12等でデータ値を確認することが必要である。図4は
この実施の形態5で試験する場合の状態を示すものであ
る。Embodiment 5 FIG. In the first embodiment, the integrated D / B server 11 generates an address conversion map from the data names of the input and output tag numbers of each device, and each device independently determines an input tag No. array and an output tag No. array Although it is possible, in order to actually apply the present invention to a plant system, it is necessary to input simulated data from the control devices 15 and 16 and confirm the data value of the simulated data with the monitoring device 12 or the like. FIG. 4 shows a state when a test is performed in the fifth embodiment.
【0060】次に動作について説明する。 (1)統合D/Bサーバ11は試験データを生成し、こ
れを送信側装置である制御装置15、16、およびデー
タ解析装置13に送信する。 (2)送信側装置は、この試験データをネットワークに
出力する。Next, the operation will be described. (1) The integrated D / B server 11 generates test data and transmits the generated test data to the control devices 15 and 16 and the data analysis device 13 which are transmission-side devices. (2) The transmitting device outputs the test data to the network.
【0061】(3)監視装置12等の受信側装置は、入
力データを読み出し、これを統合D/Bサーバ11に送
信する。 (4)統合D/Bサーバ11では、監視装置12等から
送られてきたデータとその監視装置12のアドレス変換
マップ17を用いて、試験データと一致しているか照合
する。(3) The receiving device such as the monitoring device 12 reads the input data and transmits it to the integrated D / B server 11. (4) The integrated D / B server 11 uses the data sent from the monitoring device 12 or the like and the address conversion map 17 of the monitoring device 12 to check whether the data matches the test data.
【0062】例えば、監視装置12の入力データの先頭
は「1100002」のデータ値であるが、アドレス変
換マップ17より、これは、ステーションNo11の出
力データの先頭から2番目のデータであることが判明す
る。ステーション11の試験データの先頭から2番目
は、「1100002」のデータであり、一致している
ことになる。For example, the head of the input data of the monitoring device 12 has a data value of “1100002”, but from the address conversion map 17, it is found that this is the second data from the head of the output data of the station No. 11. I do. The second from the top of the test data of the station 11 is the data of “1100002”, which is identical.
【0063】また、データ解析装置13の入力データの
先頭は「1100002」のデータ値であるが、アドレ
ス変換マップ17より、これは、ステーションNo11
の出力データの先頭から1番目のデータであることが判
明する。ステーション11の試験データの先頭から1番
目は、「1100001」のデータであり、不一致とな
る。The head of the input data of the data analyzer 13 is a data value of “1100002”.
It is determined that the output data is the first data from the head of the output data. The first of the test data of the station 11 is the data of “1100001”, which is inconsistent.
【0064】以上のように、統合D/Bサーバ11に、
試験データ生成及び試験データ照合を行うことにより、
伝送データの並びのチェックを自動で行うことができ
る。即ち、実施の形態1の方法により、伝送データの並
びに不整合が生じないことをアルゴリズムで証明できる
が、本実施の形態では、これを具体的なデータを各装置
間に伝送することで、伝送データ試験の自動化を図り、
伝送データ試験時間の短縮を図るものである。As described above, the integrated D / B server 11
By performing test data generation and test data collation,
It is possible to automatically check the arrangement of the transmission data. That is, according to the method of the first embodiment, it can be proved by an algorithm that no inconsistency of transmission data occurs, but in the present embodiment, this is transmitted by transmitting specific data between the devices. Automated data testing,
This is to shorten the transmission data test time.
【0065】なお、試験データの照合結果が不一致とな
った場合は、不一致であった箇所の受信側ステーション
のアドレス変換マップを再度生成して、当該ステーショ
ンに再配送し、再シミュレーションする。If the collation result of the test data does not match, the address translation map of the receiving station at the mismatched location is generated again, redistributed to the station, and re-simulated.
【0066】実施の形態6.上記実施の形態1,2で
は、統合D/Bサーバ11によりアドレス変換マップ及
びマップバージョンテーブルが生成され、これらのマッ
プ、テーブルが更新されれば、その都度、各装置に配送
することについて述べたが、この実施の形態は次の2つ
の機能を持つようにしたものである。Embodiment 6 FIG. In the first and second embodiments, it has been described that the address conversion map and the map version table are generated by the integrated D / B server 11, and when these maps and tables are updated, they are delivered to each device each time. However, this embodiment has the following two functions.
【0067】(1)図5に示すように、入力タグNoを
有する装置(受信側ステーション)の起動時、またはデ
ータ伝送システム全体の起動時に、アドレス変換マップ
及びマップバージョンテーブルを統合D/Bサーバから
ダウンロードする機能、この機能により受信側ステーシ
ョンのアドレス変換マップ及びマップバージョンテーブ
ルの内容はサーバと同一内容となり不一致が生じない。(1) As shown in FIG. 5, when the device having the input tag number (receiving station) or the entire data transmission system is started, the address conversion map and the map version table are integrated into the D / B server. The contents of the address translation map and the map version table of the receiving station are the same as those of the server, so that no mismatch occurs.
【0068】(2)通常の伝送中、即ちオンライン状態
であっても、受信側装置はアドレス変換マップが統合D
/Bサーバ11より配送されれば、装置内のメモリ、ハ
ードディスク(HD)の内容をオンラインで更新する機
能、この機能によりデータ伝送を中断することなくオン
ライン状態でアドレス変換マップの更新ができる。(2) Even during normal transmission, that is, in the on-line state, the receiving-side apparatus determines that the address conversion map is
If delivered from the / B server 11, the function of updating the contents of the memory and the hard disk (HD) in the device online, and this function allows the address translation map to be updated online without interrupting data transmission.
【0069】以上のように、起動時とオンライン状態で
対応するようにしたので、ネットワークの伝送データに
変更があった場合に、アドレス変換マップが自動的に更
新されるので、受信側ステーションは、プログラム変更
又は配列情報データベース変更が不要となり、また装置
の再起動も不要となる。このため、システムの改造が簡
単に行え、かつ、装置を中断(データ伝送の中止、電源
のリセット等)しないで変更を行うことができる。As described above, since the correspondence is made between the start-up and the online state, when the transmission data of the network is changed, the address translation map is automatically updated. It is not necessary to change the program or the sequence information database, and it is not necessary to restart the device. Therefore, the system can be easily remodeled, and the change can be made without interrupting the apparatus (stopping data transmission, resetting the power supply, etc.).
【0070】実施の形態7.上記実施の形態では、ネッ
トワークを介して信号の授受を行ったが、光通信ライン
や無線の通信ラインを用いてもよい。Embodiment 7 FIG. In the above embodiment, signals are exchanged via a network, but an optical communication line or a wireless communication line may be used.
【0071】[0071]
【発明の効果】以上のようにこの発明によれば、アドレ
ス変換マップを自動生成するようにしたので、送信側お
よび受信側のステーションは、伝送データの並びを各々
独自に作成することができ、また、変更も容易にでき
る。また、送信側と受信側の伝送データの不整合のチェ
ックが不要となる。As described above, according to the present invention, the address translation map is automatically generated, so that the transmitting side and the receiving side stations can independently create the arrangement of the transmission data. Also, changes can be made easily. Further, it is not necessary to check for mismatching of transmission data between the transmission side and the reception side.
【図1】 この発明の実施の形態1によるデータ伝送シ
ステムの構成図である。FIG. 1 is a configuration diagram of a data transmission system according to a first embodiment of the present invention.
【図2】 この発明の実施の形態1による伝送データD
/Bのデータ構成を示す図である。FIG. 2 shows transmission data D according to the first embodiment of the present invention.
FIG. 6 is a diagram showing a data configuration of / B.
【図3】 この発明の実施の形態3によるデータ伝送シ
ステムの構成図である。FIG. 3 is a configuration diagram of a data transmission system according to a third embodiment of the present invention.
【図4】 この発明の実施の形態5によるデータ伝送シ
ステムの構成図である。FIG. 4 is a configuration diagram of a data transmission system according to a fifth embodiment of the present invention.
【図5】 この発明の実施の形態6によるデータ伝送シ
ステムの構成図である。FIG. 5 is a configuration diagram of a data transmission system according to a sixth embodiment of the present invention.
【図6】 従来のデータ伝送システムの構成図である。FIG. 6 is a configuration diagram of a conventional data transmission system.
11 統合データデータベースサーバ(総合データD/
Bサーバ) 12 監視装置 13 データ解析
装置 14 保守装置 15,16 制御
装置 17,18,19 アドレス変換マップ 21,22,23 マップバージョンテーブル 31,32,33,34,35,36 配列情報11 Integrated Data Database Server (Comprehensive Data D /
B server) 12 monitoring device 13 data analysis device 14 maintenance device 15, 16 control device 17, 18, 19 address conversion map 21, 22, 23 map version table 31, 32, 33, 34, 35, 36 sequence information
Claims (7)
ーションで構成したデータ伝送システム上で、上記送信
側ステーションが送信するデータのデータ名称をデータ
送信順に配列した送信側配列情報と、上記受信側ステー
ションが受信するデータのデータ名称を配列した受信側
配列情報とを参照して、送信側のデータ名称と受信側の
データ名称とを対応付けしたアドレス変換マップを生成
しておき、上記受信側ステーションは送信側ステーショ
ンからの送信データが伝送されると、上記アドレス変換
マップを参照して、受信対象のデータを受信することを
特徴とするデータ伝送方法。1. A data transmission system comprising a plurality of stations for exchanging data with each other, transmitting side array information in which data names of data transmitted by the transmitting side station are arranged in data transmission order, and Referring to the receiving side array information in which the data names of the data received by the station are arranged, an address conversion map in which the transmitting side data name and the receiving side data name are associated with each other is generated, and the receiving side station The present invention relates to a data transmission method, wherein when transmission data from a transmitting station is transmitted, data to be received is received by referring to the address conversion map.
ーションと、これらのステーションを管理するサーバと
を通信ラインで接続して構成し、上記送信側ステーショ
ンは、送信するデータのデータ名称をデータ送信順に配
列した送信側配列情報を上記サーバへ伝送すると共に、
上記受信側ステーションは、受信するデータのデータ名
称を配列した受信側配列情報を上記サーバへ伝送し、上
記サーバは伝送された上記送信側と受信側の配列情報を
参照して、送信側のデータ名称と受信側のデータ名称と
を対応付けしたアドレス変換マップを生成して保存する
と共に、上記受信側ステーションに伝送して保存してお
き、上記受信側ステーションは送信側ステーションから
の送信データが伝送されると、上記アドレス変換マップ
を参照して、受信対象のデータを受信することを特徴と
するデータ伝送システム。2. A plurality of stations for exchanging data with each other and a server for managing these stations are connected to each other via a communication line, and the transmitting station transmits a data name of data to be transmitted. While transmitting the transmitting side array information arranged in order to the server,
The receiving station transmits, to the server, receiving-side arrangement information in which data names of data to be received are arranged, and the server refers to the transmitted arrangement information of the transmitting side and the receiving side to transmit data of the transmitting side. An address translation map that associates the name with the data name of the receiving side is generated and stored, and transmitted and stored to the receiving station. The receiving station transmits the transmission data from the transmitting station. The data transmission system receives the data to be received by referring to the address conversion map.
て、受信側ステーションにチェック機能を設け、送信側
ステーションは配列情報に変更があると、その変更した
配列情報とこの配列情報のバージョン情報とをサーバへ
伝送し、サーバは変更された配列情報からアドレス変換
マップを更新し、この更新したアドレス変換マップと上
記変更された配列情報のバージョン情報とを、アドレス
変換マップ更新対象の受信側ステーションに伝送して保
存しておき、この受信側ステーションのチェック機能
で、上記保存したバージョン情報と、その後受信される
バージョン情報または上記サーバが保存するバージョン
情報とを比較して、バージョンの一致を確認するチェッ
クを行うことを特徴とするデータ伝送システム。3. The data transmission system according to claim 2, wherein a check function is provided in the receiving station, and when the sequence information is changed, the transmitting station transmits the changed sequence information and the version information of the sequence information to the server. And the server updates the address translation map from the changed sequence information, and transmits the updated address translation map and the version information of the changed sequence information to the receiving station for updating the address translation map. The check function of the receiving station compares the stored version information with the version information received thereafter or the version information stored by the server to check whether the versions match. A data transmission system characterized by performing.
て、受信側ステーションにチェック機能を設け、各ステ
ーションは配列情報に変更があると、その変更した配列
情報をサーバへ伝送し、サーバは現在保存している配列
情報と上記変更された配列情報とを比較して、その内容
が不一致の場合は上記変更された配列情報に基づいてア
ドレス変換マップを更新し、この更新したアドレス変換
マップと上記変更された配列情報のバージョン情報と
を、アドレス変換マップ更新対象の受信側ステーション
に伝送して保存しておき、この受信側ステーションのチ
ェック機能で、上記保存したバージョン情報と、その後
受信されるバージョン情報または上記サーバが保存する
バージョン情報とを比較して、バージョンの一致を確認
するチェックを行うことを特徴とするデータ伝送システ
ム。4. The data transmission system according to claim 2, wherein a check function is provided in the receiving station, and when each station changes the sequence information, the changed sequence information is transmitted to the server, and the server stores the changed sequence information. The updated sequence information is compared with the changed sequence information, and if the contents do not match, the address conversion map is updated based on the changed sequence information. The transmitted version information of the sequence information is transmitted to the receiving station to be updated with the address translation map and stored, and the stored version information and the version information or Perform a check to compare the version information stored by the above server and confirm that the versions match A data transmission system characterized by the following.
ステムにおいて、バージョン情報をチェックの結果、バ
ージョン情報が一致しない場合は、サーバから受信側ス
テーションへアドレス変換マップとバージョン情報とを
伝送して更新することを特徴とするデータ伝送システ
ム。5. The data transmission system according to claim 3, wherein as a result of checking the version information, if the version information does not match, the address translation map and the version information are transmitted from the server to the receiving station. A data transmission system characterized by updating.
送システムにおいて、送信側ステーションから試験デー
タを送信して、受信側ステーションで受信し、上記送信
した試験データと上記受信した試験データとを比較し、
この比較結果に応じて正常な伝送か否かを判定すること
を特徴とするデータ伝送システム。6. The data transmission system according to claim 2, wherein test data is transmitted from a transmitting station, received by a receiving station, and the transmitted test data and the received test data are transmitted. And compare
A data transmission system which determines whether or not transmission is normal according to a result of the comparison.
送システムにおいて、上記データ伝送システムの起動
時、受信側ステーションの起動時、またはデータ伝送の
オンライン状態時に、サーバが保存するアドレス変換マ
ップ、またはアドレス変換マップとそのバーション情報
を、受信側ステーションに送信して保存するようにした
ことを特徴とするデータ伝送システム。7. The data transmission system according to claim 2, wherein the server stores the address translation when the data transmission system is activated, the receiving station is activated, or the data transmission is online. A data transmission system wherein a map or an address translation map and its version information are transmitted to a receiving station and stored.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP33727797A JP3407019B2 (en) | 1997-12-08 | 1997-12-08 | Data transmission method and data transmission system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP33727797A JP3407019B2 (en) | 1997-12-08 | 1997-12-08 | Data transmission method and data transmission system |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH11177587A true JPH11177587A (en) | 1999-07-02 |
| JP3407019B2 JP3407019B2 (en) | 2003-05-19 |
Family
ID=18307103
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP33727797A Expired - Lifetime JP3407019B2 (en) | 1997-12-08 | 1997-12-08 | Data transmission method and data transmission system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP3407019B2 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2006127069A (en) * | 2004-10-28 | 2006-05-18 | Mitsubishi Electric Corp | Plant monitoring and control system |
-
1997
- 1997-12-08 JP JP33727797A patent/JP3407019B2/en not_active Expired - Lifetime
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2006127069A (en) * | 2004-10-28 | 2006-05-18 | Mitsubishi Electric Corp | Plant monitoring and control system |
Also Published As
| Publication number | Publication date |
|---|---|
| JP3407019B2 (en) | 2003-05-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP2004133632A (en) | Data relay device and data management system using the same | |
| CN110706800A (en) | Automatic management method and device for equipment maintenance, computer equipment and storage medium | |
| CN108958772A (en) | A kind of batch upgrading method and system of more board equipment | |
| CN111506358B (en) | Method and device for updating container configuration | |
| US6985786B2 (en) | Method for managing manufacturing data | |
| US9888084B2 (en) | Automatic network domain diagnostic repair and mapping | |
| US20210181970A1 (en) | Multiple interface data exchange application for use in process control | |
| CN113110381A (en) | Vehicle after-sale diagnostic system and method | |
| CN112988868A (en) | Steel laboratory data processing method and system | |
| CN120596576A (en) | Database multi-source heterogeneous data synchronization method and device | |
| CN114244427B (en) | Method and device for checking optical fiber network port resource and computer readable medium | |
| CN109412858B (en) | Management method, intelligent mobile terminal and management system of optical distribution network | |
| CN102457777B (en) | A kind of TV network problem hierarchical processing method, treatment system and TV | |
| CN120353488A (en) | Firmware upgrading method and device, electronic equipment and storage medium | |
| CN111739274B (en) | Instrument management system, management platform, industrial instrument and method | |
| JPH11177587A (en) | Data transmission method and data transmission system | |
| CN113887754A (en) | Construction method and system of power distribution terminal unified operation and maintenance platform and constructed platform | |
| JP2009531895A (en) | Control and communication systems including engineering units | |
| CN104965917B (en) | Industrial real-time data base interface method | |
| CN111143262A (en) | Switching device and instrument control system and instrument control method | |
| CN117453816B (en) | User data unifying method, system, computer and storage medium | |
| JP2002090370A (en) | Test result verification server of the sample test system | |
| CN113850987B (en) | System for detecting product quality | |
| JP3322002B2 (en) | Method for testing information processing apparatus, test apparatus therefor, information processing apparatus using this test apparatus, and information management apparatus having a plurality of information processing apparatuses connected | |
| CN113938370A (en) | Operation and maintenance debugging system for intelligent fusion terminal of power distribution station area |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080314 Year of fee payment: 5 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090314 Year of fee payment: 6 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100314 Year of fee payment: 7 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100314 Year of fee payment: 7 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110314 Year of fee payment: 8 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110314 Year of fee payment: 8 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120314 Year of fee payment: 9 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130314 Year of fee payment: 10 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130314 Year of fee payment: 10 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140314 Year of fee payment: 11 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| EXPY | Cancellation because of completion of term |