JPH09107387A - Protocol conversion gateway system - Google Patents

Protocol conversion gateway system

Info

Publication number
JPH09107387A
JPH09107387A JP7260440A JP26044095A JPH09107387A JP H09107387 A JPH09107387 A JP H09107387A JP 7260440 A JP7260440 A JP 7260440A JP 26044095 A JP26044095 A JP 26044095A JP H09107387 A JPH09107387 A JP H09107387A
Authority
JP
Japan
Prior art keywords
conversion
protocol
communication
gateway
state
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
JP7260440A
Other languages
Japanese (ja)
Inventor
Osamu Yamanaka
治 山中
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP7260440A priority Critical patent/JPH09107387A/en
Publication of JPH09107387A publication Critical patent/JPH09107387A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve the development efficiency of a gateway related to buildup of a distribution processing system by using the gateway having a minimum processing logic so as to conduct communication protocol conversion. SOLUTION: In the case of converting a protocol to which a communication test corresponds one to one, a first text A1204 is given to a gateway 201 from a protocol A. A general-purpose conversion logic in the gateway 201 receives a conversion table to set an after-transition state and an after-protocol conversion communication text to be a state S1 and a text B1205 in response to the combination between the received communication text and the current state. Then the current state of the gateway 201 is transited to the state S1 to generate the text B1205 and it is outputted to a protocol B. Similarly, when a text B2206 is received from the protocol B in the state S1, the conversion table is used to set the state an the text to be a state S2 and a text A 3207 to transit the gateway 201 to be the state S2, the text A 3207 is generated and outputted to the protocol B. Thus, proper protocol conversion is conducted by the gateway 201.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はプロトコル変換ゲー
トウェイシステムに係り、特に、異なったプロトコルで
データの入出力が行われる複数の計算機あるいはCPU
を相互に接続するためのプロトコル変換ゲートウェイシ
ステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a protocol conversion gateway system, and more particularly to a plurality of computers or CPUs for inputting / outputting data by different protocols.
The present invention relates to a protocol conversion gateway system for connecting to each other.

【0002】[0002]

【従来の技術】計算機やCPUなどの複数の装置を通信
手段を介して互いに接続して運用する際、各装置が持っ
ているデータを互いにアクセスできるようにするには、
あらかじめ各装置間の通信プロトコルを合わせておく必
要がある。そこで一般に、ひとつの分散処理システムを
構成している一群の装置は、同一の通信プロトコルで互
いにアクセスしあうことを前提として相互に接続されて
いることが多い。
2. Description of the Related Art When a plurality of devices such as a computer and a CPU are connected to each other via a communication means and operated, data possessed by each device can be accessed from each other.
It is necessary to match the communication protocol between each device in advance. Therefore, in general, a group of devices forming one distributed processing system are often connected to each other on the assumption that they access each other by the same communication protocol.

【0003】これに対して、当初から上記通信プロトコ
ルが異なる計算機やCPUを互いに接続して分散処理シ
ステムとして運用するには、大きく2種類の方法が考え
られる。すなわち、一方の装置の通信プログラムを通
信相手の装置と同一のプロトコルで通信処理を行うもの
にあらかじめ変更した上で運用する方法と、作成され
た通信電文ごとに通信プロトコルを変換しながら運用す
る方法である。
On the other hand, in order to connect computers and CPUs having different communication protocols from the beginning to operate as a distributed processing system, there are roughly two types of methods. That is, a method of operating after changing the communication program of one device to one that performs communication processing with the same protocol as the communication partner device, and a method of operating while converting the communication protocol for each created communication message Is.

【0004】の方法は、アプリケーションと通信プロ
グラムとの間のインタフェースを変更する作業が生じた
り、必ずしも利用可能な通信プログラムが存在している
とは限らない、などの理由のため、運用されている既存
のシステムを接続させるには困難であることが多いとい
う問題点があった。これに対しての方法は、ゲートウ
ェイと呼ばれるプロトコル変換専用のプログラムあるい
は装置を、相互に接続する相異なるプロトコルの2つの
装置間に設置してアプリケーション業務を可能とするこ
とから、既存のシステムに与える影響が最小限に抑えら
れるので、しばしばこの方法が採用される。
The method (1) is used for the reason that work for changing the interface between the application and the communication program occurs, and that there is not always a usable communication program. There is a problem that it is often difficult to connect an existing system. The method for this is to provide an existing system by installing a program or device called a gateway, which is dedicated to protocol conversion, between two devices that connect to each other and have different protocols. This method is often used because the impact is minimized.

【0005】上述したゲートウェイでは、プロトコル変
換の処理ロジックをあらかじめ装置内部に準備しておく
必要があり、通常、このような変換処理ロジックの内容
は固定されていることが多い。また、通信プロトコルや
文字コード体系などが異なる複数種類の通信相手と接続
できるようにするには、各々の通信相手ごとの変換処理
ロジックをあらかじめ装置内部に準備した上で、実際の
通信相手に応じて実行される変換処理ロジックを切り替
えながら運用する。
In the above-mentioned gateway, it is necessary to prepare a protocol conversion processing logic inside the apparatus in advance, and usually the contents of such a conversion processing logic are often fixed. To enable connection with multiple types of communication partners with different communication protocols and character code systems, prepare the conversion processing logic for each communication partner in advance in the device, and Operate while switching the conversion processing logic that is executed.

