+

JPH05119955A - Inter-device screen operation method - Google Patents

Inter-device screen operation method

Info

Publication number
JPH05119955A
JPH05119955A JP3308394A JP30839491A JPH05119955A JP H05119955 A JPH05119955 A JP H05119955A JP 3308394 A JP3308394 A JP 3308394A JP 30839491 A JP30839491 A JP 30839491A JP H05119955 A JPH05119955 A JP H05119955A
Authority
JP
Japan
Prior art keywords
terminal
network
screen
display
input
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
JP3308394A
Other languages
Japanese (ja)
Inventor
Shohei Sugawara
昌平 菅原
Machio Moriuchi
万知夫 森内
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP3308394A priority Critical patent/JPH05119955A/en
Publication of JPH05119955A publication Critical patent/JPH05119955A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

(57)【要約】 【目的】 各端末内部のソフトウェア/ハードウェア構
成に依存することなく、端末間で表示画面を共有して、
遠隔地から該表示画面を直接操作できるようにする。 【構成】 ネットワーク3に接続された各端末装置1
に、それぞれインタフェース装置2を付加的に設置す
る。そして、インタフェース装置2には、自端末がディ
スプレイに出力する表示画面をネットワーク3に送出す
る機能、ネットワーク3から相手表示画面を受信して表
示する機能、自端末のキーボードや座標入力装置からの
入力信号をネットワーク3に送出する機能、ネットワー
ク3からの入力信号を受信して、自端末からの入力信号
として自端末に与える機能を持たせる。端末装置1の利
用者は、受信した相手画面を見ながら、自キーボード等
を操作し、相手端末装置の表示画面を操作する。
(57) [Summary] [Purpose] Sharing the display screen between terminals without depending on the software / hardware configuration inside each terminal,
The display screen can be operated directly from a remote place. [Configuration] Each terminal device 1 connected to the network 3
In addition, the interface device 2 is additionally installed. Then, the interface device 2 has a function of transmitting a display screen output from the terminal to the network to the network 3, a function of receiving and displaying a partner display screen from the network 3, and an input from the keyboard and coordinate input device of the terminal itself. It has a function of sending a signal to the network 3 and a function of receiving an input signal from the network 3 and giving it to the own terminal as an input signal from the own terminal. The user of the terminal device 1 operates the display screen of the partner terminal device by operating the own keyboard or the like while watching the received partner screen.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は端末間画面操作方式に係
り、詳しくは複数の端末装置がネットワークを介して接
続されたシステムにおいて、一方の端末装置から遠隔地
にある他方の端末装置の表示画面を直接操作する方式に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an inter-terminal screen operation method, and more specifically, in a system in which a plurality of terminal devices are connected via a network, display of one terminal device on the other terminal device at a remote location. This relates to a method of directly operating the screen.

【0002】[0002]

【従来の技術】従来、端末間での画面共有技術として
は、端末の画面制御ソフトウェアが画面を生成する際の
表示命令呼び出しをとり出し、これを遠隔地の端末に分
配して相手側にも同様の画面を表示するソフトウェアに
よる方式がある。製品として知られているものでは、米
国Farallon社のTimbuktuと呼ばれるソフトウェアや同
じくヒューレットパッカー社のSharedXと呼ばれるシ
ステムがある。前者はマッキントッシュパーソナルコン
ピュータの画面制御ソフトウェアに組み込むため、同一
パーソナルコンピュータ間での画面共有のみが可能であ
る。後者はXウィンドウシステムと呼ばれるワークステ
ーションで用いられる画面制御ソフトウェアを利用し、
Xウィンドウシステムを用いたワークステーション間
で、同システムの表示命令を各ワークステーションに分
配することで画面共有機能を提供している。パーソナル
コンピュータなどの異なる画面制御ソフトウェアを用い
た装置や、同一のワークステーション間でもXウィンド
ウシステム以外の画面制御ソフトウェアを用いた場合の
画面共有はできない。このような異なる画面制御ソフト
ウェアを用いた場合に画面共有を実現するためには、分
配された表示命令を、自端末の用いている画面制御ソフ
トウェアの表示命令に変換する必要がある。この場合、
画面制御ソフトウェアの画面管理方式が異なる場合、す
べての表示命令が相互に変換できるとき限らないため、
端末間で共有する画面の映像が全く同じになるかどうか
は保証できない。また同じ画面制御ソフトウェアを用い
たとしても、例えば文字表示に用いる書体などは端末に
よって異なるため、文字表示命令の結果は端末によって
異なる可能性がある。さらに、表示命令の分配を受けた
場合、相手側の画面表示を、あたかも自端末での表示と
して処理するためには、表示データの管理を自端末で行
う必要があり、管理データを収容するメモリ量が標準的
な自端末のメモリ量の2倍になってしまう。
2. Description of the Related Art Conventionally, as a screen sharing technology between terminals, a screen control software of a terminal takes out a display command call when a screen is generated and distributes it to a terminal at a remote place so that the other party can also receive it. There is a method by software that displays a similar screen. Known products include software called Timbuktu of Farallon Inc. in the United States and a system called SharpedX also of Hewlett-Packard Company. Since the former is incorporated into the screen control software of the Macintosh personal computer, only the screen sharing between the same personal computers is possible. The latter uses the screen control software used in workstations called the X Window System,
A screen sharing function is provided by distributing display commands of the X window system among the workstations using the X window system. It is not possible to share screens when a device using different screen control software such as a personal computer or the same workstation uses screen control software other than the X window system. In order to realize screen sharing when such different screen control software is used, it is necessary to convert the distributed display command into the display command of the screen control software used by the own terminal. in this case,
If the screen management method of the screen control software is different, it is not always the case that all display commands can be converted to each other.
It cannot be guaranteed that the screen images shared between terminals will be exactly the same. Even if the same screen control software is used, the result of the character display instruction may differ depending on the terminal, because the typeface used for displaying the character differs depending on the terminal. Further, when the display command is distributed, in order to process the screen display of the other side as if it were displayed on the own terminal, it is necessary to manage the display data on the own terminal, and the memory for storing the management data is required. The amount is twice as much as the standard amount of memory of the own terminal.

