JP2000047813A - Event signal generating device and electronic apparatus using the generating device - Google Patents

Event signal generating device and electronic apparatus using the generating device

Info

Publication number
JP2000047813A
JP2000047813A JP22523698A JP22523698A JP2000047813A JP 2000047813 A JP2000047813 A JP 2000047813A JP 22523698 A JP22523698 A JP 22523698A JP 22523698 A JP22523698 A JP 22523698A JP 2000047813 A JP2000047813 A JP 2000047813A
Authority
JP
Japan
Prior art keywords
acceleration
output
event signal
axis
event
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.)
Abandoned
Application number
JP22523698A
Other languages
Japanese (ja)
Inventor
Norio Iizuka
宣男 飯塚
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co 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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP22523698A priority Critical patent/JP2000047813A/en
Publication of JP2000047813A publication Critical patent/JP2000047813A/en
Abandoned legal-status Critical Current

Links

Landscapes

  • Position Input By Displaying (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an event signal generating device which can be suitably used to a small electronic apparatus in particular. SOLUTION: A sorting means is contained in a main body 2 having the detecting means 5 and 6 which detect the acceleration or impacts of at least two directions and then sorts the movement patterns of the main body 2, based on those detected acceleration or impacts. A signal generating means generates the inherent event signals according to the sorted movement patterns of the main body 2. Thus, the movement patterns of the main body 2 are sorted, based on the acceleration or impacts of at least two directions and the inherent event signals can be generated according to the sorted patterns. Therefore, the conventional event signal generating devices such as a mouse, a keyboard, a touch panel and a digitizer can be omitted and furthermore such obstacles as a cable can be eliminated.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、イベント信号発生
装置及びそれを用いた電子機器に関し、詳しくは、電子
機器(特に小型の電子機器)の内部動作状態を変更する
ための各種イベント信号を発生するイベント信号発生装
置及びそれを用いた電子機器に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an event signal generator and an electronic device using the same, and more particularly, to various event signals for changing the internal operation state of an electronic device (particularly, a small electronic device). And an electronic device using the same.

【0002】[0002]

【従来の技術】<イベントとは>イベント(event)と
は、コンピュータにおいて、タスク(最小の処理単位)
の進行に必要な論理的条件のうち、特に“事象"のこと
と解されている。例えば、ある種のOS(オペレーティ
ングシステム)では、「クリックイベント」、「ダブル
クリックイベント」、「キーダウンイベント」などが定
められている。ここに、クリックイベントとはマウスの
左ボタンを押したときに発生するイベント、ダブルクリ
ックイベントとは同ボタンを二度押ししたときに発生す
るイベント、キーダウンイベントとはキーボード上の任
意のキーボタンを押したときに発生するイベントであ
り、各イベントは、画面上のオブジェクト(例えば、ボ
タンオブジェクト)ごとに存在することが多い。
2. Description of the Related Art <What is an event?> An event is a task (minimum processing unit) in a computer.
It is understood that among the logical conditions necessary for the progress of "event", it is particularly "event". For example, a certain type of OS (operating system) defines a "click event", a "double click event", a "key down event", and the like. Here, a click event is an event that occurs when the left mouse button is pressed, a double-click event is an event that occurs when the button is pressed twice, and a key-down event is any key button on the keyboard Is an event that occurs when is pressed, and each event often exists for each object (eg, button object) on the screen.

【0003】<イベントの利用>プログラム開発者はユ
ーザインターフェースを考慮して適当なイベントを選択
し、そのイベントプロシージャに関連付けて、所望の機
能を実現するためのプログラムを記述する。今、画面上
のYESボタンのクリックイベントに、例えば、電子メ
ールソフトを起動するためのプログラムを記述したと考
えると、この場合、YESボタンをオンフォーカス(カ
ーソルを合わせる)してマウスの左ボタンをクリックす
ることにより、同プログラムを実行して電子メールソフ
トを起動できる。
<Use of Event> A program developer selects an appropriate event in consideration of a user interface, and describes a program for realizing a desired function in association with the event procedure. Now, assuming that, for example, a program for starting e-mail software is described in the click event of the YES button on the screen, in this case, the YES button is on-focused (the cursor is set) and the left mouse button is pressed. By clicking, you can run the program and launch your email software.

【0004】<イベント起動型の開発スタイル>かかる
プログラムの開発スタイルは、いわゆるイベント起動型
と呼ばれるものであり、言語の高級、低級を問わず一般
的なスタイルであるが、プログラム制御を用いない(す
なわち、ハードロジックだけで構成された)電子機器で
あっても、あるスイッチを操作すると機器内部の動作状
態が変化することから、やはりイベント起動型の思想を
取り入れている点で同一である。したがって、本明細書
中で言う“イベント"は、プログラム制御はもちろんの
こと、ハードロジックだけで構成された電子機器にも適
用されるものである。
<Event-initiated development style> The development style of such a program is a so-called event-initiated development style, which is a general style irrespective of high-level or low-level language, but does not use program control ( In other words, even an electronic device (which is configured only with hardware logic) is the same in that the event-initiated concept is also adopted since an operation state inside the device changes when a certain switch is operated. Therefore, the “event” referred to in the present specification is applied not only to program control but also to an electronic device constituted only by hardware logic.

【0005】<従来のイベント信号発生装置>一般にあ
らゆる電子機器は、ソフト部分であるかハード部分であ
るかを問わずその内部動作状態を様々に変化し得るよう
に設計するのが常であり、各種のイベント信号を適宜に
発生して所要部分に与える、イベント信号発生装置は欠
かせない。先にも述べたとおり、イベント信号発生装置
の代表は、マウスやキーボードなどである。これらは、
パーソナルコンピュータにおける必須の入力装置の一つ
である。また、タッチパネルやデジタイザなどもイベン
ト信号発生装置であり、さらに、音声入力装置もイベン
ト信号発生装置の一つということができる。
<Conventional Event Signal Generator> In general, all electronic devices are usually designed so that their internal operating states can be variously changed regardless of whether they are software parts or hardware parts. An event signal generator for appropriately generating various event signals and providing them to required parts is indispensable. As described above, a representative of the event signal generator is a mouse, a keyboard, or the like. They are,
This is one of the essential input devices in a personal computer. In addition, a touch panel, a digitizer, and the like are also event signal generators, and a voice input device is also one of the event signal generators.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、上記従
来のイベント信号発生装置(例えば、マウス、キーボー
ド、タッチパネル、デジタイザ)はサイズが大きい上、
ケーブルで接続する必要があることから、特に小型の電
子機器への適用が困難であるという問題点がある。な
お、音声入力装置はこのような問題を生じないものの、
音声認識の精度が未だに十分でなく、しかも制御の負担
が相当大きいために、小型の電子機器のように低性能な
CPUで少量のメモリしか搭載しない機器にあっては、
当然ながら実用上満足のいく認識性能を得られないので
不適当である。
However, the above-mentioned conventional event signal generators (for example, a mouse, a keyboard, a touch panel, and a digitizer) are large in size,
Since it is necessary to connect with a cable, there is a problem that it is particularly difficult to apply to a small electronic device. Although the voice input device does not cause such a problem,
Since the accuracy of voice recognition is still not enough, and the control burden is quite large, for equipment that has a low-performance CPU and only a small amount of memory, such as small electronic equipment,
Naturally, it is not suitable because practically satisfactory recognition performance cannot be obtained.

【0007】そこで本発明は、特に小型の電子機器に用
いて好適なイベント信号発生装置の提供を目的とする。
Accordingly, an object of the present invention is to provide an event signal generating device which is particularly suitable for use in small electronic equipment.

【0008】[0008]

【課題を解決するための手段】請求項1記載のイベント
信号発生装置は、少なくとも2方向の加速度又は衝撃を
検出する検出手段を有する本体に備えられ、前記検出手
段から出力される、2方向以上の加速度又は衝撃に基づ
いて前記本体の動きのパターンを分類する分類手段と、
前記分類されたパターンに応じた固有のイベント信号を
発生する信号発生手段と、を備えたことを特徴とする。
請求項2記載の電子機器は、少なくとも2方向の加速度
又は衝撃を検出する検出手段とイベント信号に応答して
動作状態を変更する電子回路とを有する本体と、前記検
出手段から出力される、2方向以上の加速度又は衝撃に
基づいて前記本体の動きのパターンを分類する分類手段
と、前記分類されたパターンに応じて前記電子回路の動
作状態を変更するようにイベント信号を発生する信号発
生手段と、を備えたことを特徴とする。請求項3記載の
電子機器は、請求項2記載の電子機器において、前記イ
ベント信号によって変更された動作状態を記憶する第1
の記憶手段と、この第1の記憶手段に記憶された動作状
態を外部の機器に出力したり、またこの第1の記憶手段
へ新たな動作状態を記憶させるためのインターフェース
と、を更に備えたことを特徴とする。請求項4記載の電
子機器は、請求項2記載の電子機器において、前記分類
手段の分類内容を記憶する第2の記憶手段と、この第2
の記憶手段に記憶された分類内容を外部の機器に出力し
たり、またこの第2の記憶手段へ新たな分類内容を記憶
させるためのインターフェースと、を更に備えたことを
特徴とする。
An event signal generating apparatus according to claim 1 is provided in a main body having detecting means for detecting acceleration or impact in at least two directions, and is output from said detecting means in two or more directions. Classification means for classifying the pattern of movement of the main body based on the acceleration or impact of,
Signal generating means for generating a unique event signal according to the classified pattern.
3. An electronic apparatus according to claim 2, further comprising: a main body having a detection unit for detecting acceleration or impact in at least two directions and an electronic circuit for changing an operation state in response to an event signal; Classifying means for classifying a pattern of movement of the main body based on acceleration or impact of a direction or more, and signal generating means for generating an event signal so as to change an operation state of the electronic circuit according to the classified pattern. , Is provided. An electronic device according to a third aspect is the electronic device according to the second aspect, wherein an operation state changed by the event signal is stored.
Storage means, and an interface for outputting the operation state stored in the first storage means to an external device and for storing a new operation state in the first storage means. It is characterized by the following. An electronic device according to a fourth aspect of the present invention is the electronic device according to the second aspect, wherein a second storage unit that stores the classification content of the classification unit,
And an interface for outputting the classification contents stored in the storage means to an external device, and for storing the new classification contents in the second storage means.

【0009】[0009]

【発明の実施の形態】以下、本発明の実施の形態を、小
型の携帯情報端末に適用したイベント信号発生装置を例
にして、図面を参照しながら説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below with reference to the drawings, taking an example of an event signal generator applied to a small portable information terminal.

【0010】なお、“端末"とは、有線や無線又はこれ
らの混在型のネットワークを介してホストコンピュータ
や主制御装置に接続(常時若しくは必要の都度)される
クライアント型の情報処理装置を意味する言葉である
が、本明細書ではこのような狭い意味に限定しない。か
かる機能(クライアント機能)を有する情報機器はもち
ろんのこと、例えば、電話回線やLAN(local area n
etwork)などを通してインターネットに接続可能な通信
機器、個人情報の管理を行う電子手帳、持ち運びできる
電子辞書、オーディオ情報の録音/再生を行う電子機
器、携帯型の電子遊戯(ゲーム)装置、携帯型のGPS
(Global Positioning System)受信機など様々な電子
機器を意味するものである。
The "terminal" means a client-type information processing apparatus connected to a host computer or a main controller via a wired or wireless network or a mixed network of these (always or whenever necessary). It is a word, but is not limited to such a narrow meaning in this specification. Not only information equipment having such a function (client function) but also, for example, a telephone line or a LAN (local area network)
communication device that can be connected to the Internet through the Internet, etc., an electronic organizer that manages personal information, a portable electronic dictionary, an electronic device that records and plays back audio information, a portable electronic game (game) device, and a portable electronic game device. GPS
(Global Positioning System) It means various electronic devices such as receivers.

【0011】<携帯情報端末の外観>図1において、1
は携帯情報端末である。この携帯情報端末1は、手帳サ
イズの小さな本体2に、液晶ディスプレイ3と必要最小
限の操作ボタン4(図では1個しか示していないが複数
でも構わない)とを備えると共に、内部にn個(nは2
以上の整数;以下n=2)の互いに直交する方向の加速
度を検出する加速度センサー5、6(検出手段)を含む
電子回路を備えるというものであり、例えば、液晶ディ
スプレイ3にいくつかのメニューオブジェクト(メニュ
ーアイコンとも言う)7〜11を表示する「トップメニ
ュー表示機能」を有し、この表示状態で、任意のオブジ
ェクトをオンフォーカスしてクリックすると、そのメニ
ューに関連付けられたプログラムを実行するというもの
である。ここで、特に限定しないが、7は電話帳を開く
ためのメニューオブジェクト、8は予定表を開くための
メニューオブジェクト、9はメモ帳を開くためのメニュ
ーオブジェクト、10は電子メール記録を開くためのメ
ニューオブジェクト、11は直前の操作状態に戻るため
のメニューオブジェクトであり、黒バックのメニューオ
ブジェクト(図では電子メール用のメニュー10)は現
在オンフォーカスされていることを表している。
<Appearance of portable information terminal> In FIG.
Is a portable information terminal. The portable information terminal 1 includes a main body 2 having a small notebook size, a liquid crystal display 3 and a minimum number of operation buttons 4 (only one is shown in the figure, but a plurality may be provided). (N is 2
An electronic circuit including acceleration sensors 5 and 6 (detection means) for detecting accelerations in directions orthogonal to each other of the following integers; n = 2). For example, the liquid crystal display 3 includes several menu objects. It has a "top menu display function" for displaying 7 to 11 (also called a menu icon). In this display state, when an object is on-focused and clicked, a program associated with the menu is executed. is there. Here, although not particularly limited, 7 is a menu object for opening a telephone directory, 8 is a menu object for opening a calendar, 9 is a menu object for opening a memo pad, and 10 is a menu object for opening an e-mail record. The menu object 11 is a menu object for returning to the previous operation state, and the menu object on the black background (the menu 10 for e-mail in the figure) indicates that the focus is currently on.

【0012】<加速度センサー>本体2の上端付近に内
蔵された二つの加速度センサー5、6は、本体2に加え
られた互いに異なるn方向の加速度(ここでは、n=2
であり、それぞれZ軸方向の加速度とX軸方向の加速度
とする)をそれぞれ検出し、例えば、ユーザーが本体2
を保持して瞬間的に動かした際の加速度の大きさを電圧
で表すと共に加速度の向きを極性で表す直流電圧を出力
するものである。加速度センサー5、6の実装位置は図
示のとおり本体2の上端付近に設定してあるが、その理
由は、「手帳サイズの小さな本体2を有する携帯情報端
末1をユーザーが手で持って動かした場合に最も大きな
動き量が得られる位置である」からであり、この位置
は、加速度センサー5、6に加えられる加速度が大き
く、したがって、加速度センサー5、6の出力電圧が充
分に大きくなる位置であるからである。加速度センサー
5、6は、図2に示すように、円筒状のケース12に収
められており、ケース12の端面12aには加速度のセ
ンシング方向を示す直線状のマーク12bが施されてい
る。ケース12の内部には2枚の圧電材料(例えば、圧
電セラミックス)を張り合わせたセンサ素子13が一端
をステー14に固定して片持ち状態で実装されており、
センサ素子13の変形方向を上述のマーク12bの長手
方向で表示している。
<Acceleration Sensor> The two acceleration sensors 5 and 6 built in the vicinity of the upper end of the main body 2 are provided with different accelerations in n directions (here, n = 2) applied to the main body 2.
And acceleration in the Z-axis direction and acceleration in the X-axis direction, respectively).
And outputs a DC voltage that represents the magnitude of the acceleration when instantaneously moved and represents the direction of the acceleration by the polarity. The mounting positions of the acceleration sensors 5 and 6 are set near the upper end of the main body 2 as shown in the figure, for the reason that "the user has moved the portable information terminal 1 having the main body 2 having a small notebook size by hand. This is the position where the largest amount of motion is obtained in this case. "This position is a position where the acceleration applied to the acceleration sensors 5 and 6 is large, and therefore the output voltages of the acceleration sensors 5 and 6 are sufficiently large. Because there is. As shown in FIG. 2, the acceleration sensors 5 and 6 are housed in a cylindrical case 12, and an end surface 12a of the case 12 is provided with a linear mark 12b indicating the direction of sensing the acceleration. Inside the case 12, a sensor element 13 in which two piezoelectric materials (for example, piezoelectric ceramics) are attached is mounted in a cantilever state with one end fixed to a stay 14.
The deformation direction of the sensor element 13 is indicated by the longitudinal direction of the mark 12b.

【0013】このような構造の加速度センサー5、6
は、一般にバイモルフ型の加速度センサーと呼ばれてお
り、ケース12に対してマーク12bの長手方向に加速
度Fを加えると、内装されたセンサー素子13が自重で
たわみ(uはたわみの大きさ)、2枚の圧電材料の一方
が延びて他方が縮み、圧電効果によって伸び側に正極
性、縮み側に負極性の電荷を生じる結果、2枚の圧電材
料から引き出された端子15、16の間に、「加速度の
大きさを電圧で表し、向きを極性で表した直流電圧」を
発生できるというものである。図3は、かかる加速度セ
ンサー5、6の出力特性を示す図であり、多少のリサー
ジュ特性があるものの、加速度Fと出力電圧Vの間にほ
ぼ線形的な関係が認められる。
The acceleration sensors 5 and 6 having such a structure are described.
Is generally referred to as a bimorph-type acceleration sensor. When an acceleration F is applied to the case 12 in the longitudinal direction of the mark 12b, the built-in sensor element 13 bends under its own weight (u is the size of the bend), One of the two piezoelectric materials extends and the other shrinks, and the piezoelectric effect generates a positive charge on the extension side and a negative charge on the contraction side. As a result, between the terminals 15 and 16 drawn from the two piezoelectric materials. , "A DC voltage in which the magnitude of the acceleration is represented by a voltage and the direction is represented by a polarity" can be generated. FIG. 3 is a diagram showing the output characteristics of the acceleration sensors 5 and 6. Although there are some Lissajous characteristics, an almost linear relationship between the acceleration F and the output voltage V is recognized.

【0014】<加速度の大きさと方向の検出>図4は、
本実施の形態における加速度検出信号によってもたらさ
れる加速度の大きさ及び方向の検出の概念図であり、以
降の説明からも明らかになるが、加速度センサー5、6
の線形的な出力特性を利用して、加速度の大きさを離散
的(図では簡単な例で正負の極性ごとに2段階)に検出
するというものである。図4において、LH2、LH1、L
L1、LL2はそれぞれしきい値レベルであり、その大小関
係は、 LH2>LH1>0>LL1>LL2 である。ここで、図中で"0"を挟んだLH1からLL1まで
の領域は雑音等を排除するためのマージン(いわゆる不
感帯)であり、この範囲内の加速度検出信号Vが検出さ
れても雑音と認識される。そして、上記の四つのしきい
値レベルを設けた場合、加速度センサー5、6の加速度
検出信号Vの極性と大きさの組み合わせは、以下の六つ
のパターンの何れかに分類できる。 パターン:LL1≧V>LL2 パターン:V≧LH2 パターン:0≧V>LL1 パターン:LH2>V≧LH1 パターン:LL2≧V パターン:LH1>V≧0
<Detection of magnitude and direction of acceleration> FIG.
FIG. 5 is a conceptual diagram of detection of the magnitude and direction of acceleration caused by an acceleration detection signal according to the present embodiment, and will be apparent from the following description.
Is used to detect the magnitude of the acceleration discretely (two steps for each of the positive and negative polarities in a simple example in the figure) by using the linear output characteristic of. In FIG. 4, L H2 , L H1 , L H
L1 and L L2 are threshold levels, respectively, and the magnitude relationship is L H2 > L H1 >0> L L1 > L L2 . Here, the region from L H1 to L L1 sandwiching “0” in the figure is a margin (so-called dead zone) for eliminating noise and the like. Even if the acceleration detection signal V within this range is detected, the noise is reduced. Is recognized. When the above four threshold levels are provided, the combination of the polarity and magnitude of the acceleration detection signal V of the acceleration sensors 5 and 6 can be classified into any of the following six patterns. Pattern: L L1 ≧ V> L L2 pattern: V ≧ L H2 pattern: 0 ≧ V> L L1 pattern: L H2 > V ≧ L H1 pattern: L L2 ≧ V Pattern: L H1 > V ≧ 0

【0015】不感帯に入っているパターン()を除
く四つのパターン()が加速度の方向と大きさ
を表す離散的な情報であり、その加速度の状態は以下の
とおりである。 パターン:−方向(負極性)の弱い加速度(以下「N
EG_LO」) パターン:+方向(正極性)の強い加速度(以下「P
OS_HI」) パターン:+方向(正極性)の弱い加速度(以下「P
OS_LO」) パターン:−方向(負極性)の強い加速度(以下「N
EG_HI」)
The four patterns () excluding the pattern () in the dead zone are discrete information indicating the direction and magnitude of the acceleration, and the state of the acceleration is as follows. Pattern: Weak acceleration in the negative direction (negative polarity) (hereinafter "N
EG_LO ”) Pattern: Strong acceleration in the + direction (positive polarity) (hereinafter“ P
OS_HI ”) Pattern: Weak acceleration in the + direction (positive polarity) (hereinafter“ P
OS_LO ") Pattern: Strong acceleration in the negative direction (negative polarity) (hereinafter" N
EG_HI ")

【0016】<携帯情報端末の電子的構成>図5は、携
帯情報端末1の内部ブロック図であり、20はイベント
信号発生部、21はCPU(分類手段、信号発生手段、
電子回路)、22はEEPROMで構成され、電気的に
書き換えが可能なROM(第2の記憶手段)、23はR
AM(第1の記憶手段)、24は液晶ディスプレイ(図
1の符号3参照)を含む表示部、25は操作ボタンや電
源スイッチなど(図1の符号4参照)を含むキー入力
部、26は例えばIr(赤外線)を用いた通信部(イン
ターフェース)である。イベント信号発生部20(イベ
ント信号発生装置)は、X軸方向の加速度センサー5と
Z軸方向の加速度センサー6とを備えると共に、これら
加速度センサー5、6の出力電圧を個別に増幅する二つ
のアンプ20a、20b並びに増幅された出力電圧をそ
れぞれディジタル信号(加速度検出信号)に変換するア
ナログデジタルコンバータ(略号:ADC)20c、2
0dを備えている。CPU21は、ROM22に格納さ
れているプログラム(分類内容)に基づいて、発生した
イベント信号に関わる動作状態(後述する)をRAM2
3に記録して表示部24の表示内容を制御したり、ま
た、通信部26を介して行われる外部の情報処理装置と
の間の通信動作を制御して、ROM22に格納されてい
るプログラムを書き換える。また、RAM23に記録さ
れている動作状態についても、通信部26を介して外部
の情報処理装置に出力したり、新たな書き込みを指示す
る。なお、上記プログラムを構成するいくつかのタスク
は、キー入力部25からの信号やイベント信号発生部2
0からの信号に応答して処理を開始するイベント起動型
のものである。
<Electronic Configuration of Portable Information Terminal> FIG. 5 is an internal block diagram of the portable information terminal 1. Reference numeral 20 denotes an event signal generator, and 21 denotes a CPU (classifying means, signal generating means,
An electronic circuit), 22 is constituted by an EEPROM, and an electrically rewritable ROM (second storage means);
AM (first storage means), 24 is a display unit including a liquid crystal display (see reference numeral 3 in FIG. 1), 25 is a key input unit including operation buttons and a power switch (see reference numeral 4 in FIG. 1), 26 is For example, a communication unit (interface) using Ir (infrared). The event signal generator 20 (event signal generator) includes an acceleration sensor 5 in the X-axis direction and an acceleration sensor 6 in the Z-axis direction, and two amplifiers that individually amplify the output voltages of the acceleration sensors 5 and 6. Analog-to-digital converters (abbreviations: ADCs) 20c, 20a and 20b and analog-to-digital converters (abbreviations: ADCs) for converting the amplified output voltages into digital signals (acceleration detection signals), respectively;
0d. The CPU 21 stores an operation state (to be described later) relating to the generated event signal in the RAM 2 based on a program (classification content) stored in the ROM 22.
3 to control the display contents of the display unit 24 and the communication operation with an external information processing device performed via the communication unit 26, to execute the program stored in the ROM 22. rewrite. The operation state recorded in the RAM 23 is also output to an external information processing device via the communication unit 26, or a new write instruction is issued. Some of the tasks constituting the program include a signal from the key input unit 25 and an event signal generation unit 2.
It is an event-activated type that starts processing in response to a signal from 0.

【0017】<パターン分類プログラム>図6は、CP
U21で実行されるプログラムの一つであり、このプロ
グラムは、イベント信号発生部20からの二つの信号
(Z軸加速度検出信号Vzn、X軸加速度検出信号Vx
n)の極性(正or負)と加速度の大きさを評価して上
述の四つのパターン()に分類し、各分類に応
じた内部信号(POS_HI、POS_LO、NEG_
LO、NEG_HI)を発生するというものである。以
下、このプログラムを便宜的に「パターン分類プログラ
ム」ということにする。ここで、パターン分類プログラ
ムは、イベント信号発生部20からの二つの加速度検出
信号Vzn、Vxnの状態を常にモニタする必要性か
ら、定期的(所定時間間隔Td)若しくは他のプログラ
ムと同時進行的に実行(いわゆるマルチタスク処理)さ
れなければならない。まず、パターン分類プログラムの
動作を説明する前に、このプログラムで使用される変数
を以下に列挙する。 Vxn:X軸方向の時間nにおける加速度検出信号の値
を格納するための変数 Vxn−1:前記時間n以前における、直近の加速度検
出信号の値を格納するための変数 Vxd:VxnとVxn−1との差(Vxn−Vxn−
1)を格納するための変数 Vxd−1:前回のVxn(Vxn−1)と前回のVx
n−1(Vxn−2)との差を格納するための変数 Vzn:Z軸方向の時間nにおける加速度検出信号の値
を格納するための変数 Vzn−1:前記時間n以前における、直近の加速度検
出信号の値を格納するための変数 Vzd:VznとVzn−1との差(Vzn−Vzn−
1)を格納するための変数 Vzd−1:前回のVzn(Vzn−1)と前回のVz
n−1(Vzn−2)との差を格納するための変数
<Pattern Classification Program> FIG.
This program is one of the programs executed in U21, and is composed of two signals (the Z-axis acceleration detection signal Vzn and the X-axis acceleration detection signal Vx) from the event signal generator 20.
n), the polarity (positive or negative) and the magnitude of the acceleration are evaluated and classified into the above four patterns (), and the internal signals (POS_HI, POS_LO, NEG_) corresponding to each classification are evaluated.
LO, NEG_HI). Hereinafter, this program is referred to as a “pattern classification program” for convenience. Here, the pattern classification program needs to constantly monitor the state of the two acceleration detection signals Vzn and Vxn from the event signal generator 20, so that the pattern classification program periodically (predetermined time interval Td) or simultaneously with other programs. Must be executed (so-called multitasking). First, before describing the operation of the pattern classification program, variables used in the program are listed below. Vxn: Variable for storing the value of the acceleration detection signal at time n in the X-axis direction Vxn-1: Variable for storing the value of the most recent acceleration detection signal before the time n Vxd: Vxn and Vxn-1 (Vxn-Vxn-
1) Variables for storing Vxd-1: previous Vxn (Vxn-1) and previous Vx
Vzn: a variable for storing the value of the acceleration detection signal at time n in the Z-axis direction Vzn: a variable for storing the value of the acceleration detection signal at time n in the Z-axis direction Variable for storing the value of the detection signal Vzd: the difference between Vzn and Vzn-1 (Vzn-Vzn-
Variables for storing 1) Vzd-1: previous Vzn (Vzn-1) and previous Vz
Variable for storing the difference from n-1 (Vzn-2)

