JPS59117629A - Extension system of terminal interrupt signal - Google Patents

Extension system of terminal interrupt signal

Info

Publication number
JPS59117629A
JPS59117629A JP57234693A JP23469382A JPS59117629A JP S59117629 A JPS59117629 A JP S59117629A JP 57234693 A JP57234693 A JP 57234693A JP 23469382 A JP23469382 A JP 23469382A JP S59117629 A JPS59117629 A JP S59117629A
Authority
JP
Japan
Prior art keywords
interrupt
code
interruption
terminal
character
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.)
Granted
Application number
JP57234693A
Other languages
Japanese (ja)
Other versions
JPH042966B2 (en
Inventor
Hideyuki Aikawa
相川 秀幸
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP57234693A priority Critical patent/JPS59117629A/en
Publication of JPS59117629A publication Critical patent/JPS59117629A/en
Publication of JPH042966B2 publication Critical patent/JPH042966B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Input From Keyboards Or The Like (AREA)

Abstract

PURPOSE:To perform an efficient interrupting processing at an optional timing, by using character keys to increase apparently an optional number of interruption keys. CONSTITUTION:When an interruption signal extension part 5 is started by a mode control part 9, the extension part 5 converts the character code of a character key 2 inputted from a terminal 1 to a corresponding interruption code by an interruption signal conversion table 6 and sends this interruption code to a monitoring part 7. The monitoring part 7 refers to an interruption code table 8 to read out the address of an interrupting processing routine corresponding to the interruption code sent from the interruption signal extension part 5 and sends this address to an interrupting processing part 11, and this routine is called and executed. A mode control part 9 detects a current processing mode for the purpose of discrimination whether the character code transferred by the input operation of the character key 2 of the terminal 1 is a screen input data or an interruption signal, and the interruption signal extension part 5 is controlled.

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は、データ処理システムにおける割り込み入力方
式に関し、特に端末から単一キー操作で入力できる割り
込み信号の数を、システムが許容する数まで任意に増設
可能にするための割り込み信号拡張方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to an interrupt input method in a data processing system, and in particular to a method for arbitrarily increasing the number of interrupt signals that can be input from a terminal with a single key operation up to the number allowed by the system. This invention relates to an interrupt signal expansion method to enable expansion.

〔技術の背景〕[Technology background]

従来のデータ処理システムでは、端末から大刀可能な割
り込み信号の数は、コントロールキーやブレークキーな
どの割り込みキーに基づくものは。
In traditional data processing systems, the number of interrupt signals available from the terminal is based on interrupt keys such as control keys and break keys.

僅か1〜2個程度に限られているのが普通である。It is normal that the number is limited to only one or two.

そのため、あるプログラムを実行中に、特定のサブルー
チンへ制御を移して割り込み処理を行なわせたいとき上
記した従来の端末のように割り込みキー数が少い場合に
は、その許容数は極く少いものとなる。
Therefore, when you want to transfer control to a specific subroutine to handle interrupts while a program is running, if the number of interrupt keys is small like the conventional terminals mentioned above, the number of interrupt keys allowed is extremely small. Become something.

このように1割り込み処理の必要数が割り込みキー数を
上廻りている場合に、従来とられていた方法はコントロ
ールキーと任意の文字キーとを組み合わせて入力し、コ
ントロールキーで割り込み処理ルーチンを呼び出してか
ら、続いて入力した文字キーを識別さ′せ、予めその文
字に対応づけられている割り込み処理ルーチンを決定し
て処理を行なわせるものであった。しかし、この方法で
は。
In this way, when the number of interrupts required for one interrupt processing exceeds the number of interrupt keys, the conventional method is to input a combination of the control key and any character key, and use the control key to call the interrupt processing routine. After that, the subsequently inputted character key is identified, and an interrupt processing routine associated with that character is determined in advance and processing is performed. But with this method.

割り込みキーと少くとも1つの文字キーとを連続して入
力操作しなければならない煩しさがあり。
It is troublesome to have to input the interrupt key and at least one character key in succession.

また、まずメ=、−−画面を表示して9次に特定の割り
込み処理の種類を選択させる方法の場合には。
In the case of a method in which a screen is displayed first and a specific type of interrupt processing is then selected.

プログラムも入力待ち状態になるので、瞬時割り込み処
理ができず、対話型処理における円滑な即応性能が損わ
れる欠点があった。
Since the program is also in a waiting state for input, it is not possible to handle instantaneous interrupts, which has the disadvantage of impairing smooth responsive performance in interactive processing.

〔発明の目的および構成〕[Object and structure of the invention]

本発明の目的は、端末からの割り込みキー数を見かけ上
増加させ、任意のタイミングでの効率的な割り込み処理
を可能にする手段を提供することにある。
An object of the present invention is to provide means for apparently increasing the number of interrupt keys from a terminal and enabling efficient interrupt processing at any timing.

本発明の原理では、そのための構成として、端末および
ホストにより構成されたデータ処理システムにおいて、
上記ホスト内に2割り込みコードにもとづいて対応する
割り込み処理ルーチンを呼び出すための割り込みコード
テーブル手段と、上記端末からキー人力された単一の文
字コード信号を、特定の割り込みコードに変換する割り
込み信号変換テーブル手段と、データ非入力の処理モー
ドを識別する手段とを設け、該データ非入力の処理モー
ドにおいて端末からキー人力された文字コードを割り込
み信号と判定し、上記割り込み信号変換テーブル手段を
用いて対応する割り込みコードに変換し2割り込み処理
を実行させることを特徴としている。
According to the principle of the present invention, as a configuration for this purpose, in a data processing system configured by a terminal and a host,
Interrupt code table means for calling a corresponding interrupt handling routine based on the two interrupt codes in the host, and an interrupt signal converter for converting a single character code signal manually inputted from the terminal into a specific interrupt code. A table means and a means for identifying a processing mode in which no data is input are provided, and in the processing mode in which no data is input, a character code manually entered from the terminal is determined to be an interrupt signal, and the interrupt signal conversion table means is used to determine the character code entered manually from the terminal. The feature is that it converts into a corresponding interrupt code and executes two interrupt processing.

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

以下に2本発明を実施例にしたがって説明する。 The present invention will be explained below based on two examples.

第1図は1本発明実施例システムの構成図である。同図
において、1は端末、2は文字キー、3はホスト、4は
インタラクト制御部、5は割り込み信号拡張部、6は割
り込み信号変換テーブル。
FIG. 1 is a block diagram of a system according to an embodiment of the present invention. In the figure, 1 is a terminal, 2 is a character key, 3 is a host, 4 is an interaction control section, 5 is an interrupt signal extension section, and 6 is an interrupt signal conversion table.

7はモニタ部、8は割り込みコードテーブル、9はモー
ド制御部、10はアプリケーション処理部。
7 is a monitor section, 8 is an interrupt code table, 9 is a mode control section, and 10 is an application processing section.

11は割り込み処理部を示す。Reference numeral 11 indicates an interrupt processing section.

通常、利用者は端末1から□ホスト3のインタラクト制
御部4のサービスのもとに、アプリケーション処理部1
0との間でアプリケージ8ヨンプログラム処理を、対話
形式で実行している。
Normally, the user uses the application processing unit 1 from the terminal 1 under the service of the interaction control unit 4 of the host 3.
0 is executed in an interactive manner.

アプリケージ冒ンプログラムとして、シミュレーション
プログラムを例に説明すると、シミュレーションプログ
ラムには、モデルあるいは出力表示方法等を、指定変更
するために多くのパラメータが設けられている。たとえ
ば、データのサンプリング周期の変更、グラフ表示形式
の指定などがあり、対話形式で処理を進めながら、随時
このようなパラメータの指定、変更を行なわなければな
らない。
Taking a simulation program as an example of an application cage installation program, a simulation program is provided with many parameters for specifying and changing a model, an output display method, and the like. For example, the data sampling period may be changed, the graph display format may be specified, and such parameters must be specified and changed as needed while proceeding with the process in an interactive manner.

従来は、このようなパラメータの指定、変更を行なう場
合、利用者がインタラクト制御部4に指示して、モニタ
部7(あるいはオペレーティングシステム)を呼び出し
、パラメータリストのメニーー画面を出力させ、その中
から選択する方式が多くとられていた。
Conventionally, when specifying or changing such parameters, the user instructs the interaction control unit 4 to call the monitor unit 7 (or the operating system), outputs a menu screen with a parameter list, and selects the parameter list from the screen. There were many methods to choose from.

しかし、操作頻度の高いパラメータでは、ノくラメータ
指定、変更が必要なたびに、いちいちメニーー画面を呼
び出す方法をとりた場合、処理能率が著しく低下するこ
とになるので、単一キー操作により即時にパラメータを
指定、変更できることが望ましい。
However, for parameters that are frequently operated, if you call up the many screen every time you need to specify or change a parameter, processing efficiency will drop significantly. It is desirable to be able to specify and change parameters.

第1図の実施例では9割り込み処理部11が。In the embodiment shown in FIG. 1, there are nine interrupt processing units 11.

このような各パラメータを操作する割り込み処理ルーチ
ンを複数保有しており、これを割り込みコードテーブル
8を介して選択的に呼び出すようにしている。
It has a plurality of interrupt processing routines for manipulating each of these parameters, and these routines are selectively called via the interrupt code table 8.

直接指定対象のパラメータに対しては、パラメータ毎に
端末工の特定の文字キー2が割り付けられる。この文字
キーを、特定のパラメータに対する割り込みキーとして
機能させるために9本発明では割り込み信号拡張部5お
よびモード制御部9を設けている。
A specific character key 2 of the terminal operator is assigned to each parameter to be directly specified. In order to make this character key function as an interrupt key for a specific parameter, the present invention provides an interrupt signal extension section 5 and a mode control section 9.

割り込み信号拡張部5は、モード制御部9により起動さ
れたとき、端末1から入力された文字キー20文字コー
ドを9割り込み信号変換テーブル6により対応する割り
込みコードに変換し、これをモニタ部7に送る。モニタ
部7は9割り込み信号拡張部5から送られた割り込みコ
ードについて。
When activated by the mode control unit 9, the interrupt signal expansion unit 5 converts the 20 character code of the character key input from the terminal 1 into a corresponding interrupt code using the 9 interrupt signal conversion table 6, and transmits this to the monitor unit 7. send. The monitor unit 7 monitors 9 interrupt codes sent from the interrupt signal extension unit 5.

割り込みコードテーブル8を参照し、対応する割り込み
処理ルーチンの7ドレスを読み出して9割り込み処理部
11に送り、該ルーチンを呼び出して実行させる。
Referring to the interrupt code table 8, the address 7 of the corresponding interrupt processing routine is read out and sent to the interrupt processing section 9 11, which calls and executes the routine.

モード制御部9は、端末10文字キー20入力操作によ
り転送された文字コードが1画面入力データであるのか
、あるいは割り込み信号であるのかを弁別するため、現
在の処理モードを検出し9割り込み信号拡張部5を制御
する。本実施例においては、端末1にデータ入力画面が
表示されているときに入力された文字コードは、入力デ
ータとして識別され、アプリケージ璽ン処理部10に送
られる。しかし、処理結果のデータ出力画面が表示され
ているときに入力された文字コードは9割り込み信号と
して取り扱われ9割り込み信号拡張部5に前述した処理
を行なわせる。
The mode control unit 9 detects the current processing mode and extends the 9 interrupt signal in order to distinguish whether the character code transferred by the terminal 10 character key 20 input operation is single screen input data or an interrupt signal. 5. In this embodiment, the character code input when the data input screen is displayed on the terminal 1 is identified as input data and sent to the app cage seal processing section 10. However, the character code input while the data output screen of the processing result is being displayed is treated as a 9 interrupt signal and causes the 9 interrupt signal extension section 5 to perform the above-described processing.

第2図は2割グ込み信号変換テーブル6と割り込みコー
ドテーブル801例を示したものである。
FIG. 2 shows an example of the two-interrupt signal conversion table 6 and the interrupt code table 801.

α1.α2.・・・はパラメータを表わす。これらのテ
ーブルのサイズは9割り込みコードの数と、使用可能な
文字キー数の範囲内で任意に設定できる。
α1. α2. ... represents a parameter. The size of these tables can be set arbitrarily within the range of the number of 9 interrupt codes and the number of usable character keys.

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

本発明によれば、端末に特別の割り込みキーを増設する
必要なしに9文字キーを用いて任意数の割り込みキーを
見かけ上増やすことができ、実行速度を損わずにインタ
ラクティブに割り込み処理を行なわせることができる。
According to the present invention, it is possible to seemingly increase the number of interrupt keys by using 9-character keys without adding a special interrupt key to the terminal, and it is possible to perform interrupt processing interactively without reducing execution speed. can be set.

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

第1図は本発明実施例システムの構成図、第2図は割り
込み信号変換テーブルおよび割り込みコードテーブルの
説明図である。 図中、1は端末、2は文字キー、3はホスト。 4はインタラクト制御部、5は割り込み信号拡張部、6
は割り込み信1、号変換テーブル、7はモニタ部、8は
割り込みコードテーブル、9はモード制御部、10はア
プリケージ讐ン処理部、11は割り込み処理部を表わす
。 特許出願人 富士通株式会社
FIG. 1 is a block diagram of a system according to an embodiment of the present invention, and FIG. 2 is an explanatory diagram of an interrupt signal conversion table and an interrupt code table. In the figure, 1 is a terminal, 2 is a character key, and 3 is a host. 4 is an interaction control section, 5 is an interrupt signal extension section, 6
1 represents an interrupt signal 1, a signal conversion table, 7 a monitor section, 8 an interrupt code table, 9 a mode control section, 10 an application processing section, and 11 an interrupt processing section. Patent applicant Fujitsu Limited

Claims (1)

【特許請求の範囲】 端末およびホストにより構成されたデータ処理システム
において、上記ホスト内に9割り込みコードにもとづい
て対応する割り込み処理ルーチンを呼び出すための割り
込みコードテーブル手段と。 上記端末からキー人力された単一の文字コード信号を、
特定の割り込みコードに変換する割り込み信号変換テー
ブル手段と、データ非入力の処理モードを識別する手段
とを設け、該データ非入力の処理モードにおいて端末か
らキー人力された文字フードを割り込み信号と判定し、
上記割り込み信号変換テーブル手段を用いて対応する割
り込みコードに沓換し1割り込み処理を実行させること
を特徴とする割り込み信号拡張方式。
Claims: In a data processing system constituted by a terminal and a host, an interrupt code table means for calling a corresponding interrupt processing routine based on a 9 interrupt code in the host. A single character code signal inputted manually from the above terminal,
Interrupt signal conversion table means for converting into a specific interrupt code and means for identifying a processing mode in which no data is input are provided, and in the processing mode in which no data is input, character hood input manually from a terminal is determined to be an interrupt signal. ,
An interrupt signal expansion method characterized in that the interrupt signal conversion table means is used to convert a corresponding interrupt code to execute one interrupt process.
JP57234693A 1982-12-24 1982-12-24 Extension system of terminal interrupt signal Granted JPS59117629A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57234693A JPS59117629A (en) 1982-12-24 1982-12-24 Extension system of terminal interrupt signal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57234693A JPS59117629A (en) 1982-12-24 1982-12-24 Extension system of terminal interrupt signal

Publications (2)

Publication Number Publication Date
JPS59117629A true JPS59117629A (en) 1984-07-07
JPH042966B2 JPH042966B2 (en) 1992-01-21

Family

ID=16974935

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57234693A Granted JPS59117629A (en) 1982-12-24 1982-12-24 Extension system of terminal interrupt signal

Country Status (1)

Country Link
JP (1) JPS59117629A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6275846A (en) * 1985-09-30 1987-04-07 Mitsubishi Electric Corp Calculation processing system
JPH04211834A (en) * 1990-02-06 1992-08-03 Nec Corp External interruption simulating system by operating system
US5144295A (en) * 1989-09-14 1992-09-01 Matsushita Electric Works, Ltd. Interruption processing system in time division multiplex transmission system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6275846A (en) * 1985-09-30 1987-04-07 Mitsubishi Electric Corp Calculation processing system
US5144295A (en) * 1989-09-14 1992-09-01 Matsushita Electric Works, Ltd. Interruption processing system in time division multiplex transmission system
JPH04211834A (en) * 1990-02-06 1992-08-03 Nec Corp External interruption simulating system by operating system

Also Published As

Publication number Publication date
JPH042966B2 (en) 1992-01-21

Similar Documents

Publication Publication Date Title
JPS62503000A (en) Computer test equipment and method
JPS59117629A (en) Extension system of terminal interrupt signal
WO2007147339A1 (en) Method and device for identifying terminal command line
JPH08305612A (en) Alarm display method for computer control system
JPH0417540B2 (en)
JPS6325367B2 (en)
JPH01212198A (en) Energy consumption saving system for electronic key telephone system
JPH02228852A (en) Data transfer system for line adaptor
JPH0530190A (en) Traffic data display controller
JPS6112424B2 (en)
JPH05241866A (en) Firmware device
JPH0670353A (en) Command execution method in exchange
JPS5854404A (en) Connecting system for process input and output
JPH0713783A (en) Operating method for virtual machine system
JPS6358543A (en) Japanese word processing method for electronic computer
JPS6327942A (en) Message input device
JPH02297698A (en) Fault monitoring system
JPS59201139A (en) Constitution control method of display
JPH05284178A (en) Data conversion system
JPS62154033A (en) Computer system having language conversion processor
JPH0387953A (en) Terminal controller
JPH02191014A (en) Program function key processing system
JPH02212942A (en) Maintenance control system for information processing system
JPH03177193A (en) Digital control monitor system
JPH05204860A (en) Job identification mark input conversion system