【0003】[0003]

【発明が解決しようとする課題】従来技術では、異なる
画面制御ソフトウエアを用いる端末間で表示画面を共有
し、自端末から遠隔地の端末の表示画面を直接的に操作
できない問題があった。本発明の目的は、さまざまなワ
ークステーションやパーソナルコンピュータ等がネット
ワークで接続される様子になりつつある環境において、
機種に依存することなく、また各端末内部のソフトウエ
ア/ハードウエア構成に依存することなく、端末間で表
示画面を共有して、遠隔地から直接操作することのでき
る端末間画面操作方式を提供することにある。
In the prior art, there is a problem that a display screen is shared between terminals using different screen control software, and the display screen of a remote terminal cannot be directly operated from the own terminal. An object of the present invention is to provide various workstations, personal computers, and the like in an environment where they are being connected via a network.
Provides an inter-terminal screen operation method that allows direct operation from a remote location by sharing the display screen between terminals without depending on the model or the software / hardware configuration inside each terminal. To do.

【0004】[0004]

【課題を解決するための手段】上記目的を達成するため
に、本発明はディスプレイとキーボードと座標入力装置
などからなる端末装置が複数台、ネットワークを介して
接続されているシステムにおいて、各端末装置に、自デ
ィスプレイに出力する画面表示信号をネットワークに送
出する手段と、自キーボードや自座標入力装置からの入
力信号をネットワークに送出する手段と、他端末装置が
送出する画面表示信号をネットワークから受信し表示す
る手段と、他端末装置が送出する入力信号を受信し、自
キーボードや自座標入力装置からの入力信号として取り
込む手段とからなるインタフェース装置を付加したこと
である。
In order to achieve the above object, the present invention is a system in which a plurality of terminal devices each including a display, a keyboard, a coordinate input device, etc. are connected via a network. In addition, means for sending a screen display signal to be output to its own display to the network, means for sending an input signal from its own keyboard or own coordinate input device to the network, and receiving a screen display signal sent from another terminal device from the network Then, the interface device including the means for displaying and the means for receiving the input signal sent from the other terminal device and receiving as an input signal from the own keyboard or the own coordinate input device is added.

【0005】[0005]

【作用】端末装置間で、各々インタフェース装置を通し
て、自ディスプレイに出力する表示画面及び自キーボー
ドや自座標入力装置からの入力信号を送受信すること
で、相互に表示画面及び画面操作機能を共有する。端末
利用者は、受信された相手端末の表示画面を見ながら自
キーボードや自座標入力装置などを操作することで、あ
たかも自ディスプレイの表示画面を操作するようにし
て、遠隔地の相手端末の表画面を操作する。
The display screen and the screen operation function are shared by the terminal devices by transmitting and receiving the display screen output to the own display and the input signal from the own keyboard and the own coordinate input device through the respective interface devices. The terminal user operates the keyboard or own coordinate input device while looking at the display screen of the received remote terminal to operate the display screen of the remote display as if operating the display screen of the remote terminal. Operate the screen.

【0006】[0006]

【実施例】以下、本発明の一実施例について図面により
説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings.