【0018】パターン分類プログラムは、その実行順
に、X軸加速度検出信号Vxnに対する不感帯の判定並
びに加速度の演算ブロックB1と、パターン分類ブロッ
クB2(図ではサブルーチンプログラムSUB_Aとし
ているが、これは図示の都合である)とに分けることが
できるとともに、さらに、図では破線で囲んで簡略化し
ているが、上記B1及びB2と同様のブロックを含むZ
軸加速度信号用のブロックB3に分けることができる。
すなわち、パターン分類プログラムは、所定時間間隔T
dごとにB1、B2及びB3を順次に実行し、B1とB
2で“X軸加速度検出信号Vxn"に対する不感帯の判
定、パターンの分類(POS_HI、POS_LO、N
EG_LO、NEG_HIの信号発生)を行うととも
に、B3では同様に “Z軸の加速度検出信号Vzn"に
対する不感帯の判定、パターンの分類(POS_HI、
POS_LO、NEG_LO、NEG_HIの信号発
生)を行うというものである。
The pattern classification program is executed in the order of execution. The block Z1 for determining the dead zone for the X-axis acceleration detection signal Vxn and calculating the acceleration, and the pattern classification block B2 (the subroutine program SUB_A in the figure, but for convenience of illustration). ) And, furthermore, although simplified by surrounding them with broken lines in the figure, Z including blocks similar to B1 and B2 described above.
It can be divided into an axial acceleration signal block B3.
That is, the pattern classification program executes the predetermined time interval T
B1, B2 and B3 are sequentially executed for each d, and B1 and B3
2 to determine the dead zone for the “X-axis acceleration detection signal Vxn” and classify the pattern (POS_HI, POS_LO, N
EG_LO and NEG_HI signals are generated), and in B3, a dead zone is determined for the “Z-axis acceleration detection signal Vzn”, and patterns are classified (POS_HI,
POS_LO, NEG_LO, and NEG_HI signals).

