JPH05216795A - Telegraphic message processing system - Google Patents

Telegraphic message processing system

Info

Publication number
JPH05216795A
JPH05216795A JP4001956A JP195692A JPH05216795A JP H05216795 A JPH05216795 A JP H05216795A JP 4001956 A JP4001956 A JP 4001956A JP 195692 A JP195692 A JP 195692A JP H05216795 A JPH05216795 A JP H05216795A
Authority
JP
Japan
Prior art keywords
message
text
transmitted
communication control
control device
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.)
Withdrawn
Application number
JP4001956A
Other languages
Japanese (ja)
Inventor
Yoshiaki Kiuchi
義昭 木内
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 JP4001956A priority Critical patent/JPH05216795A/en
Publication of JPH05216795A publication Critical patent/JPH05216795A/en
Withdrawn legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To prevent service to the other slave terminal equipment of a communi cation control equipment from being interrupted since the residual block of the communication control equipment exceeds an allowable value when a long telegraphic message is transmitted from a host computer to a terminal by one transmitting instruction in an on-line system. CONSTITUTION:The telegraphic message longer than one block is transmitted while adding serial codes to the transmitting texts in one block (step 103), and the remaining transmitting texts are stored in a telegraphic message storage part (step 104). The request of the next following transmitting texts is received from the terminal (step 105), and the message is repeatedly transmitted from the stored telegraphic text while adding serial codes to the transmitting texts in one block (steps 106 107 and 108). When the remaining transmitting texts are shorter than the length of one block, the message is transmitted while adding an end code (step 109). Since the respective transmitting texts become independent telegraphic messages, the service of the other terminal is enabled as well.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は電文処理方式、特にオン
ラインシステムにおいて通信制御装置を介して送信され
る長電文の電文処理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a message processing method, and more particularly to a message processing method for a long message transmitted via a communication controller in an online system.

【0002】[0002]

【従来の技術】従来、この種の電文処理方式は、長電文
の発生頻度が少ないものとして、特別の配慮を払うこと
なく一般の電文と同じに、電文処理を行なっている。
2. Description of the Related Art Conventionally, in this type of message processing method, it is assumed that the frequency of occurrence of long messages is low, and message processing is performed in the same manner as ordinary messages without special consideration.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の電文処
理方式は、ホストコンピュータから端末装置に長電文の
送信を1回の送信命令で送信すると、電文が一定長の送
信ブロックに分割されるが、全送信ブロックが通信制御
装置に送り込まれることにより、通信制御装置内の滞留
ブロック数が許容値を越えることがある。許容値を越え
ると、通信制御装置は下位の他の端末装置に対するサー
ビスを中断するという問題点を有している。
In the conventional message processing method described above, when the host computer transmits the transmission of the long message to the terminal device by one transmission command, the message is divided into transmission blocks of a certain length. Since all the transmission blocks are sent to the communication control device, the number of staying blocks in the communication control device may exceed the allowable value. If the allowable value is exceeded, the communication control device has a problem of interrupting service to other lower terminal devices.

【0004】[0004]

【課題を解決するための手段】本発明の電文処理方式
は、オンラインシステムのアプリケーションプログラム
から通信制御装置を介して端末装置に電文を送信する電
文処理方式において、アプリケーションプログラムから
出力される送信命令を受けて、通信制御装置で規定して
いる1ブロック長分の最初の電送テキストに続き符号を
付加して通信制御装置から送信させ、残りの電送テキス
トを主記憶装置に設けた電文蓄積部に記憶して、端末装
置が続き符号を認識して送出した続き要求を受けて、前
記電文蓄積部に記憶した残り電送テキストから1ブロッ
ク長分の電送テキストを読出し、再び続き符号を付加し
通信制御装置から送信させることを繰返し、前記電文蓄
積部から読出した電送テキストが1ブロック長分より短
くなったときに終り符号を付加して通信制御装置から送
信させることにより構成される。
According to the electronic message processing method of the present invention, in the electronic message processing method of transmitting an electronic message from an application program of an online system to a terminal device via a communication control device, a transmission command output from the application program is transmitted. Upon reception, the communication control device transmits the communication data by adding a code to the first transmission text for one block length specified by the communication control device, and stores the rest of the transmission text in a message storage unit provided in the main storage device. Then, the terminal device receives the continuation request transmitted by recognizing the continuous code, reads the electronic transmission text of one block length from the remaining electronic transmission text stored in the electronic message storage unit, adds the continuous code again, and adds the continuous code to the communication control device. It is repeated when the transmission text read from the message storage unit becomes shorter than one block length, and the transmission ends. Constituted by transmission from the communication control device adds the issue.

