JPS63123119A - Message display system for distributed processing system computer - Google Patents

Message display system for distributed processing system computer

Info

Publication number
JPS63123119A
JPS63123119A JP61270555A JP27055586A JPS63123119A JP S63123119 A JPS63123119 A JP S63123119A JP 61270555 A JP61270555 A JP 61270555A JP 27055586 A JP27055586 A JP 27055586A JP S63123119 A JPS63123119 A JP S63123119A
Authority
JP
Japan
Prior art keywords
message
identifier
computer
display
displaying
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
JP61270555A
Other languages
Japanese (ja)
Inventor
Masaji Isemura
伊勢村 正次
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.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP61270555A priority Critical patent/JPS63123119A/en
Publication of JPS63123119A publication Critical patent/JPS63123119A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To display a message at a message displaying device with a different form by transmitting routine message including a message identifier and an address identifier with a returning side computer, and using a displaying form identifier registered according to the form of a message displaying device and executing the editing with a receiving side computer. CONSTITUTION:When a message to be transmitted to a computer Ca occurs at a computer Cb, a message transmitting means 1b transmits an address identifier, a message identifier and variable information d1, d2...dn necessary to the message to the computer Ca. A message displaying means 2 of the computer Ca compares the address identifier and address identifiers #1, #2...#n of an address-classified displaying form table 3, finds the coincident identifier and determines a displaying form identifier corresponding to the address identifier. Next, the message displaying means 2 edits and determines the displaying message from a message table 4 based on the displaying form identifier, the message identifier of a transferring message and the variable information d1, d2...dn.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、複数のコンピュータ間でメツセージを転送し
てこれを表示する分散処理系コンピュータのメツセージ
表示方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a message display method for a distributed processing computer that transfers messages between a plurality of computers and displays the messages.

本発明は、表示メツセージの形式が異なる複数のメツセ
ージ表示装置を備えたコンピュータを含む分散処理系に
利用される。
The present invention is utilized in a distributed processing system including a computer equipped with a plurality of message display devices that display messages in different formats.

〔概 要〕〔overview〕

本発明は、複数のコンピュータ間でメツセージを転送し
てこれを表示する分散処理系コンピュータのメツセージ
表示方式において、 送信側のコンピュータはメッセージ識別子と宛先識別子
とを含む定形のメッセージを送信し、受信側のコンピュ
ータはメツセージ表示装置の形式側に登録された表示形
式識別子を用いて編集することにより、 メツセージを形式の異なるメツセージ表示装置に表示す
ることができ、管理を簡素化しメツセージ転送効率を向
上しようとするものである。
The present invention provides a message display method for a distributed processing computer in which a message is transferred between multiple computers and displayed, in which a sender computer sends a fixed-form message including a message identifier and a destination identifier, and a receiver computers can display messages on message display devices of different formats by editing them using the display format identifier registered on the format side of the message display device, thereby simplifying management and improving message transfer efficiency. It is something to do.

〔従来の技術〕[Conventional technology]

表示メツセージは、一般に表示されるメツセージ表示装
置の種類あるいは利用者の要求によって表示形式が異な
る。例えば、表示が1バイトコードであるか2バイトコ
ードであるかという場合や、日本語であるか英語である
かという場合である。
The display format of a displayed message generally differs depending on the type of message display device used or the user's request. For example, whether the display is a 1-byte code or a 2-byte code, or whether the display is in Japanese or English.

従来は、メッセージの送信側のコンピュータでは、あら
かじめプログラムがこのメッセージを表示すべき形式に
従って表示メツセージとして作成して送信する。受信側
のコンピュータは受信したこの表示メッセージをそのま
まメツセージ表示装置に表示していた。
Conventionally, in a computer on the sending side of a message, a program creates the message in advance as a display message according to the format to be displayed and sends the message. The computer on the receiving side displayed the received display message as is on the message display device.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

しかし従来の方式では、メッセージの送信側のコンピュ
ータにも受信側のコンピュータに接続される各メッセー
ジ表示装置毎、あるいは利用者毎の表示形式の情報が必
要である。そのため、分散処理系全体としては情報が分
散するので、管理が煩雑になる欠点がある。またさらに
表示メッセージはあらかじめ定まった共通部と可変部と
からなっているが、この共通部の全部を常に転送すると
いう無駄がある。
However, in the conventional system, the message sending computer also needs display format information for each message display device connected to the receiving computer or for each user. Therefore, information is distributed throughout the distributed processing system, which has the disadvantage of making management complicated. Furthermore, although a display message consists of a predetermined common part and a variable part, it is wasteful to always transfer the entire common part.

