JPH0573185A - Keyboard input control system - Google Patents

Keyboard input control system

Info

Publication number
JPH0573185A
JPH0573185A JP3237558A JP23755891A JPH0573185A JP H0573185 A JPH0573185 A JP H0573185A JP 3237558 A JP3237558 A JP 3237558A JP 23755891 A JP23755891 A JP 23755891A JP H0573185 A JPH0573185 A JP H0573185A
Authority
JP
Japan
Prior art keywords
keyboard input
keyboard
processing
interruption
batch
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
JP3237558A
Other languages
Japanese (ja)
Inventor
Takehiro Kamimura
建洋 上村
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 Solution Innovators Ltd
Original Assignee
NEC Solution Innovators 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 NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP3237558A priority Critical patent/JPH0573185A/en
Publication of JPH0573185A publication Critical patent/JPH0573185A/en
Pending legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)

Abstract

PURPOSE:To process the input data inputted from the keyboard at a high speed without data loss. CONSTITUTION:The keyboard is composed of a FIFO buffer 21 monitoring and storing the interruption from the keyboard, a batch takeout part 31 taking out the interruption from the stored keyboard in a batch, an analysis/ optimization part 32 analyzing and optimizing the content of the taken-out interruption, and a processing part 33 executing the processing corresponding to the optimized interruption. The interruption data stored in the FIFO buffer 21 is taken out in a batch, and the content is analyzed to perform the optimum execution. Thus the load to an electronic computer system is reduced and the processing is improved.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は鍵盤入力制御方式に関
し、特に電子計算機システムにおける鍵盤入力制御方式
に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a keyboard input control system, and more particularly to a keyboard input control system in an electronic computer system.

【0002】[0002]

【従来の技術】従来の電子計算機システムでは、高速に
入力された鍵盤入力データのデータロストを防ぐため
に、鍵盤入力装置からの割り込みを検出した場合、電子
計算機システム内に設けられた緩衝記憶装置に一旦入力
されたデータを蓄積している。そして緩衝記憶装置に蓄
積された鍵盤入力データは、鍵盤入力装置とは非同期に
逐次取り出され鍵盤入力データ毎に処理されている。
2. Description of the Related Art In a conventional electronic computer system, in order to prevent data loss of keyboard input data input at high speed, when an interrupt from the keyboard input device is detected, a buffer storage device provided in the electronic computer system is used. The data once input is accumulated. The keyboard input data accumulated in the buffer storage device is sequentially taken out asynchronously with the keyboard input device and processed for each keyboard input data.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の方法
は、電子計算機システムの負荷が高く処理能力が低下し
ている場合に、利用者が高速に鍵盤入力を行うと、緩衝
記憶装置に鍵盤入力データが蓄積される一方で緩衝記憶
装置から鍵盤入力データが取り出され難いという欠点が
ある。たとえば鍵盤のある種の矢印キーを押している
間、画面の表示がスクロールし、鍵盤のその矢印キーか
ら指を離すと画面のスクロール表示が止まるような処理
装置の場合、電子計算機システムの負荷が高く処理能力
が低下している時に鍵盤の矢印キーを押し続けても、緩
衝記憶装置に鍵盤入力データが蓄積されるだけで画面が
スクロール表示されなかったり、また矢印キーを離して
も、緩衝記憶装置に鍵盤入力データが蓄積されているた
め即座に画面のスクロール表示が止まらなかったりし
て、かえって利用者の混乱を招く結果となっている。
In the conventional method described above, when the user inputs a keyboard at high speed when the load of the electronic computer system is high and the processing capacity is low, the keyboard input to the buffer storage device is performed. There is a drawback that keyboard input data is difficult to retrieve from the buffer storage device while data is stored. For example, in the case of a processing device in which the screen display scrolls while pressing a certain arrow key on the keyboard and stops scrolling when you release your finger from the arrow key on the keyboard, the load on the computer system is high. If you continue to press the arrow keys on the keyboard while the processing capacity is decreasing, the keyboard input data will only be stored in the buffer storage device and the screen will not scroll, or if you release the arrow keys, the buffer storage device Since the keyboard input data is accumulated in the screen, the scroll display of the screen does not stop immediately, which results in confusion for the user.

【0004】[0004]