【0006】これらゲートウェイの類似技術としては、
特開平4−162163号公報や特開平4−29975
8などに開示されている技術があげられる。これらは、
相互に接続しようとする計算機またはCPUの一方にあ
らかじめ変換処理ロジックを設けておく方法であるが、
変換処理ロジックの実現について具体的に触れられてい
なかったり、変換対象とするプロトコルについて各々の
プロトコルエンジンの変換処理ロジックをいくつか固定
的に包含している、とされている。
As a technique similar to these gateways,
JP-A-4-162163 and JP-A-4-29975
8 and the like. They are,
This is a method of providing conversion processing logic in advance on one of the computers or CPUs that are going to be connected to each other.
It is said that the implementation of the conversion processing logic is not specifically mentioned, or that the conversion processing logic of each protocol engine is fixedly included in the conversion target protocol.

【0007】[0007]

【発明が解決しようとする課題】上記従来技術では、変
換対象のプロトコルごとにあらかじめ変換処理ロジック
を内包させておく必要があることから、変換対象のプロ
トコルの種類を増やすとゲートウェイ全体の処理ロジッ
クが増大することになり、動作テストなどを含めたゲー
トウェイの開発効率を向上させることが困難となってし
まうという問題点があった。
In the above-mentioned prior art, since it is necessary to include conversion processing logic in advance for each conversion target protocol, if the types of conversion target protocols are increased, the processing logic of the entire gateway will be changed. However, there is a problem in that it is difficult to improve the development efficiency of the gateway including the operation test.

【0008】また、ゲートウェイによる汎用的な通信プ
ロトコルの変換に際しては、変換前後の通信電文が必ず
しも1対1に対応するとは限らず、例えば、変換前の通
信プロトコルに基づくいくつかの通信電文がすべて受信
されるまで待たなければ、変換後の通信プロトコルに基
づく通信電文の作成および送信を直ちに行うができな
い、といったことも起こり得る、という問題点があっ
た。
Further, when converting a general-purpose communication protocol by a gateway, the communication messages before and after conversion do not always correspond one-to-one. For example, some communication messages based on the communication protocol before conversion are all There is a problem in that it may not be possible to immediately create and transmit a communication message based on the converted communication protocol unless waiting until it is received.

【0009】したがって本発明の目的は、上記の問題点
を解決して、最小限の処理ロジックのみを内包するゲー
トウェイで最適な通信プロトコル変換処理を行い、分散
処理システムの構築に関わるゲートウェイの開発効率を
向上させることのできるプロトコル変換ゲートウェイシ
ステムを提供することにある。
Therefore, an object of the present invention is to solve the above problems and perform optimal communication protocol conversion processing with a gateway that includes only a minimum of processing logic, and develop the efficiency of the gateway related to the construction of a distributed processing system. (EN) Provided is a protocol conversion gateway system capable of improving the above.

【0010】[0010]

【課題を解決するための手段】上記の目的を達成するた
め、本発明のプロトコル変換ゲートウェイシステムは、
相異なる通信プロトコルでデータの入出力が行われる複
数の計算機資源を、所定の通信手段経由で互いに接続し
て運用するためのプロトコル変換ゲートウェイシステム
において、適用された変換ロジックにしたがって第1の
通信プロトコルに基づく通信電文を第2の通信プロトコ
ルに基づく通信電文に変換する変換エンジン部と、少な
くとも一通り以上の前記第1および第2の通信プロトコ
ルの組合せの各々について、前記第1の通信プロトコル
から前記第2の通信プロトコルへのプロトコル変換ルー
ルをあらかじめ定義しておく変換ルール定義部と、シス
テムの状態や外部からの指示などに応じて前記変換ルー
ル定義部から特定のプロトコル変換ルールを選択し、前
記変換エンジン部に対して当該プロトコル変換ルールに
相当する前記変換ロジックを適用する変換ルール選択適
用部と、を設ける構成としたものである。
In order to achieve the above object, the protocol conversion gateway system of the present invention comprises:
In a protocol conversion gateway system for connecting and operating a plurality of computer resources, each of which inputs and outputs data by different communication protocols, through a predetermined communication means, a first communication protocol according to an applied conversion logic. A conversion engine unit for converting a communication message based on the second communication protocol into a communication message based on the second communication protocol, and at least one or more combinations of the first and second communication protocols, from the first communication protocol to the A conversion rule definition unit that defines a protocol conversion rule for the second communication protocol in advance, and a specific protocol conversion rule is selected from the conversion rule definition unit according to the system state or an instruction from the outside. The conversion corresponding to the protocol conversion rule for the conversion engine unit A conversion rule selection application unit to apply the logic is obtained by a configuration in which the.

