JPS61267815A - Data input device - Google Patents

Data input device

Info

Publication number
JPS61267815A
JPS61267815A JP60111425A JP11142585A JPS61267815A JP S61267815 A JPS61267815 A JP S61267815A JP 60111425 A JP60111425 A JP 60111425A JP 11142585 A JP11142585 A JP 11142585A JP S61267815 A JPS61267815 A JP S61267815A
Authority
JP
Japan
Prior art keywords
conversion
data input
character string
data
kana
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
JP60111425A
Other languages
Japanese (ja)
Inventor
Ayako Shimada
島田 綾子
Keizo Higuchi
樋口 敬三
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP60111425A priority Critical patent/JPS61267815A/en
Publication of JPS61267815A publication Critical patent/JPS61267815A/en
Pending legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)

Abstract

PURPOSE:To improve the data input efficiency as well as the working efficiency of a data input device by providing a conversion input part to a data input part to convert a certain character string into another one. CONSTITUTION:A data input device consists of a central processing unit CPU1, a main storage 2, a display device CRT3 and a data input part 4. The input data given from the part 4 and the processing result of the CPU1 are displayed on the CRT3. Here a conversion input part 4a is added to the part 4 to convert a certain character string into another one. Furthermore a character string conversion instruction is defined to an optional key at the part 4 to convert KANA (Japanese syllabary) into the English capital letters, numeric characters, etc. Then a character string supplied mistakenly is recognized together with a character string supplied mistakenly is recognized together with a character string whose input is actually desired. Then a key designated for conversion is pushed and therefore the CPU1 performs the conversion in response to an instruction to display the result of conversion on the CRT3.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はデータ入力装置に関し、特に入力するデータの
文字列変換に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data input device, and particularly to character string conversion of input data.

〔従来の技術〕[Conventional technology]

従来のデータ入力装置を第5図に示す。第5図において
、1は中央処理装置(以下rcPUJという)、2は主
記憶部メモリ(以下単に「メモリ」という)、3は表示
装置(以下rCRTJという)、4はデータ入力部、5
は信号線である。
A conventional data input device is shown in FIG. In FIG. 5, 1 is a central processing unit (hereinafter referred to as rcPUJ), 2 is a main storage unit memory (hereinafter simply referred to as "memory"), 3 is a display device (hereinafter referred to as rCRTJ), 4 is a data input unit, and 5 is a display device (hereinafter referred to as rCRTJ).
is a signal line.

次にこの装置を構成する各部品の機能について説明する
。CPUIはデータ入力装置全体の制御を司り、命令の
処理実行を行う。メモリ2は入力データおよび処理され
たデータを記憶する。CRT3はデータ入力部4からの
入力データおよび処理結果を表示する。データ入力部4
はデータの入力を行い、英文字、カナなどの文字入力切
り換えを行うモードキーを持つ。
Next, the functions of each component constituting this device will be explained. The CPUI controls the entire data input device and executes command processing. Memory 2 stores input data and processed data. The CRT 3 displays input data and processing results from the data input section 4. Data input section 4
has a mode key for inputting data and switching input of characters such as English and kana.

データ入力部4から入力されたデータは電気信号に変え
られ信号線5によってCPUIに伝えられる。
Data input from the data input section 4 is converted into an electrical signal and transmitted to the CPUI via a signal line 5.

第6図はデータ入力部4からデータ入力があった時の従
来のデータ入力装置の処理の流れを示すフローチャート
である。
FIG. 6 is a flowchart showing the processing flow of the conventional data input device when data is input from the data input section 4.

次にこのデータ入力装置の動作について説明する。第5
図において、データ入力部4からデータ入力があった場
合、CPU1は、第6図のステップ11に示すように、
データ入力ルーチンにより、データをメモリ2に一旦蓄
えると共にCRT3にこれを表示する。CPUIは入力
される文字列が終了したことを示す入力データがデータ
入力部4から入力されるまで、この文字列をメモリ2に
蓄え続ける。入力される文字列が終了したことを示す入
力データを検出すると、CPUIは、第6図に示すステ
ップ12において入力された文字列がプログラムを起動
するコマンド(命令)であると判断すれば、ステップ1
3.14においてその命令を解釈してその命令に応じた
処理を実行し、結果をCRT3に表示する。
Next, the operation of this data input device will be explained. Fifth
In the figure, when there is data input from the data input section 4, the CPU 1 performs the following steps as shown in step 11 of FIG.
Through the data input routine, data is temporarily stored in the memory 2 and displayed on the CRT 3. The CPUI continues to store this character string in the memory 2 until input data indicating that the input character string has ended is input from the data input section 4. When the CPUI detects input data indicating that the input character string has ended, if it determines that the input character string is a command (instruction) to start a program in step 12 shown in FIG. 1
In step 3.14, the instruction is interpreted, processing is executed according to the instruction, and the result is displayed on the CRT 3.