【課題を解決するための手段】本発明の鍵盤入力制御方
式は、電子計算機システムにおいて、鍵盤入力装置から
の割り込みを監視し蓄積するバッファ手段と、蓄積した
鍵盤入力装置からの割り込みを一括して取り出す一括取
り出し手段と、取り出した割り込みの内容を解析し最適
化する解析/最適化手段と最適化された割り込みに対応
する処理を実行する処理手段とを備えて構成される。
According to the keyboard input control method of the present invention, in an electronic computer system, a buffer means for monitoring and accumulating interrupts from the keyboard input device, and an interrupt from the accumulated keyboard input device are collectively processed. It is provided with a batch extracting means for extracting, an analyzing / optimizing means for analyzing and optimizing the content of the extracted interrupt, and a processing means for executing a process corresponding to the optimized interrupt.

【0005】[0005]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0006】図1は、鍵盤入力制御方式をソフトウェア
により適用した本発明の一実施例の構成を示すブロック
図である。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention in which a keyboard input control system is applied by software.

【0007】利用者によって鍵盤入力装置1から入力さ
れたデータは、割り込み監視タスク2によってFIFO
バッファ21に蓄積される。処理タスク3は割り込み監
視タスク2とは非同期に動作するタスクで、割り込み監
視タスク2内のFIFOバッファ21を参照し蓄積され
ている鍵盤入力データを取り出し、対応する処理を実行
する。処理タスク3は、一括取り出し部31と解析/最
適化部32、処理部33の3つの階層を持っている。一
括取り出し部31では、割り込み監視タスク2内のFI
FOバッファ21を参照し、FIFOバッファ21に鍵
盤入力データが存在しない場合は処理タスク3をスリー
プ状態とし、鍵盤入力装置1からの割り込みが発生し割
り込み監視タスク2のFIFOバッファ21に鍵盤入力
データが蓄積されるのを待ち合わせている。すでにFI
FOバッファ21に鍵盤入力データが蓄積されていた場
合は、FIFOバッファ21の内容の全てを一度に取り
出して、次の階層の解析/最適化部32に制御が渡され
る。解析/最適化部32では鍵盤入力データ列を例えば
データ列が順序を処理内容ごとに並べ替えるなどの方法
で解析し、鍵盤入力データの最も効率の良い処理要求が
生成され、処理部33でその処理要求が実行される。
The data input from the keyboard input device 1 by the user is stored in the FIFO by the interrupt monitoring task 2.
It is stored in the buffer 21. The processing task 3 is a task that operates asynchronously with the interrupt monitoring task 2. The processing task 3 refers to the FIFO buffer 21 in the interrupt monitoring task 2 to take out the stored keyboard input data, and executes the corresponding processing. The processing task 3 has three layers of a batch extraction unit 31, an analysis / optimization unit 32, and a processing unit 33. In the batch extraction unit 31, the FI in the interrupt monitoring task 2 is
Referring to the FO buffer 21, when there is no keyboard input data in the FIFO buffer 21, the processing task 3 is put into a sleep state, an interrupt is generated from the keyboard input device 1, and the keyboard input data is stored in the FIFO buffer 21 of the interrupt monitoring task 2. Waiting to be accumulated. Already FI
When the keyboard input data is stored in the FO buffer 21, the entire contents of the FIFO buffer 21 are taken out at once and the control is passed to the analysis / optimization unit 32 in the next layer. The analysis / optimization unit 32 analyzes the keyboard input data string by, for example, rearranging the order of the data string according to the processing content, and generates the most efficient processing request of the keyboard input data. The processing request is executed.

【0008】例えば鍵盤の矢印キーが押されている間は
画面の表示がスクロールし、鍵盤の矢印キーから指を離
すと画面のスクロール表示が止まるような処理装置の場
合、従来の方式では図2に示すようにFIFOバッファ
21から逐次取り出し部34によって1回の割り込み毎
に鍵盤入力データが取り出され、それに対応する処理が
逐次実行されていた。矢印キーによる割り込みが8回あ
ればそれに対応して8回のスクロール表示要求が実行さ
れることになる。本発明の鍵盤入力制御方式の場合、解
析/最適化部32では連続する矢印キーの個数や方向を
分析することにより最終的なスクロール表示位置を算出
し、直接その算出位置を表示する要求を生成するため、
処理部33へのスクロール表示要求回数は大幅に削減さ
れる。
For example, in the case of a processing apparatus in which the screen display scrolls while the arrow keys on the keyboard are pressed and the scroll display on the screen stops when the finger is released from the arrow keys on the keyboard, the conventional method is shown in FIG. As shown in, the keyboard input data is fetched from the FIFO buffer 21 by the sequential fetching unit 34 at each interruption, and the corresponding processing is sequentially performed. If the interrupt by the arrow key is made eight times, the scroll display request is executed eight times correspondingly. In the case of the keyboard input control method of the present invention, the analysis / optimization unit 32 calculates the final scroll display position by analyzing the number and direction of consecutive arrow keys and directly generates the request for displaying the calculated position. In order to
The number of scroll display requests to the processing unit 33 is greatly reduced.