【0011】そして、前記変換ルール定義部は、前記第
1および第2の通信プロトコルの組合せのみによって決
定される標準的なプロトコル変換ルールをあらかじめ定
義しておく標準変換テーブルと、前記第1および第2の
通信プロトコルを変換しながら実行される具体的な業務
処理に応じて決定される特殊なプロトコル変換ルールを
あらかじめ定義しておく特殊変換テンプレートと、を有
する構成としたものである。
The conversion rule definition unit stores a standard conversion table that defines in advance standard protocol conversion rules determined only by a combination of the first and second communication protocols, and the first and the second conversion protocols. And a special conversion template in which a special protocol conversion rule determined in accordance with a specific business process executed while converting the second communication protocol is defined in advance.

【0012】さらにまた、前記変換ルール定義部は、前
記標準変換テーブルおよび前記特殊変換テンプレートの
いずれにも定義し得ない例外事象を想定したプロトコル
変換ルールをあらかじめ定義しておく例外処理用変換テ
ーブルを有し、前記変換ルール選択適用部は、前記例外
事象が発生したとき、前記変換エンジン部に対して例外
処理用変換テーブルにおけるプロトコル変換ルールに相
当する前記変換ロジックを適用するようにしたものであ
る。
Furthermore, the conversion rule defining unit stores an exception processing conversion table that predefines a protocol conversion rule assuming an exceptional event that cannot be defined in either the standard conversion table or the special conversion template. The conversion rule selection application unit is configured to apply the conversion logic corresponding to the protocol conversion rule in the conversion table for exception processing to the conversion engine unit when the exception event occurs. .

【0013】上記構成としたことにより、最小限の処理
ロジックが実装された変換エンジン部ひとつで、各計算
機資源が保有するリソースへの負荷が減少するととも
に、新たな通信プロトコルの組合せや業務処理の追加・
変更が生じたときでも、変換ルール定義部における標準
変換テーブルや特殊変換テンプレートの追加・変更によ
って対処可能となるので、最小限の処理ロジックのみを
内包するゲートウェイで最適な通信プロトコル変換処理
を行い、分散処理システムの構築に関わるゲートウェイ
の開発効率を容易に向上させることができる。
With the above configuration, the load on the resources held by each computer resource is reduced and the combination of new communication protocols and business processing can be performed with only one conversion engine unit having a minimum processing logic. add to·
Even if there is a change, it can be dealt with by adding / changing the standard conversion table or special conversion template in the conversion rule definition part, so the gateway that contains only the minimum processing logic performs the optimum communication protocol conversion process, It is possible to easily improve the development efficiency of the gateway related to the construction of the distributed processing system.

【0014】[0014]

【発明の実施の形態】以下、本発明のプロトコル変換ゲ
ートウェイシステムの実施の一形態例を図面を用いて詳
細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION An embodiment of a protocol conversion gateway system of the present invention will be described in detail below with reference to the drawings.

【0015】図1は、本発明のプロトコル変換ゲートウ
ェイシステムの実施の一形態例の構成を示すブロック図
であり、101はゲートウェイ、102は変換エンジン
部、103は変換ルール選択適用部、104は変換ルー
ル定義部、105,106は通信制御部、107,10
8は通信路である。
FIG. 1 is a block diagram showing the configuration of an embodiment of a protocol conversion gateway system of the present invention. 101 is a gateway, 102 is a conversion engine section, 103 is a conversion rule selection application section, and 104 is a conversion. Rule definition part, 105, 106 are communication control parts, 107, 10
8 is a communication path.

【0016】図1において、種類の異なるプロトコルA
の通信路107とプロトコルBの通信路108との間に
ゲートウェイ101が設けられ、各プロトコルAおよび
Bに基づく通信は、各々の通信制御部105,106を
介して行われる。変換ルール定義部104には、このと
きのプロトコルの変換ルールが変換テーブルや変換テン
プレートとして、例えば図4〜図7のように定義されて
いる(請求項中の“標準変換テーブル”,“特殊変換テ
ンプレート”,“例外処理用変換テーブル”などに相当
する)。そこで、これらの変換ルール定義部104に定
義された情報のいずれかを変換ルール選択適用部で選択
して、変換エンジン部102に適用することにより、具
体的なプロトコル変換処理を実現する。このプロトコル
変換処理は、変換対象の両方のプロトコルの流れやゲー
トウェイ101の状態と入力電文との組合せに応じて出
力電文を決定する。
In FIG. 1, different types of protocol A are used.
The gateway 101 is provided between the communication path 107 of No. 1 and the communication path 108 of Protocol B, and the communication based on each Protocol A and B is performed via each communication control unit 105, 106. In the conversion rule definition unit 104, the conversion rules of the protocol at this time are defined as conversion tables and conversion templates as shown in, for example, FIGS. 4 to 7 (“standard conversion table” and “special conversion” in claims). Corresponds to "template", "exception conversion table", etc.). Therefore, a specific protocol conversion process is realized by selecting any of the information defined in the conversion rule definition unit 104 by the conversion rule selection application unit and applying it to the conversion engine unit 102. In this protocol conversion processing, the output message is determined according to the flow of both protocols to be converted and the combination of the state of the gateway 101 and the input message.