【0019】以下、各ブロックごとに説明すると、ブロ
ックB1では、まず、イベント信号発生部20から出力
された二つの信号のうち、“X軸加速度検出信号Vx
n"をRAM23の所定のメモリエリアに格納(S1)
し、次に、このVxnのサインビットを調べて極性が正
であるか否かを判定(S2)する。正極の場合、次にV
xnの加速度の絶対値がLH1の絶対値以上か否かを判定
(S3)し、以下の場合は不感帯に入っているものと判
断する一方(S5)、正極でない場合(Vxnの極性が
負の場合)は、Vxnの加速度の絶対値がLL1の絶対値
以下か否かを判定(S4)し、以下でない場合は上記と
同様に不感帯に入っているものと判断して、今回取得し
た変数Vxnと、前回取り込んでRAM23の所定のメ
モリエリアに格納した変数Vxn-1との差分を演算する
(S6)。
In the following, a description will be given of each block. In the block B1, first, of the two signals output from the event signal generator 20, the "X-axis acceleration detection signal Vx
n "is stored in a predetermined memory area of the RAM 23 (S1).
Then, the sign bit of Vxn is examined to determine whether the polarity is positive or not (S2). For the positive electrode, then V
the absolute value of the acceleration of xn is determined whether or the absolute value of L H1 to (S3), while it is judged that has entered the dead band in the following cases (S5), the polarity of if not positive (Vxn negative Is determined whether or not the absolute value of the acceleration of Vxn is equal to or less than the absolute value of L L1 (S4). If not, it is determined that the vehicle is within the dead zone as described above, and the current value is obtained. The difference between the variable Vxn and the variable Vxn -1 previously taken and stored in a predetermined memory area of the RAM 23 is calculated (S6).

【0020】次に、ブロックB2(図7のサブプログラ
ム:SUB_A参照)では、まず、今回取得したVxn
とVxdとが共に0であるか否か、すなわち、これまで
加速度検出がされておらず、今回の検出がプラスマイナ
ス0であるか否かを判定(S11)し、そうである場合
は、イベント信号発生部20から出力された“X軸加速
度検出信号Vxn"に実質的な変化がない(したがっ
て、携帯情報端末1の本体2にX軸方向の加速度が加え
られていない)ものと判断し、前回取得し、RAM23
の所定のメモリエリアに格納されている変数Vxn-1
今回取得したVxnに上書きするとともに、前回取得
し、RAM23の所定のメモリエリアに格納されている
変数Vxd-1を今回取得したVxdに上書き(図6のS
7)してブロックB2を終了する。一方、ステップS1
1で、Vxnが0以外であるか又はVxdが0以外であ
ると判定された場合は、イベント信号発生部20から出
力された“X軸加速度検出信号Vxn"に実質的な変化
が発生している(したがって、携帯情報端末1の本体2
にX軸方向の加速度が加えられている)ものと判断し、
Vxdに基づいて加速度の方向を判定(S12又はS1
6)する。
Next, in the block B2 (see the subprogram: SUB_A in FIG. 7), first, the Vxn
And Vxd are both 0, that is, it is determined whether acceleration has not been detected and whether the current detection is plus or minus 0 (S11). It is determined that there is no substantial change in the “X-axis acceleration detection signal Vxn” output from the signal generator 20 (therefore, no acceleration in the X-axis direction is applied to the main body 2 of the portable information terminal 1), Previously acquired, RAM 23
Overwriting a variable Vxn -1 stored predetermined in the memory area while overwriting the currently obtained Vxn, previously acquired, a variable Vxd -1 stored in the currently obtained Vxd in a predetermined memory area of the RAM23 (S in FIG. 6
7) Then, the block B2 ends. On the other hand, step S1
When it is determined at 1 that Vxn is other than 0 or Vxd is other than 0, a substantial change occurs in the “X-axis acceleration detection signal Vxn” output from the event signal generator 20. (Therefore, the main body 2 of the portable information terminal 1)
Is accelerated in the X-axis direction).
The direction of the acceleration is determined based on Vxd (S12 or S1
6) Yes.

【0021】この方向判定は、まず、「0≦Vxd-1
かつ、Vxd<0」(第1の条件)を満足するか否かを
判定(S12)し、その結果がNOの場合に、「Vxd
-1≦0、かつ、0<Vxd」(第2の条件)を満足する
か否かを判定(S16)するというものである。第1の
条件は、加速度の方向が正方向であるか否かを判定する
条件であり、具体的には、条件「0≦Vxd-1」は前回
の加速度の方向(正、もしくは0)を判定するためのも
のである。なお、第1の条件の「Vxd<0」は今回の
加速度を方向を含めて判定するためのものである。ま
た、第2の条件は、加速度の方向が負方向であるか否か
を判定する条件であり、具体的には、条件「Vxd-1
0」は前回の加速度の方向(負、もしくは0)を判定す
るためのものである。なお、第2の条件の「0<Vx
d」も今回の加速度を方向を含めて判定するためもので
ある。
In this direction determination, first, “0 ≦ Vxd −1 ,
In addition, it is determined whether or not Vxd <0 (the first condition) is satisfied (S12), and if the result is NO, “Vxd
It is determined whether or not “ −1 ≦ 0 and 0 <Vxd” (second condition) are satisfied (S16). The first condition is a condition for determining whether or not the direction of the acceleration is the positive direction. Specifically, the condition “0 ≦ Vxd −1 ” indicates that the direction of the previous acceleration (positive or 0) This is for determining. The first condition “Vxd <0” is for determining the current acceleration including the direction. The second condition is a condition for determining whether or not the direction of acceleration is a negative direction. Specifically, the second condition is a condition “Vxd −1
"0" is for determining the direction (negative or 0) of the previous acceleration. Note that the second condition “0 <Vx
"d" is also for determining the current acceleration including the direction.

【0022】第1の条件と第2の条件を満たさない場合
(ステップS12とS16が共にNO判定の場合)は、
加速度の方向が正負何れでもない、すなわち、イベント
信号発生部20から出力された“X軸加速度信号"に実
質的な変化が発生していない(したがって、携帯情報端
末1の本体2にX軸方向の加速度が加えられていない)
ものと判断し、前回取得し、RAM23の所定のメモリ
エリアに格納されている変数Vxn-1を今回取得したV
xnに上書きするとともに、前回取得し、RAM23の
所定のメモリエリアに格納されている変数Vxd-1を今
回取得したVxdに上書き(図6のS7)してブロック
B2を終了する。一方、第1の条件を満たす場合(ステ
ップS12でYES判定の場合)、又は、第2の条件を
満たす場合(ステップS16でYES判定の場合)は、
それぞれ、瞬間的に変化した加速度の方向が正方向又は
負方向であるから、各方向に応じたしきい値(正方向:
H2、負方向:LL2)の絶対値と比較して、各方向に応
じたパターン分類(S13、S17)を行い、正方向に
あってはPOS_HI又はPOS_LOを、また、負方
向にあってはNEG_HI又はNEG_LOの信号を発
生する(S14、S15、S18、S19)。
When the first condition and the second condition are not satisfied (when both S12 and S16 are NO),
The direction of the acceleration is neither positive nor negative, that is, no substantial change occurs in the “X-axis acceleration signal” output from the event signal generation unit 20 (therefore, the main body 2 of the portable information terminal 1 has no X-axis direction). Acceleration is not applied)
And the variable Vxn -1 acquired last time and stored in a predetermined memory area of the RAM 23
While overwriting xn, the variable Vxd- 1 acquired last time and stored in a predetermined memory area of the RAM 23 is overwritten with the currently acquired Vxd (S7 in FIG. 6), and the block B2 ends. On the other hand, if the first condition is satisfied (YES in step S12) or if the second condition is satisfied (YES in step S16),
Since the direction of the instantaneously changed acceleration is the positive direction or the negative direction, the threshold value (positive direction:
L H2 , negative direction: L L2 ), and perform pattern classification (S13, S17) according to each direction, and perform POS_HI or POS_LO in the positive direction, and perform pattern classification in the negative direction. Generates a signal of NEG_HI or NEG_LO (S14, S15, S18, S19).

【0023】すなわち、X軸の加速度変化が正方向で、
且つ、しきい値LH2の絶対値を越えていればPOS_H
Iを発生(図4の参照)する一方、越えていなければ
POS_LOを発生(図4の参照)し、また、X軸の
加速度変化が負方向で、且つ、しきい値LL2の絶対値を
越えていればNEG_HIを発生(図4の参照)する
一方、越えていなければNEG_LOを発生(図4の
参照)するというものである。そして、以上のパターン
分類を完了すると、RAM23の所定のメモリエリアに
格納されている変数Vxn-1を今回取得したVxnに上
書きするとともに、前回取得し、RAM23の所定のメ
モリエリアに格納されている変数Vxd-1を今回取得し
たVxdに上書き(図6のS7)してブロックB2を終
了する。この後、ブロックB3を実行(Z軸の加速度信
号Vznについて、以上のブロックB1、B2と同じ処
理を実行)する。
That is, the acceleration change in the X axis is in the positive direction,
POS_H if the absolute value of the threshold value L H2 is exceeded.
While I is generated (see FIG. 4), if not exceeded, POS_LO is generated (see FIG. 4), and the acceleration change in the X-axis is in the negative direction, and the absolute value of the threshold value L L2 is If it exceeds, NEG_HI is generated (see FIG. 4), and if it does not exceed, NEG_LO is generated (see FIG. 4). When the above pattern classification is completed, the variable Vxn- 1 stored in a predetermined memory area of the RAM 23 is overwritten on the currently obtained Vxn, and the variable Vxn- 1 obtained last time is stored in a predetermined memory area of the RAM 23. The variable Vxd- 1 is overwritten on the currently obtained Vxd (S7 in FIG. 6), and the block B2 ends. Thereafter, the block B3 is executed (the same processing as that of the above blocks B1 and B2 is executed for the Z-axis acceleration signal Vzn).