データ入力部4からのデータ入力の際、文字列が英大文
字のときはモードキーのCAPSキーをオン、文字列が
カナのときはモードキーのカナキーをオンしてデータ入
力を行う。
When inputting data from the data input section 4, the CAPS key of the mode key is turned on when the character string is in uppercase letters, and the Kana key of the mode key is turned on when the character string is in kana.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

しかしながら、従来のデータ入力装置は、モードキーの
オン、オフを間違えたままデータを入力してしまうと、
誤入力に気付いた時点でオン、オフを訂正してデータを
再入力しなければならないという問題があった。
However, with conventional data input devices, if data is entered while the mode key is turned on or off incorrectly,
There was a problem in that when an incorrect input was noticed, the user had to correct the on/off status and re-enter the data.

本発明はこのような点に鑑みてなされたものであり、そ
の目的とするところは、CAPSキーまたはカナキーを
間違えて入力された文字列から実際に入力すべき文字列
への変換処理を行うことのできるデータ入力装置を提供
することにある。
The present invention has been made in view of the above points, and its purpose is to perform conversion processing from a character string input by mistake using the CAPS key or Kana key to a character string that should actually be input. The object of the present invention is to provide a data input device that can perform the following functions.

〔問題点を解決するための手段〕[Means for solving problems]

このような目的を達成するために本発明は、データ入力
部に或る文字列から異なる文字列への変換を行う変換入
力部を設けるようにしたものである。
In order to achieve such an object, the present invention is such that the data input section is provided with a conversion input section for converting a certain character string into a different character string.

〔作用〕[Effect]

本発明においては、変換入力部に変換命令を与えること
により文字列の変換処理を行う。
In the present invention, character string conversion processing is performed by providing a conversion command to a conversion input unit.

〔実施例〕〔Example〕

本発明に係わるデータ入力装置の一実施例を第1図に示
す、第1図において、4aは或る文字列から異なる文字
列への変換を行う変換入力部であり、変換入力部4aは
データ入力部4を構成する。
An embodiment of the data input device according to the present invention is shown in FIG. The input section 4 is configured.

第1図において第5図と同一部分又は相当部分には同一
符号が付しである。このデータ入力装置を構成するデー
タ入力部4においては、カナから英大文字・数字、カナ
から英小文字・数字、英大文字・数字からカナ、英大文
字から英小文字、英小文字・数字からカナ、英小文字か
ら英大文字への文字列変換命令が任意のキーに定義され
ている。
In FIG. 1, the same or equivalent parts as in FIG. 5 are given the same reference numerals. In the data input unit 4 that constitutes this data input device, from kana to uppercase letters/numbers, from kana to lowercase letters/numbers, from uppercase letters/numbers to kana, from uppercase letters to lowercase letters, from lowercase letters/numbers to kana, then lowercase letters. A string conversion instruction from to uppercase letters is defined for any key.

次にこのような構成の装置の動作について第1図〜第4
図を用いて説明する。第2図はこのデータ入力装置の動
作を説明するためのフローチャート、第3図は第2図に
示す変換ルーチンのフローチャート、第4図は変換テー
ブルの1構成例である。第2図に示すように、ステップ
21に示すデータ入力ルーチンによりデータを入力後、
ステップ22においてオペレータがデータを入力した際
にモードキーを間違えて入力していないかの判断をする
。もしそこでミス入力をしていたならステップ26に示
す変換ルーチンに分岐する。
Next, the operation of the device having such a configuration will be explained in Figs. 1 to 4.
This will be explained using figures. FIG. 2 is a flowchart for explaining the operation of this data input device, FIG. 3 is a flowchart of the conversion routine shown in FIG. 2, and FIG. 4 is an example of the configuration of a conversion table. As shown in FIG. 2, after inputting data by the data input routine shown in step 21,
In step 22, it is determined whether the operator entered the mode key incorrectly when inputting data. If an incorrect input is made there, the process branches to the conversion routine shown in step 26.