【0017】従来技術では、上述したプロトコル変換処
理をプロトコルの組合せごとに異なる詳細な処理ロジッ
クとしてゲートウェイに組み込んだ上で、各々判定文や
組み込まれた状態遷移表に基づいて具体的なプロトコル
変換を行っていた。これに対して、上述した実施の形態
では各々固有の動作を行う処理ロジックを準備せずに、
汎用的な処理ロジックのみを準備し、変換テーブルや変
換テンプレートで変換ルールを与えるだけで個別具体的
なプロトコル変換の動作を実現できるようにしている。
In the prior art, the above-mentioned protocol conversion processing is incorporated in the gateway as detailed processing logic different for each combination of protocols, and specific protocol conversion is performed based on each judgment sentence and incorporated state transition table. I was going. On the other hand, in the above-described embodiment, without preparing the processing logic for performing each unique operation,
Only general-purpose processing logic is prepared, and individual specific protocol conversion operations can be realized simply by giving conversion rules in a conversion table or conversion template.

【0018】図2は、図1のシステムによるプロトコル
変換を概念的に示す図、図3は、図1のシステムによる
プロトコル変換処理の流れを概略的に示すフローチャー
ト、図4〜7は、図1のシステムにおけるプロトコル変
換ルールの定義例を示す図である。以下、通信電文が1
対1に対応する最も簡易なプロトコル変換の第1の具体
例について、図2,図3,図4を用いて説明する。
FIG. 2 is a diagram conceptually showing protocol conversion by the system of FIG. 1, FIG. 3 is a flowchart schematically showing a flow of protocol conversion processing by the system of FIG. 1, and FIGS. FIG. 6 is a diagram showing a definition example of a protocol conversion rule in the above system. Below, the communication message is 1
A first specific example of the simplest protocol conversion corresponding to the pair 1 will be described with reference to FIGS. 2, 3, and 4.

【0019】ゲートウェイ201は、変換対象のプロト
コルが『プロトコルA(202)』および『プロトコル
B(203)』であることを示すプロトコル情報の入力
があった場合(ステップ301=Yes)、当該プロト
コル情報を読み込み(ステップ302)、プロトコル
A,B間の変換ルールを表す情報が格納されたプロトコ
ル変換テーブル(図4)を選択してから(ステップ30
3)、ゲートウェイ201に初期状態(『状態I(idl
e)』)をセットする(ステップ304)。
When the gateway 201 receives the protocol information indicating that the protocols to be converted are "protocol A (202)" and "protocol B (203)" (step 301 = Yes), the protocol information concerned. (Step 302), and after selecting the protocol conversion table (FIG. 4) in which the information indicating the conversion rule between protocols A and B is stored (step 30)
3), the gateway 201 is in the initial state (“state I (idl
e) ”) is set (step 304).

【0020】『プロトコルA』側から最初の通信電文
(『電文A1(204)』)が入力されると(ステップ
305)、ゲートウェイ201における汎用的な変換ロ
ジックは、図4の変換テーブルを適用して、入力された
通信電文と現在の状態との組合せに応じた遷移後の状態
とプロトコル変換後の通信電文とを決定する(ステップ
306)。初期状態の場合、通信電文が『電文A1(2
04)』,現在の状態が『状態I(idle)』なので、図4
に基づき、遷移後の状態が『状態S1』,プロトコル変
換後の通信電文が『電文B1(205)』に決定され
る。そこで、ゲートウェイ201の現在の状態を『状態
S1』に遷移させるとともに(ステップ307)、出力
すべき通信電文があるため(ステップ308=Ye
s)、『電文B1(205)』を作成して『プロトコル
B』側に出力してから(ステップ309,310)、ス
テップ305に戻る。
When the first communication message ("Message A1 (204)") is input from the "Protocol A" side (step 305), the general conversion logic in the gateway 201 applies the conversion table of FIG. Then, the state after the transition according to the combination of the input communication message and the current state and the communication message after the protocol conversion are determined (step 306). In the initial state, the communication message is "Message A1 (2
04) ”and the current state is“ state I (idle) ”.
Based on the above, the state after transition is determined to be “state S1”, and the communication message after protocol conversion is determined to be “message B1 (205)”. Therefore, the current state of the gateway 201 is changed to "state S1" (step 307) and there is a communication message to be output (step 308 = Ye).
s), after creating "telegram B1 (205)" and outputting it to the "protocol B" side (steps 309 and 310), the process returns to step 305.

【0021】上記と同様に、ゲートウェイ201が『状
態S1』であったときに『プロトコルB』側から『電文
B2(206)』が入力されると(ステップ305)、
図4の変換テーブルが適用されて、遷移後の状態が『状
態S2』,プロトコル変換後の通信電文が『電文A3
(207)』に決定される(ステップ306)。そし
て、ゲートウェイ201の現在の状態を『状態S2』に
遷移させて(ステップ307)、出力すべき通信電文が
あるため(ステップ308=Yes)、『電文A3(2
07)』を作成して『プロトコルA』側に出力してから
(ステップ309,310)、ステップ305に戻る。
Similarly to the above, when the "protocol B" side inputs "telegram B2 (206)" while the gateway 201 is in "state S1" (step 305),
The conversion table of FIG. 4 is applied, the state after transition is "state S2", and the communication message after protocol conversion is "message A3".
(207) ”(step 306). Then, the current state of the gateway 201 is transited to “state S2” (step 307), and there is a communication message to be output (step 308 = Yes), so “message A3 (2
07) ”and outputs it to the“ protocol A ”side (steps 309 and 310), and then returns to step 305.