【0024】なお、本実施の形態では、X軸とZ軸の加
速度信号に対する不感帯の判定及び加速度の演算並びに
パターン分類をソフト的に行っているが、全部若しくは
その一部をハード的に行っても構わないことはもちろん
である。
In the present embodiment, the determination of the dead zone, the calculation of the acceleration, and the pattern classification for the X-axis and Z-axis acceleration signals are performed in a software manner. Of course, it is not a problem.

【0025】<携帯情報端末へのイベント信号付与の仕
方>本実施の形態の携帯情報端末1は、先にも述べたよ
うに手帳の形をしている。すなわち、手のひらに収まる
程度の角型で、しかも薄型・軽量である。したがって、
かかる形状の携帯情報端末1を手持ちする場合は、もっ
ぱら手のひらに乗せて本体2の両脇を親指と他の指で挟
み込むか、あるいは親指で上から押さえつけるといった
持ち方になるはずである。このような持ち方において、
携帯情報端末1に所要の加速度を与えようとすると、図
8に示すように、手首を支点にした「あおり運動」又は
「首振り運動」の組み合わせで行うこととなり、トータ
ル8つの運動パターンに分けることができる。なお、図
中Y軸方向に手首も動かす「前後運動」は、イベント信
号発生用の運動としては適当といいがたいため、ここで
は対象の運動から外すことにする。
<Method of Adding Event Signal to Portable Information Terminal> The portable information terminal 1 of the present embodiment is in the form of a notebook as described above. That is, it is a square shape that can fit in the palm, and is thin and lightweight. Therefore,
When the portable information terminal 1 having such a shape is to be held by hand, the user should hold the portable information terminal 1 solely on the palm and sandwich both sides of the main body 2 with the thumb and other fingers, or press down with the thumb from above. In such a way of holding,
When a desired acceleration is to be applied to the portable information terminal 1, as shown in FIG. 8, it is performed by a combination of "tilting motion" or "swinging motion" with the wrist as a fulcrum, and the motion information is divided into a total of eight motion patterns. be able to. Note that the "back-and-forth movement" of moving the wrist in the Y-axis direction in the figure is not suitable as an event signal generation movement, and is excluded from the target movement here.

【0026】また、上記「あおり運動」や「首振り運
動」のコンビネーションにより、細分化される加速度変
化Fを特異性で分類すると、図9に示すように、首振り
方向の往復運動(a)及びその逆向きの往復運動
(b)、あおり方向の往復運動(c)及びその逆向きの
往復運動(d)、首振り運動とあおり運動の混合型とも
言える円運動(e)、あおり方向の往復運動を短時間に
数回繰り返す連続運動(f)などに分けることができ
る。なお、これ以外の運動も考えられるが、ここでは説
明の簡単化のために敢えて触れないことにする。また、
説明の便宜上、図9に列挙した各運動を、以下のとおり
呼称することにする。 運動(a):正首振り運動(X軸方向:正方向に加速度
F検出/Z軸方向:加速度小) 運動(b):逆首振り運動(X軸方向:負方向に加速度
F検出/Z軸方向:加速度小) 運動(c):正あおり運動(X軸方向:加速度小/Z軸
方向:正方向に加速度F検出) 運動(d):逆あおり運動(X軸方向:加速度小/Z軸
方向:負方向に加速度F検出) 運動(e):円運動(X軸方向:加速度大と、Z軸方
向:加速度大とが所定の時間間隔ΔTaで交互に検出) 運動(f):連続あおり運動(Z軸方向:所定の時間間
隔(ΔTa)で連続して加速度F検出)
When the acceleration change F, which is subdivided by the combination of the above-mentioned "tilting movement" and "head swing movement", is classified according to specificity, as shown in FIG. Reciprocating motion (b) in the opposite direction, reciprocating motion in the tilting direction (c) and reciprocating motion in the opposite direction (d), circular motion (e) which can be said to be a mixed type of swing motion and tilting motion, The reciprocating motion can be divided into a continuous motion (f) that is repeated several times in a short time. Although other exercises are conceivable, they will not be described here for the sake of simplicity. Also,
For convenience of explanation, each exercise listed in FIG. 9 will be referred to as follows. Motion (a): Forward swing motion (X-axis direction: acceleration F is detected in the positive direction / Z-axis direction: small acceleration) Motion (b): Reverse swing motion (X-axis direction: Acceleration F is detected in the negative direction / Z Motion (c): Positive tilt motion (X-axis direction: Low acceleration / Z-axis direction: Acceleration F detected in positive direction) Motion (d): Reverse tilt motion (X-axis direction: Low acceleration / Z Axial direction: acceleration F is detected in the negative direction) Motion (e): circular motion (X-axis direction: high acceleration and Z-axis direction: high acceleration are detected alternately at a predetermined time interval ΔTa) Motion (f): continuous Tilt movement (Z-axis direction: acceleration F is detected continuously at a predetermined time interval (ΔTa))

【0027】図10は、ユーザーが正首振り運動を行
い、図9の(a)のごとく加速度Fを検出した時点の、
Z軸の加速度センサー5の出力変化52とX軸の加速度
センサー6の出力変化50,51とを示す図である。こ
こで、「正首振り運動」は、手首を支点にして携帯情報
端末1の頭をX軸の正方向に振る運動であり、所定時間
間隔ΔTaにおいて、X軸の加速度センサー5の出力5
0,51が大きく変化し、Z軸の加速度センサー6の出
力52はほとんど変化しない。したがって、Z軸の加速
度センサー6の出力52(Vzn)がほぼ不感帯(L H1
〜LL1)に入っている状態で、且つ、X軸の加速度セン
サー5の出力50,51(Vxn)がしきい値LH1を越
えていれば、携帯情報端末1に対して正首振り運動が行
われたことを判断できる。なお、逆首振り運動の場合
は、X軸の加速度センサー5の出力50,51(Vx
n)がLL1を越えていれば、携帯情報端末1に対して逆
首振り運動が行われたことを判断できる。さらに、検出
されたX軸の加速度の出力(Vxn)が低しきい値LH1
のみを越えたか(50参照)又は高しきい値LH2も越え
たか(51参照)を判別させることにより、正首振り運
動の判断を強弱2段階で行うことができる。逆に逆首振
り運動の判断は、X軸の加速度の出力(Vxn)が低し
きい値LL1のみを越えたか又は高しきいLL2も越えたか
をも判別させることにより、逆首振り運動の判断も強弱
2段階で行うことができる。
FIG. 10 shows that the user performs a head swing motion.
When the acceleration F is detected as shown in FIG.
Output change 52 of Z-axis acceleration sensor 5 and X-axis acceleration
It is a figure which shows the output changes 50 and 51 of the sensor 6. This
Here, "forward swing movement" is a mobile information
A motion of shaking the head of the terminal 1 in the positive direction of the X-axis for a predetermined time.
In the interval ΔTa, the output 5 of the X-axis acceleration sensor 5
0, 51 changes greatly, and the Z-axis acceleration sensor 6
Force 52 hardly changes. Therefore, acceleration of the Z axis
The output 52 (Vzn) of the degree sensor 6 is substantially in the dead zone (L H1
~ LL1) And X-axis acceleration sensor
The output 50, 51 (Vxn) of the circuit 5 is the threshold LH1Over
The mobile information terminal 1 performs a head swing motion.
You can judge what was done. In the case of reverse swing motion
Are the outputs 50, 51 (Vx
n) is LL1Over the mobile information terminal 1
It can be determined that the swinging motion has been performed. In addition, detection
The output (Vxn) of the obtained X-axis acceleration is the low threshold LH1
Exceeded only (see 50) or high threshold LH2Beyond
By determining whether or not (see 51),
Motion can be determined in two levels. Reverse swing
Judgment of the motion is based on the fact that the output (Vxn) of the X-axis acceleration is low.
Threshold LL1Only over or high threshold LL2Have you surpassed
The strength of the reverse swing motion
This can be done in two stages.

【0028】図11は、ユーザーがあおり運動を行い、
図9の(c)のごとく加速度Fを検出した場合の、Z軸
の加速度センサー5の出力変化54とX軸の加速度セン
サー6の出力変化53とを示す図である。ここで、「あ
おり運動」は、手首を支点にして携帯情報端末1の頭を
上下に振る運動であり、所定時間間隔ΔTaにおいて、
Z軸の加速度センサー6の出力54(Vzn)が大きく
変化し、X軸の加速度センサー5の出力53(Vxn)
はほとんど変化しない。したがって、X軸の加速度セン
サー5の出力53(Vxn)がほぼ不感帯(L H1
L1)に入っている状態で、且つ、Z軸の加速度センサ
ー6の出力54(Vzn)がしきい値LH1を越えていれ
ば、携帯情報端末1に対して正あおり運動が行われたこ
とを判断できる。なお、逆あおり運動の場合は、Z軸の
加速度センサー6の出力54(Vzn)がLL1を越えて
いれば、携帯情報端末1に対して逆あおり運動が行われ
たことを判断できる。さらに、出力54(Vzn)が低
しきい値LH1のみを越えたか又は高しきい値LH2も越え
たかを判別することにより、正あおり運動の判断を強弱
2段階で行うことができる。逆に逆あおり運動の判断
は、出力54(Vzn)が低しきい値LL1のみを越えた
か又は高しきいLL2も越えたかを調べることにより、逆
首あおり運動の判断も強弱2段階で行うことができる。
FIG. 11 shows that the user performs a tilting exercise,
The Z axis when the acceleration F is detected as shown in FIG.
Change 54 of the acceleration sensor 5 and the X-axis acceleration sensor
FIG. 9 is a diagram showing an output change 53 of the circuit 6. Here,
The “original exercise” is performed by using the wrist as a fulcrum and
This is a motion of swinging up and down, and at a predetermined time interval ΔTa,
The output 54 (Vzn) of the Z-axis acceleration sensor 6 is large.
Changes, the output 53 of the X-axis acceleration sensor 5 (Vxn)
Hardly changes. Therefore, the acceleration
The output 53 (Vxn) of the circuit 5 is substantially in the dead zone (L H1~
LL1) And Z-axis acceleration sensor
-6 output 54 (Vzn) is the threshold LH1Beyond
If the mobile information terminal 1 has been
Can be determined. In the case of reverse tilt movement,
The output 54 (Vzn) of the acceleration sensor 6 is LL1Beyond
If there is, the portable information terminal 1 performs a reverse tilt movement
You can judge that. Further, the output 54 (Vzn) is low.
Threshold LH1Only exceeded or high threshold LH2Beyond
By judging whether the movement is positive or negative
This can be done in two stages. Conversely, judgment of reverse tilt movement
Means that the output 54 (Vzn) is low threshold LL1Beyond only
Or high threshold LL2By examining whether or not
Judgment of neck tilt movement can be made in two levels.

【0029】図12は、円運動を行ったときの、Z軸の
加速度センサー5の出力変化56とX軸の加速度センサ
ー6の出力変化55とを示す図である。ここで、円運動
は、手首を支点にして携帯情報端末1の頭を左右に振る
首振り運動と上下に振るあおり運動の混合型であり、Z
軸の加速度センサー6の出力56(Vzn)が正方向、
又は負方向で最大の時と、X軸の加速度センサー6の出
力55(Vxn)が正方向、又は負方向で最大の時とが
所定の時間間隔ΔTdで交互に出現する。したがって、
X軸の加速度センサー5の出力55(Vxn)がしきい
値LH1(又はLL1)を越えていたとき、Z軸の加速度セ
ンサー6の出力56(Vzn)が不感帯にあれば、もし
くは、Z軸の加速度センサー6の出力56(Vzn)が
しきい値LH1(又はLL1)を越えていたとき、X軸の加
速度センサー5の出力55(Vxn)が不感帯にあると
いう状態を所定の時間間隔(ΔTa)で交互に検出し、
更に前記所定の時間間隔の2倍(2ΔTa)の周期で、
X軸の加速度センサー5の出力55(Vxn)か、Z軸
の加速度センサー6の出力56(Vzn)がしきい値L
H1(又はLL1)を越えていることを検出すれば、携帯情
報端末1に対して円運動が行われたことを判断できる。
さらに、図示しないが、低しきい値LH1(又はLL1)の
みを越えたか又はしきい値LH2(又はLL2)をも越えた
かを判断したり、前記所定の時間間隔(ΔTd)におい
て何回しきい値越えを検出したかを判別することによ
り、円運動の回転速度の判断を強弱2段階で行うことが
できる。さらにまた、Z軸の加速度センサー6の出力5
6(Vzn)の最初に検出される極性方向と、X軸の加
速度センサー6の出力55(Vxn)の最初に検出され
る極性方向との検出順序のパターンにより、回転方向を
も検出することができる。
FIG. 12 is a diagram showing an output change 56 of the Z-axis acceleration sensor 5 and an output change 55 of the X-axis acceleration sensor 6 when a circular motion is performed. Here, the circular motion is a mixed type of a swing motion in which the head of the portable information terminal 1 is swung left and right with a wrist as a fulcrum and a tilt motion in which the head is swung up and down.
The output 56 (Vzn) of the axis acceleration sensor 6 is in the positive direction,
Alternatively, the maximum time in the negative direction and the maximum time in the positive direction or the negative direction of the output 55 (Vxn) of the X-axis acceleration sensor 6 alternately appear at a predetermined time interval ΔTd. Therefore,
When the output 55 (Vxn) of the X-axis acceleration sensor 5 exceeds the threshold value L H1 (or L L1 ), if the output 56 (Vzn) of the Z-axis acceleration sensor 6 is in the dead zone, or When the output 56 (Vzn) of the acceleration sensor 6 of the axis exceeds the threshold value L H1 (or L L1 ), the state that the output 55 (Vxn) of the acceleration sensor 5 of the X axis is in the dead zone is determined for a predetermined time. Detected alternately at intervals (ΔTa)
Further, with a cycle twice (2ΔTa) of the predetermined time interval,
The output 55 (Vxn) of the X-axis acceleration sensor 5 or the output 56 (Vzn) of the Z-axis acceleration sensor 6 is a threshold L
If it is detected that the distance exceeds H1 (or L L1 ), it can be determined that a circular motion has been performed on the portable information terminal 1.
Further, although not shown, it is determined whether or not only the low threshold value L H1 (or L L1 ) has been exceeded or the threshold value L H2 (or L L2 ) has been exceeded, and in the predetermined time interval (ΔTd). By judging how many times the threshold value is exceeded, the rotational speed of the circular motion can be determined in two levels of strength. Furthermore, the output 5 of the Z-axis acceleration sensor 6
6 (Vzn) and the rotation direction can also be detected by a pattern of the detection order of the polarity direction detected first of the output 55 (Vxn) of the output 55 (Vxn) of the X-axis acceleration sensor 6. it can.

【0030】図13は、連続あおり運動を行ったときの
Z軸の加速度センサー5の出力変化58とX軸の加速度
センサー6の出力変化57とを示す図である。ここで、
連続あおり運動は、手首を支点にして携帯情報端末1を
所定時間間隔ΔTaの間隔で数回(例えば3回)続けて
Z軸方向に上下に振る運動であり、Z軸の加速度センサ
ー6の出力58(Vzn)が周期的振動を伴って大きく
変化し、X軸の加速度センサー5の出力57(Vxn)
はほとんど変化しない。したがって、X軸の加速度セン
サー5の出力57(Vxn)がほぼ不感帯に入っている
状態で、且つ、Z軸の加速度センサー6の出力58(V
zn)がしきい値LH1を周期的に3回連続して越えてい
れば、携帯情報端末1に対して連続あおり運動が行われ
たことを判断できる。さらに、図面上で区別はしない
が、低しきい値LH1(又はLL1)のみを越えたか若しく
は高しきい値LH2(又はLL2)も越えたかを調べること
により、連続あおり運動の判断を強弱2段階で行うこと
ができる。さらにまた、図示はしないが、連続首振り運
動を検出する場合は、上記連続あおり運動とは逆に、Z
軸の加速度センサー6の出力58(Vzn)がほぼ不感
帯に入っている状態で、且つ、X軸の加速度センサー5
の出力57(Vxn)がしきい値LH1を周期的に3回連
続して越えていること検出することで判断できる。
FIG. 13 is a diagram showing an output change 58 of the Z-axis acceleration sensor 5 and an output change 57 of the X-axis acceleration sensor 6 when a continuous swing motion is performed. here,
The continuous swing motion is a motion in which the portable information terminal 1 is shaken up and down in the Z-axis direction several times (for example, three times) at intervals of a predetermined time interval ΔTa with the wrist as a fulcrum. 58 (Vzn) greatly changes with periodic vibration, and the output 57 (Vxn) of the X-axis acceleration sensor 5
Hardly changes. Therefore, the output 57 (Vxn) of the X-axis acceleration sensor 5 is substantially in the dead zone, and the output 58 (Vxn) of the Z-axis acceleration sensor 6
If zn) periodically exceeds the threshold value L H1 three times in succession, it can be determined that the portable information terminal 1 has performed a continuous tilting exercise. Further, although no distinction is made in the drawing, the determination of the continuous tilting movement is made by checking whether only the low threshold value L H1 (or L L1 ) has been exceeded or whether the high threshold value L H2 (or L L2 ) has been exceeded. Can be performed in two stages of strength. Furthermore, although not shown, when detecting a continuous swinging motion, Z
In a state where the output 58 (Vzn) of the acceleration sensor 6 of the axis is substantially in the dead zone, and the acceleration sensor 5 of the X axis
Can be determined by detecting that the output 57 (Vxn) exceeds the threshold value L H1 three times in a row.