【0007】図1は本発明を利用したシステムの概念図
を示したものである。図1において、端末装置1はキー
ボードやマウス等の座標入力装置、ディスプレイ、及び
これらを制御する端末制御部などからなる。該端末装置
1が複数台、ネットワーク3を介して接続されている
が、各端末装置1とネットワーク3の間にインタフェー
ス装置2を設置する。このインタフェース装置2が本発
明の中心をなすもので、自端末装置の端末制御部がディ
スプレイに出力する画面表示信号(例えば、カラーディ
スプレイにあってはRGB表示信号)を取り込んでネッ
トワーク3に送出する機能、ネットワーク3からの画面
表示信号を受信して表示する機能、自端末装置のキーボ
ードや座標入力装置からの入力信号を取り込んでネット
ワーク3に送出する機能、ネットワーク3からの入力信
号を受信して、自端末装置のキーボードや座標入力装置
からの入力信号として端末制御部に供給する機能をもた
せる。これにより、端末装置1の利用者は、受信された
相手端末装置の表示画面を見ながら自キーボードや自座
標入力装置などを操作することで、遠隔地の相手端末装
置の表示画面を操作することができる。
FIG. 1 is a conceptual diagram of a system using the present invention. In FIG. 1, a terminal device 1 includes a coordinate input device such as a keyboard and a mouse, a display, and a terminal control unit that controls these. Although a plurality of the terminal devices 1 are connected via the network 3, the interface device 2 is installed between each terminal device 1 and the network 3. The interface device 2 forms the center of the present invention, and a screen display signal (for example, an RGB display signal in the case of a color display) output by the terminal control unit of its own terminal device to the display is captured and sent to the network 3. Function, a function of receiving and displaying a screen display signal from the network 3, a function of receiving an input signal from a keyboard or a coordinate input device of its own terminal device and sending it to the network 3, a function of receiving an input signal from the network 3 , And has a function of supplying the terminal control unit as an input signal from the keyboard of the terminal device or the coordinate input device. As a result, the user of the terminal device 1 operates the display screen of the remote terminal device at a remote location by operating the own keyboard or the own coordinate input device while looking at the received display screen of the remote terminal device. You can

【0008】図2乃至図4にインタフェース装置2の具
体的構成例を示す。
2 to 4 show specific examples of the configuration of the interface device 2.

【0009】図2は本発明によるインタフェース装置2
の第1の実施例を示すブロック図である。本実施例で
は、ネットワーク3は双方向CATV(ケーブルテレビ
ジョン)等で利用されているアナログのカラーテレビジ
ョン信号ネットワークを用いているとしている。端末装
置1はキーボード11、マウス等の座標入力装置12、
ディスプレイ13及び端末制御部14からなる。インタ
フェース装置2は機能上、画面送出部21、画面受信表
示部22、入力信号送出部23、入力信号受信部24、
ネットワークの接続制御を行う網制御部25及び装置全
体の制御を行うプロセサ部26に大別される。画面送出
部21は、端末制御部14がディスプレイ13に送るR
GB信号を分岐し、本装置2内に取り込む分岐回路21
1、RGB信号を通常のテレビジョン信号に変更するス
キャンバータ回路212、テレビジョン信号をネットワ
ーク3に送出するネットワークインタフェース回路21
3からなる。画面受信部22は、ネットワーク3から受
信した画面映像信号を通常のテレビジョン信号に変換す
るネットワークインタフェース回路221、受信した相
手画面を表示するモニタテレビジョン222からなる。
入力信号送出部23は、自端末のキーボード11および
座標入力装置12からの入力信号と相手端末からの入力
信号を分岐合成する入力デバイスインタフェース回路2
31、自端末の入力信号をネットワーク3上に送出する
ネットワークインタフェース回路212からなる。入力
信号受信部24は、相手端末の入力信号をネットワーク
3から受信するネットワークインタフェース回路24
1、受信した入力信号を自端末の入力信号に変換し、入
力デバイスインタフェース回路231へ送出する入力信
号変換回路242からなる。以下、インタフェース装置
2の動作を説明する。
FIG. 2 shows an interface device 2 according to the present invention.
2 is a block diagram showing a first embodiment of FIG. In this embodiment, the network 3 is assumed to be an analog color television signal network used in bidirectional CATV (cable television) or the like. The terminal device 1 includes a keyboard 11, a coordinate input device 12 such as a mouse,
It comprises a display 13 and a terminal control unit 14. Functionally, the interface device 2 has a screen transmission unit 21, a screen reception display unit 22, an input signal transmission unit 23, an input signal reception unit 24,
It is roughly divided into a network control unit 25 that controls connection of the network and a processor unit 26 that controls the entire apparatus. The screen sending unit 21 sends R to the display 13 by the terminal control unit 14.
Branching circuit 21 for branching the GB signal and taking it into the device 2
1. A scanverter circuit 212 for converting an RGB signal into a normal television signal, and a network interface circuit 21 for transmitting a television signal to the network 3.
It consists of three. The screen receiving unit 22 includes a network interface circuit 221 that converts a screen image signal received from the network 3 into a normal television signal, and a monitor television 222 that displays the received partner screen.
The input signal transmitting unit 23 inputs and outputs the input signals from the keyboard 11 and the coordinate input device 12 of the own terminal and the input signal from the partner terminal by the input device interface circuit 2
31 and a network interface circuit 212 for transmitting the input signal of the terminal itself to the network 3. The input signal receiving unit 24 is a network interface circuit 24 that receives the input signal of the partner terminal from the network 3.
1. An input signal conversion circuit 242 which converts a received input signal into an input signal of its own terminal and sends it to the input device interface circuit 231. The operation of the interface device 2 will be described below.