【0022】次に、通信電文が1対多あるいは多対多に
対応するプロトコル変換の第2の具体例について、図
3,図5を用いて説明する。
Next, a second specific example of protocol conversion in which communication messages correspond to one-to-many or many-to-many will be described with reference to FIGS.

【0023】ゲートウェイは、変換対象のプロトコルが
『プロトコルC』および『プロトコルD』であることを
示すプロトコル情報の入力があった場合(ステップ30
1=Yes)、当該プロトコル情報を読み込み(ステッ
プ302)、プロトコルC,D間の変換ルールを表す情
報が格納されたプロトコル変換テーブル(図5)を選択
してから(ステップ303)、ゲートウェイに初期状態
(『状態I(idle)』)をセットする(ステップ30
4)。
The gateway receives protocol information indicating that the protocols to be converted are "protocol C" and "protocol D" (step 30).
1 = Yes), the protocol information is read (step 302), and the protocol conversion table (FIG. 5) in which the information indicating the conversion rule between the protocols C and D is stored (step 303), and the gateway is initialized. Set state (“state I (idle)”) (step 30)
4).

【0024】その後、ゲートウェイが『状態S1』であ
ったときに『プロトコルC』側から通信電文として『電
文C3』が入力されると(ステップ305)、図5の変
換テーブルが適用されて、遷移後の状態が『状態S2』
に決定される一方、プロトコル変換後の通信電文が
『(なし)』に決定される(ステップ306)。そこ
で、ゲートウェイの現在の状態を『状態S2』に遷移さ
せると(ステップ307)、出力すべき通信電文がない
ため(ステップ308=No)、そのままステップ30
5に戻る。続いて、『プロトコルC』側から通信電文と
して『電文C4』が入力されると(ステップ305)、
図5の変換テーブルが適用されて、遷移後の状態が『状
態I(idle)』,プロトコル変換後の通信電文が『電文D
2』に決定される(ステップ306)。そこで、ゲート
ウェイの現在の状態を『状態I(idle)』に遷移させて
(ステップ307)、出力すべき通信電文があるため
(ステップ308=Yes)、『電文D2』を作成して
『プロトコルD』側に出力して(ステップ309,31
0)、ステップ305に戻る。すなわち、『電文C3』
および『電文C4』の2種類を『プロトコルC』側から
組み合せて入力することによって初めて、ゲートウェイ
が『状態S1』から『状態I(idle)』に遷移するととも
に、ひとつの『電文D2』が『プロトコルD』側に出力
される。
After that, when the "protocol C" side inputs "telegram C3" as a communication telegram when the gateway is in "state S1" (step 305), the conversion table of FIG. Later state is "state S2"
On the other hand, the communication message after the protocol conversion is determined to be "(none)" (step 306). Therefore, when the current state of the gateway is changed to "state S2" (step 307), there is no communication message to be output (step 308 = No), so the step 30 is left as it is.
Return to 5. Then, when "telegram C4" is input as a communication telegram from the "protocol C" side (step 305),
When the conversion table of FIG. 5 is applied, the state after transition is “state I (idle)”, and the communication message after protocol conversion is “message D”.
2 ”(step 306). Therefore, the current state of the gateway is changed to "state I (idle)" (step 307), and there is a communication message to be output (step 308 = Yes), so "message D2" is created and "protocol D" is set. ”Side (steps 309, 31
0), and returns to step 305. That is, "Telegram C3"
Only by inputting two types of "Telegram C4" from the "Protocol C" side, the gateway transits from "State S1" to "State I (idle)" and one "Telegram D2" It is output to the "Protocol D" side.

【0025】以上のように、プロトコル変換を行うゲー
トウェイには汎用的な処理ロジックを実行する機能のみ
を与えた上で、プロトコル変換開始時のゲートウェイの
起動に際して各種のパラメタや定義情報などで指定する
か、あるいは、ゲートウェイの起動時や起動後にユーザ
による指定操作や接続相手などに応じて上述した変換テ
ーブルを選択・適用することにより、適切なプロトコル
変換処理を固定的な変換ルールの処理ロジックを持たな
いゲートウェイで容易に実現できる。
As described above, the gateway for protocol conversion is given only the function of executing general-purpose processing logic, and is specified by various parameters and definition information when the gateway is started at the start of protocol conversion. Alternatively, by selecting and applying the above-mentioned conversion table according to the user's designated operation or the connection partner at the time of starting the gateway or after the gateway is started, appropriate protocol conversion processing has a fixed conversion rule processing logic. Easy to implement with no gateway.