【0031】なお、図10の所定時間間隔ΔTaは、携
帯情報端末1に与えられる様々な加速度の中から、特定
のもの(意図的に行われた正・逆首振り運動、正・逆あ
おり運動並びに連続あおり運動に伴う加速度)を取り出
すための検出周期を示しており、その好ましい値は、特
に限定しないが、概ね0.15〜0.5秒程度であり、
CPUで実行されるプログラム(分類内容)に基づい
て、適宜設定変更可能である。
The predetermined time interval ΔTa in FIG. 10 is selected from various accelerations given to the portable information terminal 1 (a forward / reverse swing motion, a forward / reverse swing motion intentionally performed). And a detection cycle for extracting the acceleration associated with the continuous tilting movement), and a preferable value thereof is not particularly limited, but is approximately 0.15 to 0.5 seconds.
The settings can be changed as appropriate based on the programs (classification contents) executed by the CPU.

【0032】<イベント信号と内部動作との関連付け>
さて、以上の説明から、本実施の形態の携帯情報端末1
にあっては、図9に示すそれぞれの運動----正首振り運
動(a)、逆首振り運動(b)、正あおり運動(c)、
逆あおり運動(d)、円運動(e)及び連続あおり運動
(f)----を選択的に与えることにより、X軸とZ軸の
両加速度センサー5、6で特異的な出力変化を生じ、そ
れを検出することによって、どの運動が与えられたかを
判別でき、さらに、その強弱の段階も判別できることが
明らかにされた。かかる運動は、従来のイベント信号発
生装置における、例えば、マウスの右ボタンクリック操
作、ダブルクリック操作ないしはキーボードの任意ボタ
ンの押し下げ操作に相当するものであり、何れの運動
も、イベント信号を発生するための“きっかけ"となり
得る運動要素であるから、後は、携帯情報端末1の各々
の内部動作との関連付けを行えばよい。
<Relationship between Event Signal and Internal Operation>
Now, from the above description, the portable information terminal 1 of the present embodiment
In FIG. 9, each of the exercises shown in FIG. 9 --- the forward swing motion (a), the reverse swing motion (b), the vertical swing motion (c),
By selectively giving the reverse tilt motion (d), the circular motion (e) and the continuous tilt motion (f) --- specific output changes can be obtained by both the X-axis and Z-axis acceleration sensors 5 and 6. It was revealed that by detecting the movement, it was possible to determine which exercise was given, and also to determine the level of the strength. Such a motion corresponds to, for example, a right mouse button click operation, a double click operation, or a depression operation of an arbitrary button on a keyboard in a conventional event signal generation device. Since the movement element can be a “trigger” of the portable information terminal 1, it may be associated with the internal operation of each of the portable information terminals 1 afterward.

【0033】例えば、タイトル(ファイル名)で文書デ
ータを記憶管理する(RAM23に格納されている)ソ
フトウェアに搭載され、これらのデータを閲覧する場合
において実行されるプログラムの場合、ROM22に
は、それぞれ検出されるパターン(動作状態)、イベン
トの内容、及びCPU21の制御内容とを対応づけて格
納する図14に図示されるテーブル221が記憶されて
おり、このテーブルの内容には以下の対応づけがなされ
ているものとする。すなわち、図14において 正首振り運動(a):「進む」イベント 弱い場合は順方向行送り、強い場合は順方向ページ送
り。 逆首振り運動(b):「戻る」イベント 弱い場合は逆方向行送り、強い場合は逆方向ページ送
り。 正あおり運動(c):「復帰」イベント(※) 上位の階層への復帰。又は選択取り消し。 逆あおり運動(d):「実行」イベント(※) 例えば、オンフォーカス中のオブジェクトに下位の階層
がある場合、その階層へ移動するなどの実行指示処理。 円運動(e):「移動」イベント 時計回転の場合は順方向カーソル移動、逆時計回転の場
合は逆方向カーソル移動。 連続あおり運動(f):「トップメニューへのジャン
プ」イベント(※) 但し、※印は強弱の区別をしないことを表す。 と定義されている。
For example, in the case of a program installed in software (stored in the RAM 23) for storing and managing document data by title (file name) and executed when browsing such data, the ROM 22 stores A table 221 shown in FIG. 14 that stores the detected pattern (operation state), the content of the event, and the control content of the CPU 21 in association with each other is stored. Shall be done. That is, in FIG. 14, the head swinging motion (a): “advance” event The forward line feed when weak, and the forward page feed when strong. Reverse swing motion (b): "Return" event Reverse feed forward if weak, reverse feed forward if strong. Positivity movement (c): "Return" event (*) Return to a higher level. Or cancel selection. Reverse tilt movement (d): "execution" event (*) For example, when an object being on-focused has a lower hierarchy, execution instruction processing such as moving to that hierarchy. Circular motion (e): "Move" event In the case of clockwise rotation, forward cursor movement, and in the case of counterclockwise rotation, backward cursor movement. Continuous swing movement (f): "Jump to top menu" event (*) However, the * mark indicates that strength is not distinguished. It is defined as

【0034】<携帯情報端末の操作例>図15は、これ
らのイベントを駆使して行われる携帯情報端末1の状態
遷移図であり、楕円で囲まれた部分60〜69が各々の
状態を模式的に表し、楕円を結ぶ矢印線70〜79が状
態遷移を模式的に表している。トップメニューの表示状
態60では、図1に示すように、電話帳メニュー7、予
定表メニュー8、メモ帳メニュー9、電子メールメニュ
ー10及び直前の操作状態(すなわち、マークされた表
示位置)へ戻るメニュー11などが液晶ディスプレイ3
に表示されている。ここで、適当なメニューを円運動
(e)を与えることにより発生する「移動」イベントを
検出するにより反転表示させて選択する。そして、逆あ
おり運動(d)を与えることにより発生する「実行」イ
ベントを検出することにより、そのメニューに登録され
たプロシージャを実行する。
<Example of Operation of Portable Information Terminal> FIG. 15 is a state transition diagram of the portable information terminal 1 performed by making full use of these events. Portions 60 to 69 surrounded by ellipses schematically show the respective states. Arrow lines 70 to 79 connecting the ellipses schematically represent state transitions. In the display state 60 of the top menu, as shown in FIG. 1, a telephone directory menu 7, a schedule table menu 8, a memo pad menu 9, an e-mail menu 10, and a menu for returning to the previous operation state (that is, the marked display position). 11 etc. are liquid crystal displays 3
Is displayed in. Here, an appropriate menu is selected by detecting a “movement” event generated by giving the circular motion (e) and highlighting it. Then, the procedure registered in the menu is executed by detecting an “execution” event generated by giving the reverse tilt movement (d).

【0035】例えば、トップメニューの表示状態の電子
メール60において、携帯情報端末1に「円運動
(e)」(図9(e)参照)を与えることによりメニュ
ー10を選択してオンフォーカスし、「逆あおり運動
(d)」(図9(d)参照)を与えると、テーブル22
1を参照することにより、「実行」イベント信号が発生
し、電子メールメニュー10に登録されたプロシージャ
(電子メールソフトを起動して送受信リストを表示する
コードを記述したプロシージャ)を実行する。図15で
は矢印線73を通って電子メールの閲覧状態64に遷移
することになる。図16は、電子メールの閲覧状態64
における携帯情報端末1の表示画面例であり、この例で
は便宜的に着信メールのリストを表示している。すなわ
ち、80は、着信メールの整理番号(No.)、件名、差
出人アドレス及び差出日付などの項目行であり、その下
のリスト欄81に、着信メールごとの件名情報などが表
示されている。
For example, in the electronic mail 60 in the display state of the top menu, the menu 10 is selected and given an on-focus by giving the portable information terminal 1 “circle motion (e)” (see FIG. 9E). When a reverse tilt motion (d) ”(see FIG. 9D) is given, the table 22
By referring to No. 1, an "execution" event signal is generated, and the procedure registered in the e-mail menu 10 (a procedure in which the e-mail software is activated and a code for displaying a transmission / reception list is described) is executed. In FIG. 15, the state transits to the electronic mail browsing state 64 through the arrow line 73. FIG. 16 shows the browsing state 64 of the e-mail.
Is an example of a display screen of the portable information terminal 1 in this example. In this example, a list of incoming mails is displayed for convenience. That is, reference numeral 80 denotes a line of items such as the serial number (No.) of the incoming mail, the subject, the sender's address, the date of sending, and the like. In the list column 81 below, the subject information for each incoming mail is displayed.