【0010】端末装置1の利用者から相手端末装置との
接続が指示された時、プロセサ部26は網制御部25を
起動し、相手端末装置との接続を行う。相手端末装置と
接続していない時および本装置2が動作していないとき
は、分岐回路211はバイパスされ、端末制御部14か
ら出力されるRGB表示信号はそのままディスプレイ1
3へと送られる。相手端末装置との接続が完了すると、
プロセサ部26の指示により分岐回路211が動作し、
端末制御部14のRGB信号出力は分岐回路211に取
り込まれる。分岐回路211に取り込まれたRGB表示
信号はそのままディスプレイ13に返されるとともに、
スキャンコンパータ回路212に送られる。スキャンコ
ンパータ回路212はRGB表示信号をテレビジョン信
号の標準信号形式であるNTSC信号に変換するための
ものである。この種の回路は通常ワークステーション画
面をビデオレコーダに録画する目的で使われており、容
易に実現できる。ネットワークインタフェース回路21
3はスキャンコンパータ回路212から与えられたNT
SC信号をネットワークの規定する伝送信号に変換し、
網制御部25に送る。網制御部25はネットワークイン
タフェース回路213から与えられた信号をネットワー
ク3上に送出する。一方、相手端末装置から同様にして
送られてきた画面映像信号は網制御部25で受信され、
ネットワークインタフェース回路232に与えられて、
NTSC信号に変換され、モニタテレビジョン222に
表示される。
When the user of the terminal device 1 gives an instruction to connect to the partner terminal device, the processor unit 26 activates the network control unit 25 to connect to the partner terminal device. When not connected to the partner terminal device and when this device 2 is not operating, the branch circuit 211 is bypassed, and the RGB display signal output from the terminal control unit 14 is directly displayed on the display 1.
Sent to 3. When the connection with the other terminal device is completed,
The branch circuit 211 operates according to an instruction from the processor unit 26,
The RGB signal output of the terminal control unit 14 is taken into the branch circuit 211. The RGB display signal taken into the branch circuit 211 is returned to the display 13 as it is, and
It is sent to the scan comparator circuit 212. The scan comparator circuit 212 is for converting an RGB display signal into an NTSC signal which is a standard signal format of a television signal. This kind of circuit is usually used for the purpose of recording the workstation screen on a video recorder and can be easily implemented. Network interface circuit 21
3 is the NT given from the scan comparator circuit 212.
Converts SC signals into transmission signals specified by the network,
It is sent to the network controller 25. The network control unit 25 sends the signal given from the network interface circuit 213 onto the network 3. On the other hand, the screen video signal similarly sent from the partner terminal device is received by the network control unit 25,
Given to the network interface circuit 232,
It is converted into an NTSC signal and displayed on the monitor television 222.

【0011】プロセサ部26に対し相手を許可してある
場合、プロセサ部26は入力デバイスインタフェース回
路231を制御し、自端末のキーボード11からの入力
信号や座標入力装置12からの入力信号を自端末制御部
14へ送らずに、ネットワークインタフェース回路23
2に供給するようにする。ネットワークインタフェース
回路232は入力コード情報に変換し、相手端末へ送信
する。こうして利用者はモニタテレビジョン222上の
表示を見ながら、自端末のキーボード11や座標入力装
置12を操作することで、相手端末のディスプレイ表示
画面を操作することができる。また、相手からの入力を
許可してある場合、相手端末から同様にして送られてき
た入力コード情報をネットワークインタフェース回路2
41で受信し、入力信号変換回路242で該入力コード
情報自端末のキーボード入力信号や座標入力信号に変換
し、入力デバイスインタフェース回路231を介して端
末制御部4に送る。こうして、自端末のディスプレイ表
示画面を相手端末のキーボードや座標入力装置から操作
することができる。
When the processor unit 26 is permitted to communicate with the other party, the processor unit 26 controls the input device interface circuit 231 to receive an input signal from the keyboard 11 of the terminal itself or an input signal from the coordinate input device 12 of the terminal itself. The network interface circuit 23 without sending to the control unit 14
2 to supply. The network interface circuit 232 converts the input code information and transmits it to the partner terminal. In this way, the user can operate the display display screen of the partner terminal by operating the keyboard 11 or the coordinate input device 12 of the terminal while watching the display on the monitor television 222. Further, when the input from the other party is permitted, the input code information similarly sent from the other party's terminal is used in the network interface circuit 2
41, the input signal conversion circuit 242 converts the input code information into a keyboard input signal or a coordinate input signal of its own terminal, and sends it to the terminal control unit 4 via the input device interface circuit 231. In this way, the display display screen of the own terminal can be operated from the keyboard or coordinate input device of the other terminal.