【0026】さらに別のプロトコル変換の第3の具体例
について、図3,図6,図7を用いて説明する。これ
は、前述した第1,第2の具体例と同様に、プロトコル
E,F間のプロトコル変換を行う場合であるが、図6は
考え得るすべての入力電文および状態の組合せについて
プロトコル変換ルールが定義された変換テーブルを、図
7は通信電文として『電文E3』および『電文F3』を
全く使用しないことを想定した業務処理における入力電
文および状態の組合せについてプロトコル変換ルールが
定義された変換テンプレートを、それぞれ示す。すなわ
ち、上記業務処理の場合、『電文E3』および『電文F
3』とこれらに関わる『状態S3』を意識する必要はな
いので、図6の変換テーブルの一部分である図7の変換
テンプレートの内容を変換ルールとすれば十分である。
A third specific example of another protocol conversion will be described with reference to FIGS. 3, 6 and 7. This is a case where the protocol conversion between the protocols E and F is performed similarly to the above-described first and second specific examples. In FIG. 6, the protocol conversion rules are set for all possible combinations of input messages and states. The defined conversion table is shown in FIG. 7 as a conversion template in which a protocol conversion rule is defined for a combination of an input message and a state in a business process assuming that no "message E3" and "message F3" are used as communication messages. , Respectively. That is, in the case of the above-mentioned business processing, "telegram E3" and "telegram F"
3 ”and“ state S3 ”related thereto are not required to be considered, and it is sufficient to use the contents of the conversion template of FIG. 7 which is a part of the conversion table of FIG. 6 as the conversion rule.

【0027】以上のように、固定的な処理ロジックを持
つ通常のゲートウェイ装置であれば、プロトコル変換に
必要な入力電文や状態などをすべて認識させた上で、あ
らゆる変換ルールにしたがって動作するようにしておか
なければならないのに対して、上述した実施の形態で
は、個々の業務処理に応じた適切な変換テンプレートを
適用することにより、ゲートウェイにおける処理ロジッ
クに何ら手を加えずにプロトコル変換処理の最適化を図
ることができる。また、業務処理中における変換テンプ
レートの変更を可能とするとともに様々な動作モードや
例外処理モードに対応する各種の変換テンプレートをあ
らかじめ用意しておくことにより、業務処理中における
動作モードの切り替えや通常処理から例外処理への移行
動作なども可能となる。そして、このようにすることに
より、各動作モードの処理,通常処理,例外処理などの
それぞれを別個に開発して、各処理を効率的に開発する
ことができる。
As described above, in the case of a normal gateway device having a fixed processing logic, all input messages and states necessary for protocol conversion are recognized and then operated according to all conversion rules. On the other hand, in the above-described embodiment, by applying an appropriate conversion template according to each business process, it is possible to optimize the protocol conversion process without modifying the processing logic in the gateway. Can be realized. In addition, the conversion template can be changed during business processing, and various conversion templates corresponding to various operation modes and exception processing modes can be prepared in advance to switch the operation mode during business processing and to perform normal processing. It is also possible to perform a transition operation from to exception processing. By doing so, the processing of each operation mode, the normal processing, the exception processing, and the like can be developed separately, and each processing can be efficiently developed.

【0028】[0028]

【発明の効果】以上詳しく説明したように、本発明のプ
ロトコル変換ゲートウェイシステムによれば、最小限の
処理ロジックが実装された変換エンジン部ひとつで、各
計算機資源が保有するリソースへの負荷が減少するとと
もに、新たな通信プロトコルの組合せや業務処理の追加
・変更が生じたときでも、変換ルール定義部における標
準変換テーブルや特殊変換テンプレートの追加・変更に
よって対処可能となるので、最小限の処理ロジックのみ
を内包するゲートウェイで最適な通信プロトコル変換処
理を行い、分散処理システムの構築に関わるゲートウェ
イの開発効率を容易に向上させることができるという効
果が得られる。
As described in detail above, according to the protocol conversion gateway system of the present invention, the load on the resources possessed by each computer resource can be reduced by the single conversion engine unit having the minimum processing logic. In addition, even if a new communication protocol combination or business process addition / change occurs, it can be dealt with by adding / changing the standard conversion table or special conversion template in the conversion rule definition part, so the minimum processing logic. It is possible to obtain the effect that the optimum communication protocol conversion processing is performed by the gateway including only the gateway, and the development efficiency of the gateway related to the construction of the distributed processing system can be easily improved.

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

【図1】本発明のプロトコル変換ゲートウェイシステム
の実施の一形態例の構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of an exemplary embodiment of a protocol conversion gateway system of the present invention.

【図2】図1のシステムによるプロトコル変換を概念的
に示す図である。
2 is a diagram conceptually showing protocol conversion by the system of FIG.

【図3】図1のシステムによるプロトコル変換処理の流
れを概略的に示すフローチャートである。
FIG. 3 is a flowchart schematically showing the flow of protocol conversion processing by the system of FIG.