【0036】ここで、白黒反転の行はオンフォーカス行
であり、この状態で再び携帯情報端末1に「逆あおり運
動」(図9(d)参照)を与えると、上記テーブル22
1により、「実行」イベント信号が発生し、今度はオン
フォーカス中のオブジェクト(白黒反転の行)の下位階
層、すなわち、整理番号「2」のメール本文の表示画面
(図17参照)へと状態が遷移することになる。そし
て、このメール本文の表示画面の状態で、例えば、携帯
情報端末1に「正あおり運動」(図9(c)参照)を与
えると、上記テーブル221により、「復帰」イベント
信号が発生し、一つ前の状態、すなわち、着信メールの
リスト表示画面へと戻り、さらに携帯情報端末1に「連
続あおり運動」(図9(f)参照)を与えると、上記テ
ーブル221により、「ジャンプ」イベント信号が発生
し、トップメニューの表示画面に戻る。
Here, the row of black-and-white inversion is an on-focus row. In this state, when the portable information terminal 1 is again given a “reverse tilt movement” (see FIG. 9D),
1, an "execution" event signal is generated, and this time, the state is changed to the lower hierarchy of the on-focus object (the black-and-white inverted line), that is, the display screen of the mail text of the serial number "2" (see FIG. 17). Will transition. Then, in the state of the display screen of the mail body, if, for example, “moving up and down” (see FIG. 9C) is given to the portable information terminal 1, a “return” event signal is generated by the table 221, Returning to the previous state, that is, returning to the incoming mail list display screen, and giving the portable information terminal 1 a “continuous swinging exercise” (see FIG. 9F), the “jump” event A signal is generated and the display returns to the top menu display screen.

【0037】<まとめ>以上、説明したとおり、本実施
の形態の携帯情報端末1によれば、X軸及びZ軸の加速
度信号を総合的に評価して、携帯情報端末1の様々な動
き(運動)のパターンを分類して判別することができ、
それぞれの運動のパターンに関連付けられたイベント信
号を選択的に発生することができる。したがって、例え
ば、マウス、キーボード、タッチパネル、デジタイザな
どの従来型のイベント信号発生装置を不要にでき、ケー
ブルなどの邪魔ものをなくすことができる。
<Summary> As described above, according to the portable information terminal 1 of the present embodiment, the X-axis and Z-axis acceleration signals are comprehensively evaluated and various movements of the portable information terminal 1 ( Movement) can be classified and discriminated,
Event signals associated with each exercise pattern can be selectively generated. Therefore, for example, a conventional event signal generator such as a mouse, a keyboard, a touch panel, and a digitizer can be eliminated, and obstructions such as cables can be eliminated.

【0038】さらに、バイモルフ型の加速度センサーの
ような超小型(腕時計に組み込める程度に小さい)の加
速度センサーを用いれば、携帯情報端末1への実装も何
らの障害もなく行うことができるばかりか、その実装位
置を最適な位置(最大の加速度が得られる位置;本体2
の上端付近)にすることも容易である。
Further, if an ultra-small (small enough to be incorporated in a wristwatch) acceleration sensor such as a bimorph-type acceleration sensor is used, it can be mounted on the portable information terminal 1 without any obstacle. Set the mounting position to the optimal position (the position where the maximum acceleration is obtained;
Near the upper end).

【0039】しかも、本実施の形態のような携帯情報端
末1への適用はもちろんのこと、例えば、図18に示す
ような、ヘッドセット90を有する持ち運びタイプ(し
たがって、小型)のオーディオ機器91をはじめとする
多種多様な携帯性を備えた小型電子機器にも容易に適用
できるので、あらゆる種類の小型電子機器の操作性を大
幅に改善できるという産業上有益な効果が得られる。
In addition to the application to the portable information terminal 1 as in the present embodiment, for example, a portable (and thus small) audio equipment 91 having a headset 90 as shown in FIG. Since the present invention can be easily applied to various types of small electronic devices having portability, an industrially advantageous effect that operability of all kinds of small electronic devices can be significantly improved can be obtained.

【0040】<加速度センサーの代わりに衝撃センサー
を用いる>なお、上記実施の形態では、線形的な出力特
性を有する、例えば、バイモルフ型の加速度センサーを
用いたが、これは特に、加速度の大きさを離散的に検出
するためのベストモードであり、単に、加速度印加の有
無と方向だけを検出するのであれば、図19に示すよう
な構造の衝撃センサー(検出手段)を用いることもでき
る。図19において、100はケース、101は第一の
固定電極、102は第二の固定電極、103は第三の固
定電極、104は第一の固定電極101と第二の固定電
極102との間に位置する質量体を兼ねた可動電極、1
05は可動電極104と第三の固定電極103の間を接
続する導電性のばね部材、106は第一の電位V1への
プルアップ(又はプルダウン)抵抗、107は第二の電
位へのプルアップ(又はプルダウン)抵抗、108は接
地電位である。
<Using an Impact Sensor Instead of an Acceleration Sensor> In the above embodiment, for example, a bimorph-type acceleration sensor having a linear output characteristic is used. Is a best mode for discretely detecting the acceleration. If only the presence or absence and the direction of acceleration application are detected, an impact sensor (detection means) having a structure as shown in FIG. 19 can be used. In FIG. 19, 100 is a case, 101 is a first fixed electrode, 102 is a second fixed electrode, 103 is a third fixed electrode, and 104 is between the first fixed electrode 101 and the second fixed electrode 102. The movable electrode also serving as a mass body located at 1
05 is a conductive spring member connecting between the movable electrode 104 and the third fixed electrode 103, 106 is a pull-up (or pull-down) resistor to the first potential V1, and 107 is a pull-up to the second potential (Or pull-down) resistor 108 is at ground potential.

【0041】これによれば、定常状態(衝撃の未印加状
態)においては、可動電極104が第一の固定電極10
1と第二の固定電極102のほぼ中間に位置して何れの
電極とも接しないので、端子109、110の電位は、
それぞれV1相当及びV2相当となるが、図面の下向き
の衝撃(白抜き矢印参照)が印加された場合は、質量体
を兼ねる可動電極104がばね部材105の剛性に抗し
て下向きに瞬時移動し、第二の固定電極102に接触す
るため、V2→プルアップ抵抗107→第二の固定電極
102→可動電極104→ばね部材105→第三の固定
電極103→接地電位108→V2という閉回路が形成
され、その結果、同回路中に流れる電流とプルアップ抵
抗107の抵抗値の積で表される電圧降下だけV2から
下がった電位が端子110に現れることになる。
According to this, in a steady state (state in which no impact is applied), the movable electrode 104 is connected to the first fixed electrode 10.
Since it is located almost in the middle between the first and second fixed electrodes 102 and is not in contact with any of the electrodes, the potentials of the terminals 109 and 110 are
Although they are equivalent to V1 and V2, respectively, when a downward impact (see a white arrow) in the drawing is applied, the movable electrode 104 also serving as a mass moves instantaneously downward against the rigidity of the spring member 105. To contact the second fixed electrode 102, a closed circuit of V2 → pull-up resistor 107 → second fixed electrode 102 → movable electrode 104 → spring member 105 → third fixed electrode 103 → ground potential 108 → V2 As a result, a potential lower than V2 by a voltage drop represented by the product of the current flowing through the circuit and the resistance value of the pull-up resistor 107 appears at the terminal 110.

【0042】また、図面の上向きの衝撃(白抜き矢印の
逆向き)が印加された場合は、質量体を兼ねる可動電極
104がばね部材105の剛性に抗して上向きに瞬時移
動し、第一の固定電極101に接触するため、V1→プ
ルアップ抵抗106→第一の固定電極101→可動電極
104→ばね部材105→第三の固定電極103→接地
電位108→V1という閉回路が形成され、その結果、
同回路中に流れる電流とプルアップ抵抗106の抵抗値
の積で表される電圧降下だけV1から下がった電位が端
子109に現れることになる。
When an upward impact (in the opposite direction of the white arrow) is applied, the movable electrode 104 also serving as a mass body instantaneously moves upward against the rigidity of the spring member 105, and , A closed circuit of V1 → pull-up resistor 106 → first fixed electrode 101 → movable electrode 104 → spring member 105 → third fixed electrode 103 → ground potential 108 → V1 is formed, as a result,
A potential lower than V1 by a voltage drop represented by the product of the current flowing through the circuit and the resistance value of the pull-up resistor 106 appears at the terminal 109.

【0043】したがって、二つの端子109、110の
電位をモニタすることにより、以下に示すように、衝撃
印加の有無とその印加方向を判別することができる。 衝撃なし: 端子109=V1、且つ、端子110=V2 衝撃あり(下向き): 端子109=V1、且つ、端子110=V2−E107 衝撃あり(上向き): 端子109=V1−E106、且つ、端子110=V2 但し、E106はプルアップ抵抗106の電圧降下分、E
107はプルアップ抵抗107の電圧降下分である。
Therefore, by monitoring the potentials of the two terminals 109 and 110, it is possible to determine whether or not an impact has been applied and the direction in which the impact has been applied, as described below. No impact: terminal 109 = V1, and terminal 110 = V2 impact (downward): terminal 109 = V1, and terminal 110 = V2- E107 impact (upward): terminal 109 = V1- E106 , and Terminal 110 = V2 where E 106 is the voltage drop of pull-up resistor 106,
107 is a voltage drop of the pull-up resistor 107.

【0044】[0044]

【発明の効果】請求項1記載のイベント信号発生装置に
よれば、少なくとも2方向の加速度又は衝撃を検出する
検出手段を有する本体に備えられ、前記検出手段から出
力される、2方向以上の加速度又は衝撃に基づいて前記
本体の動きのパターンを分類する分類手段と、前記分類
されたパターンに応じた固有のイベント信号を発生する
信号発生手段とを、備えたので、少なくとも2方向の加
速度又は衝撃に基づいて前記本体の動きのパターンを分
類し、分類されたパターンに応じた固有のイベント信号
を発生することができる。したがって、例えば、マウ
ス、キーボード、タッチパネル、デジタイザなどの従来
型のイベント信号発生装置を不要にでき、ケーブルなど
の邪魔ものをなくすことができる。請求項2記載の電子
機器によれば、少なくとも2方向の加速度又は衝撃を検
出する検出手段とイベント信号に応答して動作状態を変
更する電子回路とを有する本体と、前記検出手段から出
力される、2方向以上の加速度又は衝撃に基づいて前記
本体の動きのパターンを分類する分類手段と、前記分類
されたパターンに応じて前記電子回路の動作状態を変更
するようにイベント信号を発生する信号発生手段と、を
備えたので、少なくとも2方向の加速度又は衝撃に基づ
いて前記本体の動きのパターンを分類し、分類されたパ
ターンに応じた固有のイベント信号を発生することがで
きる。したがって、例えば、マウス、キーボード、タッ
チパネル、デジタイザなどの従来型のイベント信号発生
装置を不要にした電子機器を実現でき、ケーブルなどの
邪魔ものをなくすことができるので、電子機器の設計を
容易にすることができる。請求項3記載の電子機器によ
れば、請求項2記載の電子機器において、前記イベント
信号によって変更された動作状態を記憶する第1の記憶
手段と、この第1の記憶手段に記憶された動作状態を外
部の機器に出力したり、またこの第1の記憶手段へ新た
な動作状態を記憶させるためのインターフェースと、を
更に備えたので、外部の機器への情報出力などのイベン
トを、例えば、マウス、キーボード、タッチパネル、デ
ジタイザなどの従来型のイベント信号発生装置を用いる
ことなく行うことができ、使い勝手の向上を図ることが
できる。請求項4記載の電子機器によれば、請求項2記
載の電子機器において、前記分類手段の分類内容を記憶
する第2の記憶手段と、この第2の記憶手段に記憶され
た分類内容を外部の機器に出力したり、またこの第2の
記憶手段へ新たな分類内容を記憶させるためのインター
フェースと、を更に備えたので、前記本体の動きのパタ
ーンの変更や追加を自在に行うことができ、システム改
良等の柔軟性向上を図ることができる。
According to the first aspect of the present invention, the event signal generator is provided in the main body having the detecting means for detecting acceleration or impact in at least two directions, and the acceleration in two or more directions outputted from the detecting means. Or classifying means for classifying the movement pattern of the main body based on the shock, and signal generating means for generating a unique event signal according to the classified pattern, so that acceleration or shock in at least two directions is provided. , The motion pattern of the main body is classified, and a unique event signal corresponding to the classified pattern can be generated. Therefore, for example, a conventional event signal generator such as a mouse, a keyboard, a touch panel, and a digitizer can be eliminated, and obstructions such as cables can be eliminated. According to the electronic device of the present invention, a main body including a detection unit for detecting acceleration or impact in at least two directions and an electronic circuit for changing an operation state in response to an event signal is output from the detection unit. Classifying means for classifying a movement pattern of the main body based on acceleration or impact in two or more directions, and signal generation for generating an event signal so as to change an operation state of the electronic circuit according to the classified pattern Means for classifying movement patterns of the main body based on acceleration or impact in at least two directions, and generating a unique event signal according to the classified pattern. Therefore, for example, an electronic device that does not require a conventional event signal generator such as a mouse, a keyboard, a touch panel, and a digitizer can be realized, and obstructions such as a cable can be eliminated, thereby facilitating the design of the electronic device. be able to. According to the electronic device of the third aspect, in the electronic device of the second aspect, the first storage unit that stores the operation state changed by the event signal, and the operation that is stored in the first storage unit. An interface for outputting a state to an external device and for storing a new operation state in the first storage means, so that an event such as information output to the external device can be performed, for example, This can be performed without using a conventional event signal generating device such as a mouse, a keyboard, a touch panel, and a digitizer, and the usability can be improved. According to the electronic device of the fourth aspect, in the electronic device of the second aspect, the second storage means for storing the classification contents of the classification means, and the classification contents stored in the second storage means are stored in an external device. And an interface for outputting to the second device and storing the new classification contents in the second storage means, so that the movement pattern of the main body can be freely changed or added. In addition, the flexibility such as system improvement can be improved.

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