【0012】図3は、本発明によるインタフェース装置
2の第2の実施例を示すブロック図である。本実施例で
は、ネットワーク3に、本装置2を接続するテレビジョ
ン信号ネットワーク3−1と、端末装置1を接続するデ
ータネットワーク2−2の2本を用い、相手端末とのキ
ーボード入力信号や座標入力信号の送受信はデータネッ
トワーク3−2を介して行うようにしたものである。本
実施例の場合、インタフェース装置2の構成は画面送信
部21、画面受信部22及び網制御部25だけでよく、
図2のインタフェース装置2における入力信号送出部2
3、入力信号受信部を削除できる。そのかわり端末制御
部14の入出力制御部140に、入力仮想化部141を
設ける。入力仮想化部141は、端末制御部14の入力
割り込み発生時に呼び出され、相手端末装置への入力を
許可してある場合、キーボード11の入力信号や座標入
力装置12の入力信号を入力コード情報に変換し、デー
タネットワーク3−2を経由して相手端末に送出する。
同様に相手端末より入力コード情報をデータネットワー
ク3−2経由で受信すると、入力仮想化部141は相手
端末からの入力を許可してある場合、入力割り込みを発
生させて、自端末の入力信号発生として処理する。
FIG. 3 is a block diagram showing a second embodiment of the interface device 2 according to the present invention. In the present embodiment, two networks, a television signal network 3-1 connecting the present apparatus 2 and a data network 2-2 connecting the terminal apparatus 1, are used as the network 3, and keyboard input signals and coordinates with the partner terminal are used. Transmission / reception of an input signal is performed via the data network 3-2. In the case of the present embodiment, the configuration of the interface device 2 may include only the screen transmission unit 21, the screen reception unit 22, and the network control unit 25.
The input signal transmission unit 2 in the interface device 2 of FIG.
3. The input signal receiver can be deleted. Instead, the input virtualization unit 141 is provided in the input / output control unit 140 of the terminal control unit 14. The input virtualization unit 141 is called when an input interrupt of the terminal control unit 14 occurs, and when the input to the partner terminal device is permitted, the input signal of the keyboard 11 or the input signal of the coordinate input device 12 is used as the input code information. The data is converted and sent to the other terminal via the data network 3-2.
Similarly, when the input code information is received from the partner terminal via the data network 3-2, if the input virtualization unit 141 permits the input from the partner terminal, it causes an input interrupt to generate an input signal of its own terminal. Process as.

【0013】図4は、ネットワーク3を広帯域デジタル
ネットワークとした場合の、本発明によるインタフェー
ス装置の第3の実施例を示すブロック図である。本構成
では、相手端末の画面を表示するディスプレイとして、
端末のディスプレイ13と同様のRGB信号を用いたモ
ニタディスプレイ228とする。インタフェース装置2
は、端末制御部14がディスプレイ13に送るRGB信
号を分岐し、本装置2内に取り込む分岐回路211、R
GB信号を1画面分岐収容するフレームメモリ214、
フレームメモリ214を周期的に読み出す出力回路21
5、出力回路215から読み出したRGB信号値を圧縮
するデータ圧縮回路213、圧縮された画面データをネ
ットワーク3上に送出するためにパケット化するネット
ワークインタフェース回路217からなる画面送信部2
1、ネットワーク3から受信した画面データパケットを
分解するネットワークインタフェース回路223、圧縮
された画面データを元に戻すデータ伸長回路224、画
面データを1画面分収容するフレームメモリ225、モ
ニタの表示周波数にあわせてフレームメモリ225を読
み出す出力回路227、モニタ制御回路226、相手画
面を表示するモニタディスプレイ228からなる画面受
信表示部22、自端末のキーボード11および座標入力
装置12からの入力信号と相手端末からの入力信号を分
岐合成する入力デバイスインタフェース回路231、入
力信号をネットワーク3上に送出するネットワークイン
タフェース回路232からなる入力送出部23、入力信
号をネットワーク3から受信するネットワークインタフ
ェース回路241、受信した入力信号を自端末の入力信
号に変換し、入力デバイスインタフェース回路231へ
送出する入力変換回路242からなる入力信号受信部2
4、ネットワーク3の接続制御を行う網制御部25、プ
ロセサ部26で構成される。
FIG. 4 is a block diagram showing a third embodiment of the interface device according to the present invention when the network 3 is a broadband digital network. In this configuration, as a display that displays the screen of the other terminal,
A monitor display 228 using RGB signals similar to the display 13 of the terminal is used. Interface device 2
Is a branching circuit 211, R that branches the RGB signal sent from the terminal control unit 14 to the display 13 and takes it into the device 2.
A frame memory 214 for accommodating a GB signal in one screen,
Output circuit 21 for periodically reading frame memory 214
5, a data compression circuit 213 that compresses the RGB signal values read from the output circuit 215, and a screen transmission unit 2 that includes a network interface circuit 217 that packetizes the compressed screen data in order to send it to the network 3.
1, a network interface circuit 223 for decomposing screen data packets received from the network 3, a data decompression circuit 224 for restoring compressed screen data to the original, a frame memory 225 for accommodating one screen of screen data, and a display frequency of a monitor. The output circuit 227 for reading out the frame memory 225, the monitor control circuit 226, the screen reception display unit 22 including the monitor display 228 for displaying the partner screen, the input signal from the keyboard 11 and the coordinate input device 12 of the own terminal, and the partner terminal. An input device interface circuit 231 for branching and synthesizing an input signal, an input sending unit 23 including a network interface circuit 232 for sending the input signal to the network 3, and a network interface circuit 241 for receiving the input signal from the network 3. Received input signal is converted to an input signal of the terminal, and an input conversion circuit 242 is sent to an input device interface circuit 231 input signal receiving unit 2
4, a network control unit 25 that controls connection of the network 3, and a processor unit 26.