【図4】図1のシステムにおけるプロトコル変換ルール
の定義例(その1)を示す図である。
4 is a diagram showing a definition example (part 1) of a protocol conversion rule in the system of FIG.

【図5】図1のシステムにおけるプロトコル変換ルール
の定義例(その2)を示す図である。
5 is a diagram showing a definition example (No. 2) of a protocol conversion rule in the system of FIG.

【図6】図1のシステムにおけるプロトコル変換ルール
の定義例(その3)を示す図である。
6 is a diagram showing a definition example (part 3) of a protocol conversion rule in the system of FIG.

【図7】図1のシステムにおけるプロトコル変換ルール
の定義例(その4)を示す図である。
7 is a diagram showing a definition example (No. 4) of a protocol conversion rule in the system of FIG.

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

101 ゲートウェイ 102 変換エンジン部 103 変換ルール選択適用部 104 変換ルール定義部 105,106 通信制御部 107,108 通信路 101 gateway 102 conversion engine unit 103 conversion rule selection application unit 104 conversion rule definition unit 105, 106 communication control unit 107, 108 communication path

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 相異なる通信プロトコルでデータの入出
力が行われる複数の計算機資源を、所定の通信手段経由
で互いに接続して運用するためのプロトコル変換ゲート
ウェイシステムにおいて、 適用された変換ロジックにしたがって第1の通信プロト
コルに基づく通信電文を第2の通信プロトコルに基づく
通信電文に変換する変換エンジン部と、 少なくとも一通り以上の前記第1および第2の通信プロ
トコルの組合せの各々について、前記第1の通信プロト
コルから前記第2の通信プロトコルへのプロトコル変換
ルールをあらかじめ定義しておく変換ルール定義部と、 システムの状態や外部からの指示などに応じて前記変換
ルール定義部から特定のプロトコル変換ルールを選択
し、前記変換エンジン部に対して当該プロトコル変換ル
ールに相当する前記変換ロジックを適用する変換ルール
選択適用部と、を設ける構成としたことを特徴とするプ
ロトコル変換ゲートウェイシステム。
1. A protocol conversion gateway system for operating a plurality of computer resources, each of which inputs and outputs data by different communication protocols, connected to each other via a predetermined communication means, according to a conversion logic applied. A conversion engine unit for converting a communication message based on the first communication protocol into a communication message based on the second communication protocol; and at least one or more combinations of the first and second communication protocols, the first Conversion rule definition unit for predefining a protocol conversion rule from the second communication protocol to the second communication protocol, and a specific protocol conversion rule from the conversion rule definition unit according to a system state or an instruction from the outside. Select to match the protocol conversion rule to the conversion engine section. A protocol conversion gateway system, characterized in that a conversion rule selection and application section for applying the corresponding conversion logic is provided.
【請求項2】 前記変換ルール定義部は、 前記第1および第2の通信プロトコルの組合せのみによ
って決定される標準的なプロトコル変換ルールをあらか
じめ定義しておく標準変換テーブルと、 前記第1および第2の通信プロトコルを変換しながら実
行される具体的な業務処理に応じて決定される特殊なプ
ロトコル変換ルールをあらかじめ定義しておく特殊変換
テンプレートと、を有する構成としたことを特徴とする
請求項1記載のプロトコル変換ゲートウェイシステム。
2. The conversion rule definition unit includes a standard conversion table that defines in advance standard protocol conversion rules that are determined only by a combination of the first and second communication protocols, and the first and second conversion tables. 2. A special conversion template in which a special protocol conversion rule determined in advance according to a specific business process executed while converting the communication protocol No. 2 is defined in advance. 1. The protocol conversion gateway system according to 1.
【請求項3】 前記変換ルール定義部は、前記標準変換
テーブルおよび前記特殊変換テンプレートのいずれにも
定義し得ない例外事象を想定したプロトコル変換ルール
をあらかじめ定義しておく例外処理用変換テーブルを有
し、 前記変換ルール選択適用部は、前記例外事象が発生した
とき、前記変換エンジン部に対して例外処理用変換テー
ブルにおけるプロトコル変換ルールに相当する前記変換
ロジックを適用することを特徴とする請求項2記載のプ
ロトコル変換ゲートウェイシステム。
3. The conversion rule definition unit has an exception processing conversion table that predefines a protocol conversion rule assuming an exceptional event that cannot be defined in either the standard conversion table or the special conversion template. The conversion rule selection applying unit applies the conversion logic corresponding to the protocol conversion rule in the exception processing conversion table to the conversion engine unit when the exception event occurs. 2. The protocol conversion gateway system described in 2.
JP7260440A 1995-10-06 1995-10-06 Protocol conversion gateway system Pending JPH09107387A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7260440A JPH09107387A (en) 1995-10-06 1995-10-06 Protocol conversion gateway system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7260440A JPH09107387A (en) 1995-10-06 1995-10-06 Protocol conversion gateway system

Publications (1)

Publication Number Publication Date
JPH09107387A true JPH09107387A (en) 1997-04-22

Family

ID=17347973

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7260440A Pending JPH09107387A (en) 1995-10-06 1995-10-06 Protocol conversion gateway system