【図1】携帯情報端末の外観図である。FIG. 1 is an external view of a portable information terminal.

【図2】加速度センサーの構造図である。FIG. 2 is a structural diagram of an acceleration sensor.

【図3】加速度センサーの出力特性図である。FIG. 3 is an output characteristic diagram of an acceleration sensor.

【図4】加速度センサーの出力信号変化状態図である。FIG. 4 is a diagram illustrating an output signal change state of an acceleration sensor.

【図5】携帯情報端末のブロック図である。FIG. 5 is a block diagram of a portable information terminal.

【図6】パターン分類プログラムのフローチャート(そ
の1)である。
FIG. 6 is a flowchart (part 1) of a pattern classification program.

【図7】パターン分類プログラムのフローチャート(そ
の2)である。
FIG. 7 is a flowchart (part 2) of the pattern classification program.

【図8】携帯情報端末の基本的な運動状態(首振り/あ
おり運動)を示す図である。
FIG. 8 is a diagram showing a basic exercise state (head swing / tilt exercise) of the portable information terminal.

【図9】イベント信号に関連付けする携帯情報端末の運
動状態図である。
FIG. 9 is an exercise state diagram of the portable information terminal associated with the event signal.

【図10】携帯情報端末における正首振り運動(逆首振
り運動)の出力信号変化状態図である。
FIG. 10 is an output signal change state diagram of a forward swing motion (reverse swing motion) in the portable information terminal.

【図11】携帯情報端末における正あおり運動(逆あお
り運動)の出力信号変化状態図である。
FIG. 11 is an output signal change state diagram of forward and backward motion (reverse and upward motion) in the portable information terminal.

【図12】X軸及びZ軸平面上の円運動の出力信号変化
状態図である。
FIG. 12 is a diagram illustrating a change state of an output signal of a circular motion on an X-axis and a Z-axis plane.

【図13】連続あおり運動の出力信号変化状態図であ
る。
FIG. 13 is a diagram illustrating a change state of an output signal of a continuous swing motion.

【図14】テーブルの設定内容を示す図である。FIG. 14 is a diagram showing setting contents of a table.

【図15】携帯情報端末の状態遷移図である。FIG. 15 is a state transition diagram of the portable information terminal.

【図16】電子メールの閲覧状態における携帯情報端末
の画面表示図である。
FIG. 16 is a screen display diagram of the portable information terminal in an electronic mail browsing state.

【図17】メール本文の画面表示図である。FIG. 17 is a screen display diagram of a mail text.

【図18】持ち運びタイプのオーディオ機器への適用図
である。
FIG. 18 is a diagram illustrating an application to a portable audio device.

【図19】衝撃センサーの構造図である。FIG. 19 is a structural diagram of an impact sensor.

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

5、6 加速度センサー(検出手段) 2 本体 20 イベント信号発生部(イベント信号発生装置) 21 CPU(分類手段、信号発生手段、電子回路) 221 テーブル(第2の記憶手段) 23 RAM(第1の記憶手段) 26 通信部(インターフェース) 5, 6 acceleration sensor (detection means) 2 main body 20 event signal generation unit (event signal generation device) 21 CPU (classification means, signal generation means, electronic circuit) 221 table (second storage means) 23 RAM (first Storage means) 26 Communication unit (interface)

─────────────────────────────────────────────────────
────────────────────────────────────────────────── ───

【手続補正書】[Procedure amendment]

【提出日】平成10年12月24日(1998.12.
24)
[Submission date] December 24, 1998 (1998.12.
24)

【手続補正1】[Procedure amendment 1]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0028[Correction target item name] 0028

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0028】図11は、ユーザーがあおり運動を行い、
図9の(c)のごとく加速度Fを検出した場合の、
の加速度センサー5の出力変化5軸の加速度セン
サー6の出力変化5とを示す図である。ここで、「あ
おり運動」は、手首を支点にして携帯情報端末1の頭を
上下に振る運動であり、所定時間間隔ΔTaにおいて、
Z軸の加速度センサー6の出力54(Vzn)が大きく
変化し、X軸の加速度センサー5の出力53(Vxn)
はほとんど変化しない。したがって、X軸の加速度セン
サー5の出力53(Vxn)がほぼ不感帯(L H1
L1)に入っている状態で、且つ、Z軸の加速度センサ
ー6の出力54(Vzn)がしきい値LH1を越えていれ
ば、携帯情報端末1に対して正あおり運動が行われたこ
とを判断できる。なお、逆あおり運動の場合は、Z軸の
加速度センサー6の出力54(Vzn)がLL1を越えて
いれば、携帯情報端末1に対して逆あおり運動が行われ
たことを判断できる。さらに、出力54(Vzn)が低
しきい値LH1のみを越えたか又は高しきい値LH2も越え
たかを判別することにより、正あおり運動の判断を強弱
2段階で行うことができる。逆に逆あおり運動の判断
は、出力54(Vzn)が低しきい値LL1のみを越えた
か又は高しきいLL2も越えたかを調べることにより、逆
首あおり運動の判断も強弱2段階で行うことができる。
FIG. 11 shows that the user performs a tilting exercise,
When the acceleration F is detected as shown in FIG.Xaxis
Output change 5 of acceleration sensor 53WhenZAxis acceleration
Output change 5 of circuit 64FIG. Here,
The “original exercise” is performed by using the wrist as a fulcrum and
This is a motion of swinging up and down, and at a predetermined time interval ΔTa,
The output 54 (Vzn) of the Z-axis acceleration sensor 6 is large.
Changes, the output 53 of the X-axis acceleration sensor 5 (Vxn)
Hardly changes. Therefore, the acceleration
The output 53 (Vxn) of the circuit 5 is substantially in the dead zone (L H1~
LL1) And Z-axis acceleration sensor
-6 output 54 (Vzn) is the threshold LH1Beyond
If the mobile information terminal 1 has been
Can be determined. In the case of reverse tilt movement,
The output 54 (Vzn) of the acceleration sensor 6 is LL1Beyond
If there is, the portable information terminal 1 performs a reverse tilt movement
You can judge that. Further, the output 54 (Vzn) is low.
Threshold LH1Only exceeded or high threshold LH2Beyond
By judging whether the movement is positive or negative
This can be done in two stages. Conversely, judgment of reverse tilt movement
Means that the output 54 (Vzn) is low threshold LL1Beyond only
Or high threshold LL2By examining whether or not
Judgment of neck tilt movement can be made in two levels.

【手続補正2】[Procedure amendment 2]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0029[Correction target item name] 0029

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0029】図12は、円運動を行ったときの、軸の
加速度センサー5の出力変化5軸の加速度センサ
ー6の出力変化5とを示す図である。ここで、円運動
は、手首を支点にして携帯情報端末1の頭を左右に振る
首振り運動と上下に振るあおり運動の混合型であり、Z
軸の加速度センサー6の出力56(Vzn)が正方向、
又は負方向で最大の時と、X軸の加速度センサーの出
力55(Vxn)が正方向、又は負方向で最大の時とが
所定の時間間隔ΔTで交互に出現する。したがって、
X軸の加速度センサー5の出力55(Vxn)がしきい
値LH1(又はLL1)を越えていたとき、Z軸の加速度セ
ンサー6の出力56(Vzn)が不感帯にあれば、もし
くは、Z軸の加速度センサー6の出力56(Vzn)が
しきい値LH1(又はLL1)を越えていたとき、X軸の加
速度センサー5の出力55(Vxn)が不感帯にあると
いう状態を所定の時間間隔(ΔTa)で交互に検出し、
更に前記所定の時間間隔の2倍(2ΔTa)の周期で、
X軸の加速度センサー5の出力55(Vxn)か、Z軸
の加速度センサー6の出力56(Vzn)がしきい値L
H1(又はLL1)を越えていることを検出すれば、携帯情
報端末1に対して円運動が行われたことを判断できる。
さらに、図示しないが、低しきい値LH1(又はLL1)の
みを越えたか又はしきい値LH2(又はLL2)をも越えた
かを判断したり、前記所定の時間間隔(ΔT)におい
て何回しきい値越えを検出したかを判別することによ
り、円運動の回転速度の判断を強弱2段階で行うことが
できる。さらにまた、Z軸の加速度センサー6の出力5
6(Vzn)の最初に検出される極性方向と、X軸の加
速度センサーの出力55(Vxn)の最初に検出され
る極性方向との検出順序のパターンにより、回転方向を
も検出することができる。
FIG. 12 is a diagram showing when performing circular motion, and an output change 5 6 of the acceleration sensor 6 of the output change 5 5 and Z-axis of the acceleration sensor 5 of the X-axis. Here, the circular motion is a mixed type of a swing motion in which the head of the portable information terminal 1 is swung left and right with a wrist as a fulcrum and a tilt motion in which the head is swung up and down.
The output 56 (Vzn) of the axis acceleration sensor 6 is in the positive direction,
Alternatively, the maximum time in the negative direction and the maximum time in the positive direction or the negative direction of the output 55 (Vxn) of the X-axis acceleration sensor 5 alternately appear at a predetermined time interval ΔTa. Therefore,
When the output 55 (Vxn) of the X-axis acceleration sensor 5 exceeds the threshold value L H1 (or L L1 ), if the output 56 (Vzn) of the Z-axis acceleration sensor 6 is in the dead zone, or When the output 56 (Vzn) of the acceleration sensor 6 of the axis exceeds the threshold value L H1 (or L L1 ), the state that the output 55 (Vxn) of the acceleration sensor 5 of the X axis is in the dead zone is determined for a predetermined time. Detected alternately at intervals (ΔTa)
Further, with a cycle twice (2ΔTa) of the predetermined time interval,
The output 55 (Vxn) of the X-axis acceleration sensor 5 or the output 56 (Vzn) of the Z-axis acceleration sensor 6 is a threshold L
If it is detected that the distance exceeds H1 (or L L1 ), it can be determined that a circular motion has been performed on the portable information terminal 1.
Further, although not shown, it is determined whether only the low threshold value L H1 (or L L1 ) has been exceeded or the threshold value L H2 (or L L2 ) has also been exceeded, or the predetermined time interval (ΔT a ) By judging how many times the threshold value has been exceeded in the above, the rotation speed of the circular motion can be determined in two stages of high and low. Furthermore, the output 5 of the Z-axis acceleration sensor 6
6 (Vzn) and the polarity direction detected first of the output 55 (Vxn) of the output 55 (Vxn) of the X-axis acceleration sensor 5 can detect the rotation direction also by the detection order pattern. it can.

【手続補正3】[Procedure amendment 3]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】0030[Correction target item name] 0030

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【0030】図13は、連続あおり運動を行ったときの
軸の加速度センサー5の出力変化5軸の加速度
センサー6の出力変化5とを示す図である。ここで、
連続あおり運動は、手首を支点にして携帯情報端末1を
所定時間間隔ΔTaの間隔で数回(例えば3回)続けて
Z軸方向に上下に振る運動であり、Z軸の加速度センサ
ー6の出力58(Vzn)が周期的振動を伴って大きく
変化し、X軸の加速度センサー5の出力57(Vxn)
はほとんど変化しない。したがって、X軸の加速度セン
サー5の出力57(Vxn)がほぼ不感帯に入っている
状態で、且つ、Z軸の加速度センサー6の出力58(V
zn)がしきい値LH1を周期的に3回連続して越えてい
れば、携帯情報端末1に対して連続あおり運動が行われ
たことを判断できる。さらに、図面上で区別はしない
が、低しきい値LH1(又はLL1)のみを越えたか若しく
は高しきい値LH2(又はLL2)も越えたかを調べること
により、連続あおり運動の判断を強弱2段階で行うこと
ができる。さらにまた、図示はしないが、連続首振り運
動を検出する場合は、上記連続あおり運動とは逆に、Z
軸の加速度センサー6の出力58(Vzn)がほぼ不感
帯に入っている状態で、且つ、X軸の加速度センサー5
の出力57(Vxn)がしきい値LH1を周期的に3回連
続して越えていること検出することで判断できる。
FIG. 13 shows a state in which a continuous tilting movement is performed.
Is a diagram showing the output change 5 8 of the acceleration sensor 6 of the output change 5 7 and Z-axis of the acceleration sensor 5 of the X-axis. here,
The continuous swing motion is a motion in which the portable information terminal 1 is shaken up and down in the Z-axis direction several times (for example, three times) at intervals of a predetermined time interval ΔTa with the wrist as a fulcrum. 58 (Vzn) greatly changes with periodic vibration, and the output 57 (Vxn) of the X-axis acceleration sensor 5
Hardly changes. Therefore, the output 57 (Vxn) of the X-axis acceleration sensor 5 is substantially in the dead zone, and the output 58 (Vxn) of the Z-axis acceleration sensor 6
If zn) periodically exceeds the threshold value L H1 three times in succession, it can be determined that the portable information terminal 1 has performed a continuous tilting exercise. Further, although no distinction is made in the drawing, the determination of the continuous tilting movement is made by checking whether only the low threshold value L H1 (or L L1 ) has been exceeded or whether the high threshold value L H2 (or L L2 ) has been exceeded. Can be performed in two stages of strength. Furthermore, although not shown, when detecting a continuous swinging motion, Z
In a state where the output 58 (Vzn) of the acceleration sensor 6 of the axis is substantially in the dead zone, and the acceleration sensor 5 of the X axis
Can be determined by detecting that the output 57 (Vxn) exceeds the threshold value L H1 three times in a row.