【0009】[0009]

【発明の効果】以上説明したように本発明は、緩衝記憶
装置に蓄積された鍵盤入力装置からの割り込みデータを
一括して取り出し、割り込み内容を解析し最適な処理を
実行させることにより、電子計算機システムへの負荷を
軽減させ、処理能力を向上させるという効果がある。
As described above, according to the present invention, the interrupt data from the keyboard input device accumulated in the buffer storage device is collectively fetched, the interrupt contents are analyzed, and the optimum processing is executed, thereby the electronic computer. This has the effect of reducing the load on the system and improving the processing capacity.

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

【図1】本発明の一実施例の構成を示すブロック図。FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】従来の技術による鍵盤入力制御方式の構成の一
例を示すブロック図。
FIG. 2 is a block diagram showing an example of a configuration of a keyboard input control system according to a conventional technique.

【符号の説明】[Explanation of symbols]

1 鍵盤入力装置 2 割り込み監視タスク 3,3A 処理タスク 4 出力装置 21 FIFOバッファ 31 一括取り出し部 32 解析/最適化部 33 処理部 34 逐次取り出し部 1 keyboard input device 2 interrupt monitoring task 3, 3A processing task 4 output device 21 FIFO buffer 31 batch extraction unit 32 analysis / optimization unit 33 processing unit 34 sequential extraction unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 電子計算機システムにおいて、鍵盤入力
装置からの割り込みを監視し蓄積するバッファ手段と、
蓄積した鍵盤入力装置からの割り込みを一括して取り出
す一括取り出し手段と、取り出した割り込みの内容を解
析し最適化する解析/最適化手段と最適化された割り込
みに対応する処理を実行する処理手段とを備えて成るこ
とを特徴とする鍵盤入力制御方式。
1. An electronic computer system comprising: buffer means for monitoring and accumulating interrupts from a keyboard input device;
Collective fetching means for collectively fetching accumulated interrupts from the keyboard input device, analysis / optimizing means for analyzing and optimizing the contents of the fetched interrupts, and processing means for executing processing corresponding to the optimized interrupts A keyboard input control system characterized by comprising:
JP3237558A 1991-09-18 1991-09-18 Keyboard input control system Pending JPH0573185A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3237558A JPH0573185A (en) 1991-09-18 1991-09-18 Keyboard input control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3237558A JPH0573185A (en) 1991-09-18 1991-09-18 Keyboard input control system

Publications (1)

Publication Number Publication Date
JPH0573185A true JPH0573185A (en) 1993-03-26

Family

ID=17017102

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3237558A Pending JPH0573185A (en) 1991-09-18 1991-09-18 Keyboard input control system

Country Status (1)

Country Link
JP (1) JPH0573185A (en)

Similar Documents

Publication Publication Date Title
US8004533B2 (en) Graphics input command stream scheduling method and apparatus
US7260706B2 (en) Branch misprediction recovery using a side memory
US20040054876A1 (en) Synchronising pipelines in a data processing apparatus
JPH02190926A (en) Updating apparatus for display device
JPH0573185A (en) Keyboard input control system
CN112767978B (en) DDR command scheduling method, device, equipment and medium
JP2507641B2 (en) Keyboard control system
JPH0476716A (en) Electronic apparatus
JPH0646382B2 (en) Prefetch queue control method
JP4297796B2 (en) Plant monitoring and operation device
JP2543256B2 (en) Input panel surface switching processing method
JP2513708B2 (en) Cure management processing method
JPS6327942A (en) Message input device
JP2537862B2 (en) Display data reading control method
JP2004213066A5 (en)
JPH05257711A (en) Real time processing system
JP2818555B2 (en) Keyboard with function key guide display
JPS62269229A (en) Command processing system for interactive system
JPS6232507B2 (en)
JPH0728946A (en) Character recognition method/device
JPS58189747A (en) Display for progress of execution
JPH02137021A (en) Hardware queue
JPH10198409A (en) Programmable controller
JPH05205025A (en) Graphic processing program control system
JPH03127092A (en) Scroll processing system