JPH04142610A - General purpose terminal control method - Google Patents

General purpose terminal control method

Info

Publication number
JPH04142610A
JPH04142610A JP2265759A JP26575990A JPH04142610A JP H04142610 A JPH04142610 A JP H04142610A JP 2265759 A JP2265759 A JP 2265759A JP 26575990 A JP26575990 A JP 26575990A JP H04142610 A JPH04142610 A JP H04142610A
Authority
JP
Japan
Prior art keywords
initialization
control
terminal
application program
section
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
JP2265759A
Other languages
Japanese (ja)
Inventor
Naoto Katsurajima
桂島 直人
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 JP2265759A priority Critical patent/JPH04142610A/en
Publication of JPH04142610A publication Critical patent/JPH04142610A/en
Pending legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To improve the processing speed of a processing unit and to reduce load of the processing unit by processing in an initializing section all of changes of operations of the processing unit caused by the difference in control procedure for terminals. CONSTITUTION:Initializing section 1 receives a request for initialization from an application program 100 and executes the initialization. A plurality of connecting sections 2A.2B receive a request for function from the application program 100 and gives the request for function received from the application program 100 to realizing sections 3A1-3A3.3B1-3B3 that were connected by the initializing section 1. Realizing sections 3A1-3A3.3B1-3B3 are selected in accordance with the characteristics of a terminal to be used by the initializing section 1 and connected to connecting section 2A.2B. Further, a data base 4 stores screen control information about the terminal, which will be referred to by the initializing section 1 when carrying out initialization. With this, the execution speed of a processor can be improved and its load can be reduced.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は汎用端末制御方式に関し、特にコンピュータの
入出力方式の画面入出力の制御を行う汎用端末制御方式
に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a general-purpose terminal control system, and more particularly to a general-purpose terminal control system for controlling screen input/output of a computer input/output system.

〔従来の技術〕[Conventional technology]

従来、この種の画面制御方式としては、第4図に示すよ
うにプログラム100で特定の制御手順を持ち画面の入
出力を行う端末である固有制御手段6を対象として固定
的に作成する第1の方式と、又は各種の端末の制御手順
を記述したデータベース14から、指定された端末型式
の情報を参照して、制御手順表15を作成し、実行時に
この表を参照して変換部5A〜5Cで実際の制御手順に
変換(端末固有制御手段6で表示)する第2の方式とが
あった。
Conventionally, as shown in FIG. 4, this type of screen control method includes a first method that is fixedly created for the specific control means 6, which is a terminal that has a specific control procedure and performs input and output on the screen, using a program 100, as shown in FIG. The control procedure table 15 is created by referring to the information of the specified terminal type from the database 14 which describes the control procedure of various terminals, and the conversion units 5A to 5A refer to this table at the time of execution. 5C, there is a second method in which the control procedure is converted into an actual control procedure (displayed by the terminal-specific control means 6).

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の制御方式は、第1の方式による特定の端
末に固定とした場合は、端末の制御手順が異るとプログ
ラムの使用が不可能となる欠点が有る。又、第2の方式
の実行時に制御手順表から変換する方式では、固々の制
御操作ごとに変換処理が必要となる為、実行速度が低下
し、処理装置の負荷が増加するという欠点がある。
The above-described conventional control method has a drawback that if the first method is fixed to a specific terminal, the program cannot be used if the control procedure of the terminal is different. In addition, the method of converting from the control procedure table when executing the second method requires conversion processing for each individual control operation, which has the drawback of decreasing the execution speed and increasing the load on the processing device. .

〔課題を解決するための手段〕[Means to solve the problem]

本発明の汎用端末制御方式は、 コンピュータの画面入出力制御で制御手順を持つ不特定
の端末を対象とする汎用端末制御方式において、基本的
な画面操作に対応した複数の制御操作手順を有し、初期
化時に端末の制御手順の情報を参照して基本操作に対応
する制御操作を選択し、以後の基本操作を選択された制
御操作を用いて構成される。
The general-purpose terminal control method of the present invention is a general-purpose terminal control method targeting unspecified terminals that has control procedures for computer screen input/output control, and has a plurality of control operation procedures corresponding to basic screen operations. At the time of initialization, a control operation corresponding to the basic operation is selected by referring to information on the control procedure of the terminal, and subsequent basic operations are configured using the selected control operation.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例の構成を示すブロック図であ
る。初期化部1は応用プログラム100からの初期化要
求を受けつけ、初期化を実行する。複数の接続部2A・
2Bは応用プログラム]、 OOからの機能要求を受け
つけ、初期化部1によって、接続された実現部3A1〜
3A3・3B1〜383の応用プログラム100からの
機能要求を渡す。実現部3A1〜3A3・3B1〜3B
3は初期化部1によって使用する端末の特性に合わせて
選択され、接続部2A・2Bに結合される。データベー
ス4は端末の画面制御情報を記憶しており、初期化時に
初期化部1によって参照される。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. The initialization unit 1 receives an initialization request from the application program 100 and executes the initialization. Multiple connection parts 2A・
2B is an application program], receives a function request from OO, and is executed by the initialization unit 1 to connect the connected realization units 3A1 to OO.
Function requests from the application programs 100 of 3A3 and 3B1 to 383 are passed. Realization part 3A1-3A3/3B1-3B
3 is selected by the initialization unit 1 according to the characteristics of the terminal to be used, and is coupled to the connection units 2A and 2B. The database 4 stores screen control information of the terminal, and is referenced by the initialization unit 1 at the time of initialization.