【手続補正4】[Procedure amendment 4]

【補正対象書類名】図面[Document name to be amended] Drawing

【補正対象項目名】図12[Correction target item name] FIG.

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【図12】 FIG.

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 少なくとも2方向の加速度又は衝撃を検
出する検出手段を有する本体に備えられ、 前記検出手段から出力される、2方向以上の加速度又は
衝撃に基づいて前記本体の動きのパターンを分類する分
類手段と、 前記分類されたパターンに応じた固有のイベント信号を
発生する信号発生手段と、 を備えたことを特徴とするイベント信号発生装置。
1. A main body having a detecting means for detecting acceleration or impact in at least two directions, wherein a movement pattern of the main body is classified based on acceleration or shock in two or more directions outputted from the detecting means. An event signal generating apparatus, comprising: a classifying unit that generates a unique event signal according to the classified pattern.
【請求項2】 少なくとも2方向の加速度又は衝撃を検
出する検出手段とイベント信号に応答して動作状態を変
更する電子回路とを有する本体と、 前記検出手段から出力される、2方向以上の加速度又は
衝撃に基づいて前記本体の動きのパターンを分類する分
類手段と、 前記分類されたパターンに応じて前記電子回路の動作状
態を変更するようにイベント信号を発生する信号発生手
段と、 を備えたことを特徴とする電子機器。
2. A main body having detection means for detecting acceleration or impact in at least two directions, and an electronic circuit for changing an operation state in response to an event signal, and acceleration in two or more directions output from the detection means. Or classifying means for classifying a pattern of movement of the main body based on an impact, and signal generating means for generating an event signal to change an operation state of the electronic circuit according to the classified pattern. Electronic equipment characterized by the above.
【請求項3】 前記イベント信号によって変更された動
作状態を記憶する第1の記憶手段と、 この第1の記憶手段に記憶された動作状態を外部の機器
に出力したり、またこの第1の記憶手段へ新たな動作状
態を記憶させるためのインターフェースと、を更に備え
たことを特徴とする請求項2記載の電子機器。
3. A first storage means for storing an operation state changed by the event signal; outputting the operation state stored in the first storage means to an external device; 3. The electronic device according to claim 2, further comprising: an interface for storing a new operation state in the storage unit.
【請求項4】 前記分類手段の分類内容を記憶する第2
の記憶手段と、 この第2の記憶手段に記憶された分類内容を外部の機器
に出力したり、またこの第2の記憶手段へ新たな分類内
容を記憶させるためのインターフェースと、を更に備え
たことを特徴とする請求項2記載の電子機器。
4. A second memory for storing the classification contents of said classification means.
Storage means, and an interface for outputting the classification contents stored in the second storage means to an external device, and for storing new classification contents in the second storage means. 3. The electronic device according to claim 2, wherein:
JP22523698A 1998-07-24 1998-07-24 Event signal generating device and electronic apparatus using the generating device Abandoned JP2000047813A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP22523698A JP2000047813A (en) 1998-07-24 1998-07-24 Event signal generating device and electronic apparatus using the generating device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP22523698A JP2000047813A (en) 1998-07-24 1998-07-24 Event signal generating device and electronic apparatus using the generating device

Publications (1)

Publication Number Publication Date
JP2000047813A true JP2000047813A (en) 2000-02-18

Family

ID=16826136

Family Applications (1)

Application Number Title Priority Date Filing Date
JP22523698A Abandoned JP2000047813A (en) 1998-07-24 1998-07-24 Event signal generating device and electronic apparatus using the generating device

Country Status (1)

Country Link
JP (1) JP2000047813A (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003150296A (en) * 2001-11-14 2003-05-23 Nec Corp Terminal and information display method and program therefor
US6675649B2 (en) 2000-04-17 2004-01-13 Fujitsu Takamisawa Component Limited Acceleration detection device, method of detecting acceleration, input device, and recording medium
JP2004070555A (en) * 2002-08-05 2004-03-04 Sony Corp Information processor and method, recording medium, and program
JP2005167336A (en) * 2003-11-28 2005-06-23 Kyocera Corp Foldable mobile terminal
JP2006087049A (en) * 2004-09-17 2006-03-30 Canon Inc Imaging device, method for controlling it and computer program
JP2008033526A (en) * 2006-07-27 2008-02-14 Sony Corp Portable electronic device, operation control method, program, signal generating device and signal generating method
JP2008048035A (en) * 2006-08-11 2008-02-28 Sharp Corp Portable video display device
JP2008116625A (en) * 2006-11-02 2008-05-22 Yamaha Corp Portable terminal device
JP2008176641A (en) * 2007-01-19 2008-07-31 Nec Corp Command input device for portable terminal and command input method for portable terminal
JP2008269645A (en) * 2008-07-24 2008-11-06 Sony Corp Information processing device, method and program, and recording medium
JP2008293423A (en) * 2007-05-28 2008-12-04 Panasonic Corp Motion identification device
JP2009183003A (en) * 2005-02-23 2009-08-13 Samsung Electronics Co Ltd Unit and method of controlling menu navigation in terminal which displays menu screen
JP2009181209A (en) * 2008-01-29 2009-08-13 Funai Electric Co Ltd Contents storage and reproduction device and network system
JP2009178886A (en) * 2008-01-30 2009-08-13 Seiko Epson Corp Printer and control method therefor
US7773073B2 (en) 2005-07-05 2010-08-10 Sharp Kabushiki Kaisha Operation equipment and operation system
JP2010193067A (en) * 2009-02-17 2010-09-02 Canon Inc Image capturing apparatus, method and program for controlling the same
JP2011028603A (en) * 2009-07-28 2011-02-10 Nec Casio Mobile Communications Ltd Terminal device and program
JP2011033660A (en) * 2009-07-29 2011-02-17 Canon Inc Acceleration detector, method of detecting acceleration, electronic apparatus, control method therefor and program
JP2011047879A (en) * 2009-08-28 2011-03-10 Oki Semiconductor Co Ltd Motion detection device, electronic device, motion detection method, and program
JP2011198373A (en) * 2001-10-10 2011-10-06 Immersion Corp Sound data output and manipulation using haptic feedback
JP2013222449A (en) * 2012-04-19 2013-10-28 Fujitsu Ltd Operation motion detecting device, operation motion detecting method, and program
JP2014176055A (en) * 2013-03-13 2014-09-22 Casio Comput Co Ltd Terminal device and program
JP2015506518A (en) * 2012-03-29 2015-03-02 ▲華▼▲為▼▲終▼端有限公司 Method and terminal for controlling desktop container page switching
JP2017200148A (en) * 2016-04-28 2017-11-02 シャープ株式会社 Information processing apparatus, mobile terminal, function execution method, and program

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6675649B2 (en) 2000-04-17 2004-01-13 Fujitsu Takamisawa Component Limited Acceleration detection device, method of detecting acceleration, input device, and recording medium
JP2013117996A (en) * 2001-10-10 2013-06-13 Immersion Corp Sound data output and operation using tactile feedback
JP2011198373A (en) * 2001-10-10 2011-10-06 Immersion Corp Sound data output and manipulation using haptic feedback
US6995776B2 (en) 2001-11-14 2006-02-07 Nec Corporation Terminal device, information display method, and program for said information display method
JP2003150296A (en) * 2001-11-14 2003-05-23 Nec Corp Terminal and information display method and program therefor
JP2004070555A (en) * 2002-08-05 2004-03-04 Sony Corp Information processor and method, recording medium, and program
JP2005167336A (en) * 2003-11-28 2005-06-23 Kyocera Corp Foldable mobile terminal
JP2006087049A (en) * 2004-09-17 2006-03-30 Canon Inc Imaging device, method for controlling it and computer program
US8558900B2 (en) 2004-09-17 2013-10-15 Canon Kabushiki Kaisha Image capturing apparatus and control method thereof with attitude control
JP2009183003A (en) * 2005-02-23 2009-08-13 Samsung Electronics Co Ltd Unit and method of controlling menu navigation in terminal which displays menu screen
KR101002807B1 (en) * 2005-02-23 2010-12-21 삼성전자주식회사 Apparatus and method for controlling menu navigation in a terminal capable of displaying menu screen
US7773073B2 (en) 2005-07-05 2010-08-10 Sharp Kabushiki Kaisha Operation equipment and operation system
JP2008033526A (en) * 2006-07-27 2008-02-14 Sony Corp Portable electronic device, operation control method, program, signal generating device and signal generating method
US8073649B2 (en) 2006-07-27 2011-12-06 Sony Corporation Portable electronic apparatus, operation control method, operation control program, signal generation apparatus and signal generation method
JP4673810B2 (en) * 2006-08-11 2011-04-20 シャープ株式会社 Portable video display device
JP2008048035A (en) * 2006-08-11 2008-02-28 Sharp Corp Portable video display device
JP2008116625A (en) * 2006-11-02 2008-05-22 Yamaha Corp Portable terminal device
JP2008176641A (en) * 2007-01-19 2008-07-31 Nec Corp Command input device for portable terminal and command input method for portable terminal
JP2008293423A (en) * 2007-05-28 2008-12-04 Panasonic Corp Motion identification device
JP2009181209A (en) * 2008-01-29 2009-08-13 Funai Electric Co Ltd Contents storage and reproduction device and network system
JP2009178886A (en) * 2008-01-30 2009-08-13 Seiko Epson Corp Printer and control method therefor
JP2008269645A (en) * 2008-07-24 2008-11-06 Sony Corp Information processing device, method and program, and recording medium
JP2010193067A (en) * 2009-02-17 2010-09-02 Canon Inc Image capturing apparatus, method and program for controlling the same
JP2011028603A (en) * 2009-07-28 2011-02-10 Nec Casio Mobile Communications Ltd Terminal device and program
JP2011033660A (en) * 2009-07-29 2011-02-17 Canon Inc Acceleration detector, method of detecting acceleration, electronic apparatus, control method therefor and program
JP2011047879A (en) * 2009-08-28 2011-03-10 Oki Semiconductor Co Ltd Motion detection device, electronic device, motion detection method, and program
JP2015506518A (en) * 2012-03-29 2015-03-02 ▲華▼▲為▼▲終▼端有限公司 Method and terminal for controlling desktop container page switching
JP2016164807A (en) * 2012-03-29 2016-09-08 ▲華▼▲為▼▲終▼端有限公司 Method and terminal for controlling switching of desktop container page
JP2013222449A (en) * 2012-04-19 2013-10-28 Fujitsu Ltd Operation motion detecting device, operation motion detecting method, and program
JP2014176055A (en) * 2013-03-13 2014-09-22 Casio Comput Co Ltd Terminal device and program
JP2017200148A (en) * 2016-04-28 2017-11-02 シャープ株式会社 Information processing apparatus, mobile terminal, function execution method, and program

Similar Documents

Publication Publication Date Title
JP2000047813A (en) Event signal generating device and electronic apparatus using the generating device
Goel et al. Gripsense: using built-in sensors to detect hand posture and pressure on commodity mobile phones
US9298280B2 (en) Method and apparatus for controlling a computing system
US7012593B2 (en) Glove-type data input device and sensing method thereof
KR100924669B1 (en) Information processing device, image movement instructing method, and information storage medium
JP3920833B2 (en) How to move the cursor
US6861946B2 (en) Motion-based input system for handheld devices
JP5166008B2 (en) A device for entering text
US6208328B1 (en) Manipulative pointing device, and portable information processing apparatus
JP3234633B2 (en) Information processing device
US6396477B1 (en) Method of interacting with a computer using a proximity sensor in a computer input device
US6573883B1 (en) Method and apparatus for controlling a computing device with gestures
EP1244003A2 (en) Information input system using bio feedback and method thereof
CN101523330B (en) Capacitive space-saving jog dial for mobile terminal
EP2026172A2 (en) Scroll wheel with character input
US20110179355A1 (en) Virtual information input arrangement
EP2112581A1 (en) Method and apparatus for operating graphic menu bar and recording medium using the same
AU2006281970B2 (en) Improved process and apparatus for selecting an item from a database
EP3262489A2 (en) Systems and methods for providing context-sensitive haptic notification frameworks
JP2012256378A (en) Control system of portable device by movement detection device, control method, data input system, and data input method
US20050003870A1 (en) Information terminal and program for processing displaying information used for the same
CN1714326A (en) Method and device for browsing information on a display
KR20080057287A (en) Improved mobile device and method
KR100499391B1 (en) Virtual input device sensed finger motion and method thereof
US20040222965A1 (en) System and method for generating an analog signal in a hand-held computing device

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060113

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060202

A762 Written abandonment of application

Free format text: JAPANESE INTERMEDIATE CODE: A762

Effective date: 20060403