【0005】[0005]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0006】図2は本発明の一実施例が適用されるシス
テムの構成図で、アプリケーションプログラム1と、ア
プリケーションプログラム1から出力された電文の送信
命令を受取って本発明の処理を行なうOSの一部である
電文処理部2と、主記憶装置に設けられた電文蓄積部3
と、電文処理部2から与えられる電文を送信する通信制
御装置4とが示されている。
FIG. 2 is a block diagram of a system to which an embodiment of the present invention is applied, showing an application program 1 and an OS which receives a transmission command of a message output from the application program 1 and performs the processing of the present invention. Message processing unit 2 and a message storage unit 3 provided in the main storage device.
And the communication control device 4 that transmits a message given from the message processing unit 2.

【0007】図1は本発明の一実施例の処理のフローチ
ャートで、図2の電文処理部2の処理を示している。以
下、図2を参照して図1の説明を進める。アプリケーシ
ョンプログラム1から電文の送信命令を受取ると、先ず
電文テキストの長さが、予め設定しているブロック長よ
り長いかを調べ(ステップ101)、1ブロック長より
短かければ、電送テキストの全文を通信制御装置4に与
えて、通常の送信、即ち電送テキストの前に始りを示す
STXを、後に終りを示す符号ETBを付して端末装置
へ送信させる(ステップ102)。ステップ101で1
ブロック長より長い場合には、通信制御装置4に最初の
1ブロック分の電送テキストに、終り符号の代りに続き
符号としてETXを付けて送信させる(ステップ10
3)。次いで残りの電送テキストを電文蓄積部3に記憶
する(ステップ104)。端末装置は受信した電送テキ
ストの終りにETXが付されていることから、次の続き
電送テキストの要求を通信制御装置4に返送する。通信
制御装置4はこの要求を受けると電文処理部2にこの要
求を行なう(ステップ105)。続き要求を受けた電文
処理部2は、電文蓄積部3の残り電送テキストを読出
し、1ブロック長より長いかを調べ(ステップ10
6)、長ければ1ブロック分に再び続き符号を付して通
信制御装置4に送信させる(ステップ107)。次に、
再び端末装置から続き電送テキストの要求を受け、電文
処理部2がこの続き要求を受けると(ステップ10
8)、ステップ106に戻りステップ107,108を
繰返す。ステップ106で残りの電送テキストが1ブロ
ック長より短かいときは、通信制御装置4にこの電送テ
キストに終り符号を付して送信させる(ステップ10
9)。端末装置は電文テキストにETBが付されて受信
したことにより、一連の電送テキストの全文を受信した
ことを認識する。なお以上の各1ブロック長の送信は独
立した電送テキストとして取扱われるので、通信制御装
置4では各送信の間に他の電文の送信を受付け送信する
ことができる。
FIG. 1 is a flowchart of the processing of one embodiment of the present invention, showing the processing of the electronic message processing section 2 of FIG. The description of FIG. 1 will be continued below with reference to FIG. When a message transmission command is received from the application program 1, it is first checked whether or not the length of the message text is longer than a preset block length (step 101), and if it is shorter than one block length, the entire message text is transmitted. It is given to the communication control device 4 to cause normal transmission, that is, STX indicating the beginning before the electronic transmission text, and attaching the symbol ETB indicating the end to the end, and transmitting it to the terminal device (step 102). 1 in step 101
When the block length is longer than the block length, the communication control device 4 is caused to transmit the first one block of the transmitted text with ETX as a subsequent code instead of the ending code (step 10).
3). Then, the rest of the transmitted text is stored in the message storage unit 3 (step 104). Since the terminal device has ETX attached at the end of the received transmission text, the terminal device returns a request for the next continuous transmission text to the communication control device 4. When the communication control device 4 receives this request, it makes this request to the message processing unit 2 (step 105). Upon receiving the subsequent request, the electronic message processing unit 2 reads the remaining electronic transmission text in the electronic message storage unit 3 and checks whether it is longer than one block length (step 10
6) If it is longer, one block is added again with a subsequent code and transmitted to the communication control device 4 (step 107). next,
When the telegram processing unit 2 receives the request for the continuation transmission text from the terminal device again and the continuation request is received (step 10).
8) Return to step 106 and repeat steps 107 and 108. If the rest of the transmitted text is shorter than one block length in step 106, the communication control device 4 is caused to attach the ending code to the transmitted text and transmit it (step 10).
9). The terminal device recognizes that the entire text of the series of transmission texts has been received by receiving the electronic text with ETB attached. Since the transmission of each one-block length described above is handled as an independent transmission text, the communication control device 4 can accept and transmit the transmission of another message during each transmission.