Country Status (1)

Country Link
JP (1) JPH09107387A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000122936A (en) * 1998-10-12 2000-04-28 Nec Corp Device and method for assisting protocol conversion and recording medium
JP2002524917A (en) * 1998-09-01 2002-08-06 テレフォンアクチーボラゲット エル エム エリクソン(パブル) Codec mode coding using known information
JP2002537706A (en) * 1999-02-16 2002-11-05 テラス マウンテン システムズ インコーポレイテッド General-purpose communication protocol converter
JP2004529410A (en) * 2001-02-02 2004-09-24 オープンティブイ・インコーポレーテッド Service gateway for interactive TV
JP2007036937A (en) * 2005-07-29 2007-02-08 Mitsubishi Electric Corp Device and program for supporting protocol conversion programming
JP2007508761A (en) * 2003-10-14 2007-04-05 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and apparatus for translating data packets from one network protocol to another
JP2008074124A (en) * 2006-09-19 2008-04-03 Denso Corp Control system
US7668144B2 (en) 2001-06-04 2010-02-23 Taylor Rebecca S Dynamically extensible communications device
US7792981B2 (en) 1999-02-16 2010-09-07 Taylor Rebecca S Generic communications protocol translator
JP2013003987A (en) * 2011-06-20 2013-01-07 Nippon Telegr & Teleph Corp <Ntt> Message conversion execution device, message conversion execution method and program
WO2014181476A1 (en) * 2013-05-10 2014-11-13 株式会社日立製作所 Data conversion method and device

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002524917A (en) * 1998-09-01 2002-08-06 テレフォンアクチーボラゲット エル エム エリクソン(パブル) Codec mode coding using known information
JP2000122936A (en) * 1998-10-12 2000-04-28 Nec Corp Device and method for assisting protocol conversion and recording medium
US7792981B2 (en) 1999-02-16 2010-09-07 Taylor Rebecca S Generic communications protocol translator
JP2002537706A (en) * 1999-02-16 2002-11-05 テラス マウンテン システムズ インコーポレイテッド General-purpose communication protocol converter
US8341281B2 (en) 1999-02-16 2012-12-25 Lubec Campobello Llc Generic communications protocol translator
JP4668422B2 (en) * 1999-02-16 2011-04-13 ルーベック カンポヴェッロ, リミテッド ライアビリティ カンパニー General-purpose communication protocol converter
JP2004529410A (en) * 2001-02-02 2004-09-24 オープンティブイ・インコーポレーテッド Service gateway for interactive TV
US7668144B2 (en) 2001-06-04 2010-02-23 Taylor Rebecca S Dynamically extensible communications device
JP2007508761A (en) * 2003-10-14 2007-04-05 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and apparatus for translating data packets from one network protocol to another
JP2007036937A (en) * 2005-07-29 2007-02-08 Mitsubishi Electric Corp Device and program for supporting protocol conversion programming
JP2008074124A (en) * 2006-09-19 2008-04-03 Denso Corp Control system
JP2013003987A (en) * 2011-06-20 2013-01-07 Nippon Telegr & Teleph Corp <Ntt> Message conversion execution device, message conversion execution method and program
WO2014181476A1 (en) * 2013-05-10 2014-11-13 株式会社日立製作所 Data conversion method and device
JP6084688B2 (en) * 2013-05-10 2017-02-22 株式会社日立製作所 Data conversion method and apparatus
JPWO2014181476A1 (en) * 2013-05-10 2017-02-23 株式会社日立製作所 Data conversion method and apparatus

Similar Documents

Publication Publication Date Title
US5546584A (en) System and method for establishing communication protocols between application programs
JPH09107387A (en) Protocol conversion gateway system
KR101027259B1 (en) Message oriented construction of web service
JP2000341357A (en) Communication controller, measurement control system and recording medium
US7447787B2 (en) Protocol executing system and protocol PDU common data structure converting method for processing protocol PDUS
JP2002041293A (en) Program control method and program control system
JPH1065762A (en) Automatic testing simulator for communication software and automatic testing method therefor
JP2002314538A (en) Device to be managed in network, management network system and management operation method
JP2005038244A (en) Automatic program generation device
JP2833612B2 (en) Service primitive generation system
JPH05303484A (en) Data linking system
KR100344978B1 (en) Man machine command multi-control method of man machine command processor
JPH1125165A (en) Message generator management system for electronic transaction system
EP1293963A1 (en) Dialogue management server architecture for dialogue systems
JP2596375B2 (en) Character code conversion device and network system using the character code conversion device
JP2843105B2 (en) Printer connection method for communication between applications
JP2003263315A (en) Automatic program creating device
JP2009037399A (en) Configuration code generation device and program for the same device
JP2000284953A (en) Software part linking system
JP2000066883A (en) Interface method output system for object communication
JP2003032319A (en) Protocol test device and test method
JP2000242686A (en) Cad device and device and method for data exchange between different kind of cads
JPH0746288A (en) Protocol design aid equipment
JP2002374284A (en) Distribution transaction processing system
JP2000347979A (en) Device for executing input and output instruction