次に変換ルーチンでの処理について第3図を用いて説明
する。まずオペレータは変換が1行だけの変換であるか
否かを判断し、1行だけの変換でない場合はステップ4
1で範囲を指定してステップ32へ移る。次にステップ
32〜36において、誤入力された文字列と実際に入力
したい文字列を認識し、その変換に指定されたキーを押
す。変換命令を受は取ったCPUIは、ステップ42〜
47に示すように、命令に応じた変換処理を行い、CR
T3に表示する。
Next, the processing in the conversion routine will be explained using FIG. 3. First, the operator determines whether the transformation is a one-row transformation, and if it is not a one-row transformation, step 4
1 to specify the range and proceed to step 32. Next, in steps 32 to 36, the erroneously input character string and the character string actually desired to be input are recognized, and a key designated for the conversion is pressed. The CPUI that received the conversion command performs steps 42-
As shown in 47, the conversion process is performed according to the command, and CR
Display on T3.

第4図に変換テーブルを示す。第4図において、50は
英大文字・数字ブロック、60は英小文字・数字ブロッ
ク、70はカナブロックを示し、51〜54は英大文字
、61〜64は英小文字、71〜74はカタカナを示す
。上述した変換処理はこのような変換テーブルに従って
行われる。たとえばrD I RJという命令を実行し
たい場合にカナキーが誤ってオンされていたとする。す
るとCRT3には、カタカナ、たとえば、「シニス」と
表示されることになる。そこで文字列変換命令を持つキ
ーの中で、カナから英大文字・数字に変換する命令を持
つキーを押すと、「シ」はカナブロック70の4番目の
カタカナ74であるので、英大文字・数字ブロック50
の4番目つまり英大文字54のrDJが選ばれ変換され
る。同様の処理が「二」、「ス」についても行われ、C
RT3には「シニス」に変わってrD I RJが表示
される。
FIG. 4 shows a conversion table. In FIG. 4, 50 indicates a block of uppercase letters and numbers, 60 a block of lowercase letters and numbers, 70 indicates a kana block, 51 to 54 indicate uppercase letters, 61 to 64 lowercase letters, and 71 to 74 indicate katakana. The conversion process described above is performed according to such a conversion table. For example, suppose that the kana key is turned on by mistake when the user wants to execute the command rD I RJ. Then, the CRT 3 will display katakana, for example, "Shinisu". Therefore, among the keys that have character string conversion commands, if you press the key that has the command to convert from kana to uppercase letters and numbers, "shi" is the fourth katakana 74 in the kana block 70, so block 50
The fourth letter rDJ, which is the capital letter 54, is selected and converted. Similar processing is performed for "2" and "su", and C
In RT3, rD I RJ is displayed instead of "Sinis".

なお本実施例では、命令(コマンド)の変換について説
明したが、CAPSキー、カナキーの操作を誤った場合
に限らず、プログラム上で、あるいは、文章上で範囲指
定をして変換させてもよく、この場合本実施例と同様の
効果を奏する。
In this embodiment, the conversion of commands has been explained, but the conversion is not limited to cases where the CAPS key or Kana key is operated incorrectly, and conversion may be performed by specifying a range on the program or text. , in this case, the same effects as in this embodiment are achieved.

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

以上説明したように本発明は、データ入力部に或る文字
列から異なる文字列への変換を行う変換入力部を設ける
ことにより、ある文字列から異なる文字列への変換を可
能にしたので、モードキーのオンを誤った場合にデータ
を再入力する必要がなく、データ入力の効率化が計れ、
作業の能率を向上できる効果がある。
As explained above, the present invention enables conversion from a certain character string to a different character string by providing a conversion input section for converting a certain character string to a different character string in the data input section. There is no need to re-enter data if the mode key is turned on by mistake, making data entry more efficient.
It has the effect of improving work efficiency.

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