【0008】[0008]

【発明の効果】以上説明したように本発明は、長電文を
1ブロック長に分割して複数回に分けて送信することに
より、長電文の送信が発生した場合にも、1端末に対す
るサービスに片寄ることなく複数端末に対して均一にサ
ービスができるという効果がある。
As described above, according to the present invention, a long telegram is divided into one block length and transmitted in a plurality of times, so that even when a long telegram is transmitted, a service for one terminal is provided. There is an effect that services can be uniformly provided to a plurality of terminals without being biased.

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

【図1】本発明の一実施例の処理のフローチャートであ
る。
FIG. 1 is a flowchart of processing according to an embodiment of the present invention.

【図2】図1の実施例が適用されるシステムの構成図で
ある。
FIG. 2 is a configuration diagram of a system to which the embodiment of FIG. 1 is applied.

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

1 アプリケーションプログラム 2 電文処理部 3 電文蓄積部 4 通信制御装置 1 Application Program 2 Message Processing Unit 3 Message Storage Unit 4 Communication Control Device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 オンラインシステムのアプリケーション
プログラムから通信制御装置を介して端末装置に電文を
送信する電文処理方式において、アプリケーションプロ
グラムから出力される送信命令を受けて、通信制御装置
で規定している1ブロック長分の最初の電送テキストに
続き符号を付加して通信制御装置から送信させ、残りの
電送テキストを主記憶装置に設けた電文蓄積部に記憶し
て、端末装置が続き符号を認識して送出した続き要求を
受けて、前記電文蓄積部に記憶した残り電送テキストか
ら1ブロック長分の電送テキストを読出し、再び続き符
号を付加し通信制御装置から送信させることを繰返し、
前記電文蓄積部から読出した電送テキストが1ブロック
長分より短くなったときに終り符号を付加して通信制御
装置から送信させることを特徴とする電文処理方式。
1. In a message processing method for transmitting a message from an application program of an online system to a terminal device via a communication control device, the communication control device defines a transmission command output from the application program. A continuous code is added to the first electronic text for the block length and transmitted from the communication control device, and the remaining electronic text is stored in the electronic message storage unit provided in the main storage device, and the terminal device recognizes the continuous code. Receiving the transmitted continuation request, the transmission text for one block length is read from the remaining transmission text stored in the electronic message storage unit, the continuation code is added again, and transmission from the communication control device is repeated.
A telegram processing method, wherein when the telegram text read from the telegram storage unit becomes shorter than one block length, a termination code is added and the text is transmitted from the communication control device.
JP4001956A 1992-01-09 1992-01-09 Telegraphic message processing system Withdrawn JPH05216795A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4001956A JPH05216795A (en) 1992-01-09 1992-01-09 Telegraphic message processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4001956A JPH05216795A (en) 1992-01-09 1992-01-09 Telegraphic message processing system

Publications (1)

Publication Number Publication Date
JPH05216795A true JPH05216795A (en) 1993-08-27

Family

ID=11516052

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4001956A Withdrawn JPH05216795A (en) 1992-01-09 1992-01-09 Telegraphic message processing system

Country Status (1)

Country Link
JP (1) JPH05216795A (en)

Similar Documents

Publication Publication Date Title
EP0235199B1 (en) Communication protocol selection for data processing system
EP0156557A2 (en) Transceiver for multi-drop local area networks
JPH05216795A (en) Telegraphic message processing system
US6067626A (en) Method of processing externally supplied data by CPU in non-operating state and portable terminal device for the same
US4282399A (en) Shared maintenance terminal system
KR100525677B1 (en) Apparatus and method for duplication of communication control module
JP2006033490A (en) Data communication device, and communication system
KR940008348A (en) Asynchronous serial communication circuit of multi-switch unit electronic switching system
JP2601453Y2 (en) Serial communication system
KR100217738B1 (en) Computer communication speed improving method of keyphone
JPS63288317A (en) Printer
JPS61186046A (en) System for controlling terminal equipment connection
JP2641896B2 (en) Data transfer method
JPS59229951A (en) Time-division multiplex transmission signal system
JPH06291748A (en) System for reducing collision number of times and preventing inclination for half-duplex communication
JPS6245246A (en) Communication control equipment
JPH10164172A (en) Text data transmission method
JPH11275172A (en) System for controlling communication
JP2865463B2 (en) Data transmission method
JPS58198941A (en) Simple data transmitter
JPH0537587A (en) Reply sequence transmission system
JPS6112424B2 (en)
JPH0495199A (en) Remote monitoring device
KR970049728A (en) Communication method and apparatus using token delivery method
JPS61111041A (en) Polling control system by communication control equipment

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990408