本発明はこれらを解決して、情報の分散が少なくメツセ
ージの冗長度が少ないので、管理が容易で転送効果のよ
い分散処理系コンピュータのメツセージ表示方式を提供
することを目的とする。
SUMMARY OF THE INVENTION An object of the present invention is to solve these problems and provide a message display method for a distributed processing computer that is easy to manage and has a good transfer effect because information is less dispersed and messages have less redundancy.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、表示メッセージの形式が異なる複数のメツセ
ージ表示装置を備えた第一のコンピュータと、上記メツ
セージ表示装置に表示するメツセージを送信する第二の
コンピュータとが通信回線を介して相互に接続された分
散処理系コンピュータのメツセージ表示方式において、 上記メッセージはメツセージ識別子と宛先識別子とを含
む定形のものであり、上記第一のコンピュータは、上記
メツセージの表示先割に表示形式識別子を登録した第一
のテーブルと、この表示形式識別子と上記メツセージ識
別子と上記表示メッセージとを登録した第二のテーブル
と、これら二つのテーブルにより所定の形式の表示メ・
ノセージに編集するメツセージ表示手段とを備えたこと
を特徴とする。
According to the present invention, a first computer equipped with a plurality of message display devices that display messages in different formats and a second computer that transmits messages to be displayed on the message display devices are interconnected via a communication line. In the message display method of a distributed processing computer, the above message is of a fixed form including a message identifier and a destination identifier, and the above first computer is a first computer which has registered a display format identifier in the display destination of the above message. and a second table in which this display format identifier, the above message identifier, and the above display message are registered, and a display message in a predetermined format using these two tables.
The present invention is characterized by comprising a message display means for editing into a message.

〔作 用〕[For production]

分散処理系コンピュータでは、一般的にメツセージ表示
装置を備えた第一のコンピュータは、これにメツセージ
を送信する第二のコンピュータに比較して極めて少数で
ある。従って第二のコンピュータは定形のメッセージを
送信し、利用者側の第一のコンピュータで表示メツセー
ジの形式を所望のものに編集すれば、第二のコンピュー
タのプログラムやメモリは簡素化され、転送されるメ・
ツセージ量は節減できる。
In a distributed processing system, there are generally very few first computers equipped with message display devices compared to second computers to which messages are sent. Therefore, if the second computer sends a fixed message, and the first computer on the user's side edits the format of the displayed message to the desired format, the program and memory of the second computer can be simplified and transferred. Rume・
The amount of sage can be reduced.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例による表示メツセージ転送方
式が適用される分散処理系コンピュータのブロック構成
図である。
FIG. 1 is a block diagram of a distributed processing computer to which a display message transfer method according to an embodiment of the present invention is applied.

第一のコンピュータCaと第二のコンピュータc b 
、−一−−−−1Cnとはそれぞれ通信回線6を介して
接続され、コンピュータCaには形式の異なるメツセー
ジ表示装置5 a 、−−−−−−−157!がそれぞ
れ接続されている。第二のコンピュータc b 、 −
−−−−−−2Cnにはそれぞれ上記メツセージ表示装
置5a、−−−−−−−15I!、にメツセージを送信
するメツセージ送信手段1 b 、−一−−−−−1)
nを備えている。
First computer Ca and second computer c b
, -1---1Cn are respectively connected via communication lines 6, and message display devices 5a of different formats are connected to the computer Ca,---157! are connected to each other. second computer c b , −
------2Cn has the message display device 5a, ------15I, respectively! , a message transmitting means 1b, -1---1) for transmitting a message to
It is equipped with n.

ここに本発明の特徴とするところは、各コンピュータC
b、・−・−1Cnが送信するメツセージはメッセージ
識別子と宛先識別子とを含む定形のものであり、コンピ
ュータCaにはメツセージ表示手段2、第一のテーブル
である宛先別表示形式テーブル3および第二のテーブル
であるメツセージテーブル4を備えたことにある。
Here, the feature of the present invention is that each computer C
The message sent by Cn is in a fixed format including a message identifier and a destination identifier, and the computer Ca has a message display means 2, a first table 3, which is a destination display format table 3, and a second table 3. Message table 4 is provided.