第1図は本発明に係わるデータ入力装置の一実施例を示
す系統図、第2図はその動作を説明するためのフローチ
ャート、第3図は変換ルーチンのフローを示すフローチ
ャート、第4図は変換テーブルを示すテーブル図、第5
図は従来のデータ入力装置を示す系統図、第6図はその
動作を説明するためのフローチャートである。 1・・・・CPU、2・・・・メモリ、3・・・・CR
T、4・・・・データ入力部、4a・・・・変換入力部
、5・・・・信号線、50・・・・英大文字・数字ブロ
ック、60・・・・英小文字・数字ブロック、70・・
・・カナブロック。
Fig. 1 is a system diagram showing an embodiment of the data input device according to the present invention, Fig. 2 is a flowchart for explaining its operation, Fig. 3 is a flowchart showing the flow of a conversion routine, and Fig. 4 is a conversion routine. Table diagram showing the table, 5th
The figure is a system diagram showing a conventional data input device, and FIG. 6 is a flowchart for explaining its operation. 1...CPU, 2...Memory, 3...CR
T, 4...Data input section, 4a...Conversion input section, 5...Signal line, 50...English uppercase letters/numeric block, 60...English lowercase letters/numeric block, 70...
...Kana block.

Claims (2)

【特許請求の範囲】[Claims] (1)システムの制御を司る中央処理装置とこの中央処
理装置にデータを入力するためのデータ入力部とこのデ
ータ入力部からの入力データや前記中央処理装置での処
理データを表示する表示装置とから構成されたデータ入
力装置において、前記データ入力部に或る文字列から異
なる文字列への変換を行う変換入力部を備え、この変換
入力部に変換命令を与えることにより文字列の変換処理
が行えることを特徴とするデータ入力装置。
(1) A central processing unit that controls the system, a data input section for inputting data to the central processing unit, and a display device that displays input data from the data input section and data processed by the central processing unit. In the data input device, the data input section includes a conversion input section for converting a certain character string to a different character string, and a conversion process of the character string is performed by giving a conversion command to the conversion input section. A data input device characterized by being able to input data.
(2)変換入力部は、カナから英大文字・数字、カナか
ら英小文字・数字、英大文字・数字からカナ、英大文字
から英小文字、英小文字・数字からカナ、英小文字から
英大文字への変換を行うことを特徴とする特許請求の範
囲第1項記載のデータ入力装置。
(2) The conversion input section converts kana to uppercase letters and numbers, kana to lowercase letters and numbers, uppercase letters and numbers to kana, uppercase letters to lowercase letters, lowercase letters and numbers to kana, and lowercase letters to uppercase letters. A data input device according to claim 1, characterized in that the data input device performs the following.
JP60111425A 1985-05-22 1985-05-22 Data input device Pending JPS61267815A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60111425A JPS61267815A (en) 1985-05-22 1985-05-22 Data input device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60111425A JPS61267815A (en) 1985-05-22 1985-05-22 Data input device

Publications (1)

Publication Number Publication Date
JPS61267815A true JPS61267815A (en) 1986-11-27

Family

ID=14560853

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60111425A Pending JPS61267815A (en) 1985-05-22 1985-05-22 Data input device

Country Status (1)

Country Link
JP (1) JPS61267815A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1988002895A1 (en) * 1986-10-13 1988-04-21 Tybar Engineering Pty. Ltd. Computer input device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1988002895A1 (en) * 1986-10-13 1988-04-21 Tybar Engineering Pty. Ltd. Computer input device

Similar Documents

Publication Publication Date Title
KR100298547B1 (en) Character input apparatus
JPS61267815A (en) Data input device
JP2000322181A (en) Method for displaying software keyboard
JPS6227861A (en) Kanji input device
KR200221584Y1 (en) Remote control input method Korean keyboard
JP2003015807A (en) Method and program for controlling input
JPH11282595A (en) Inputting device and storage medium
JPS62190551A (en) Word processor
JPS6336365A (en) Japanese language processor
JPS63121967A (en) Japanese word processor
JPS62125423A (en) Data deleting system
JPH038048A (en) Word processor
JPH0748210B2 (en) Kana / alphabet conversion input method
JPS6376056A (en) Processing and conversion system for document forming device
JPH04260970A (en) Method for inputting japanese language in application program
JPS61122786A (en) Alphanumeric input system
JPH03123961A (en) Character processor
JPH07146858A (en) Information processing system
JPH04295950A (en) Tape printing provided with jis code conversion function
JPH03113566A (en) Character converter
JPH1091506A (en) Data processor
JPH0350305B2 (en)
JPS6227860A (en) Kanji input device
JPH05158923A (en) Information processor
JPS6358543A (en) Japanese word processing method for electronic computer