【0014】図4のインタフェース装置2は、図1と画
面送信部21および画面受信部22の内部構成が異なる
だけであるため、以下では該画面送信部21および画面
受信部42の動作を説明する。
Since the interface device 2 of FIG. 4 is different from that of FIG. 1 only in the internal configurations of the screen transmission unit 21 and the screen reception unit 22, the operations of the screen transmission unit 21 and the screen reception unit 42 will be described below. ..

【0015】インタフェース装置2の分岐回路211に
取り込まれたRGB信号はそのままディスプレイ3に返
されるとともに、フレームメモリ214に送られる。フ
レームメモリ214は1画面分のRGB信号を収容する
ものである。。出力回路215は周期的にフレームメモ
リ214を読み出すこことで、ディスプレイ12の画面
更新周期とネットワーク3へ送出する画面周期の速度変
換を行う。フレームメモリ214から読み出されたRG
B信号値はデータ圧縮回路216により圧縮され、ネッ
トワークインタフェース回路217でパケットヘッダ部
の付与が行なわれ、網制御部25経由でネットワーク3
上に送出される。相手側端末装置から同様にして送られ
てきた画面映像パケットは網制御部25で受信され、ネ
ットワークインタフェース回路223に与えられ、パケ
ット分解ののちデータ伸長回路224に送られる。デー
タ伸長回路224で復元されたデータはフレームメモリ
225に1画面分収容され、モニタ制御回路226の生
成する同期信号に合わせて出力回路227により読み出
され、モニタディスプレイ228に出力される。
The RGB signal taken into the branch circuit 211 of the interface device 2 is returned to the display 3 as it is and sent to the frame memory 214. The frame memory 214 stores RGB signals for one screen. . The output circuit 215 periodically reads the frame memory 214. Here, speed conversion is performed between the screen update cycle of the display 12 and the screen cycle sent to the network 3. RG read from the frame memory 214
The B signal value is compressed by the data compression circuit 216, the packet header section is added by the network interface circuit 217, and the network 3 is transmitted via the network control section 25.
Dispatched on. The screen video packet similarly sent from the terminal device on the other end is received by the network control unit 25, given to the network interface circuit 223, decomposed into packets, and then sent to the data decompression circuit 224. The data decompressed by the data decompression circuit 224 is stored in the frame memory 225 for one screen, read by the output circuit 227 according to the synchronization signal generated by the monitor control circuit 226, and output to the monitor display 228.

【0016】以上、図2、図4の実施例によれば、端末
制御部14とディスプレイ13、キーボード11、座標
入力装置12との間にインタフェース装置2を接続する
だけで、種々の端末装置の間で容易に画面操作機能を実
現でき、また、アプリケーションプログラムや画面制御
ソフトウエアに対する制限を与えることもない。また、
図3の実施例のように端末の入出力制御部140に入力
仮想化部141を追加する場合も、端末のアプリケーシ
ョンプログラムに対する制限はない。このようにして種
々の端末装置に対して、共有画面の利用が可能となる。
As described above, according to the embodiments shown in FIGS. 2 and 4, by simply connecting the interface device 2 between the terminal control unit 14 and the display 13, the keyboard 11 and the coordinate input device 12, various terminal devices can be connected. It is possible to easily realize the screen operation function, and there is no restriction on the application program and the screen control software. Also,
Even when the input virtualization unit 141 is added to the input / output control unit 140 of the terminal as in the embodiment of FIG. 3, there is no limitation on the application program of the terminal. In this way, the shared screen can be used for various terminal devices.

