JPS6333181B2 - - Google Patents

Info

Publication number
JPS6333181B2
JPS6333181B2 JP58012331A JP1233183A JPS6333181B2 JP S6333181 B2 JPS6333181 B2 JP S6333181B2 JP 58012331 A JP58012331 A JP 58012331A JP 1233183 A JP1233183 A JP 1233183A JP S6333181 B2 JPS6333181 B2 JP S6333181B2
Authority
JP
Japan
Prior art keywords
input
remote
output device
output
computer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired
Application number
JP58012331A
Other languages
Japanese (ja)
Other versions
JPS59139458A (en
Inventor
Yasuhiro Ishii
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 JP58012331A priority Critical patent/JPS59139458A/en
Publication of JPS59139458A publication Critical patent/JPS59139458A/en
Publication of JPS6333181B2 publication Critical patent/JPS6333181B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は電子計算機の入出力制御方式に係り、
特に電子計算機と通信回線で接続されるリモート
入出力装置を制御する入出力制御方式に関するも
のである。
[Detailed Description of the Invention] [Field of Application of the Invention] The present invention relates to an input/output control method for an electronic computer,
In particular, it relates to an input/output control method for controlling a remote input/output device connected to a computer via a communication line.

〔従来技術〕[Prior art]

電子計算機の入出力制御方式は、ローカルコマ
ンドによる方法とリモートコマンドによる方法に
大別される。第1図はこれらの方法が適用される
システム構成を示したものである。第1図aは入
出力装置が電子計算機の近くに設置される場合で
あり、入出力装置(ローカル入出力装置)3は入
出力インタフエース線2にて直接電子計算機1に
接続される。この場合、電子計算機1は入出力命
令(ローカルコマンド)を使つて入出力装置3を
直接制御する。一方、第1図bは入出力装置が遠
隔地にある場合であり、入出力装置(リモート入
出力装置)6は通信回線5にて通信回線制御装置
4と接続され、該通信回線制御装置4が入出力イ
ンタフエース線2にて電子計算機1と接続され
る。この場合、電子計算機1は通信回線手順用の
入出力命令(リモートコマンド)を通信回線制御
装置4に対して発行し、このリモートコマンドを
通信回線制御装置4が通信回線5を使つて入出力
装置6へ送ることによつて、入出力装置6を制御
する。このように、入出力装置が直接電子計算機
に接続される場合と通信回線を介して電子計算機
に接続される場合とでは、入出力装置に対して同
じ機能を実行させるにも、電子計算機の発行する
コマンドは異つたものとなる。
Input/output control methods for electronic computers are broadly divided into methods using local commands and methods using remote commands. FIG. 1 shows a system configuration to which these methods are applied. FIG. 1a shows a case where the input/output device is installed near the computer, and the input/output device (local input/output device) 3 is directly connected to the computer 1 via the input/output interface line 2. In FIG. In this case, the electronic computer 1 directly controls the input/output device 3 using input/output instructions (local commands). On the other hand, FIG. 1b shows a case where the input/output device is located in a remote location, and the input/output device (remote input/output device) 6 is connected to the communication line control device 4 via the communication line 5. is connected to the electronic computer 1 via an input/output interface line 2. In this case, the computer 1 issues an input/output command (remote command) for communication line procedures to the communication line control device 4, and the communication line control device 4 sends this remote command to the input/output device using the communication line 5. 6 to control the input/output device 6. In this way, when an input/output device is connected directly to a computer or when it is connected to a computer via a communication line, in order to make the input/output device perform the same function, it is necessary to issue The commands to do so will be different.

ところで、近年ソフトウエア信頼性向上のた
め、電子計算機内のソフトウエアの状態を、遠隔
地よりソフトウエアの専門家が診断および保守す
るソフトウエア遠隔保守機能が必要となつてき
た。このため、遠隔地の表示端末と電子計算機を
通信回線で接続し、表示端末のオペレータ(ソフ
トウエアの専門家)と電子計算機内のソフトウエ
ア間で会話を行なう必要がある。これには、第1
図bの構成を対象にしたリモートコマンドによる
方法を使用する必要がある。
Incidentally, in recent years, in order to improve software reliability, there has been a need for a software remote maintenance function that allows a software expert to diagnose and maintain the state of software in a computer from a remote location. For this reason, it is necessary to connect a display terminal at a remote location and a computer via a communication line, and to have a conversation between the operator (software expert) of the display terminal and the software in the computer. This includes the first
It is necessary to use a remote command method intended for the configuration shown in Figure b.

しかし、リモートコマンドによる制御を行なう
には次の問題点がある。
However, controlling by remote commands has the following problems.

(1) 電子計算機内のソフトウエアは通信回線制御
プログラムをサポートしていなければならな
い。ソフトウエア遠隔保守はソフトウエア供給
会社とユーザの電子計算機とで行なう。ユーザ
によつては通信回線制御プログラムをサポート
していない場合もあり、すべてのユーザに対し
てソフトウエア遠隔保守を行なうことができな
い。
(1) The software in the computer must support the communication line control program. Software remote maintenance is performed between the software supplier and the user's computer. Some users may not support communication line control programs, and remote software maintenance cannot be performed for all users.

(2) 既存のソフトウエア診断用プログラムの大半
はローカル表示端末しかサポートしていず、リ
モート表示端末をサポートするためにはプログ
ラムの大幅な変更を必要とする。
(2) Most existing software diagnostic programs only support local display terminals, and require significant program changes to support remote display terminals.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、電子計算機がリモート入出力
装置を制御する場合、ローカル入出力装置を制御
するのと同じ方法で制御できる入出力制御方式を
提供することにある。
An object of the present invention is to provide an input/output control method that allows a computer to control a remote input/output device in the same manner as it controls a local input/output device.

〔発明の概要〕[Summary of the invention]

本発明の要点は、リモート入出力装置と同様の
機能を持ち、しかも電子計算機に直接接続される
ローカル入出力装置をエミユレートするローカー
ル入出力装置エミユレート手段を設け、電子計算
機とリモート入出力装置の間で該ローカル入出力
装置エミユレート手段を介してコマンドあるいは
データを送受することにより、電子計算機はリモ
ート入出力装置をローカル入出力装置とみなして
制御することを可能としたものである。
The main point of the present invention is to provide a local input/output device emulation means that emulates a local input/output device that has the same function as a remote input/output device and is directly connected to a computer, and to connect the computer and the remote input/output device. By sending and receiving commands or data via the local input/output device emulation means, the computer can control the remote input/output device by regarding it as a local input/output device.

〔発明の実施例〕[Embodiments of the invention]

第2図は本発明にかかる入出力制御方式の一実
施例のブロツク図である。便宜上、第2図ではリ
モート入出力装置として表示端末装置を制御する
場合を示している。図中、10が本発明で付加し
た入出力制御装置であり、ローカル表示端末装置
エミユレート回路11、擬似表示画面バツフア1
2、出力制御回路13、入力制御回路14および
通信回路15よりなる。電子計算機1は該入出力
制御装置10と入出力インタフエース線2にて接
続され、該入出力制御装置10は通信回線5にて
リモート表示端末装置18と接続される。リモー
ト表示端末装置18はデイスプレイ19およびキ
ーボード20を持つている。8は該リモート表示
端末装置18の前にいるオペレータである。
FIG. 2 is a block diagram of one embodiment of the input/output control method according to the present invention. For convenience, FIG. 2 shows a case where a display terminal device is controlled as a remote input/output device. In the figure, 10 is an input/output control device added in the present invention, a local display terminal emulation circuit 11, a pseudo display screen buffer 1
2, an output control circuit 13, an input control circuit 14, and a communication circuit 15. The computer 1 is connected to the input/output control device 10 via an input/output interface line 2, and the input/output control device 10 is connected to a remote display terminal device 18 via a communication line 5. The remote display terminal device 18 has a display 19 and a keyboard 20. 8 is an operator in front of the remote display terminal device 18.

電子計算機1にはソフトウエア診断プログラム
7が格納されている。該電子計算機1が発行した
ローカルコマンドを、ローカル入出力装置エミユ
レート回路11が擬似表示画面バツフアを用いて
処理し、その出力を出力制御回路13がリモート
コマンドに変換し、該リモートコマンドを通信回
線制御回路15により所定の通信回線手順にてリ
モート表示端末装置18へ送信する。また、リモ
ート表示端末装置18より送られてくる入力デー
タを通信回線制御回路15にて所定の通信回線手
順で受信し、これを入力制御回路14で受け取つ
て擬似表示画面バツフア12にセツトし、ローカ
ル表示端末装置エミユレート回路11にて電子計
算機1へ送る。
A software diagnostic program 7 is stored in the electronic computer 1. The local input/output device emulation circuit 11 processes the local command issued by the computer 1 using a pseudo display screen buffer, the output control circuit 13 converts the output into a remote command, and the remote command is used to control the communication line. The circuit 15 transmits the data to the remote display terminal device 18 using a predetermined communication line procedure. Further, input data sent from the remote display terminal device 18 is received by the communication line control circuit 15 according to a predetermined communication line procedure, and is received by the input control circuit 14 and set in the pseudo display screen buffer 12. It is sent to the computer 1 by the display terminal device emulation circuit 11.

第3図に出力制御回路13の機能ブロツク図を
示す。擬似表示画面バツフア12と出力制御回路
13に具備された比較表示画面バツフア21との
出力は画面比較制御回路22の入力となり、該画
面比較制御回路21は出力としてリモートコマン
ド23を生成する。リモートコマンド23はリモ
ート表示端末装置18のデイスプレイ19上の表
示画面を変更するSBA(Set Buffer Address)と
不一致文字列と、表示画面のカーソル位置を制御
するSBAとIC(Insert Cursor)より成る。SBA
は25で示すように、SBAの識別コード(11)16と画
面バツフアのアドレスより成り、変更すべき画面
アドレスあるいはカーソルアドレスを示す。不一
致文字列は単なる表示文字26あるいは画面の属
性を示す属性文字27の集合より成る。画面の属
性文字は画面へのキーインや、表示色などを指定
する。IC28はSBA25と組合せて使い、SBA
25で示す画面アドレスにカーソルをセツトする
指示コードである。このリモートコマンド23は
通信回線制御回路15の入力となつている。ロー
カル表示端末装置エミユレート回路11より出て
いる信号線16は画面比較制御回路22の入力と
なつている。また、画面比較制御回路22から比
較表示画面バツフア21へデータ線21が出てい
る。
FIG. 3 shows a functional block diagram of the output control circuit 13. The outputs of the pseudo display screen buffer 12 and the comparison display screen buffer 21 provided in the output control circuit 13 become inputs to the screen comparison control circuit 22, and the screen comparison control circuit 21 generates a remote command 23 as an output. The remote command 23 consists of an SBA (Set Buffer Address) for changing the display screen on the display 19 of the remote display terminal device 18, a mismatched character string, and an SBA and IC (Insert Cursor) for controlling the cursor position on the display screen. S.B.A.
As shown at 25, it consists of the SBA identification code (11) 16 and the screen buffer address, and indicates the screen address or cursor address to be changed. The mismatched character string consists of a simple display character 26 or a set of attribute characters 27 indicating attributes of the screen. Screen attribute characters specify key-in to the screen, display color, etc. IC28 is used in combination with SBA25, and SBA
This is an instruction code to set the cursor at the screen address indicated by 25. This remote command 23 serves as an input to the communication line control circuit 15. A signal line 16 coming out from the local display terminal device emulation circuit 11 is an input to a screen comparison control circuit 22. Further, a data line 21 is extended from the screen comparison control circuit 22 to the comparison display screen buffer 21.

第4図に入力制御回路14の機能ブロツク図を
示す。通信回線制御回路15の出力であるリモー
ト表示端末装置18のキーイン情報列33は、押
下されたアテンシヨンキーの種別を示すAID34
と、カーソルの位置を示すカーソルアドレス35
と、キーイン文字の画面位置を示すSBA25と、
キーイン文字列36より成つている。キーインが
画面上の複数箇所に在る場合、SBA25とキー
イン文字列36はその数だけ繰返す。このキーイ
ン情報列33は、入力制御回路14に具備された
キーボードエミユレート回路32の入力となる。
キーボードエミユレート回路32の出力は擬似表
示画面バツフア12および比較表示画面バツフア
31の入力となる。また、キーボードエミユレー
ト回路32からローカル表示端末装置エミユレー
ト回路11へ信号線17が出ている。
FIG. 4 shows a functional block diagram of the input control circuit 14. The key-in information string 33 of the remote display terminal device 18, which is the output of the communication line control circuit 15, is an AID 34 indicating the type of the pressed attention key.
and a cursor address 35 indicating the cursor position.
and SBA25 indicating the screen position of the key-in character,
It consists of a key-in character string 36. If the key-in is in multiple locations on the screen, the SBA 25 and the key-in character string 36 are repeated the number of times. This key-in information string 33 becomes an input to a keyboard emulation circuit 32 provided in the input control circuit 14.
The output of the keyboard emulation circuit 32 becomes an input to the pseudo display screen buffer 12 and the comparison display screen buffer 31. Further, a signal line 17 extends from the keyboard emulation circuit 32 to the local display terminal device emulation circuit 11.

次に、上記実施例の動作を説明する。リモート
表示端末装置18の前にいるソフトウエアの専門
家であるオペレータ8は計算機1内のソフトウエ
ア診断プログラム7と会話を行なうことにより、
計算機のソフトウエアを行なう。この会話は次の
様にして行なう。
Next, the operation of the above embodiment will be explained. The operator 8 who is a software expert in front of the remote display terminal device 18 communicates with the software diagnostic program 7 in the computer 1 to
Perform computer software. This conversation will take place as follows.

診断プログラム7は診断機能をデイスプレイ
19に表示し、オペレータ8にどの機能を実行
するか尋ねる。
The diagnostic program 7 displays diagnostic functions on the display 19 and asks the operator 8 which function to perform.

オペレータ8はキーボード20よりキーイン
し、実行すべき機能を具体的に示す。
The operator 8 inputs a key from the keyboard 20 to specifically indicate the function to be executed.

診断プログラム7はキーイン内容を読取り、
診断を実行する。実行後、その結果をデイスプ
レイ19に表示する。
The diagnostic program 7 reads the key-in contents,
Run diagnostics. After execution, the results are displayed on the display 19.

オペレータ8は表示結果より、ソフトウエア
の状態を判断し、対策を講じる。
The operator 8 determines the state of the software from the displayed results and takes countermeasures.

〜を繰返し、ソフトウエアの診断を遂行
する。
Repeat ~ to perform software diagnosis.

本発明の特徴は、入出力制御装置10でローカ
ルコマンドをリモートコマンドに変換することに
より、上記手順において、診断プログラム7はリ
モート表示端末装置18のデイスプレイ19への
表示、およびキーボード20からのキーインデー
タの読取りをすべてローカルコマンドを使つて実
行可能としたことである。以下、ローカルコマン
ドからリモートコマンドへ変換する動作について
説明する。
A feature of the present invention is that by converting local commands into remote commands in the input/output control device 10, in the above procedure, the diagnostic program 7 can display the display on the display 19 of the remote display terminal device 18 and the key-in data from the keyboard 20. All reading can be performed using local commands. The operation of converting a local command to a remote command will be explained below.

はじめ、電子計算機1がリモート表示端末装置
18のデイスプレイ19の表示画面を変更する場
合について説明する。
First, a case will be described in which the computer 1 changes the display screen of the display 19 of the remote display terminal device 18.

電子計算機1は、入出力インタフエース線2を
介して、画面変更コマンドをローカル表示端末装
置エミユレート回路11に発行する。ローカル表
示端末装置エミユレート回路11は画面変更コマ
ンドを受けて擬似表示画面バツフア12を変更す
る。変更を完了すると、信号線16をオンにし
て、出力制御回路13内の画面比較制御回路22
に画面変更があつたことを報告する。
The computer 1 issues a screen change command to the local display terminal device emulation circuit 11 via the input/output interface line 2. The local display terminal device emulation circuit 11 changes the pseudo display screen buffer 12 in response to the screen change command. When the change is completed, the signal line 16 is turned on and the screen comparison control circuit 22 in the output control circuit 13 is turned on.
Reports that the screen has changed.

画面比較制御回路22は擬似表示画面バツフア
12と変更前の表示画面を保持している比較表示
画面バツフア21の内容を比較し、不一致した部
分を第3図に示すリモートコマンド23に変換す
る。この変換手順を第5図の流れ図に示す。な
お、擬似表示画面バツフア12と比較表示画面バ
ツフア21は共に、デイスプレイ19の表示画面
に対応している。
The screen comparison control circuit 22 compares the contents of the pseudo display screen buffer 12 and the comparison display screen buffer 21 holding the display screen before change, and converts the mismatched portions into remote commands 23 shown in FIG. This conversion procedure is shown in the flowchart of FIG. Note that both the pseudo display screen buffer 12 and the comparison display screen buffer 21 correspond to the display screen of the display 19.

ステツプ101;両画面バツフア12,21のア
ドレスを示すバツフアアドレスを始
点(0)にセツトする。
Step 101: Set the buffer address indicating the address of both screen buffers 12 and 21 to the starting point (0).

ステツプ102;画面バツフアアドレスの示す擬
似表示画面バツフア12と比較表示
画面バツフア21の内容を比較す
る。そして、一致するとステツプ1
10へ分岐し、不一致だとステツプ
103へ進む。
Step 102: The contents of the pseudo display screen buffer 12 indicated by the screen buffer address and the comparison display screen buffer 21 are compared. Then, if it matches, step 1
The process branches to step 10, and if there is a mismatch, the process proceeds to step 103.

ステツプ103;前画面バツフアアドレスで示す
データも不一致であつた場合、ステ
ツプ105へ分岐し、一致していた
場合、ステツプ104へ進む。
Step 103: If the data indicated by the previous screen buffer address also does not match, the process branches to step 105; if they match, the process proceeds to step 104.

ステツプ104;画面バツフアアドレスから1バ
イトの識別コード(11)16と2バイトの
アドレスとで構成するSBA25を
作成し、リモートコマンド列23に
セツトする。
Step 104: Create an SBA 25 consisting of a 1-byte identification code (11) 16 and a 2-byte address from the screen buffer address, and set it in the remote command string 23.

ステツプ105;擬似表示画面バツフア12のデ
ータが属性文字の場合、ステツプ1
08へ分岐し、表示文字の場合、ス
テツプ106へ進む。
Step 105; If the data in the pseudo display screen buffer 12 is an attribute character, step 1
The process branches to step 08, and if it is a display character, the process proceeds to step 106.

ステツプ106;擬似表示画面バツフア12の表
示文字をそのままリモートコマンド
列23にセツトする。
Step 106: Set the characters displayed in the pseudo display screen buffer 12 as they are in the remote command string 23.

ステツプ107;擬似表示画面バツフア12の表
示文字をデータ線24を使つて比較
表示画面バツフア21にセツトす
る。そして、ステツプ110へ分岐
する。
Step 107: Set the display characters in the pseudo display screen buffer 12 to the comparison display screen buffer 21 using the data line 24. Then, the process branches to step 110.

ステツプ108;擬似表示画面バツフア12の属
性文字から1バイトの識別コード
(1D)16と属性文字の不一致文字列
27にして、リモートコマンド列2
3にセツトする。
Step 108; 1-byte identification code (1D) 16 from the attribute characters of the pseudo display screen buffer 12 and mismatched character string 27 of the attribute characters, and remote command string 2
Set to 3.

ステツプ10;擬似表示画面バツフア12の属性
文字をデータ線24を使つて比較表
示画面バツフア21にセツトする。
Step 10: Set the attribute characters of the pseudo display screen buffer 12 to the comparison display screen buffer 21 using the data line 24.

ステツプ110;表示画面をすべて比較終了した
場合、ステツプ112へ分岐し、未
終了の場合、ステツプ111へ進
む。
Step 110: If all the display screens have been compared, the process branches to step 112; if the comparison has not been completed, the process proceeds to step 111.

ステツプ111;画面バツフアアドレスに1を加
え、ステツプ102へ分岐する。
Step 111: Add 1 to the screen buffer address and branch to step 102.

ステツプ112;擬似表示画面バツフア12のカ
ーソルアドレスをSBA25に変換
し、リモートコマンド列にセツト
し、その後カーソルセツト指令IC
28をセツトする。
Step 112: Convert the cursor address of the pseudo display screen buffer 12 to SBA 25, set it in the remote command string, and then issue the cursor set command IC.
Set 28.

上記のようにして作成したリモートコマンド列
23を出力制御回路13は通信回線制御回路15
へ転送する。通信回線制御回路15は所定の通信
回線手順により、通信回線5を介してリモート表
示端末装置18に該リモートコマンド列23を解
読して、デイスプレイ19上の表示画面を変更す
る。
The output control circuit 13 outputs the remote command sequence 23 created as described above to the communication line control circuit 15.
Transfer to. The communication line control circuit 15 decodes the remote command sequence 23 to the remote display terminal device 18 via the communication line 5 according to a predetermined communication line procedure, and changes the display screen on the display 19.

次に、電子計算機1がリモート表示端末装置1
8のキーボード20より入力されたキーインデー
タを読取る場合について説明する。
Next, the computer 1 displays the remote display terminal device 1
The case where key-in data input from the keyboard 20 of No. 8 is read will be explained.

遠隔地のオペレータ8はキーボード20のデー
タキーを押下し、キーイン入力を行なう。キーイ
ンされたデータはデイスプレイ19に表示され
る。一連にキー入力処理を終了すると、オペレー
タ8はキーインの終了を示すアテンシヨンキーを
押下する。アテンシヨンキーが押下されると、リ
モート表示端末装置18は入力されたキーインデ
ータを編集し、キーイン情報列33(第4図参
照)を作成する。その後、リモート表示端末装置
18は通信回線5を介して入出力制御装置10内
の通信回線制御回路15にキーイン情報列33を
送る。通信回線制御回路15は所定の通信回線手
順によりキーイン情報列33を受取ると、入力制
御回路14内のキーボードエミユレート回路32
にキーイン情報列33を出力する。キーボードエ
ミユレート回路32はキーイン情報33を入力と
して、それをエミユレートし、擬似表示画面バツ
フア12および比較表示画面バツフア31にキー
インデータをセツトし、受信線17でローカル表
示端末装置エミユレート回路11にキーインが完
了したことを報告する。
The remote operator 8 presses the data key on the keyboard 20 and performs key-in input. The keyed-in data is displayed on the display 19. When the series of key input processing is completed, the operator 8 presses an attention key indicating the end of key-in. When the attention key is pressed, the remote display terminal device 18 edits the input key-in data and creates a key-in information string 33 (see FIG. 4). Thereafter, the remote display terminal device 18 sends the key-in information string 33 to the communication line control circuit 15 in the input/output control device 10 via the communication line 5. When the communication line control circuit 15 receives the key-in information string 33 through a predetermined communication line procedure, the communication line control circuit 15 transmits the keyboard emulation circuit 32 in the input control circuit 14.
The key-in information string 33 is output to. The keyboard emulation circuit 32 inputs the key-in information 33, emulates it, sets the key-in data in the pseudo display screen buffer 12 and the comparison display screen buffer 31, and sends the key-in data to the local display terminal device emulation circuit 11 via the reception line 17. report that it has been completed.

このキーインエミユレーシヨンの手順を第6図
の流れ図に示す。
The procedure of this key-in emulation is shown in the flowchart of FIG.

ステツプ201;キーイン情報列33のエミユレ
ートするデータを示すポインタをキ
ーイン情報列33の4バイト目にセ
ツトする。
Step 201: A pointer indicating the data to be emulated in the key-in information string 33 is set at the 4th byte of the key-in information string 33.

ステツプ201;ポインタの示すデータがSBA
識別コード(11)16の場合、ステツプ2
06へ分岐する。キーイン文字の場
合、ステツプ203へ進む。
Step 201; The data pointed to by the pointer is SBA
Identification code (11) If 16 , step 2
Branch to 06. If it is a key-in character, the process advances to step 203.

ステツプ203;擬似表示画面バツフア12およ
び比較表示画面バツフア31の画面
バツフアアドレスで示す位置にキー
イン文字をセツトする。
Step 203: A key-in character is set at the position indicated by the screen buffer address of the pseudo display screen buffer 12 and the comparison display screen buffer 31.

ステツプ204;画面バツフアアドレスを+1
し、次のキーイン位置へ進める。
Step 204; Add 1 screen buffer address
and advance to the next key-in position.

ステツプ205;ポインタを+1して、次のキー
イン情報をポイントする。そして、
ステツプ208へ分岐する。
Step 205; Increase the pointer by 1 and point to the next key-in information. and,
The process branches to step 208.

ステツプ206;指示されたアドレスを画面バツ
フアアドレスにする。
Step 206: Make the specified address the screen buffer address.

ステツプ207;ポインタを+3して、次のキー
イン情報をポイントする。
Step 207; Increase the pointer by 3 and point to the next key-in information.

ステツプ208;キーイン情報列33をすべてエ
ミユレートした場合、ステツプ20
9へ進み、未完了の場合、ステツプ
202へ分岐する。
Step 208; If all key-in information strings 33 have been emulated, step 20
If the process is not completed, the process branches to step 202.

ステツプ209;カーソルアドレス35で示す位
置に擬似表示画面バツフア12のカ
ーソルをセツトする。
Step 209: Set the cursor of the pseudo display screen buffer 12 at the position indicated by the cursor address 35.

ステツプ210;アテンシヨン識別コード34を
擬似表示画面バツフア12のアテン
シヨン識別コードにセツトする。
Step 210: Set the attention identification code 34 to the attention identification code of the pseudo display screen buffer 12.

ステツプ211;信号線17をオンにして、ロー
カル表示端末装置エミユレート回路
11にキーイン完了を知らせる。
Step 211: Turn on the signal line 17 to notify the local display terminal device emulation circuit 11 of completion of key-in.

上記キーイン完了を知らされると、ローカル表
示端末装置エミユレート回路11は入出力インタ
フエース線2を介して電子計算機1に割込みかけ
る。これにより、電子計算機1はインタフエース
信号線2を介してローカル表示端末装置エミユレ
ート回路11にキーイン情報読取コマンドを発行
する。この後、ローカル表示端末装置エミユレー
ト回路11は擬似表示画面バツフア12よりキー
イン入力データを読取り、電子計算機1へ送信す
る。
When notified of the key-in completion, the local display terminal emulation circuit 11 interrupts the computer 1 via the input/output interface line 2. As a result, the computer 1 issues a key-in information reading command to the local display terminal device emulation circuit 11 via the interface signal line 2. Thereafter, the local display terminal device emulation circuit 11 reads key-in input data from the pseudo display screen buffer 12 and transmits it to the computer 1.

以上、第2図の構成によれば、電子計算機1は
リモート表示端末装置18をローカル表示端末装
置の手順で制御できる。
As described above, according to the configuration shown in FIG. 2, the computer 1 can control the remote display terminal device 18 using the procedure of the local display terminal device.

また、ローカルコマンドデータを一旦擬似表示
画面バツフア12を介してリモートのコマンドデ
ータに変換し、またキーイン入力データも一旦擬
似表示画面バツフア12を介して読取りデータに
変換するため、ローカル表示画面の仕様のみ一致
していれば、双方のコマンド仕様が異なつていて
も接続可能となる。
In addition, since local command data is once converted to remote command data via the pseudo display screen buffer 12, and key-in input data is also converted to read data via the pseudo display screen buffer 12, only the specifications of the local display screen are required. If they match, they can be connected even if their command specifications are different.

なお、本実施例では、入出力装置として表示端
末装置を取扱つたが、これは他のデータエントリ
ー端末装置であつてもかまわない。この場合、ロ
ーカル入出力装置エミユレート回路、出力制御回
路および入力制御回路を、サポートする入出力装
置の仕様に合うように変更すればよい。
In this embodiment, a display terminal device is used as an input/output device, but this may be any other data entry terminal device. In this case, the local input/output device emulation circuit, output control circuit, and input control circuit may be modified to match the specifications of the supported input/output device.

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

以上の説明から明らかな如く、本発明によれ
ば、遠隔地にあるリモート入出力装置をローカル
入出力装置の手順で制御できるので、次の効果を
得ることができる。
As is clear from the above description, according to the present invention, a remote input/output device located at a remote location can be controlled using the procedure of a local input/output device, so that the following effects can be obtained.

(i) 電子計算機内のソフトウエアは通信回線制御
プログラムなしで、リモート入出力装置を制御
可能となる。
(i) Software in a computer can control remote input/output devices without a communication line control program.

(ii) ローカル入出力装置を制御している既存のプ
ログラムを、リモート入出力装置に対してその
まま流用できる。
(ii) Existing programs that control local I/O devices can be used as is for remote I/O devices.

(iii) リモートコマンドはローカルコマンドに比べ
て制御が難しいが、ローカルコマンドのみでリ
モート入出力装置を制御できるので、ソフトウ
エアの負担を大幅に減らすことができる。
(iii) Remote commands are more difficult to control than local commands, but since remote input/output devices can be controlled using only local commands, the burden on software can be significantly reduced.

(iv) ローカルからリモートあるいはその逆の変換
処理はデータバツフアを介在して行われるた
め、リモートコマンドとローカルコマンドが1
対1対応となつていなくても変換が可能(1対
多変換が可能)であり、また、ローカル側の応
答速度とリモート側の速度が異なつていても接
続が可能である。
(iv) Conversion processing from local to remote or vice versa is performed via a data buffer, so remote commands and local commands are
Conversion is possible even if there is no one-to-one correspondence (one-to-many conversion is possible), and connection is possible even if the response speed on the local side and the speed on the remote side are different.

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

第1図は従来の入出力装置の接続例を示す図、
第2図は本発明の一実施例を示すブロツク図、第
3図は第2図における出力制御回路の詳細を示す
図、第4図は第2図における入力制御回路の詳細
を示す図、第5図はリモートコマンドへの変換手
順を示す流れ図、第6図はキーインエミユレート
手順を示す流れ図である。 1……電子計算機、10……入出力制御装置、
11……ローカル表示端末装置エミユレート回
路、12……擬似表示画面、13……出力制御回
路、14……入力制御回路、15……通信回線制
御回路、18……リモート表示端末装置。
Figure 1 is a diagram showing an example of connection of conventional input/output devices.
2 is a block diagram showing an embodiment of the present invention, FIG. 3 is a diagram showing details of the output control circuit in FIG. 2, FIG. 4 is a diagram showing details of the input control circuit in FIG. FIG. 5 is a flow chart showing the conversion procedure to a remote command, and FIG. 6 is a flow chart showing the key-in emulation procedure. 1...Electronic computer, 10...Input/output control device,
11...Local display terminal device emulation circuit, 12...Pseudo display screen, 13...Output control circuit, 14...Input control circuit, 15...Communication line control circuit, 18...Remote display terminal device.

Claims (1)

【特許請求の範囲】 1 電子計算機と通信回線で接続されるリモート
入出力装置を制御する入出力制御装置において、 該リモート入出力装置と同等の機能を持ち電子
計算機に直接接続されるローカル入出力装置をエ
ミユレートするローカル入出力装置エミユレート
回路と、該ローカル入出力装置エミユレート回路
の出力をリモート入出力装置が解読可能なリモー
トコマンドに変換して、該リモート入出力装置へ
送信する出力制御回路と、リモート入出力装置よ
り送られてくるデータをローカル入出力装置エミ
ユレート回路に与える入力制御回路と、データバ
ツフアとを備え、 電子計算機が発行したローカルコマンドをロー
カル入出力装置エミユレート回路が処理してデー
タバツフアに蓄積し、該データバツフアの出力を
出力制御回路がリモートコマンドに変換し、通信
回線手順によりリモート入出力装置に対して該リ
モートコマンドを送信することにより、間接的に
電子計算機がリモート入出力装置に対して、デー
タの出力を可能とし、 リモート入出力装置より通信回線手順にて送ら
れてくる入力データを入力制御回路が受付けてデ
ータバツフアに蓄積し、該データバツフアの出力
をローカル入出力装置エミユレート回路が処理し
て電子計算機へ入力することにより、電子計算機
がローカル入出力装置の入力データとして取扱う
ことを可能とすることを特徴とする電子計算機の
入出力制御方式。
[Scope of Claims] 1. In an input/output control device that controls a remote input/output device connected to a computer via a communication line, a local input/output device that has the same function as the remote input/output device and is directly connected to the computer a local input/output device emulation circuit that emulates the device; an output control circuit that converts the output of the local input/output device emulation circuit into a remote command that can be read by the remote input/output device and sends it to the remote input/output device; It is equipped with an input control circuit that supplies data sent from a remote input/output device to a local input/output device emulation circuit, and a data buffer.The local input/output device emulation circuit processes local commands issued by a computer and stores them in the data buffer. Then, the output control circuit converts the output of the data buffer into a remote command, and sends the remote command to the remote input/output device using the communication line procedure, so that the computer indirectly communicates with the remote input/output device. The input control circuit accepts input data sent from a remote input/output device via a communication line procedure and stores it in a data buffer, and the output of the data buffer is processed by a local input/output device emulation circuit. 1. An input/output control method for a computer, characterized in that by inputting data to the computer, the computer can handle it as input data for a local input/output device.
JP58012331A 1983-01-28 1983-01-28 Input/output controlling system of electronic computer Granted JPS59139458A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58012331A JPS59139458A (en) 1983-01-28 1983-01-28 Input/output controlling system of electronic computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58012331A JPS59139458A (en) 1983-01-28 1983-01-28 Input/output controlling system of electronic computer

Publications (2)

Publication Number Publication Date
JPS59139458A JPS59139458A (en) 1984-08-10
JPS6333181B2 true JPS6333181B2 (en) 1988-07-04

Family

ID=11802320

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58012331A Granted JPS59139458A (en) 1983-01-28 1983-01-28 Input/output controlling system of electronic computer

Country Status (1)

Country Link
JP (1) JPS59139458A (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6225327A (en) * 1985-07-25 1987-02-03 Nec Corp Computer system with remote console message output function
JPS62117037A (en) * 1985-11-16 1987-05-28 Syst Consultant:Kk Remote controller for computer
JPH01159751A (en) * 1987-12-16 1989-06-22 Fujitsu Ltd Terminal equipment control system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS53105149A (en) * 1977-02-24 1978-09-13 Nec Corp Romote maintenance system
JPS5743253A (en) * 1980-08-29 1982-03-11 Toshiba Corp Remote maintenance system
JPS5769461A (en) * 1980-10-15 1982-04-28 Hitachi Ltd Remote maintenance support system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS53105149A (en) * 1977-02-24 1978-09-13 Nec Corp Romote maintenance system
JPS5743253A (en) * 1980-08-29 1982-03-11 Toshiba Corp Remote maintenance system
JPS5769461A (en) * 1980-10-15 1982-04-28 Hitachi Ltd Remote maintenance support system

Also Published As

Publication number Publication date
JPS59139458A (en) 1984-08-10

Similar Documents

Publication Publication Date Title
US4559614A (en) Interactive code format transform for communicating data between incompatible information processing systems
JPS6333181B2 (en)
US4689751A (en) Numerical control device
JP3486456B2 (en) Remote control method, local controller and remote control device for injection molding machine
JPS5864540A (en) Information processing system
JP3087435B2 (en) Computer system with keyboard for remote control
JPS6072034A (en) Emulation device
JP2716168B2 (en) Compatible printer system
JPH0541747A (en) Automatic connection method for communication line
US5179628A (en) Computer interface between I/O channel unit and service processing unit
JPH06149738A (en) Information terminal device
JPH07244549A (en) Data terminal equipment
JPH04373050A (en) Terminal equipment
JPH0546294A (en) Display picture data control system
JPH0535634A (en) Input editing a0nd processing system
JPS61117647A (en) Input/output terminal equipment
JP3373581B2 (en) Computer system
JPH04130571A (en) Numerical arithmetic system
JPS5958526A (en) Communication control system
JPS62211760A (en) Communication controller testing system
JPS63172321A (en) Data input device
JPS62159248A (en) Grammar checking system for input program
JPH02196346A (en) On-line evaluation device
JPH04149724A (en) Input character display method
JP2000003324A (en) Communication control system and recording medium having stored program for making computer perform process in the same system