JPS6152492B2 - - Google Patents

Info

Publication number
JPS6152492B2
JPS6152492B2 JP56010434A JP1043481A JPS6152492B2 JP S6152492 B2 JPS6152492 B2 JP S6152492B2 JP 56010434 A JP56010434 A JP 56010434A JP 1043481 A JP1043481 A JP 1043481A JP S6152492 B2 JPS6152492 B2 JP S6152492B2
Authority
JP
Japan
Prior art keywords
input
mode
key
key sheet
pen
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.)
Expired
Application number
JP56010434A
Other languages
Japanese (ja)
Other versions
JPS57125471A (en
Inventor
Kosuke Nishimura
Hiroshi Nitsutaya
Nobuhide Sawano
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP56010434A priority Critical patent/JPS57125471A/en
Publication of JPS57125471A publication Critical patent/JPS57125471A/en
Publication of JPS6152492B2 publication Critical patent/JPS6152492B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/02Digital computers in general; Data processing equipment in general manually operated with input through keyboard and computation using a built-in program, e.g. pocket calculators
    • G06F15/0225User interface arrangements, e.g. keyboard, display; Interfaces to other computer systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Calculators And Similar Devices (AREA)
  • Input From Keyboards Or The Like (AREA)
  • Character Discrimination (AREA)

Description

【発明の詳細な説明】 本発明は手書き入力装置を備えた電子機器に係
り、特には、上記手書き入力装置の機能を有効に
活用して通常のキー入力機能を付加する構成とし
たことを特徴とする電子機器を提供するものであ
る。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an electronic device equipped with a handwriting input device, and in particular, is characterized in that it is configured to add a normal key input function by effectively utilizing the functions of the handwriting input device. The company provides electronic equipment that does the following.

以下、実施例に基づいて本発明を詳細に説明す
る。
Hereinafter, the present invention will be explained in detail based on Examples.

第1図は本発明の一実施例である電子式卓上計
算機の外観を示す斜視図である。
FIG. 1 is a perspective view showing the appearance of an electronic desktop calculator that is an embodiment of the present invention.

本体Aには、手書き文字認識センサーI、表示
体D、電源電池(図示せず)及び手書き入力モー
ドとキーシート入力モードのモード切換えスイツ
チSW(電源スイツチ兼用)等が設けられてい
る。手書き入力モードのときは、ペンPを用いて
センサーIの上の用紙Y上に文字を書くことによ
つて入力がなされ、一方キーシート入力モードの
ときは、センサーI上に所定のキーシンボルが印
刷されたキーシートKSを置き、所定の部分を押
圧することによつて入力が行われる。
The main body A is provided with a handwritten character recognition sensor I, a display body D, a power battery (not shown), a mode changeover switch SW (also used as a power switch) between a handwriting input mode and a key sheet input mode, and the like. In the handwriting input mode, input is made by writing characters on the paper Y above the sensor I using the pen P, while in the key sheet input mode, a predetermined key symbol is written on the sensor I. Input is performed by placing the printed key sheet KS and pressing a predetermined part.

第2図は同実施例の概略構成を示すブロツク図
である。
FIG. 2 is a block diagram showing a schematic configuration of the same embodiment.

中央演算処理装置CPUにはインターフエース
回路IFを介して、表示体D、モード切換えスイ
ツチSW及び手書き文字認識センサーIよりのア
ナログ信号をデイジタル信号に変換して出力する
A―D変換器ADが接続されている。ROM―Aは
計算、表示、キー入力時等のアルゴリズムを記憶
するリード・オンリー・メモリ、ROM―Bは手
書き入力時のパターン認識アルゴリズムを記憶す
るリード・オンリー・メモリ、RAMは数値ある
いは手書き文字の筆跡データ等の記憶用ランダ
ム・アクセス・メモリである。
An A-D converter AD is connected to the central processing unit CPU via an interface circuit IF, which converts analog signals from the display D, mode changeover switch SW, and handwritten character recognition sensor I into digital signals and outputs the digital signals. has been done. ROM-A is a read-only memory that stores algorithms for calculations, displays, key input, etc. ROM-B is a read-only memory that stores pattern recognition algorithms for handwritten input, and RAM stores numbers or handwritten characters. This is a random access memory for storing handwriting data, etc.

第3図は同実施例に於ける入力ルーチンのフロ
ーチヤートである。
FIG. 3 is a flowchart of the input routine in the same embodiment.

このルーチンへ入ると先ずJ1で手書き入力モー
ドか否かを見て該モードのときはJ2以降の処理を
実行する。先ずJ2でセンサー上にペンが当たつて
いるか否かを見て、当たつており、そして移動す
れば、それぞれの座標データをA1で入力してい
く。そして、J3でペンが離れたか否かを見て、離
れた場合は、A2で200msecの間、時間待ちをし、
その後もペンが離れているときは1つの文字の入
力が完了したものと見なし、J4→A3と進んでA3
で入力文字の認識ルーチンを実行する。そして、
A4で入力文字を表示する。
When this routine is entered, it is first checked at J1 whether or not the handwriting input mode is selected, and if the mode is selected, the processing from J2 onwards is executed. First, use J2 to check whether the pen is touching the sensor, and if it is, and move, input the respective coordinate data using A1 . Then, use J 3 to check whether the pen has left the pen, and if it has, wait for 200 msec with A 2 ,
If the pen is still away from the pen, it is assumed that one character has been input, and the sequence continues as J 4 → A 3 , and then A 3.
runs the input character recognition routine. and,
A 4 displays input characters.

J3,A2,J4は、「4」,「5」のように入力途中
に於てペンが紙面より離れる文字の場合も正しく
入力されるようにするために設けられているもの
である。
J 3 , A 2 , and J 4 are provided to ensure that characters such as "4" and "5" are entered correctly even when the pen leaves the paper surface during input. .

第4図はセンサーIの構成及び文字認識の方法
の説明に供する図である。
FIG. 4 is a diagram for explaining the configuration of sensor I and the method of character recognition.

図に於いて、Tはベース台、SYはY座標セン
サー、SXはX座標センサーである。SY上に用紙
YあるいはキーシートKSを置いて、ペンPある
いは指先Fで押し付けると、X,Y各座標に比例
したデータをA―D変換器ADでデイジタル情報
に変換し、〔X1,Y1〕,〔X2,Y2〕、……、〔Xn,
Yn〕とペンあるいは指先が離れるまで順次サン
プリングを行う。そして、ペンが離れると、各デ
ータの始点、終点、方向、形、つながり等を見る
アルゴリズムで何の文字かを認識する。
In the figure, T is the base, S Y is the Y coordinate sensor, and S X is the X coordinate sensor. When paper Y or key sheet KS is placed on S Y and pressed with pen P or fingertip F, data proportional to each X and Y coordinate is converted into digital information by AD converter AD, Y 1 ], [X 2 , Y 2 ], ..., [Xn,
Sampling is performed sequentially until the pen or fingertip separates from [Yn]. Then, when the pen is removed, an algorithm that looks at the starting point, ending point, direction, shape, connections, etc. of each piece of data recognizes what character it is.

第5図は文字がどこに書かれたかを見る方法の
説明図であり、例として「2」の場合を示してい
る。
FIG. 5 is an explanatory diagram of a method of seeing where a character is written, and shows the case of "2" as an example.

×印の如く順次座標データを持ち、文字認識し
た後、さらに図に示す如く、X,Y各データの最
大、最小を割り出し、その値による長方形の対角
線の交点を、当該文字のアドレス(ADRS)と見
なし算出する。
After character recognition, which has sequential coordinate data as shown in the cross mark, determines the maximum and minimum of each data of X and Y as shown in the figure, and calculates the intersection of the diagonal lines of the rectangle based on these values as the address (ADRS) of the character. Calculated without considering.

以上により、第3図のフローチヤートのA3
示す、何の文字をどこに書いたかの認識を行う。
Through the above steps, what character is written and where is recognized as shown by A3 in the flowchart of FIG.

再び、第3図に戻り説明を進める。 Returning to FIG. 3 again, the explanation will proceed.

J1でモードがキーシート入力モードと判断され
たときは、J5でペン(指先)で押されたか否かを
見て、押されたときはそのデータをA5で入力、
A6で押された場所に対応する数字又はシンボル
のコードを選び、A7で表示し、そして、J6でペ
ン(指先)が離れたか否かを見て、離れればJ5
戻つて次の入力待ちとなる。
When J 1 determines that the mode is key sheet input mode, J 5 checks whether it is pressed with a pen (fingertip), and if it is pressed, inputs the data with A 5 .
Select the number or symbol code that corresponds to the location pressed with A 6 , display it with A 7 , and check whether the pen (fingertip) is released with J 6. If it is released, return to J 5 and press next. will be waiting for input.

第6図は指先でキーシートを押したときの説明
図である。
FIG. 6 is an explanatory diagram when the key sheet is pressed with a fingertip.

指で押し付けられた領域のデータを基に、その
中心アドレス(ADRS)を見い出し、アドレス範
囲と入力情報との応を記憶しているリード・オン
リー・メモリROM―Aの内容に基づいて、入力
情報が何であるかを判断する。
Based on the data of the area pressed by the finger, the center address (ADRS) is found, and the input information is calculated based on the contents of the read-only memory ROM-A that stores the correspondence between the address range and the input information. determine what is.

以上により、第3図のA6の認識が行われる。 As described above, recognition of A6 in FIG. 3 is performed.

第7図は、本発明の他の実施例を示す斜視図で
ある。
FIG. 7 is a perspective view showing another embodiment of the present invention.

上記実施例ではキーシートを紛失するおそれが
あるため、キーシンボル表示部KS′と白色部Wと
を連続のベルト状にし、ローターR1,R2にかけ
て、ローラーR0を指先Fでf1方向に回転させる
と、シートがf2方向に移動して、キーシンボル表
示部KS′と白色部Wとが切換わると共にモード切
換えもなされるようにしたものであり、携帯用機
器に於て実施すればより使い易いものとなる。
In the above embodiment, since there is a risk of losing the key sheet, the key symbol display section KS' and the white section W are made into a continuous belt, and the roller R 0 is moved in the f 1 direction using the fingertip F. When the sheet is rotated, the sheet moves in the f2 direction, and the key symbol display area KS' and the white area W are switched, and the mode is also changed. It will be easier to use.

以上詳細に説明したように本発明の電子機器
は、手書き入力装置を有する電子機器に於て、上
記手書き入力装置の機能を有効に活用してキー入
力機能を付加したものであり、場合に応じてより
便利な方の入力方法を選択することができる。す
なわち、売上伝票等の伝票を作成する必要がある
ときは、伝票をセンサーの上で書くと、伝票作成
と同時にデーの入力も行われる。この時はセンサ
ーで各文字を認識する。一方、一度何かに書かれ
たデータを基に、単にその集計をする時等はいち
いち手で書き込むよりもキー入力方式の方が早い
ため、予め定義したキーシートを上へ置いて入力
できる。このように、それぞれの場合にあつた使
い方をすることにより効率よく使用できる。
As explained in detail above, the electronic device of the present invention is an electronic device having a handwriting input device, which is added with a key input function by effectively utilizing the function of the handwriting input device, and may be added as the case requires. You can select the input method that is more convenient for you. That is, when it is necessary to create a slip such as a sales slip, the slip is written on the sensor, and data is entered at the same time as the slip is created. At this time, each character is recognized by a sensor. On the other hand, when simply tabulating data based on data that has already been written on something, the key input method is faster than writing it in by hand, so you can input by placing a predefined key sheet on top. In this way, you can use it efficiently by using it in a way that is appropriate for each case.

更に本発明によれば、キーシートは機器本体に
配置され、且その摺動によつてキーシンボル表示
部分と何も表示されない部分を任意に手書き入力
装置上に現出できるように構成しておりキーシー
トが機器本体に一体化されているので該キーシー
トの取り扱いが非常に便利であり、その上キーシ
ートの紛失の虞れもない。
Further, according to the present invention, the key sheet is arranged in the main body of the device, and is configured such that by sliding the key sheet, a key symbol display portion and a blank portion can be arbitrarily displayed on the handwriting input device. Since the key sheet is integrated into the main body of the device, handling of the key sheet is very convenient, and there is no risk of losing the key sheet.

更に又、本発明によれば、キーシートのキーシ
ンボル表示部分とそうでない部分のいずれか一方
を任意に手書き入力装置上に現出すると、自動的
に手書き入力モードあるいはキーシート入力モー
ドに切り替えられるように構成しているので、実
質的にモードの切り替え操作を省くことができ
る。
Furthermore, according to the present invention, when either the key symbol display portion or the non-key symbol display portion of the key sheet appears on the handwriting input device, the handwriting input mode or the key sheet input mode is automatically switched. With this configuration, mode switching operations can be substantially omitted.

なお、本発明は、電子式卓上計算機のみならず
電子式翻訳機、パーソナルコンピユータ、キヤツ
シユレジスター、学習機等、種々の電子機器に於
て実施可能である。
The present invention can be implemented not only in electronic desktop calculators but also in various electronic devices such as electronic translators, personal computers, cash registers, and learning machines.

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

第1図は本発明の一実施例の外観斜視図、第2
図は同実施例の概略構成を示すブロツク図、第3
図は同実施例に於ける入力ルーチンを示すフロー
チヤート、第4図は同実施例に於けるセンサーI
の構成及び文字認識の方法の説明に供する図、第
5図は同実施例に於て文字がどこに書かれたかを
見る方法の説明図、第6図は同実施例に於て指先
でキーシートを押したときの説明図、第7図は本
発明の他の実施例の外観斜視図である。 符号 A…本体、I…手書き文字認識センサ
ー、D:表示体、SW:モード切換えスイツチ、
P:ペン、Y:用紙、KS:キーシート、CPU:
中央演算処理装置、IF:インターフエース回
路、AD:A―D変換器、ROM―A,ROM―
B:リード・オンリー・メモリ、RAM:ランダ
ム・アクセス・メモリ、T:ベース台、SY:Y
座標センサー、SX:X座標センサー、F:指
先、KS′:キーシンボル表示部、W:白色部、
R1,R2:ローター、R0:ローラー。
Fig. 1 is an external perspective view of one embodiment of the present invention;
The figure is a block diagram showing the schematic configuration of the same embodiment.
The figure is a flowchart showing the input routine in the same embodiment, and FIG. 4 is the sensor I in the same embodiment.
Figure 5 is an explanatory diagram of how to see where characters are written in the same embodiment. Figure 6 is a diagram explaining the structure of the key sheet and the character recognition method in the same embodiment. FIG. 7 is an external perspective view of another embodiment of the present invention. Code A: Main body, I: Handwritten character recognition sensor, D: Display body, SW: Mode changeover switch,
P: Pen, Y: Paper, KS: Key sheet, CPU:
Central processing unit, IF: interface circuit, AD: A-D converter, ROM-A, ROM-
B: Read-only memory, RAM: Random access memory, T: Base, S Y : Y
Coordinate sensor, S
R 1 , R 2 : Rotor, R 0 : Roller.

Claims (1)

【特許請求の範囲】[Claims] 1 手書き入力装置を有する電子機器に於いて、
摺動させることにより、所定のキーシンボルが表
示された部分と何も表示されていない部分とを任
意に上記手書き入力装置上に現出できるように上
記機器本体に配置されたベルト状のキーシート
と、該シンボル表示部分の各部分と、該部分に表
示されているキーシンボルに応する所定の入力情
報とを対応させて記憶する記憶手段と、上記キー
シートの所定シンボル表示部分の操作に基づいて
上記記憶手段より操作部分に対応する所定の入力
情報を取り出す手段とを設けるとともに、上記キ
ーシートの摺動によつて上記手書き入力装置上に
現出せしめるキーシートの上記両部分に応じて機
器のモードを手書き入力モード又はキーシート入
力モードに切り換えるように構成して成ることを
特徴とする電子機器。
1. In electronic devices equipped with handwriting input devices,
a belt-shaped key sheet arranged on the main body of the device so that, by sliding, a portion where a predetermined key symbol is displayed and a portion where nothing is displayed can appear arbitrarily on the handwriting input device; a storage means for storing each part of the symbol display part in association with predetermined input information corresponding to the key symbol displayed in the part; means for retrieving predetermined input information corresponding to the operation part from the storage means; What is claimed is: 1. An electronic device characterized in that the mode is configured to switch the mode to a handwriting input mode or a key sheet input mode.
JP56010434A 1981-01-26 1981-01-26 Electronic apparatus Granted JPS57125471A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56010434A JPS57125471A (en) 1981-01-26 1981-01-26 Electronic apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56010434A JPS57125471A (en) 1981-01-26 1981-01-26 Electronic apparatus

Publications (2)

Publication Number Publication Date
JPS57125471A JPS57125471A (en) 1982-08-04
JPS6152492B2 true JPS6152492B2 (en) 1986-11-13

Family

ID=11750045

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56010434A Granted JPS57125471A (en) 1981-01-26 1981-01-26 Electronic apparatus

Country Status (1)

Country Link
JP (1) JPS57125471A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6321484U (en) * 1986-07-23 1988-02-12
JPH02214463A (en) * 1989-02-10 1990-08-27 Hitachi Kiden Kogyo Ltd Conveying passage for pneumatic levitation conveyor using linear motor

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5953989A (en) * 1982-09-21 1984-03-28 Casio Comput Co Ltd Input data recognizing system
JPS59105187A (en) * 1982-12-07 1984-06-18 Canon Inc Electronic memo device
JPS61141237A (en) * 1984-12-14 1986-06-28 Casio Comput Co Ltd Data transmitter
JPS62106563A (en) * 1985-11-05 1987-05-18 Casio Comput Co Ltd Compact electronic equipment
JPS62237514A (en) * 1986-04-09 1987-10-17 Hitachi Ltd Input device
JP2801593B2 (en) * 1986-12-27 1998-09-21 株式会社東芝 Handwriting input calculator
US5583802A (en) * 1989-03-23 1996-12-10 Hauser; Walter Methods and devices for performing arithmetic operations in the manner and with the function of an electronic calculating machine
JPH09230977A (en) * 1996-02-27 1997-09-05 Nec Corp Input device uniting keyboard with pointing device
JP4234449B2 (en) * 2003-01-17 2009-03-04 富士通コンポーネント株式会社 Writing input device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6321484U (en) * 1986-07-23 1988-02-12
JPH02214463A (en) * 1989-02-10 1990-08-27 Hitachi Kiden Kogyo Ltd Conveying passage for pneumatic levitation conveyor using linear motor

Also Published As

Publication number Publication date
JPS57125471A (en) 1982-08-04

Similar Documents

Publication Publication Date Title
US6791546B2 (en) Information processing apparatus
JP3243365B2 (en) Key input device
JPH06332610A (en) Handwritten information input processing system
US5361310A (en) Handwriting entry processing system using keyboard and mouse interfaces requiring no modification of an application program
JPS6152492B2 (en)
JPH04349561A (en) Memory card
JPS6243226B2 (en)
JPH0769765B2 (en) Command input device
JPH0594564A (en) Data processing system
CN2327004Y (en) Keyboard capable of self defining
JPH0830379A (en) Pressure sensitive input device
JPH0373052A (en) Input/display device
JPH02105215A (en) Keyboard device
JPS60238988A (en) Data processor equipped with character recognition device
JPH01223525A (en) Portable terminal equipment
JP2531502B2 (en) Character processing method
JPS6315287A (en) Pattern generator
JP2500418Y2 (en) Word processor
JPH0312351B2 (en)
JPH0550736A (en) Check writer
JPH11184614A (en) Data input device
JPH05143769A (en) Handwritten character processor
JPH01251217A (en) Electronic simple terminal writer
JPH05189140A (en) Document information input device
JPH0883276A (en) Device and method for processing document