【0017】また、実施例では2台の端末で画面を共有
する例を述べたが、同様に2台以上の端末に特定の1台
の端末の表示画面を分配し、各端末からの入力信号を該
特定の1台に与えることで、1台の端末り表示画面を多
数のユーザから利用することが可能である。
Further, in the embodiment, the example in which the screen is shared by the two terminals has been described, but similarly, the display screen of a specific one terminal is distributed to two or more terminals, and an input signal from each terminal is input. It is possible to use one terminal-side display screen by a large number of users by giving the specified one to the specific one.

【0018】また、実施例では、各インタフェース装置
は端末制御部と接続したが、本インタフェース装置に端
末制御部を接続せず、キーボードおよび座標入力装置の
みを接続し、本インタフェース装置単独で遠隔地の端末
装置の画面を見ながら操作する遠隔端末として利用する
ことも可能である。
Further, in the embodiment, each interface device is connected to the terminal control unit. However, the terminal control unit is not connected to the present interface device, only the keyboard and the coordinate input device are connected, and the present interface device is used alone in a remote location. It can also be used as a remote terminal that is operated while viewing the screen of the terminal device.

【0019】また、実施例では、相手端末画面映像をイ
ンタフェース装置のテレビジョンディスプレイまたはモ
ニタディスプレイに表示しているが、端末装置が自ディ
スプレイに外部からのテレビジョン信号または外部から
のRGB信号を表示する機能を有する場合、インタフェ
ース装置のディスプレイを用いる代わりに、端末装置の
ディスプレイに相手の画面映像を表示することができ
る。
Further, in the embodiment, the image of the screen of the other terminal is displayed on the television display or the monitor display of the interface device, but the terminal device displays the television signal from the outside or the RGB signal from the outside on its own display. In the case of having the function to perform, the screen image of the other party can be displayed on the display of the terminal device instead of using the display of the interface device.

【0020】[0020]

【発明の効果】以上の説明から明らかな如く、本発明に
よれば、機種/画面制御ソフトウエアによらずに任意の
端末間で共有画面を利用することが可能となる。このた
め、共有画面を用いて、遠隔地から別の利用者に端末の
使用法を教授し、また遠隔地から自端末を利用する等の
応用が容易に実現できる。
As is apparent from the above description, according to the present invention, a shared screen can be used between arbitrary terminals regardless of the model / screen control software. Therefore, using the shared screen, it is possible to easily realize an application such as teaching a user how to use the terminal from a remote place to another user and using the own terminal from a remote place.

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

【図1】本発明を利用したシステムの概念図である。FIG. 1 is a conceptual diagram of a system using the present invention.

【図2】ネットワークとして双方向CATVネットワー
クを利用した場合のインタフェース装置の一実施例のブ
ロック図である。
FIG. 2 is a block diagram of an embodiment of an interface device when a bidirectional CATV network is used as a network.

【図3】ネットワークとしてテレビジョン信号ネットワ
ークとデータネットワークを利用した場合のインタフェ
ース装置の他の実施例のブロック図である。
FIG. 3 is a block diagram of another embodiment of the interface device when a television signal network and a data network are used as networks.

【図4】ネットワークとして広帯域デイジタルネットワ
ークを利用した場合のインタフェース装置の他の実施例
のブロック図である。
FIG. 4 is a block diagram of another embodiment of the interface device when a wideband digital network is used as the network.