第2図は本実施例の初期化動作の特定の接続部での動作
を示すブロック図である。初期化部lは応用プログラム
100から初期化要求を受けると、データベース4がら
現在使用中の端末に関する画面制御手順の情報を参照し
、それによって実現部3A1〜3A3として用意されて
いる実現部3A1〜3A3までの中から、この例では実
現部3A2を選択して接続部2Aに結合する。
FIG. 2 is a block diagram showing the operation at a specific connection part in the initialization operation of this embodiment. When the initialization unit 1 receives an initialization request from the application program 100, it refers to the screen control procedure information regarding the terminal currently in use from the database 4, and thereby executes the implementation units 3A1 to 3A1 prepared as the implementation units 3A1 to 3A3. In this example, the realization section 3A2 is selected from up to 3A3 and coupled to the connection section 2A.

第3図は本発明の実行時の動作を示すブロック図である
。応用プログラム100がら各接続部2A〜2Cに渡さ
れた機能要求は、それぞれ接続部2A〜2Cに結合され
た実現部3A1〜3A3に渡され、端末固有制御手段6
に変換されて出力される。
FIG. 3 is a block diagram showing the operation of the present invention during execution. The function request passed from the application program 100 to each of the connection units 2A to 2C is passed to the realization units 3A1 to 3A3 coupled to the connection units 2A to 2C, respectively, and is sent to the terminal specific control means 6.
is converted and output.

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

以上説明したように、本発明は、端末の制御手順の違い
による操作の変更を初期化部で全て処理することにより
、実施時に必要となる処理を減らし、不特定の端末に対
する汎用的なプログラムを実現すると同時に処理速度の
向上、処理装置の負荷の低減ができるという効果がある
As explained above, the present invention reduces the processing required during implementation by processing all changes in operation due to differences in terminal control procedures in the initialization section, and allows general-purpose programs for unspecified terminals to be easily processed. At the same time, the processing speed can be improved and the load on the processing device can be reduced.

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

第1図は本発明の一実施例の構成を示すブロック図、第
2図は本実施例の初期化動作の接続部での動作を示すブ
ロック図、第3図は本発明の実行待動作を示すブロック
図、第4図は従来方式での機能構成を示すブロック図で
ある。 l・・・初期化部、2人・2B・・・接続部、3A1〜
3A3・3B1〜3B3・・・実現部、4・・・データ
ベース、6・・・端末固有制御手段、100・・・応用
プログラム。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, FIG. 2 is a block diagram showing the operation at the connection part of the initialization operation of this embodiment, and FIG. 3 is a block diagram showing the execution waiting operation of the present invention. FIG. 4 is a block diagram showing the functional configuration of the conventional system. l...Initialization section, 2 people/2B...Connection section, 3A1~
3A3.3B1 to 3B3... Realization unit, 4... Database, 6... Terminal specific control means, 100... Application program.

Claims (1)

【特許請求の範囲】[Claims] コンピュータの画面入出力制御で制御手順を有する不特
定の端末を対象とする汎用端末制御方式において、基本
的な画面操作に対応した複数の制御操作手順を有し、初
期化時に端末の制御手順の情報を参照して基本操作に対
応する制御操作を選択し、以後の基本操作を選択された
制御操作を用いて成ることを特徴とする汎用端末制御方
式。
In a general-purpose terminal control method for unspecified terminals that has control procedures for computer screen input/output control, it has multiple control operation procedures corresponding to basic screen operations, and the terminal control procedures are updated at the time of initialization. A general-purpose terminal control method characterized in that a control operation corresponding to a basic operation is selected by referring to information, and the selected control operation is used for subsequent basic operations.
JP2265759A 1990-10-03 1990-10-03 General purpose terminal control method Pending JPH04142610A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2265759A JPH04142610A (en) 1990-10-03 1990-10-03 General purpose terminal control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2265759A JPH04142610A (en) 1990-10-03 1990-10-03 General purpose terminal control method

Publications (1)

Publication Number Publication Date
JPH04142610A true JPH04142610A (en) 1992-05-15

Family

ID=17421622

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2265759A Pending JPH04142610A (en) 1990-10-03 1990-10-03 General purpose terminal control method

Country Status (1)

Country Link
JP (1) JPH04142610A (en)

Similar Documents

Publication Publication Date Title
US6131183A (en) Computer and method for enabling graphic user interface (GUI) control and command line (TTY) control of a computer program
JPH04142610A (en) General purpose terminal control method
JPH03189819A (en) Call processing system for program
JPH05303484A (en) Data linking system
JP2945753B2 (en) Information processing device
JPH04115348A (en) Data display processing system for terminal emulator
JP2000039991A (en) Dynamic server connection method in distributed object system
JPH0675881A (en) Different machine kind terminal control and transmission control system
JPH07230396A (en) Mutual construction method of different file system formats
JPH0256667A (en) Inter-different processor program link system
JPH0477911A (en) Input control method of input device
JPH0394363A (en) Program execution scheduling method in computer network system
JPH0431915A (en) Automatic message answering system
JPH04199248A (en) System for registering attribute of terminal
JPH0922363A (en) Task constituting system
JPH0464104B2 (en)
JPH10124410A (en) Apparatus and method for data exchange between different language systems
JPH01108669A (en) distributed processing system
JPH0331935A (en) System for executing job
JPH02205958A (en) Programmable real time processing system
JPS63192148A (en) Code converting system for network processor
JPH0362159A (en) Seat reservation system
JPS63261433A (en) Task scheduling method
JPH0317769A (en) Extending method for function of application soft
JPS60173629A (en) Connecting system between different kind information retrieval systems