第一のテーブルである宛先別表示形式テーブルを第3図
に示し、第二のテーブルであるメッセージテーブルを第
4図に示す。
The first table, a display format table by destination, is shown in FIG. 3, and the second table, a message table, is shown in FIG.

いま、コンピュータcbでコンピュータCaへ送信すべ
きメッセージが発生すると、メツセージ送信手段1bで
は第2図に示すメッセージ転送形式で宛先識別子、メッ
セージ識別子およびこのメツセージに必要な可変情報d
 、 、d 2、−−−−−−1dイをコンピュータC
aへ送信する。第2図の転送メツセージの形式は、あら
かじめコンピュータCaとコンピュータcbとの双方で
取り決められたものである。また、この転送メツセージ
には、表示メッセージの共通部、例えばメツセージの意
味を示す文章あるいは標題などのようにメツセージ識別
子によって一意的に定まっている部分は含まれておらず
、表示メッセージの可変部、例えば表示メツセージが発
生した時刻あるいは変数の値などのメッセージ識別子だ
けでは定まらない部分を必要数だけ含んでいる。
Now, when a message to be sent to the computer Ca is generated from the computer cb, the message sending means 1b sends a destination identifier, a message identifier, and variable information d necessary for this message in the message transfer format shown in FIG.
, , d 2, ------1 d i on computer C
Send to a. The format of the transferred message shown in FIG. 2 has been agreed upon in advance between computers Ca and cb. In addition, this forwarded message does not include common parts of the displayed message, such as sentences or titles that indicate the meaning of the message, which are uniquely determined by the message identifier, and variable parts of the displayed message, For example, it includes the necessary number of parts that cannot be determined by the message identifier alone, such as the time when the displayed message occurred or the value of a variable.

コンピュータCaのメツセージ表示手段2でコンピュー
タcbから転送された転送メツセージの中の宛先識別子
と宛先別表示形式テーブル3の宛先識別子#1、#2、
−一−−−−−1#nとをそれぞれ比較し一致するもの
を見出し、上記宛先識別子に対応する表示形式識別子を
決定する。
The destination identifier in the forwarded message transferred from the computer cb by the message display means 2 of the computer Ca and the destination identifiers #1, #2, #2 in the display format table 3 for each destination
-1--1#n are compared to find a match, and a display format identifier corresponding to the destination identifier is determined.

表示形式識別子はメツセージ識別子とは独立であり、例
えば英文で表示するかまたは和文で表示するかなどの表
示メツセージの共通部の形式を定めるものである。
The display format identifier is independent of the message identifier and determines the format of common parts of the displayed message, such as whether to display it in English or Japanese.

次に、メツセージ表示手段2は、同様にこの表示形式識
別子と転送メツセージのメッセージ識別子および可変情
報d 、 、d 2、−−−−−−1d7に基づき、メ
ツセージテーブル4から表示メッセージを編集決定する
。最後に、メツセージ表示手段2は、この表示メツセー
ジを転送メッセニジの宛先識別子に基づいて該当するメ
ッセージ表示装置(58〜5j!のうちのいずれか)に
表示する。
Next, the message display means 2 similarly edits and determines the display message from the message table 4 based on the display format identifier, the message identifier of the forwarded message, and the variable information d, , d2, -------1d7. . Finally, the message display means 2 displays this display message on the corresponding message display device (any one of 58 to 5j!) based on the destination identifier of the forwarded message.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明によれば、メツセージ表示
形式を決定する情報を各コンピュータに分散することが
ないので、重複した管理をする必要がなくなりメツセー
ジの冗長である部分を転送する必要がない。従って分散
処理系全体の管理が減少し、転送の効率がよくなる効果
がある。
As explained above, according to the present invention, the information that determines the message display format is not distributed to each computer, so there is no need for redundant management and there is no need to transfer redundant parts of the message. . Therefore, there is an effect that the management of the entire distributed processing system is reduced and the efficiency of transfer is improved.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例による分散処理系コンピュー
タのブロック構成図。 第2図は本実施例の転送メツセージ形式図。 第3図はメツセージテーブルの構成図。 第4図は宛先別表示形式テーブルの構成図。 ■b〜In・・・メツセージ送信手段、2・・・メツセ
ージ表示手段、3・・・宛先別表示形式テーブル、4・
・・メツセージテーブル、5a〜5β・・・メツセージ
表示装置、6・・・通信回線、Ca・・・第一のコンピ
ュータ、CbxCn・・・第二のコンピュータ。 実施例ブロック構成図 第1図
FIG. 1 is a block diagram of a distributed processing computer according to an embodiment of the present invention. FIG. 2 is a diagram of the format of a transferred message in this embodiment. Figure 3 is a diagram showing the structure of the message table. FIG. 4 is a configuration diagram of a display format table for each destination. ■b~In...Message sending means, 2...Message displaying means, 3...Display format table by destination, 4.
Message table, 5a to 5β Message display device, 6 Communication line, Ca first computer, CbxCn second computer. Example block configuration diagram Fig. 1

