JPH064194A - Information processor - Google Patents
Information processorInfo
- Publication number
- JPH064194A JPH064194A JP4184323A JP18432392A JPH064194A JP H064194 A JPH064194 A JP H064194A JP 4184323 A JP4184323 A JP 4184323A JP 18432392 A JP18432392 A JP 18432392A JP H064194 A JPH064194 A JP H064194A
- Authority
- JP
- Japan
- Prior art keywords
- input
- key
- keyboard
- information
- processing
- 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
Landscapes
- Input From Keyboards Or The Like (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】WP(ワードプロセッサー)・コ
ンピュータ等の、キーボードにより情報を入力する情報
処理装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing device such as a WP (word processor) computer for inputting information with a keyboard.
【0002】[0002]
【従来の技術】一般的な情報処理装置は、キーボード
と、キーボード入力処理部と、情報処理部とを備え、キ
ーボードにより情報を入力し、この入力情報を基に処理
を行なうようになっている。その処理作業の具体例とし
ては、数字・ローマ字・ひらがな等の文字入力、入力内
容の表示作業、WP機能では前記文字入力から漢字への
変換作業、作表における数字入力・計算処理、入力処理
された内容をFD(フロッピーディスク)等の記録媒体
に記録する保存作業、保存内容を読み出す読み出し作
業、及び処理内容を印刷する印刷作業等がある。2. Description of the Related Art A general information processing apparatus comprises a keyboard, a keyboard input processing section, and an information processing section, inputs information from the keyboard, and performs processing based on this input information. . Specific examples of the processing work include inputting characters such as numbers, Roman characters, and hiragana, displaying input contents, converting work from the above character input to kanji, number input / calculation processing in table, and input processing in the WP function. There are a saving work for recording the stored contents in a recording medium such as an FD (floppy disk), a reading work for reading the stored contents, and a printing work for printing the processing contents.
【0003】一般的に、キーボードによる情報の入力処
理は、キーボードの配列に合わせてX方向に複数の信号
線がパターン化されたメンブレンと、Y方向に複数の信
号線がパターン化されたメンブレンとの間の、キー(キ
ースイッチ)の押下による導通を検出することで、押下
されたキーに対応する情報を得る。導通を検出する検出
手段としては、例えば、一定時間ごとにX方向から
「L」レベルのキースキャン信号を加え、Y方向で信号
レベルを確認し「L」レベルならばキー入力あり、
「H」レベルならばキー入力なしとして、キーの押下を
検出し、キー入力処理を行なう。Generally, in the process of inputting information by a keyboard, a membrane having a plurality of signal lines patterned in the X direction and a membrane having a plurality of signal lines patterned in the Y direction according to the arrangement of the keyboard. Information corresponding to the pressed key is obtained by detecting the continuity due to the pressing of the key (key switch) during the period. As the detecting means for detecting the continuity, for example, a key scan signal of "L" level is added from the X direction at regular intervals, the signal level is confirmed in the Y direction, and if the signal level is "L", there is a key input
If it is at "H" level, it is determined that there is no key input, and key depression is detected and key input processing is performed.
【0004】このX,Yのマトリックスからキーコード
を判別するのは、キースキャンの位置及び「L」レベル
の位置から、キーコードのテーブルを参照して、情報処
理部へのキー入力となるコードを決定する。キーボード
入力処理部と、情報処理部との間のキー情報のやり取り
は、キー入力がキーボード入力処理部により確認される
と、そのキー入力を知らせる信号を情報処理部に転送
し、この転送信号を情報処理部が確認してから、キーボ
ード入力処理部と情報処理部との間で情報のやり取りを
行なう。前記キー入力を知らせる信号としては、割り込
み信号・情報処理部への入力信号(情報処理部が一定時
間毎にスキャンして検知)等が一般的である。The key code is discriminated from the X and Y matrix by referring to the key code table from the key scan position and the "L" level position, which is the key input to the information processing section. To decide. The key information is exchanged between the keyboard input processing unit and the information processing unit. When the key input is confirmed by the keyboard input processing unit, a signal notifying the key input is transferred to the information processing unit, and this transfer signal is transmitted. After confirmation by the information processing unit, information is exchanged between the keyboard input processing unit and the information processing unit. As the signal for notifying the key input, an interrupt signal, an input signal to the information processing unit (the information processing unit scans and detects at regular intervals), etc. are generally used.
【0005】このようなキー入力処理は、キー入力があ
る度毎に行なわれ、キー情報を確認してそのキー情報に
応じた処理をその都度行なう。Such key input processing is performed every time there is a key input, and the key information is confirmed and the processing corresponding to the key information is performed each time.
【0006】[0006]
【発明が解決しようとする課題】情報処理部の処理内容
によって、所定キー以外のキー入力は必要としない場合
が多い。例えば、印刷処理中においては、中断・中止キ
ー以外のキー入力は必要としないものである。文書保存
処理や読み出し処理時等においても同様である。In many cases, depending on the processing contents of the information processing section, no key input other than the predetermined key is required. For example, during print processing, no key input other than the suspend / stop key is required. The same applies to the document saving process and the reading process.
【0007】しかし、上述した従来例の様に、キー入力
がある度毎にキー情報を確認して、そのキー情報に応じ
た処理をその都度行なう場合、所定キー以外のキー入力
を必要としない印刷処理の時でも、キー情報を確認する
処理を行なうに際して、印刷処理を内部的に一時中断し
て、キー情報に応じた処理を行なわなければならない。
従って、不要なキーが押下された時でも不要な処理を行
なってしまう為、処理におけるスループットの低下が起
こる。However, like the above-mentioned conventional example, when the key information is confirmed every time there is a key input and the processing corresponding to the key information is performed each time, no key input other than the predetermined key is required. Even during the printing process, when performing the process for confirming the key information, the printing process must be internally suspended to perform the process according to the key information.
Therefore, even when an unnecessary key is pressed, unnecessary processing is performed, resulting in a decrease in throughput in processing.
【0008】本発明は上記事情に鑑みてなされたもの
で、その目的とするところは、処理のスループットを向
上させた情報処理装置を提供することにある。The present invention has been made in view of the above circumstances, and an object of the present invention is to provide an information processing apparatus having an improved processing throughput.
【0009】[0009]
【課題を解決するための手段】キーボードを用いて情報
を入力する情報入力手段と、該入力情報を処理する情報
処理手段と、前記キーボードの入力を処理し且つ入力さ
れたキーに対応するコードを発生させるキーボード入力
処理手段とを有する情報処理装置において、前記情報処
理手段と前記キーボード入力処理手段との間での情報の
転送制御を行なうに際し、前記情報処理手段の処理の内
容により、前記キーボード入力処理手段からの入力要求
を所定のキー以外のキー入力時には発生させないように
制御する制御手段を設けたことを特徴とするものであ
る。An information input means for inputting information by using a keyboard, an information processing means for processing the input information, and a code for processing the input of the keyboard and corresponding to an input key are provided. In an information processing apparatus having a keyboard input processing means for generating, when performing control of information transfer between the information processing means and the keyboard input processing means, the keyboard input is performed depending on the content of the processing of the information processing means. It is characterized in that control means is provided so as not to generate an input request from the processing means when a key other than a predetermined key is input.
【0010】[0010]
【作用】情報処理手段とキーボード入力処理手段との間
での情報の転送制御を行なうに際し、前記情報処理手段
の処理の内容により、前記キーボード入力処理手段から
の入力要求が所定のキー以外のキー入力時には発生しな
い。When controlling the transfer of information between the information processing means and the keyboard input processing means, depending on the contents of the processing of the information processing means, the input request from the keyboard input processing means is a key other than a predetermined key. Does not occur on input.
【0011】[0011]
【実施例】以下、本発明の実施例を図面に基づき説明す
る。Embodiments of the present invention will be described below with reference to the drawings.
【0012】〔第1実施例〕図1は本発明の第1実施例
に係る情報処理装置のブロック構成図であり、同図中、
1は情報処理装置で、キーボード(情報入力手段)2
と、キーボード入力処理部(キーボード入力処理手段)
3と、情報処理部(情報処理手段)4とを備えている。[First Embodiment] FIG. 1 is a block diagram showing the configuration of an information processing apparatus according to the first embodiment of the present invention.
Reference numeral 1 denotes an information processing device, which is a keyboard (information input means) 2
And a keyboard input processing unit (keyboard input processing means)
3 and an information processing section (information processing means) 4.
【0013】キーボード2は、多数のキー(キースイッ
チ)5を有し、これらのキー5を押下することにより、
該押下したキー5に対応する情報を入力することができ
るものである。The keyboard 2 has a large number of keys (key switches) 5, and by pressing these keys 5,
Information corresponding to the pressed key 5 can be input.
【0014】キーボード入力処理部3は、キーボード2
の入力を処理し且つ入力されたキー5に対応させるコー
ドを発生させるものである。キーボード入力処理部3
は、マイクロコンピュータ(以下、キーボードマイコン
という。)6と、キーボード入力コード化テーブル7
と、第1,第2の所定キーコードレジスタ(制御手段)
8,9と、キーボードマイコン用RAM(Random
Access Memory)10と、キーボードマ
イコン用ROM(Read Only Memory)
11と、タイマー12とを有している。The keyboard input processing section 3 includes a keyboard 2
Is generated and a code corresponding to the input key 5 is generated. Keyboard input processing unit 3
Is a microcomputer (hereinafter referred to as a keyboard microcomputer) 6 and a keyboard input coding table 7
And first and second predetermined key code registers (control means)
RAM for keyboard microcomputer (Random)
Access Memory 10 and ROM for keyboard microcomputer (Read Only Memory)
11 and a timer 12.
【0015】キーボードマイコン6は、キーボード入力
処理部3全体の制御を行なうもので、その一端側の入力
ポートにはキーボード2の入力端子が、出力ポートには
キーボード2のキースキャン出力端子がそれぞれ接続さ
れている。The keyboard microcomputer 6 controls the entire keyboard input processing section 3. The input port on one end of the keyboard microcomputer 6 is connected to the input terminal of the keyboard 2, and the output port is connected to the key scan output terminal of the keyboard 2. Has been done.
【0016】キーボード入力コード化テーブル7は、キ
ーボード入力コードを格納するものである。第1,第2
の所定キーコードレジスタ8,9は、所定キーの入力の
みを受け付ける状態であることをキーボードマイコン用
RAM10に設定し、この設定が解除されるまでは、所
定キー以外のキー入力が行なわれても、情報処理部4へ
のキー入出力情報の転送を行なわせない(所定キー入力
モード)ように制御するためのものである。The keyboard input code table 7 stores keyboard input codes. First and second
The predetermined key code registers 8 and 9 are set in the keyboard microcomputer RAM 10 indicating that only the input of the predetermined key is accepted, and even if a key input other than the predetermined key is performed until the setting is released. This is for controlling not to transfer the key input / output information to the information processing section 4 (predetermined key input mode).
【0017】キーボードマイコン用RAM10は、キー
ボードマイコン6のプログラム処理を行なう処理エリア
であり、また、キーボードマイコン用ROM11は、キ
ーボードマイコン6の処理を行なうプログラム部であ
る。The RAM 10 for the keyboard microcomputer is a processing area for carrying out the program processing of the keyboard microcomputer 6, and the ROM 11 for the keyboard microcomputer is a program section for carrying out the processing of the keyboard microcomputer 6.
【0018】キーボードマイコン6、キーボード入力コ
ード化テーブル7、キーボードマイコン用RAM10及
びキーボードマイコン用ROM11は、アドレスバス1
3を介してそれぞれ接続されている。The keyboard microcomputer 6, the keyboard input coding table 7, the keyboard microcomputer RAM 10 and the keyboard microcomputer ROM 11 are the address bus 1
3 are connected to each other.
【0019】また、キーボードマイコン6、キーボード
入力コード化テーブル7、第1,第2の所定キーコード
レジスタ8,9、キーボードマイコン用RAM10及び
キーボードマイコン用ROM11は、データバス14を
介してそれぞれ接続されている。The keyboard microcomputer 6, the keyboard input coding table 7, the first and second predetermined key code registers 8 and 9, the keyboard microcomputer RAM 10 and the keyboard microcomputer ROM 11 are connected to each other via a data bus 14. ing.
【0020】情報処理部4は、キーボード2により入力
された情報を処理するものである。情報処理部4は、マ
イクロコンピュータ(以下、処理部マイコンという。)
15と、ROM16と、RAM17と、入出力制御部1
8とを有している。処理部マイコン15は情報処理部4
全体の制御を行なうもので、その割り込み信号入力端子
はキーボードマイコン6の他端の出力ポートに信号ライ
ン19を介して接続されている。The information processing section 4 processes information input by the keyboard 2. The information processing unit 4 is a microcomputer (hereinafter referred to as a processing unit microcomputer).
15, ROM 16, RAM 17, input / output control unit 1
8 and. The processing unit microcomputer 15 is the information processing unit 4
It controls the entire system, and its interrupt signal input terminal is connected to the output port at the other end of the keyboard microcomputer 6 via a signal line 19.
【0021】ROM16は、情報処理部4のプログラ
ム、キャラクタジェネレータ、辞書等の情報を格納する
ものである。RAM17は、情報処理部4の処理プログ
ラムの処理エリアである。入出力制御部18は、プリン
タ・FDD(フロッピーディスクドライブ)・キー入力
等の入・出力に係わる処理を行なうべく制御するための
ものである。The ROM 16 stores information such as a program of the information processing section 4, a character generator, and a dictionary. The RAM 17 is a processing area for processing programs of the information processing unit 4. The input / output control unit 18 is for controlling to perform input / output processing such as printer / FDD (floppy disk drive) / key input.
【0022】処理部マイコン15、ROM16、RAM
17及び入出力制御部18は、データバス20及びアド
レスバス21を介してそれぞれ接続されている。Processing unit microcomputer 15, ROM 16, RAM
The input / output control unit 17 and the input / output control unit 18 are connected via a data bus 20 and an address bus 21, respectively.
【0023】また、入出力制御部18はキー入出力情報
バス22を介してキーボードマイコン6の他端側の入出
力ポートに接続されている。更に入出力制御部18はデ
ータバス23を介して図示しないプリンタ、FDD、表
示器等に接続されている。この入出力制御部18から出
力されるキーボードマイコン用割り込み信号は、信号ラ
イン24を介してキーボードマイコン6に入力される。The input / output control unit 18 is connected to the input / output port on the other end side of the keyboard microcomputer 6 via the key input / output information bus 22. Further, the input / output control unit 18 is connected via a data bus 23 to a printer, an FDD, a display device, etc. not shown. The keyboard microcomputer interrupt signal output from the input / output control unit 18 is input to the keyboard microcomputer 6 via the signal line 24.
【0024】次に上記構成になる情報処理装置の動作を
図1と共に図2及び図3を用いて説明する。Next, the operation of the information processing apparatus having the above configuration will be described with reference to FIG. 1 and FIGS.
【0025】図2は通常処理の制御手順、図3は印刷処
理の制御手順をそれぞれ示すフローチャートである。FIG. 2 is a flow chart showing the control procedure of normal processing, and FIG. 3 is a flow chart showing the control procedure of printing processing.
【0026】通常処理において情報処理部4は、キー入
力待ち(ステップ201)となっていて、任意のキーが
入力されると、そのキー情報に応じた処理を行なう(ス
テップ202)。In the normal process, the information processing section 4 is in a key input waiting state (step 201), and when an arbitrary key is input, a process according to the key information is performed (step 202).
【0027】ところで、通常処理におけるキーボード2
の入力は、上述した従来例と同様で、キーボード入力処
理部3からキーボード2に対してキースキャン信号が供
給され(ステップ203)、キー5の押下をキーボード
入力処理部3の入力ポートから入力した結果により、キ
ー入力があるか否かを判断する(ステップ204)。By the way, the keyboard 2 in the normal processing
The key scan signal is supplied from the keyboard input processing unit 3 to the keyboard 2 (step 203) and the pressing of the key 5 is input from the input port of the keyboard input processing unit 3 in the same manner as in the conventional example described above. Based on the result, it is determined whether or not there is a key input (step 204).
【0028】キー入力時には、キースキャン位置とキー
入力とから、キーボード入力コード化テーブル7の内容
を参照して、情報処理部4へ転送する情報を決定後(ス
テップ205)、キーボード入力処理部3から情報処理
部4へキー入力割込信号を発行して情報処理部4への情
報転送を行ない(ステップ206)、処理部マイコン1
5によりキーコードに応じた処理が行なわれる(ステッ
プ202)。At the time of key input, referring to the contents of the keyboard input coding table 7 from the key scan position and the key input, after determining the information to be transferred to the information processing unit 4 (step 205), the keyboard input processing unit 3 Issues a key input interrupt signal to the information processing unit 4 to transfer information to the information processing unit 4 (step 206).
The processing corresponding to the key code is performed by the step 5 (step 202).
【0029】なお、上記ステップ204でキー入力がな
い場合及びステップ202で情報転送後は、いずれも上
記ステップ203に戻る。If there is no key input in step 204 or after information transfer in step 202, the process returns to step 203.
【0030】次に印刷処理について説明する。Next, the print processing will be described.
【0031】印刷処理は、印刷が開始されると、中断・
中止キー等の所定キー以外のキー入力は不要となる。排
他されるキー入力が行なわれた場合の処理を、処理部マ
イコン15で実施せずに、他の処理部で行なうようにし
た点が、本発明の特徴とするものである。The printing process is interrupted when printing is started.
It is not necessary to input any key other than a predetermined key such as a stop key. The feature of the present invention is that the processing when the exclusive key input is performed is not performed by the processing unit microcomputer 15 but is performed by another processing unit.
【0032】即ち、印刷処理を行なうに際して、本実施
例では、キーボード入力処理部3内に、第1,第2の所
定キーコードレジスタ8,9を設け、所定キーの入力の
みを受け付ける状態であることをキーボード入力処理部
3内のRAM10に設定し、この設定が解除されるまで
は、所定キー以外のキー入力が行なわれても、情報処理
部4へのキー入出力情報の転送を行なわせない(所定キ
ー入力モード)ようにしてある。That is, when performing the printing process, in the present embodiment, the keyboard input processing section 3 is provided with the first and second predetermined key code registers 8 and 9 to accept only the input of the predetermined key. This is set in the RAM 10 in the keyboard input processing unit 3, and until this setting is released, key input / output information is transferred to the information processing unit 4 even if a key input other than a predetermined key is made. It does not exist (predetermined key input mode).
【0033】この処理概念を印刷処理を例として表わし
たのが図3のフローチャートである。FIG. 3 is a flowchart showing this processing concept by taking the printing processing as an example.
【0034】即ち、情報処理部においては、所定キーコ
ードを設定し(ステップ301)、次いでキーボード入
力処理部3への排他化の設定を行なった後(ステップ3
02)、印刷処理が開始される(ステップ303)。す
ると、その印刷処理中、キー割り込み時、中断/中止処
理を行なった後(ステップ304)、印刷が終了したか
否かを判断する(ステップ305)。That is, in the information processing section, a predetermined key code is set (step 301), and then the keyboard input processing section 3 is set to be exclusive (step 3).
02), the printing process is started (step 303). Then, during the printing process, at the time of key interruption, after interruption / stopping process is performed (step 304), it is determined whether the printing is completed (step 305).
【0035】印刷が終了しなければステップ304に戻
り、印刷が終了すれば、排他モードを解除して(ステッ
プ306)、図2の通常処理モードへ移行する。If the printing is not completed, the process returns to step 304, and if the printing is completed, the exclusive mode is released (step 306) and the process shifts to the normal processing mode of FIG.
【0036】一方、情報処理部4側のステップ301で
設定された所定キーコードデータは、キーボード入力処
理部3の第1,第2の所定キーコードレジスタ8,9へ
取り込まれる(ステップ307)。また、情報処理部4
側のステップ302で設定されたキーボード入力処理部
3への排他化設定データが、キーボード入力処理部3へ
転送されて、キー入力排他化の設定が開始される(ステ
ップ308)。On the other hand, the predetermined key code data set in step 301 on the side of the information processing section 4 is fetched into the first and second predetermined key code registers 8 and 9 of the keyboard input processing section 3 (step 307). Also, the information processing unit 4
The exclusion setting data for the keyboard input processing unit 3 set in step 302 on the side is transferred to the keyboard input processing unit 3 to start the key input exclusion setting (step 308).
【0037】この後、キーボード入力処理部3からキー
ボード2に対してキースキャン信号が供給され(ステッ
プ309)、キー5の押下をキーボード入力処理部3の
入力ポートから入力した結果により、キー入力があるか
否かを判断する(ステップ310)。After that, a key scan signal is supplied from the keyboard input processing unit 3 to the keyboard 2 (step 309), and the key input is made by the result of inputting the depression of the key 5 from the input port of the keyboard input processing unit 3. It is determined whether there is any (step 310).
【0038】キー入力時には、キースキャン位置とキー
入力とから、キー入力・コードデータをテーブル7の内
容を参照して確定後(ステップ311)、所定キーコー
ドと入力キーコードとが等しいか否かを判断する(ステ
ップ312)。所定コードと入力キーコードとが等しけ
れば、情報処理部4に所定キーコード入力における割込
信号を発行して、情報処理部4へ情報転送を行なう(ス
テップ313)。At the time of key input, after confirming the key input / code data from the key scan position and the key input by referring to the contents of the table 7 (step 311), it is determined whether the predetermined key code is equal to the input key code. Is determined (step 312). If the predetermined code and the input key code are equal, an interrupt signal for inputting the predetermined key code is issued to the information processing unit 4 to transfer information to the information processing unit 4 (step 313).
【0039】なお、上記ステップ310でキー入力がな
い場合、上記ステップ312で所定キーコードと入力キ
ーコードとが等しくない場合、及び上記ステップ313
を実行後は、いずれもキー入力排他化が終了したか否か
を判断し(ステップ314)、終了しなければ上記ステ
ップ309に戻り、終了すれば通常処理モードに移行す
る。When there is no key input in the above step 310, when the predetermined key code and the input key code are not equal in the above step 312, and the above step 313.
After executing, it is determined whether or not the key input exclusion is completed (step 314). If not completed, the process returns to step 309, and if completed, the normal processing mode is entered.
【0040】また、上記ステップ306で排他モードを
解除をしたとき、排他化終了データがキーボード入力処
理部3に転送されて、上記ステップ314の判断データ
となる。When the exclusion mode is released in step 306, the exclusion end data is transferred to the keyboard input processing unit 3 and becomes the determination data in step 314.
【0041】このようにして情報処理部4では、不要キ
ーが押下されても、この割り込みが発行されないため、
不要キーの入力に関する処理を一切行なう必要がなくな
り、処理時間のスループットが向上する。In this way, the information processing unit 4 does not issue this interrupt even if the unnecessary key is pressed.
It is not necessary to perform any processing related to the input of unnecessary keys, and the throughput of processing time is improved.
【0042】なお、所定キー入力モードの解除は、キー
ボード入力処理部3内のRAM10に解除情報を書き込
むことにより行なうものである。The predetermined key input mode is released by writing the release information in the RAM 10 in the keyboard input processing section 3.
【0043】図1における情報処理部4からキーボード
入力処理部3への情報の転送は、情報処理部4側から処
理部マイコン6用の割り込み信号をキーボードマイコン
6に対して発行し、キー入出力情報のデータ線を情報処
理部4側からの出力状態に切り替える。この切り替えが
行なわれた後、情報処理部4側からキーボード入力処理
部3側への情報の伝送が行なわれる。Information is transferred from the information processing unit 4 to the keyboard input processing unit 3 in FIG. 1 by issuing an interrupt signal for the processing unit microcomputer 6 from the information processing unit 4 side to the keyboard microcomputer 6 to input / output the key. The information data line is switched to the output state from the information processing unit 4 side. After this switching is performed, information is transmitted from the information processing unit 4 side to the keyboard input processing unit 3 side.
【0044】また、キーボード入力処理部3では、上記
キー入出力情報を基にして、第1,第2の所定キーコー
ドレジスタ8,9への書き込みを行なう。Further, the keyboard input processing section 3 writes to the first and second predetermined key code registers 8 and 9 based on the key input / output information.
【0045】通常の場合は、キーボード入力処理部3か
らの出力状態となる。In the normal case, the output state from the keyboard input processing unit 3 is set.
【0046】図4に、キーボード入力処理部3と情報処
理部4との間での上記情報のやり取りに関するタイミン
グ例を示す。FIG. 4 shows a timing example regarding the exchange of the above-mentioned information between the keyboard input processing section 3 and the information processing section 4.
【0047】図4の(a)は通常処理時における、キー
ボード入力処理部3からのデータの転送を示し、図4の
(b)は、情報処理部4からのデータ転送及びキーボー
ド入力処理部3からのデータ転送をそれぞれ示す。同図
におけるキークロックの送出回数nは、キーコードの使
用ビット数klと、キー入力情報ラインの信号数Kbで
決定される。FIG. 4A shows data transfer from the keyboard input processing unit 3 during normal processing, and FIG. 4B shows data transfer from the information processing unit 4 and keyboard input processing unit 3. Data transfer from each is shown. The number n of times the key clock is sent out in the figure is determined by the number of used bits kl of the key code and the number of signals Kb of the key input information line.
【0048】例えばKb=1、Kl=9の時、n=9と
なり、また、Kb=3、Kl=9の時、n=3となる。For example, when Kb = 1 and Kl = 9, n = 9, and when Kb = 3 and Kl = 9, n = 3.
【0049】図4は、KbとKlの数を等しくした場合
を示している。FIG. 4 shows a case where the numbers of Kb and Kl are made equal.
【0050】なお、上記実施例では2つの所定キーコー
ドレジスタ8,9を設けた場合について説明したが、こ
の所定キーコードレジスタの配設数は2つに限られるこ
となく、キーボード入力処理部3の構成及び所定キーコ
ード数によって、適宜増減されるものである。In the above embodiment, the case where the two predetermined key code registers 8 and 9 are provided has been described, but the number of the predetermined key code registers provided is not limited to two, and the keyboard input processing unit 3 is not limited thereto. The number can be increased or decreased as appropriate depending on the configuration and the number of predetermined key codes.
【0051】〔第2実施例〕次に本発明の第2実施例を
図5〜図7に基づき説明する。[Second Embodiment] Next, a second embodiment of the present invention will be described with reference to FIGS.
【0052】なお、本実施例において情報処理装置のブ
ロック構成は、上述した第1実施例の図1と同一である
から、この図1を流用して説明する。Since the block configuration of the information processing apparatus in this embodiment is the same as that in FIG. 1 of the first embodiment described above, FIG.
【0053】図4は本実施例に係る情報処理装置におけ
る処理概念をキー入力処理部11のみについて示すフロ
ーチャートである。本実施例において上述した第1実施
例と異なる点は、所定キーコードレジスタ8,9にデー
タが設定された後、キーボード入力処理部3で所定コー
ドに対するキー入力部を確定させ、そのキー入力部のみ
をキースキャンするようにしたことである。FIG. 4 is a flowchart showing the processing concept of the information processing apparatus according to this embodiment only for the key input processing section 11. The present embodiment differs from the first embodiment described above in that after the data is set in the predetermined key code registers 8 and 9, the keyboard input processing unit 3 determines the key input unit for the predetermined code and the key input unit Only the key scan is done.
【0054】即ち、図5において、まずステップ501
で所定キーコードレジスタ8,9へのデータを取り込ん
だ後、次のステップ502で、キー入力排他化の設定を
開始する。次いで、ステップ503で所定キーコードの
テーブルを検索した後、ステップ504でキースキャン
部、入力データanを設定する。この後、ステップ50
5で特定キースキャンラインのスキャンを行ない、次の
ステップ506で、キー入力があったか否かを判断す
る。That is, in FIG. 5, first, step 501.
After fetching the data into the predetermined key code registers 8 and 9, at step 502, the setting of key input exclusion is started. Next, in step 503, a table of a predetermined key code is searched, and then in step 504, the key scanning unit and the input data an are set. After this, step 50
In step 5, the specific key scan line is scanned, and in the next step 506, it is determined whether or not there is a key input.
【0055】キー入力があればステップ507に進んで
キー入力データと入力データanとが等しいか否かを判
別し、等しければ次のステップ508へ進んで情報処理
部4へキー情報を転送した後、ステップ509へ進む。If there is a key input, the process proceeds to step 507 to determine whether or not the key input data and the input data an are equal, and if they are equal, the process proceeds to the next step 508 to transfer the key information to the information processing section 4. , Go to step 509.
【0056】一方、上記ステップ506でキー入力がな
い場合、及び上記ステップ507でキー入力データと入
力データanとが等しくない場合は、いずれもステップ
509に進む。On the other hand, if there is no key input in step 506 or if the key input data and the input data an are not equal in step 507, the process proceeds to step 509.
【0057】このステップ509では、キー入力排他化
が終了したか否かが判断され、終了すればステップ50
9での判断データとして情報処理部4からキーボード入
力処理部3へ排他化終了データが転送され通常入力処理
に移行し、終了しなければ上記ステップ505に戻る。In this step 509, it is judged whether or not the key input exclusion is completed, and if it is completed, the step 50 is executed.
The exclusion end data is transferred from the information processing unit 4 to the keyboard input processing unit 3 as the determination data in step 9 and the process shifts to the normal input process. If not completed, the process returns to step 505.
【0058】要するに本実施例においては、第1,第2
の所定キーコードレジスタ8,9とキーボード入力コー
ド化テーブル7の中身を比較し、一致した場合に、キー
スキャンアドレスとキー入力データが決定する。この決
定したキースキャンアドレスに対応する座標のみをキー
スキャン出力させ、キースキャンによるキー入力データ
と所定キーコードとから決定したキー入力データを比較
して、一致した時、所定キーコードの入力の確認がで
き、情報処理部4へのキー入力情報の転送を行なう。In short, in this embodiment, the first and second
The contents of the predetermined key code registers 8 and 9 and the keyboard input coding table 7 are compared, and if they match, the key scan address and the key input data are determined. Only the coordinates corresponding to the determined key scan address are output in the key scan, and the key input data determined by the key scan and the key input data determined from the predetermined key code are compared. When they match, the input of the predetermined key code is confirmed. Then, the key input information is transferred to the information processing unit 4.
【0059】キースキャンを行なうタイミングに関して
は、特に規定はしないが、スキャン数が少なくなった
分、スキャンタイミングを間引いてもよいし、通常のス
キャン周期で同一箇所をスキャンしても構わない。この
時のスキャンタイミング例を図6に示す。図6では、キ
ースキャンの数を通常5本としているが、キースキャン
の数はこれに限られることなく、適宜増減してもかまわ
ない。The timing for performing the key scan is not particularly specified, but the scan timing may be thinned as the number of scans decreases, or the same portion may be scanned at a normal scan cycle. An example of scan timing at this time is shown in FIG. Although the number of key scans is usually five in FIG. 6, the number of key scans is not limited to this, and may be increased or decreased as appropriate.
【0060】図6の(a)はキースキャンラインを4と
した通常スキャンの場合、(b)は特定スキャンライン
をS3とした間引きスキャンの場合、(c)は特定スキ
ャンラインをS3とした連続スキャンの場合をそれぞれ
示す。FIG. 6A shows a normal scan with 4 key scan lines, FIG. 6B shows a thinning scan with a specific scan line S 3, and FIG. 6C shows a specific scan line with S 3 . The case of continuous scanning is shown.
【0061】情報処理部4とキーボード入力処理部3と
の間の情報の転送方法の考え方は、上述した第1実施例
とは異ならないが、信号のやり取りに関しては他の方法
もある為、図7に、第1実施例の図3とは異なる信号の
やり取りに関するタイミングチャート例を示す。この図
7はKl=9を例として示してあり、図7の(a)は通
常処理時におけるキーボード入力処理部3からのデータ
の転送を、(b)は情報処理部4からのデータの転送を
それぞれ示している。The concept of the method of transferring information between the information processing unit 4 and the keyboard input processing unit 3 is not different from that of the first embodiment described above, but there are other methods for exchanging signals. FIG. 7 shows an example of a timing chart regarding signal exchange different from that of FIG. 3 of the first embodiment. FIG. 7 shows Kl = 9 as an example. FIG. 7A shows data transfer from the keyboard input processing unit 3 during normal processing, and FIG. 7B shows data transfer from the information processing unit 4. Are shown respectively.
【0062】〔第3実施例〕次に本発明の第3実施例を
図8及び図9に基づき説明する。[Third Embodiment] Next, a third embodiment of the present invention will be described with reference to FIGS. 8 and 9.
【0063】図8は本実施例に係る情報処理装置におけ
る情報処理部のブロック構成図である。本実施例では、
第1,第2実施例においてキーボード入力処理部3で行
なっていた処理を、情報処理部4′内の入出力制御部1
8′で行なうようにしたものである。入出力制御部1
8′内のデータバッファ24は、情報処理部4′内のデ
ータと入出力制御部18′内のデータとの入出力制御を
行なう。また、アドレスデコーダ25は、処理部マイコ
ン15′の指定するアドレスに対応した入出力制御部1
8′内の所定キーコードレジスタ26,27へのデータ
の設定や、取り出しの為に使用される。入出力制御器2
8は、所定キーコードレジスタ26,27からのデータ
の入出力の制御に使用される。キー入出力情報は、デー
タバッファ24を経由して、処理部マイコン15′に入
力される。FIG. 8 is a block diagram of the information processing unit in the information processing apparatus according to this embodiment. In this embodiment,
The processing performed by the keyboard input processing unit 3 in the first and second embodiments is performed by the input / output control unit 1 in the information processing unit 4 '.
This is done at 8 '. Input / output control unit 1
The data buffer 24 in 8'controls the input / output of the data in the information processing section 4'and the data in the input / output control section 18 '. Further, the address decoder 25 is provided in the input / output control unit 1 corresponding to the address designated by the processing unit microcomputer 15 '.
It is used to set and retrieve data in predetermined key code registers 26 and 27 in 8 '. I / O controller 2
Reference numeral 8 is used to control the input / output of data from the predetermined key code registers 26 and 27. The key input / output information is input to the processing unit microcomputer 15 'via the data buffer 24.
【0064】所定キー入力モードでの処理について説明
する。図8における入出力制御部18′内に、所定キー
コードレジスタ27を設け、キーボード入力処理部3か
らのキー入出力情報から決定する所定キーコードレジス
タ26と所定キーコードレジスタ27の中身とを比較器
29で比較させ、一致した時「H」レベルを出力し、所
定キーモードビット30の出力は所定キーモード時
「H」レベルを出力し、これらの出力をキー入力割込信
号のマスク信号として使用する。キー入力割込発行部3
1では、キーボード入力処理部3からのキー割込信号か
ら処理部マイコン15′に対応させる割込信号を作成す
るが、前記マスク信号によりキー入力割込信号の発生を
制御し、所定キーコード転送時に、入出力制御部18′
からキー入力割込信号を発生し、所定キーコードの入力
を完了させる。キーボード入力処理部3からのキー情報
は、キー入力が発生する度毎に行なわれるが、所定キー
コードと一致しない場合は、キー入力割込信号はマスク
されて発生せず、不要キー入力が起きても、処理部マイ
コン15′での処理は起こらない為、処理のスループッ
トが向上する。The processing in the predetermined key input mode will be described. A predetermined key code register 27 is provided in the input / output control unit 18 'in FIG. 8 and the predetermined key code register 26 determined from the key input / output information from the keyboard input processing unit 3 is compared with the contents of the predetermined key code register 27. The output of the predetermined key mode bit 30 outputs the "H" level when they match, and the outputs of the predetermined key mode bit 30 are used as the mask signal of the key input interrupt signal. use. Key input interrupt issuing unit 3
In No. 1, an interrupt signal corresponding to the processing unit microcomputer 15 'is created from the key interrupt signal from the keyboard input processing unit 3, and the generation of the key input interrupt signal is controlled by the mask signal to transfer a predetermined key code. Sometimes, the input / output control unit 18 '
Generates a key input interrupt signal from the input terminal and completes input of a predetermined key code. The key information from the keyboard input processing unit 3 is provided each time a key input occurs, but if it does not match the predetermined key code, the key input interrupt signal is masked and does not occur, and unnecessary key input occurs. However, since the processing by the processing unit microcomputer 15 'does not occur, the processing throughput is improved.
【0065】図9は、情報処理部4′で行なわれる処理
手順を示すフローチャートである。FIG. 9 is a flowchart showing the processing procedure performed by the information processing unit 4 '.
【0066】情報処理部4′とキーボード入力処理部3
との間の情報転送方法の考え方は上述した第1及び第2
実施例と変わらない。Information processing unit 4'and keyboard input processing unit 3
The concept of the information transfer method between the
Same as the example.
【0067】図9において、まずステップ901で所定
コードレジスタ27へのコード書き込みを行なった後、
次のステップ902で所定キーモードビット30へ
「H」レベルの書き込みを行ない、所定キー入力モード
の動作を開始する。In FIG. 9, first, in step 901, a code is written in the predetermined code register 27, and then,
In the next step 902, "H" level is written to the predetermined key mode bit 30 to start the operation in the predetermined key input mode.
【0068】この後、ステップ903でキー入力と所定
キーコードレジスタ27の中身とが等しいか否かを判断
する。等しければステップ904でキー入力割込信号の
マスクを解除した後、ステップ905で処理部マイコン
15′への割り込み処理を行なった後、ステップ906
に進む。Thereafter, in step 903, it is determined whether the key input and the contents of the predetermined key code register 27 are the same. If they are equal, the masking of the key input interrupt signal is released in step 904, the interrupt processing to the processing unit microcomputer 15 'is performed in step 905, and then step 906.
Proceed to.
【0069】また、上記ステップ903でキー入力と所
定キーコードレジスタ27の中身とが等しくない場合も
ステップ906に進む。If the key input and the contents of the predetermined key code register 27 are not equal in step 903, the process proceeds to step 906.
【0070】このステップ906では所定キー入力モー
ドが終了したか否かが判断され、終了しなければ上記ス
テップ903に戻る。また、終了すればステップ907
に進んで所定キーモードビット30に「L」レベルを書
き込んだ後、ステップ908でキー入力割込信号にマス
クをした後、本処理動作を終了する。In this step 906, it is judged whether or not the predetermined key input mode has ended, and if it has not ended, the flow returns to step 903. Also, when it is finished, step 907
After writing to "L" level in the predetermined key mode bit 30 in step 908, the key input interrupt signal is masked in step 908, and then this processing operation is ended.
【0071】〔第4実施例〕次に本発明の第4実施例を
図10及び図11に基づき説明する。[Fourth Embodiment] Next, a fourth embodiment of the present invention will be described with reference to FIGS.
【0072】図10は本実施例の情報処理装置における
キーボード入力処理部のブロック構成図であり、本実施
例において、上述した第1実施例と異なる点は、キーボ
ード入力処理部を、マイコンではなく論理回路により構
成した点にある。FIG. 10 is a block diagram of the keyboard input processing unit in the information processing apparatus of this embodiment. The difference between this embodiment and the first embodiment is that the keyboard input processing unit is not a microcomputer. The point is that it is configured by a logic circuit.
【0073】即ち、キースキャンの周期を、クロック発
振器32からのクロックをキースキャンクロック用分周
器33でカウントダウンすることにより決定し、キース
キャンするスキャン信号をカウントするキースキャンク
ロックカウンタ34のカウント値をスキャンライン用デ
コーダ35でデコードし、各キースキャンラインのスキ
ャンタイミングを決定する。次に、キー入力により、
「L」レベルの有無を検出する検出回路36により、
「L」レベルを検出すると、キースキャンタイミングを
決定しているアドレスとキー入力データを用いて、キー
ボード入力コード化テーブル7を参照して決定したキー
コードを、キーコード転送制御部37を経由して、情報
処理部にキー入出力情報を転送する。情報処理部からの
所定キーモードビット30・所定キーコードレジスタ2
7及び他のレジスタへの書き込みは、キー入出力情報と
転送方向を決定する信号により、キー入出力情報受信・
変換部38内でデータのデコード・並べ換え及びレジス
タの設定等の処理をキー入出力情報に対して行なう事で
実施される。That is, the key scan cycle is determined by counting down the clock from the clock oscillator 32 by the key scan clock frequency divider 33, and the count value of the key scan clock counter 34 for counting the scan signals for key scan. Is decoded by the scan line decoder 35 to determine the scan timing of each key scan line. Next, by key input,
By the detection circuit 36 that detects the presence or absence of the “L” level,
When the “L” level is detected, the key code determined by referring to the keyboard input coding table 7 using the address determining the key scan timing and the key input data is passed through the key code transfer control unit 37. Then, the key input / output information is transferred to the information processing section. Predetermined key mode bit 30 / predetermined key code register 2 from the information processing unit
7 and other registers are written by key input / output information and a signal that determines the transfer direction.
This is performed by performing processing such as data decoding / rearranging and register setting in the conversion unit 38 on the key input / output information.
【0074】所定コード入力モードは、所定キーモード
ビット30に「H」レベルの書き込みを行なうことによ
って開始され、所定コードレジスタ27とキーコードと
を比較器39により比較し、一致している場合にのみ、
「H」レベルが出力されて情報処理部へ割込信号を発生
する様、キー入力割込信号のマスクを解除してキー入出
力情報の転送を行なう。不一致の場合は、割込信号は所
定キーモードビット30の出力によりマスクされ、キー
入出力情報の出力は、このマスク信号によりキーコード
転送制御部37のキー入出力情報の出力動作を停止させ
て、不要キー入力における情報処理部での処理を行なわ
せないことによって、処理のスループットを向上させ
る。The predetermined code input mode is started by writing the "H" level to the predetermined key mode bit 30, and the predetermined code register 27 and the key code are compared by the comparator 39. only,
The key input interrupt signal is unmasked and the key input / output information is transferred so that the "H" level is output and an interrupt signal is generated to the information processing unit. In the case of disagreement, the interrupt signal is masked by the output of the predetermined key mode bit 30, and the output of the key input / output information stops the output operation of the key input / output information of the key code transfer control unit 37 by this mask signal. , The throughput of the processing is improved by not performing the processing in the information processing unit in the unnecessary key input.
【0075】キーボード入力処理部3′が、論理構成に
より作成されている為、キーコードマイコン用の割り込
みではなくキー入出力情報の入出力方向の切り替えとい
う上述した第1実施例とは異なる考え方で、情報の転送
ができる。その時のタイミング例を図11に示す。Since the keyboard input processing unit 3'is formed by a logical configuration, it is different from the above-described first embodiment in that the input / output direction of the key input / output information is switched instead of the interrupt for the key code microcomputer. , Information can be transferred. FIG. 11 shows an example of the timing at that time.
【0076】なお、上述した各実施例における処理方法
を互いに組み合わせても、本発明は実施可能である。The present invention can be implemented by combining the processing methods in the above-described embodiments with each other.
【0077】[0077]
【発明の効果】以上の如く本発明の情報処理装置によれ
ば、不要キー入力を除去することが可能な為、処理のス
ループットが向上する。As described above, according to the information processing apparatus of the present invention, unnecessary key input can be eliminated, so that the processing throughput is improved.
【図1】本発明の第1実施例に係る情報処理装置のブロ
ック構成図である。FIG. 1 is a block configuration diagram of an information processing apparatus according to a first embodiment of the present invention.
【図2】図1に示す装置における通常処理動作を示すフ
ローチャートである。FIG. 2 is a flowchart showing a normal processing operation in the device shown in FIG.
【図3】図1に示す装置における印刷処理動作を示すフ
ローチャートである。3 is a flowchart showing a print processing operation in the apparatus shown in FIG.
【図4】図1に示す装置におけるキー入出力情報の信号
タイミングを示すタイムチャートである。FIG. 4 is a time chart showing signal timing of key input / output information in the device shown in FIG.
【図5】本発明の第2実施例に係る情報処理装置におけ
る処理動作を示すフローチャートである。FIG. 5 is a flowchart showing a processing operation in the information processing apparatus according to the second embodiment of the present invention.
【図6】図5に示す装置におけるキースキャンのタイミ
ングを示すタイムチャートである。6 is a time chart showing the timing of key scanning in the device shown in FIG.
【図7】図5に示す装置におけるキー入出力情報の信号
タイミングを示すタイムチャートである。7 is a time chart showing signal timing of key input / output information in the device shown in FIG.
【図8】本発明の第3実施例に係る情報処理装置におけ
る情報処理部のブロック構成図である。FIG. 8 is a block configuration diagram of an information processing unit in an information processing apparatus according to a third embodiment of the present invention.
【図9】図8に示す装置における処理動作を示すフロー
チャートである。9 is a flowchart showing a processing operation in the apparatus shown in FIG.
【図10】本発明の第4実施例に係る情報処理装置にお
けるキーボード入力処理部のブロック構成図である。FIG. 10 is a block configuration diagram of a keyboard input processing unit in the information processing apparatus according to the fourth embodiment of the present invention.
【図11】図10に示す装置におけるキー入力情報の信
号タイミングを示すタイムチャートである。11 is a time chart showing signal timing of key input information in the device shown in FIG.
1 情報処理装置 2 キーボード(情報入力手段) 3 キーボード入力処理部(キーボード入力処理手段) 4 情報処理部(情報処理手段) 8 所定キーコードレジスタ(制御手段) 9 所定キーコードレジスタ(制御手段) 27 所定キーコードレジスタ(制御手段) 1 Information Processing Device 2 Keyboard (Information Input Means) 3 Keyboard Input Processing Unit (Keyboard Input Processing Means) 4 Information Processing Unit (Information Processing Means) 8 Predetermined Key Code Register (Control Means) 9 Predetermined Key Code Register (Control Means) 27 Predetermined key code register (control means)
Claims (1)
入力手段と、該入力情報を処理する情報処理手段と、前
記キーボードの入力を処理し且つ入力されたキーに対応
するコードを発生させるキーボード入力処理手段とを有
する情報処理装置において、前記情報処理手段と前記キ
ーボード入力処理手段との間での情報の転送制御を行な
うに際し、前記情報処理手段の処理の内容により、前記
キーボード入力処理手段からの入力要求を所定のキー以
外のキー入力時には発生させないように制御する制御手
段を設けたことを特徴とする情報処理装置。1. An information input means for inputting information by using a keyboard, an information processing means for processing the input information, and a keyboard input for processing the input of the keyboard and generating a code corresponding to the input key. In an information processing device having a processing means, when controlling the transfer of information between the information processing means and the keyboard input processing means, depending on the contents of the processing of the information processing means, An information processing apparatus comprising a control means for controlling an input request so as not to be generated when a key other than a predetermined key is input.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4184323A JPH064194A (en) | 1992-06-18 | 1992-06-18 | Information processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4184323A JPH064194A (en) | 1992-06-18 | 1992-06-18 | Information processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH064194A true JPH064194A (en) | 1994-01-14 |
Family
ID=16151322
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4184323A Pending JPH064194A (en) | 1992-06-18 | 1992-06-18 | Information processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH064194A (en) |
-
1992
- 1992-06-18 JP JP4184323A patent/JPH064194A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH09231090A (en) | Method and circuit for generating interruption signal | |
JPH064194A (en) | Information processor | |
JP3078194B2 (en) | Key scan circuit | |
AU619778B2 (en) | Bounded word replace function for an electronic typewriter | |
JPH0542749A (en) | Printing suspension processing device | |
JP3210598B2 (en) | Print control device and print control method | |
JP2728615B2 (en) | Keyboard control | |
JPH07141083A (en) | Method and device for key input processing | |
JPH10198524A (en) | Hard disk controller | |
JPH04369064A (en) | Method and device for controlling interruption processing | |
JP2000155641A (en) | Keyboard controller and its control method | |
JPS5911931B2 (en) | Keyboard control method | |
JP2560312B2 (en) | Information processing system | |
JP2643399B2 (en) | Information processing device | |
JP2682480B2 (en) | Event notification method in pen input operating system and pen input operation device to which the method is applied | |
JPH02110626A (en) | Error display control device for printing device | |
JPH0481918A (en) | Key input device | |
JPH0374752A (en) | Direct memory access restart system | |
JP2005202740A (en) | Matrix type input device | |
JPH05101218A (en) | Handwritten character input device | |
JPH03237526A (en) | Printing device | |
JPH0667782A (en) | Key input device | |
JPS6383826A (en) | Hard copy controller | |
JPH02235669A (en) | Printer | |
JPH0749794A (en) | Character processor |