【符号の説明】 1 端末装置 2 インタフェース装置 3 ネットワーク 11 キーボード 12 座標入力装置 13 ディスプレイ 14 端末制御部 21 画面送出部 22 画面受信表示部 23 入力信号送出部 24 入力信号受信部 25 網制御部 26 プロセサ部[Explanation of reference numerals] 1 terminal device 2 interface device 3 network 11 keyboard 12 coordinate input device 13 display 14 terminal control unit 21 screen transmission unit 22 screen reception display unit 23 input signal transmission unit 24 input signal reception unit 25 network control unit 26 processor Department

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 ディスプレイとキーボードと座標入力装
置などからなる端末装置が複数台、ネットワークを介し
て接続されているシステムにおいて、 各端末装置に、自ディスプレイに出力する画面表示信号
をネットワークに送出する手段と、自キーボードや自座
標入力装置からの入力信号をネットワークに送出する手
段と、他端末装置が送出する画面表示信号をネットワー
クから受信し表示する手段と、他端末装置が送出する入
力信号を受信し、自キーボードや自座標入力装置からの
入力信号として取り込む手段とからなるインタフェース
装置を付加し、 ある端末装置から遠隔地の他の端末装置の表示装置をネ
ットワークを介して操作可能としたことを特徴とする端
末間画面操作方式。
1. In a system in which a plurality of terminal devices including a display, a keyboard, a coordinate input device, etc. are connected via a network, a screen display signal to be output to the own display is sent to the network to each terminal device. Means, means for sending an input signal from the own keyboard or own coordinate input device to the network, means for receiving and displaying a screen display signal sent by another terminal device from the network, and an input signal sent by another terminal device. An interface device consisting of a means for receiving and receiving as an input signal from the own keyboard or own coordinate input device was added, and the display device of another terminal device at a remote place could be operated from one terminal device via the network. A screen operation method between terminals characterized by.
JP3308394A 1991-10-28 1991-10-28 Inter-device screen operation method Pending JPH05119955A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3308394A JPH05119955A (en) 1991-10-28 1991-10-28 Inter-device screen operation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3308394A JPH05119955A (en) 1991-10-28 1991-10-28 Inter-device screen operation method

Publications (1)

Publication Number Publication Date
JPH05119955A true JPH05119955A (en) 1993-05-18

Family

ID=17980539

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3308394A Pending JPH05119955A (en) 1991-10-28 1991-10-28 Inter-device screen operation method

Country Status (1)

Country Link
JP (1) JPH05119955A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5825336A (en) * 1995-07-05 1998-10-20 Matsushita Electric Industrial Co., Ltd Remote operation apparatus
JP2006146629A (en) * 2004-11-22 2006-06-08 Hitachi Ltd Screen sharing system and information processing apparatus
JP2013088729A (en) * 2011-10-20 2013-05-13 Konica Minolta Business Technologies Inc Display system, control program for display system, and display device
JP2013182277A (en) * 2013-03-12 2013-09-12 Toshiba Corp Display control device and display control method
JP2013182074A (en) * 2012-02-29 2013-09-12 Toshiba Corp Display control device, display control method, electronic apparatus and control method of electronic apparatus
JP2020106983A (en) * 2018-12-26 2020-07-09 株式会社エネサイバー Remote monitoring apparatus utilizing mobile terminal

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5825336A (en) * 1995-07-05 1998-10-20 Matsushita Electric Industrial Co., Ltd Remote operation apparatus
JP2006146629A (en) * 2004-11-22 2006-06-08 Hitachi Ltd Screen sharing system and information processing apparatus
JP2013088729A (en) * 2011-10-20 2013-05-13 Konica Minolta Business Technologies Inc Display system, control program for display system, and display device
US9069461B2 (en) 2011-10-20 2015-06-30 Konica Minolta Business Technologies, Inc. Display system including first and second display devices
JP2013182074A (en) * 2012-02-29 2013-09-12 Toshiba Corp Display control device, display control method, electronic apparatus and control method of electronic apparatus
JP2013182277A (en) * 2013-03-12 2013-09-12 Toshiba Corp Display control device and display control method
JP2020106983A (en) * 2018-12-26 2020-07-09 株式会社エネサイバー Remote monitoring apparatus utilizing mobile terminal

Similar Documents

Publication Publication Date Title
US9769423B2 (en) System and method for point to point integration of personal computers with videoconferencing systems
US5592233A (en) Apparatus and method for video pixel data transfer
US20030017846A1 (en) Wireless display
US6904451B1 (en) Wireless networked presentation system
US8656302B2 (en) Display system, network interactive display device, terminal, and control program
KR20000064831A (en) Method and apparatus for integrating an electrical unit into a computer system
KR20000064830A (en) Wireless digital home computer system
US11500605B2 (en) Image transmission device, image display system capable of remote screenshot, and remote screenshot method
JPH0834585B2 (en) Image communication system and method
US7844765B2 (en) KVM switch and method for controlling the same
JPH05119955A (en) Inter-device screen operation method
CN101272295A (en) Virtual network projection system and method supporting multi-projection source
US5675512A (en) Low-cost room-based video conferencing systems
JPH11327867A (en) Computer control device using set-top box
JPS62194775A (en) Picture transmission system and its terminal equipment and communication network managing equipment
JPH06259346A (en) Computer workstation
JPH10105696A (en) Film scanner system provided with data interface
US6104376A (en) Equipment for outputting video images to a computer screen
JPH0991228A (en) Application sharing system
CN112073801B (en) Image processing method, electronic equipment and connector
JP3122445B2 (en) Communication device
JPH06189301A (en) Video transmission processor
JPS60108931A (en) information processing system
JPH0310489A (en) Television telephone set
JPH11331853A (en) Video distribution device and system thereof
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载