Claims (1)

【特許請求の範囲】[Claims] (1)表示メッセージの形式が異なる複数のメッセージ
表示装置を備えた第一のコンピュータと、上記メッセー
ジ表示装置に表示するメッセージを送信する第二のコン
ピュータと が通信回線を介して相互に接続された分散処理系コンピ
ュータのメッセージ表示方式において、上記メッセージ
はメッセージ識別子と宛先識別子とを含む定形のもので
あり、 上記第一のコンピュータは、上記メッセージの表示先別
に表示形式識別子を登録した第一のテーブルと、この表
示形式識別子と上記メッセージ識別子と上記表示メッセ
ージとを登録した第二のテーブルと、これら二つのテー
ブルにより所定の形式の表示メッセージに編集するメッ
セージ表示手段とを備えた ことを特徴とする分散処理系コンピュータのメッセージ
表示方式。
(1) A first computer equipped with a plurality of message display devices that display messages in different formats and a second computer that transmits messages to be displayed on the message display devices are interconnected via a communication line. In the message display method of a distributed processing computer, the above-mentioned message is of a fixed form including a message identifier and a destination identifier, and the above-mentioned first computer stores a first table in which display format identifiers are registered for each display destination of the above-mentioned message. and a second table in which the display format identifier, the message identifier, and the display message are registered, and message display means for editing the display message into a predetermined format using these two tables. A message display method for distributed processing computers.
JP61270555A 1986-11-12 1986-11-12 Message display system for distributed processing system computer Pending JPS63123119A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61270555A JPS63123119A (en) 1986-11-12 1986-11-12 Message display system for distributed processing system computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61270555A JPS63123119A (en) 1986-11-12 1986-11-12 Message display system for distributed processing system computer

Publications (1)

Publication Number Publication Date
JPS63123119A true JPS63123119A (en) 1988-05-26

Family

ID=17487804

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61270555A Pending JPS63123119A (en) 1986-11-12 1986-11-12 Message display system for distributed processing system computer

Country Status (1)

Country Link
JP (1) JPS63123119A (en)

Similar Documents

Publication Publication Date Title
EP0147702B1 (en) System and method for connecting a plurality of intelligent terminals to each other
JPH0472428B2 (en)
US6148305A (en) Data processing method for use with a coupling facility
JPS6010839A (en) Unified local area network system
US4672607A (en) Local area network communication system
JPS63123119A (en) Message display system for distributed processing system computer
JPS59133638A (en) Terminal output system
JPS61188653A (en) Down load control system
JPH0378659B2 (en)
JPH04302338A (en) Computer system
JPS6315546A (en) Reply confirming system
KR970002778B1 (en) Message tx/rx method btween processors in the intelligent service control/management system
CA1328928C (en) Computer communication arrangement
JPH0362255A (en) Data transmission system
JP3299021B2 (en) Multi-bus II-SCSI bus data transfer method and apparatus
JP3317550B2 (en) Data transmission method, transmission device, and reception device
JP2661195B2 (en) Loop network monitoring control data transfer system
JPS6033761A (en) Operating system of local network system
JPS5961337A (en) Electronic mail system
JP2735078B2 (en) Communication control method
JPH03225543A (en) Terminal device connection system
JPH04111033A (en) Distributed control system
JPS61223969A (en) Output message management method in decentralized processing system
JPS59172854A (en) Information transfer system
JPH04150121A (en) Electronic mail system