JPS6380322A - Data transferring and displaying system - Google Patents
Data transferring and displaying systemInfo
- Publication number
- JPS6380322A JPS6380322A JP61225333A JP22533386A JPS6380322A JP S6380322 A JPS6380322 A JP S6380322A JP 61225333 A JP61225333 A JP 61225333A JP 22533386 A JP22533386 A JP 22533386A JP S6380322 A JPS6380322 A JP S6380322A
- Authority
- JP
- Japan
- Prior art keywords
- data
- display
- section
- file
- screen
- 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
Links
- 238000004891 communication Methods 0.000 claims abstract description 10
- 238000000034 method Methods 0.000 claims description 11
- 238000007726 management method Methods 0.000 abstract description 11
- 238000013523 data management Methods 0.000 abstract description 6
- 238000004458 analytical method Methods 0.000 abstract description 4
- 230000003247 decreasing effect Effects 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 1
Landscapes
- Digital Computer Display Output (AREA)
- Communication Control (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明はデータ転送表示方式に係り、特にリモート(セ
ンタなど)に存在するテーブル形式のデータを端末に送
信し、端末の画面(以下単に画面という)に表示するシ
ステムにおいて、その表示を高速化する方式に関する。[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a data transfer display method, and in particular, data in a table format that exists remotely (such as a center) is transmitted to a terminal, and the screen of the terminal (hereinafter simply referred to as screen) is transmitted to a terminal. It relates to a method for speeding up the display in a system that displays images on a computer.
□〔従来の技術〕
従来、センタ等よりテーブル形式のデータを端末へ転送
し表示する処理として、次のような方式がある。第1は
端末利用者(以下単に利用者という)が表示を要求した
都度、1画面分のデータをセンタから転送し、表示する
方式であり、第2は表示対象の全てのデータをあらかじ
め端末へ転送しておき、端末では受信したデータをファ
イルなどに格納しておき、その後の利用者の表示指示に
より1画面分のデータをファイルから読み出し、表示す
る方式である。□ [Prior Art] Conventionally, the following methods have been used to transfer table-format data from a center etc. to a terminal and display it. The first method is to transfer one screen worth of data from the center and display it each time a terminal user (hereinafter simply referred to as the user) requests display.The second method is to transfer all the data to be displayed to the terminal in advance. In this method, the data is transferred, the received data is stored in a file, etc., and then one screen's worth of data is read out from the file and displayed in response to a display instruction from the user.
従来技術において、第1の方式は、利用者が以前に表示
されたデータを再度見たい場合、すなわち利用者が画面
の縦スクロールなどを指示した場合は、1度転送したデ
ータであっても再度センタから転送し表示する必要があ
る。また同様に画面の横サイズをはみだした部分のデー
タを見たい場合、すなわち利用者が画面の横スクロール
を指示したい場合においても、スクロール幅によっては
それ以前に一度転送したデータを再送する必要がある。In the conventional technology, the first method is that when the user wants to see the previously displayed data again, that is, when the user instructs vertical scrolling of the screen, even the data that has been transferred once is displayed again. It is necessary to transfer it from the center and display it. Similarly, if the user wants to see data that extends beyond the horizontal size of the screen, in other words, if the user wants to instruct the user to scroll the screen horizontally, the previously transferred data may need to be retransmitted depending on the scroll width. .
このように、第1の方式では画面のスクロールなどにと
もない1度転送したデータの再送が必要となり、このた
め表示時間の増大を招く。As described above, in the first method, it is necessary to retransmit data that has been transferred once as the screen is scrolled, which results in an increase in display time.
第2の方式では、全データが端末に転送済みであるため
、スクロールの度毎にデータを再送する必要はないが、
事前に全部のデータを転送するため時間がかなりかかる
こと、また転送したデータ全てを表示するとは限らない
ことなどから、全体の処理時間は一般的に長くなる恐れ
がある。In the second method, all the data has already been transferred to the terminal, so there is no need to resend the data every time you scroll.
Since it takes a considerable amount of time to transfer all data in advance, and not all transferred data is necessarily displayed, the overall processing time may generally be long.
本発明の目的は、画面への表示に必要なデータのみを転
送し、また1度転送したデータは再送を行わないことに
より、画面への表示時間の短縮を図るものである。An object of the present invention is to reduce the display time on the screen by transferring only the data necessary for display on the screen and not retransmitting data that has been transferred once.
〔問題点を解決するための手段及び作用〕本発明では、
画面に表示の都度センタからデータを転送することを原
則とするが、1度受信したデータは端末のファイルにも
格納しておき、以降の画面への表示においては、未受信
のデータのみをセンタから転送し、受信済みのデータは
ファイルから読み出し、2つのデータを組み合わせて画
面へ表示する。これにより、センタから重複してデータ
を転送することを避け、画面への表示を高速化すること
ができる。[Means and effects for solving the problems] In the present invention,
In principle, data is transferred from the center each time it is displayed on the screen, but once received data is also stored in a file on the terminal, and only unreceived data is transferred to the center for subsequent display on the screen. The received data is read from the file, and the two data are combined and displayed on the screen. Thereby, it is possible to avoid redundant data transfer from the center and speed up the display on the screen.
以下、本発明の一実施例について図面により説明する。 An embodiment of the present invention will be described below with reference to the drawings.
第1図は本発明の一実施例のブロック図であり。FIG. 1 is a block diagram of one embodiment of the present invention.
端末1とセンタ2が通信回線を通して接続されてる。端
末1には、データ表示のためのCRTII、コマンド投
入のためのキーボード12、および受信したデータを格
納しておくファイル装置13が接続されている。また、
センタ2には、端末へ転送すべきテーブル形式のデータ
21がファイル装置22に格納されている。Terminal 1 and center 2 are connected through a communication line. Connected to the terminal 1 are a CRT II for displaying data, a keyboard 12 for inputting commands, and a file device 13 for storing received data. Also,
In the center 2, data 21 in a table format to be transferred to a terminal is stored in a file device 22.
端末1内には、利用者の要求を受は付けるコマンド解析
部14、画面への表示行う表示部15゜センタとの通信
を行う通信制御部16.ファイル13の入出力を行うフ
ァイル管理部17、および全体の制御を行う制御部18
を置く。センタ2内には、端末との通信を行う通信制御
部23、ファイル22の読み出しを行うファイル管理部
24、端末からの要求を受は付け、処理を行うデータ転
送部25を置く。Inside the terminal 1, there is a command analysis section 14 that accepts and receives requests from users, a display section 15 that displays on the screen, and a communication control section 16 that communicates with the center. A file management section 17 that performs input/output of the file 13, and a control section 18 that performs overall control.
put The center 2 includes a communication control section 23 that communicates with terminals, a file management section 24 that reads files 22, and a data transfer section 25 that receives and processes requests from terminals.
第2図は、本実施例で対象とするテーブル形式のデータ
の構成を示す。1つのテーブルは、その名前2−1を持
つ。またテーブルはいくつかのカラム2−2かな成り、
カラム名2−3またはカラムを識別する番号2−4、デ
ータの属性(数値/文字などの区別、長さ、など)2−
5を持つ。実際のデータはこれらのコラムごとのデータ
の組であり、1つのデータの組みをタプル2−6とよぶ
。FIG. 2 shows the structure of table-format data targeted in this embodiment. One table has its name 2-1. The table also consists of several columns 2-2,
Column name 2-3 or number identifying the column 2-4, data attributes (number/character distinction, length, etc.) 2-
Has 5. The actual data is a set of data for each column, and one set of data is called a tuple 2-6.
一般に1つのテーブル形式には複数のタプルが存在する
。Generally, there are multiple tuples in one table format.
まず、利用者はキーボード12より表示したいテーブル
をコマンドなどで指示する。この要求はコマンド解析部
14を通じて、制御部18に送られる。制御部18では
該当テーブルの構成情報の転送を通信制御部16を通し
てセンタ2に依頼する。First, the user uses the keyboard 12 to specify a table to be displayed using a command or the like. This request is sent to the control unit 18 via the command analysis unit 14. The control unit 18 requests the center 2 through the communication control unit 16 to transfer the configuration information of the corresponding table.
センタ2では、通信制御部23を通して、データ転送部
25がこの要求を受けとる。データ転送部25はファイ
ル管理部24にテーブル構成情報を要求し、受は取った
構成情報を端末に送信する。In the center 2, the data transfer unit 25 receives this request through the communication control unit 23. The data transfer unit 25 requests table configuration information from the file management unit 24, and the receiver transmits the received configuration information to the terminal.
テーブル構成情報は、そのテーブルを構成する各カラム
の名前、データ属性、および数、から成る。The table configuration information consists of the name, data attribute, and number of each column that makes up the table.
またカラム番号を付加してもよい。Additionally, a column number may be added.
端末1では、制御部18がこの構成情報を受は取り、そ
れをデータ管理テーブル19に格納する。In the terminal 1, the control unit 18 receives this configuration information and stores it in the data management table 19.
つぎに、制御部18は今回の表示が1回目であり、デー
タはまだ受信していないことを判断し、センタに表示す
べきデータの転送を依頼する。このためまず、テーブル
構成情報のうちのカラムのデータ属性をもとにCRTI
Iに表示可能なカラムの範囲、およびタプル数を算出し
、つぎにセンタ2に対しその範囲のデータの転送を、す
なわち横方向にっていては個々のカラム名かカラム番号
の範囲を、縦方向についてはタプル番号の範囲を指定す
ることにより、依頼する。Next, the control unit 18 determines that this is the first display and that no data has been received yet, and requests the center to transfer the data to be displayed. For this reason, first, based on the data attributes of the columns in the table configuration information,
Calculate the range of columns and number of tuples that can be displayed in I, and then transfer that range of data to center 2. The direction is requested by specifying a range of tuple numbers.
センタ1では、データ転送部25がこの要求を受け、該
当するデータをファイル管理部24を通してファイル装
置22より読み出し、それを端末に送信する。In the center 1, the data transfer unit 25 receives this request, reads the corresponding data from the file device 22 through the file management unit 24, and transmits it to the terminal.
端末では、制御部18がデータを受は取り、それを表示
部15を通してCRTIIに表示するとともに、ファイ
ル管理部17を通してファイル装置13に書き出してお
く。またデータ管理テーブル19に、それらのデータが
受信済みであることを示すため、カラム名(またはカラ
ム番号)とタプル番号を組みとし、さらにファイル装置
13上の格納アドレスを付加して登録する。In the terminal, the control unit 18 receives and displays the data on the CRT II through the display unit 15, and writes it out to the file device 13 through the file management unit 17. In addition, in order to indicate that the data has been received, the column name (or column number) and tuple number are combined and the storage address on the file device 13 is added and registered in the data management table 19.
次に、利用者が画面のスクロールなど新たな表示要求を
行うと、1回目と同様に制御部18がこの要求を受ける
。制御部18では新たに表示すべきデータが受信済みか
否かをデータ管理テーブル19により調べ、不足するデ
ータを知る。不足データについては1回目と同様にセン
タ2に送信を依頼し、それを受は取った後、ファイル装
置13への書き出し、管理テーブル19への登録を行う
。Next, when the user makes a new display request such as scrolling the screen, the control unit 18 receives this request in the same way as the first time. The control unit 18 checks whether new data to be displayed has been received or not using the data management table 19 to find out which data is missing. As for the missing data, as in the first case, the center 2 is requested to send it, and after receiving it, it is written to the file device 13 and registered in the management table 19.
また以前に受信済データをファイル装置13から読み出
し、今回受信したデータと組み合わせてCRTIIに表
示する。Also, previously received data is read from the file device 13, combined with the currently received data, and displayed on the CRTII.
データ管理テーブル19に格納されたテーブル構成情報
のうち、カラム名はCRTIIの表示や、センタに依頼
するデータ転送の範囲の指定に利用される。また、タプ
ル数はデータの最終範囲を知るために使用される。また
、以上の説明から明らかなように、対象のデータがテー
ブル形式である性質は、CRTへの表示可能なデータの
範囲の決定、あるデータが受信済みか否かの判断、端末
がセンタに対し転送を要求するデータの指示などで利用
される。Among the table configuration information stored in the data management table 19, column names are used to display the CRTII and to specify the range of data transfer requested to the center. The number of tuples is also used to know the final range of data. Also, as is clear from the above explanation, the nature of the target data being in table format is due to the fact that it is necessary to determine the range of data that can be displayed on a CRT, determine whether certain data has been received, It is used to instruct data to be transferred.
テーブルの構成は、第2図の構成のものだけでなく、一
般にテーブル形式で表現できるものであれば、これらも
取り扱うことができる。ここでテーブル形式で表現でき
るとは、データを縦、横方向、またはこれらに加えて奥
行きなどの複数の方向、で並べることができるものを言
う。第3図はこのような構成のテーブルの例であり、あ
るカラムのデータは1つのタプル当たりN (N≧2)
個存在する場合を示している。タプルは基本タプル3−
1とサブタプル3−2.・・・、3−Nから成る。The table configuration is not limited to the configuration shown in FIG. 2, but can also be handled as long as it can be generally expressed in a table format. Here, being able to represent data in a table format means that data can be arranged in multiple directions, such as vertically, horizontally, or in addition to these directions, such as depth. Figure 3 is an example of a table with such a structure, where the data in a certain column is N per tuple (N≧2).
This shows the case where there are several. Tuple is basic tuple 3-
1 and subtuple 3-2. ..., 3-N.
この場合、テーブル構成情報として各カラムが複数デー
タを持つか否か、複数個持つ場合はその個数Nを定義し
ておき、この情報を用いてデータ転送の範囲を決定する
。すなわち、横方向については第2図と同様にカラム名
かカラム番号で、縦方向については基本タプル番号とサ
ブタプル番号の組み合わせにより指定する。In this case, as table configuration information, whether each column has multiple data or not, and if it has multiple data, the number N thereof is defined, and this information is used to determine the range of data transfer. That is, the horizontal direction is specified by a column name or column number as in FIG. 2, and the vertical direction is specified by a combination of basic tuple number and subtuple number.
またこの実施例において、Nが可変の場合、縦方向の範
囲の指定は第2図と同様のタプル番号のみで行い、セン
タからのデータ転送は基本タプルとサブタプルを一度に
送信する。従って、場合によっては画面に表示しないサ
ブタプルのデータも転送することがあるが、サブタプル
数Nが小さい場合は転送時間の増加はあまり大きくなら
ないし、次回の表示の際には受信済みのサブタプルのデ
ータはファイルから読み出して利用することができる。In this embodiment, when N is variable, the range in the vertical direction is specified only by the tuple number as in FIG. 2, and data is transferred from the center by transmitting basic tuples and sub-tuples at once. Therefore, in some cases, data of sub-tuples that are not displayed on the screen may be transferred, but if the number of sub-tuples N is small, the increase in transfer time will not be large, and the data of sub-tuples that have already been received will be transferred next time. can be read from the file and used.
さらに、その他のテーブル構成として、1つのカラムが
複数のサブカラムから成る場合なども考えられるが、上
記と同様な方式で処理することができる。Furthermore, other table configurations, such as a case where one column is composed of a plurality of subcolumns, can be considered, but they can be processed in the same manner as above.
以上の説明から明らかなように、従来の衝接に比べ、本
発明ではテーブル形式のデータをセンタから転送し画面
に表示するに際し、表示に必要なデータのみを転送する
こと、また1度端末が受信したデータは再送しないこと
などから、データ転送時間を短縮し、画面への表示を高
速化できる。As is clear from the above explanation, compared to the conventional collision, in the present invention, when transferring table-format data from the center and displaying it on the screen, only the data necessary for display is transferred, and once the terminal is Since received data is not retransmitted, data transfer time can be shortened and display on the screen can be speeded up.
第1図は本発明の一実施例のブロック図、第2図および
第3図はその対象とするテーブル形式のデータ構成を示
す図である。
1・・・端末、 11・・・CRT、 12・・・
キーボード、 13・・・ファイル装置、 14・
・・コマンド解析部、 15・・・表示部、 16・
・・通信制御部、17・・・ファイル管理部、 18・
・・制御部、19・・・受信済みのデータを管理するデ
ータ管理テーブル、 2・・・センタ、 21・・
・転送の対象となるテーブル形式のデータ、 22・
・ファイル装置、 23・・・通信制御部、 24・・
・ファイル管理部、 2S・・・データ転送部。
第 2 図FIG. 1 is a block diagram of an embodiment of the present invention, and FIGS. 2 and 3 are diagrams showing the target data structure in a table format. 1...Terminal, 11...CRT, 12...
Keyboard, 13... File device, 14.
...Command analysis section, 15.Display section, 16.
...Communication control section, 17...File management section, 18.
...Control unit, 19...Data management table for managing received data, 2...Center, 21...
・Table format data to be transferred, 22.
・File device, 23...Communication control unit, 24...
-File management section, 2S...data transfer section. Figure 2
Claims (1)
回線を通じて端末の画面に表示するシステムにおいて、
端末で受信したデータを保存しておき、以降の契機でそ
の部分を含むデータを画面に表示する時に、未受信のデ
ータのみをリモートから転送し、保存済みのデータと組
み合わせて表示を行うことを特徴とするデータ転送表示
方式。(1) In a system that displays table-format data that exists remotely on a terminal screen via a communication line,
You can save the data received by the terminal, and when you later display the data including that part on the screen, you can remotely transfer only the unreceived data and display it in combination with the saved data. Characteristic data transfer display method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61225333A JPS6380322A (en) | 1986-09-24 | 1986-09-24 | Data transferring and displaying system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61225333A JPS6380322A (en) | 1986-09-24 | 1986-09-24 | Data transferring and displaying system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS6380322A true JPS6380322A (en) | 1988-04-11 |
Family
ID=16827706
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP61225333A Pending JPS6380322A (en) | 1986-09-24 | 1986-09-24 | Data transferring and displaying system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS6380322A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02109092A (en) * | 1988-10-19 | 1990-04-20 | Fujitsu Kiden Ltd | Display data reference system for display panel |
JPH0830414A (en) * | 1994-07-20 | 1996-02-02 | Chubu Nippon Denki Software Kk | Input screen data setting system |
JP2010170182A (en) * | 2009-01-20 | 2010-08-05 | Mitsubishi Electric Corp | Data display device and data display system |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS61209485A (en) * | 1985-03-14 | 1986-09-17 | 富士通株式会社 | Image display unit |
-
1986
- 1986-09-24 JP JP61225333A patent/JPS6380322A/en active Pending
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS61209485A (en) * | 1985-03-14 | 1986-09-17 | 富士通株式会社 | Image display unit |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02109092A (en) * | 1988-10-19 | 1990-04-20 | Fujitsu Kiden Ltd | Display data reference system for display panel |
JPH0830414A (en) * | 1994-07-20 | 1996-02-02 | Chubu Nippon Denki Software Kk | Input screen data setting system |
JP2010170182A (en) * | 2009-01-20 | 2010-08-05 | Mitsubishi Electric Corp | Data display device and data display system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7010567B1 (en) | Map-data distribution method, and map-data distribution server and client | |
JP2001134776A (en) | Map data distributing method | |
JPH0789268B2 (en) | Screen display control method | |
JPS6380322A (en) | Data transferring and displaying system | |
JPH10171705A (en) | Hyper-page system and recording medium for recording program for the system | |
JPH01226682A (en) | Elevator device | |
KR900702449A (en) | Multi-Window Communication System | |
CN113746912B (en) | DCS monitoring system and method for acquiring DCS control data | |
JPS6125183A (en) | Graphic information transmission control system | |
JPS62212775A (en) | Information transmitting system for information retrieving system | |
JPH02140864A (en) | Text reception system for terminal side editor in distributed type editor | |
JPS60105036A (en) | Display data transfer system | |
JPH03240825A (en) | Screen data transfer/display system | |
JP2001350690A (en) | Updating system and method for home page | |
JPS60254350A (en) | Data communication control device | |
JPH03289739A (en) | Picture data transmitting method | |
JPH0798579A (en) | Picture display system | |
JPH0498519A (en) | Menu screen display system | |
JPS63201689A (en) | Map display device | |
JPH047977A (en) | Compressed picture data transmitting system | |
JPH0340426B2 (en) | ||
JPS61150071A (en) | Microfilm retrieving system | |
JPS6266324A (en) | Crt screen display system | |
JPH0230229A (en) | Message processor | |
JPS60263241A (en) | Captain terminal equipment |