JP5241136B2 - Startup method, startup device, and startup program - Google Patents

Startup method, startup device, and startup program Download PDF

Info

Publication number
JP5241136B2
JP5241136B2 JP2007135346A JP2007135346A JP5241136B2 JP 5241136 B2 JP5241136 B2 JP 5241136B2 JP 2007135346 A JP2007135346 A JP 2007135346A JP 2007135346 A JP2007135346 A JP 2007135346A JP 5241136 B2 JP5241136 B2 JP 5241136B2
Authority
JP
Japan
Prior art keywords
initialization
function
functions
initialized
receiving
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.)
Active
Application number
JP2007135346A
Other languages
Japanese (ja)
Other versions
JP2008293087A (en
Inventor
晴之 北脇
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2007135346A priority Critical patent/JP5241136B2/en
Publication of JP2008293087A publication Critical patent/JP2008293087A/en
Application granted granted Critical
Publication of JP5241136B2 publication Critical patent/JP5241136B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、初期化によって利用可能な状態になる機能を複数有する装置が起動する際に要する起動時間を短縮する方法に関する。   The present invention relates to a method for shortening a startup time required when a device having a plurality of functions that can be used by initialization is started.

コンピュータなどに代表される、初期化されることによって利用可能な状態になる機能を複数有する装置において、起動直後に全ての機能を使用可能な状態にするためには、起動処理時に全ての機能を初期化する必要がある。   In an apparatus having a plurality of functions that can be used by being initialized, such as a computer, in order to make all functions usable immediately after startup, It needs to be initialized.

しかし、この方法では機能が増えれば増えるほど初期化に要する時間、起動時間が長くなりユーザビリティが低下する恐れがある。   However, with this method, as the number of functions increases, the time required for initialization and the start-up time become longer, and the usability may decrease.

そこで、機器を構成する機能のうち、全てを起動時に初期化するのではなく、必要な機能だけを起動時に初期化する技術がある。   Therefore, there is a technique for initializing only necessary functions at the time of startup, instead of initializing all of the functions constituting the device at the time of startup.

例えば、装置が起動した後に、予め初期化する機能を設定しておき、次回の装置起動時に初期化する機能の数を少なくすることで、起動時間を短縮する方法がある。(特許文献1)
特開平08−286936
For example, there is a method of shortening the startup time by setting a function to be initialized in advance after the apparatus is activated and reducing the number of functions to be initialized at the next apparatus activation. (Patent Document 1)
JP 08-286936 A

しかしながら、ユーザが所望する機能を最初に初期化させるためには、特許文献1の技術では予め装置を起動した状態で初期化の設定をしておく必要がある。従って、初回の起動時に、ユーザが所望する機能を操作可能になるまでの起動処理時間(見掛けの起動時間)を短縮することは困難であった。またユーザは、次回装置を立ち上げた時に自身が使用する機能を予め設定しておく必要があるが、設定された機能とは異なる機能を使用したい場合、再設定および再起動を要してしまう。   However, in order to initially initialize a function desired by the user, it is necessary to make initialization settings in advance with the apparatus activated in the technique of Patent Document 1. Therefore, it is difficult to shorten the activation processing time (apparent activation time) until the user can operate a desired function at the first activation. In addition, the user needs to set the function to be used when the device is started up next time. However, if the user wants to use a function different from the set function, the user needs to reset and restart. .

特に、複数のユーザで装置を共用している場合、その装置を次回使用するのは、別のユーザであることが多いと考えられる。そうすると、ユーザ毎に使用する機能が異なる場面も多くなり、設定された機能とは異なる機能を使用することが、同一ユーザが使用し続ける場合より増える為、従来の起動時間短縮方法では対応が困難である。   In particular, when a device is shared by a plurality of users, it is considered that another user often uses the device next time. In this case, there are many cases where the functions used for each user are different, and the use of functions different from the set functions increases compared to the case where the same user continues to use, so it is difficult to cope with the conventional startup time reduction method. It is.

そこで、本発明では装置の起動処理中に、ユーザが指定した機能を優先的に初期化することで、起動を開始してからユーザが使用したい機能を操作可能になるまでの起動処理時間(見掛けの起動時間)を短縮する技術を提供することを目的とする。   Therefore, in the present invention, during the device activation process, the function designated by the user is preferentially initialized, so that the activation process time (apparent value) from the start of the activation until the user can operate the function that the user wants to use. It is an object of the present invention to provide a technique for shortening the startup time.

上記課題を解決するための本発明に係る代表的な構成は、初期化されることによって利用可能な状態になる機能を複数有する装置の起動方法であって、前記装置の起動処理中に、複数の初期化指定機能の情報の指定初期化順に複数受け付ける第1受け付け工程と、前記第1受け付け工程で受け付けた複数の初期化指定機能についての初期化開始の指示を受け付ける第2受け付け工程と、前記第2受け付け工程で受け付けた初期化開始の指示に応じて、前記初期化指定機能に対応する機能を前記初期化順に初期化する第1初期化工程と、前記初期化指定機能に対応する機能に依存する機能を初期化する第2初期化工程と、前記第1初期化工程および前記第2初期化工程で初期化されていない機能を前記装置の起動完了後のユーザの指示に基づいて初期化する第3初期化工程とを備えることを特徴とするものである。 Representative structure according to the present invention for solving the above problems is a method of starting device having a plurality of features that are usable state by being initialized, during the startup process of the device, a plurality a first reception step of receiving a plurality of designation information of the initialization function specified in the initialization order, and a second reception step of receiving an instruction to initialize the start of a plurality of initializer function received by said first reception step, in response to the instruction of the second reception step is accepted initialization start, a first initialization step for initializing a function corresponding to the initialization specified function to the initialization sequence, the function corresponding to the initializer function And a function that is not initialized in the first initialization process and the second initialization process based on a user instruction after completion of startup of the apparatus. Further comprising a third initialization step for initializing Te is characterized in.

本発明によれば、ユーザが使用したい機能に絞って初期化することが可能となり、起動を開始してからユーザが使用したい機能が使用可能になるまでの起動時間が短縮されるという効果が得られる。   According to the present invention, it is possible to narrow down and initialize only the functions that the user wants to use, and there is an effect that the activation time from the start of activation until the functions that the user wants to use can be shortened can be obtained. It is done.

<実施形態1>
本発明の一実施形態を適用した装置の概略構成について、図1のブロック図を参照して説明する。
<Embodiment 1>
A schematic configuration of an apparatus to which an embodiment of the present invention is applied will be described with reference to the block diagram of FIG.

装置100は、初期化を要する機能を複数有する装置である。ここで初期化とは、機能をユーザが利用可能な状態にする処理である。   The device 100 is a device having a plurality of functions that require initialization. Here, the initialization is a process for making a function available to the user.

本実施形態では装置100としてDVDドライブおよびハードディスクドライブ付き再生録画機を例に挙げて説明している。   In the present embodiment, a playback recorder with a DVD drive and a hard disk drive is described as an example of the apparatus 100.

Central Processing Unit(CPU)101は、後述するフローに対応するプログラムを実行し、装置100全体を制御する。Random Access Memory(RAM)102は外部装置などから供給されるプログラムやデータを一時記憶するメモリである。Read Only Memory(ROM)103は変更を必要としないプログラムやパラメータを格納する不揮発性のメモリである。バス104は、各ユニットを通信可能に接続するシステムバスである。   A central processing unit (CPU) 101 executes a program corresponding to a flow to be described later, and controls the entire apparatus 100. A Random Access Memory (RAM) 102 is a memory that temporarily stores programs and data supplied from an external device or the like. The Read Only Memory (ROM) 103 is a non-volatile memory that stores programs and parameters that do not need to be changed. The bus 104 is a system bus that connects the units so that they can communicate with each other.

入力インターフェース105はユーザの操作を受け、データを入力するポインティングデバイス、キーボード、リモコンなどの入力デバイスとのインターフェースである。出力インターフェース106は装置100の保持するデータや供給されたデータを表示するためのモニタ、TVなどのインターフェースである。   The input interface 105 is an interface with an input device such as a pointing device, a keyboard, or a remote controller that receives user operations and inputs data. The output interface 106 is an interface such as a monitor or a TV for displaying data held by the apparatus 100 and supplied data.

記憶装置107は装置100に固定して設置されたハードディスクドライブ(HDD)やメモリカードである。以下、本実施形態では記憶装置107がHDDの場合を説明する。   The storage device 107 is a hard disk drive (HDD) or a memory card fixedly installed in the device 100. Hereinafter, a case where the storage device 107 is an HDD will be described in the present embodiment.

DVDドライブ108は装置100から着脱可能なDigital Versatile Disc(DVD)にデータを書き込む外部記憶装置である。一例でDVDドライブを挙げたが、フレキシブルディスク(FD)、Compact Disk(CD)、等の光ディスク、磁気や光カード、ICカード、メモリカードなどにデータを読み書きする外部記憶装置であってもよい。   The DVD drive 108 is an external storage device that writes data to a digital versatile disc (DVD) that is detachable from the device 100. Although a DVD drive has been described as an example, it may be an external storage device that reads / writes data from / to an optical disk such as a flexible disk (FD) or Compact Disk (CD), a magnetic or optical card, an IC card, or a memory card.

デジタルチューナー109はデジタル放送をデコード可能なチューナーである。デジタルチューナー109を通じて受信されるデジタル放送は、HDD107やDVDドライブ108に記憶したり、出力インターフェース106を通じてモニタやTVに出力したりできる。   The digital tuner 109 is a tuner capable of decoding digital broadcasting. A digital broadcast received through the digital tuner 109 can be stored in the HDD 107 or the DVD drive 108 or output to a monitor or TV through the output interface 106.

FlashROM110は装置100に固定もしくは着脱可能な、書き換え可能な不揮発性の記憶媒体である。   The flash ROM 110 is a rewritable nonvolatile storage medium that is fixed to or removable from the device 100.

起動処理時、後述する機能の中から、ユーザに対して初期化処理の候補となる機能(初期化候補機能)が決定される。装置100の起動に際して常に初期化が必要な機能は、ユーザによる指定が必要ないため、初期化候補機能から外れる。   During the activation process, a function (initialization candidate function) that is a candidate for the initialization process is determined for the user from among the functions that will be described later. A function that always needs to be initialized when the apparatus 100 is activated does not need to be designated by the user, and thus is out of the initialization candidate functions.

後述する実施形態に対応するプログラムはROM103、HDD107の少なくとも一方に格納されている。また、本実施形態では、装置100の制御に必要なOS(オペレーティングシステム)やアプリケーションソフトはROM103とFlashROM110の少なくとも一方からRAM102に展開され実行されるものとする。   A program corresponding to an embodiment to be described later is stored in at least one of the ROM 103 and the HDD 107. In the present embodiment, an OS (operating system) and application software necessary for controlling the apparatus 100 are assumed to be expanded and executed in the RAM 102 from at least one of the ROM 103 and the Flash ROM 110.

本実施形態の説明においてHDD107はユーザが選択する候補(初期化候補機能)とする。仮にOSやユーザインターフェース用ソフトがHDD107から読み出される場合、ユーザにユーザインターフェースを表示する前にHDD107を初期化する必要が生じるため、HDD107は初期化候補機能からは除外される。   In the description of this embodiment, the HDD 107 is a candidate (initialization candidate function) selected by the user. If the OS or user interface software is read from the HDD 107, it is necessary to initialize the HDD 107 before displaying the user interface to the user. Therefore, the HDD 107 is excluded from the initialization candidate functions.

また、近年RAMに展開せずともソフトウェアを実行する技術があるが、それを用いてソフトウェアが実行されてもよい。   In recent years, there is a technique for executing software without deploying to a RAM, but the software may be executed using the technique.

図2は本実施形態における装置100の起動方法のフローチャートである。本実施形態において、ユーザに表示される初期化候補機能はHDD107、DVDドライブ108、デジタルチューナー109とする。説明の簡略のため、それぞれの機能間で依存性はないものとする。   FIG. 2 is a flowchart of a method for starting the apparatus 100 according to this embodiment. In this embodiment, the initialization candidate functions displayed to the user are the HDD 107, the DVD drive 108, and the digital tuner 109. For simplicity of explanation, it is assumed that there is no dependency between the functions.

なお、初期化とは起動時に、各機能をユーザに利用可能な状態にするための処理であって、例えばハードディスクドライブを製品出荷時の状態にする処理(フォーマット)とは異なる。   The initialization is a process for making each function available to the user at startup, and is different from, for example, a process (format) for setting the hard disk drive to a state at the time of product shipment.

装置100の電源がONにされたり、装置100がリモートコントローラからの起動開始信号を受け付けたりして、起動処理が開始される。   When the power of the device 100 is turned on or the device 100 receives a start signal from the remote controller, the start process is started.

ステップS101において、まず、ユーザが利用したい機能(以下、初期化指定機能)を前記初期化候補機能の中からユーザが指定するために、ユーザインターフェースに関する機能を初期化する。   In step S101, first, a function related to the user interface is initialized in order for the user to specify a function desired to be used by the user (hereinafter referred to as an initialization specifying function) from the initialization candidate functions.

初期化の処理として詳細には、CPU101がROM103もしくはFlashROM110から初期化プログラムを読み出し、入力インターフェース105および出力インターフェース106を初期化する。初期化候補機能の選択肢をユーザインターフェースとしてユーザに表示しない場合、出力インターフェース106の初期化は必要ない。   Specifically, as the initialization process, the CPU 101 reads an initialization program from the ROM 103 or the Flash ROM 110 and initializes the input interface 105 and the output interface 106. When the option of the initialization candidate function is not displayed as a user interface to the user, the output interface 106 need not be initialized.

但し、ユーザの利便性を考慮すると、初期化候補機能の選択肢をユーザインターフェースに表示するほうが好ましい。以降、本実施形態では初期化候補機能の選択肢をユーザインターフェースに表示するものとして説明する。   However, in consideration of user convenience, it is preferable to display options for the initialization candidate function on the user interface. Hereinafter, in the present embodiment, description will be made assuming that the options for the initialization candidate function are displayed on the user interface.

ステップS102において、ユーザインターフェースを表示する。ステップS103の受け付け工程において、ユーザは初期化候補機能の中から初期化したい機能を初期化指定機能として指定し、装置100はユーザが指定した初期化指定機能の情報を受け付ける。ステップS102、ステップS103の例を図3と図4を用いて2種類示す。   In step S102, a user interface is displayed. In the accepting step in step S103, the user designates a function to be initialized from among the initialization candidate functions as an initialization designation function, and the apparatus 100 accepts information on the initialization designation function designated by the user. Two examples of step S102 and step S103 are shown using FIG. 3 and FIG.

図3では、装置100の出力インターフェース106にテレビ200が接続されていた場合、テレビ200のユーザインターフェースに初期化指定機能の選択肢を表示する例を示している。   FIG. 3 shows an example in which, when the television 200 is connected to the output interface 106 of the apparatus 100, the initialization designation function options are displayed on the user interface of the television 200.

テレビ200には初期化候補機能として、「DVD再生」アイコン201、「HDD再生」アイコン202、「デジタル放送視聴」アイコン203が表示されている。   The TV 200 displays a “DVD playback” icon 201, an “HDD playback” icon 202, and a “digital broadcast viewing” icon 203 as initialization candidate functions.

ユーザがリモコンなどでアイコン201、202、203のどれかを選択すると、ステップS104に遷移する。   When the user selects any of the icons 201, 202, and 203 with a remote controller or the like, the process proceeds to step S104.

出力インターフェース106には、ユーザが選択したアイコンを、例えば色を変更して表示する、文字を太くする、点滅させる、などして、ユーザが選択した情報が装置100で受信されたことを明示的に示す。なお、本実施形態では、ユーザが機能を1つ指定すると受け付け工程を完了し、初期化工程を開始する。   The output interface 106 explicitly indicates that the information selected by the user has been received by the device 100 by displaying the icon selected by the user, for example, by changing the color, making the character thicker, or blinking. Shown in In the present embodiment, when the user designates one function, the reception process is completed and the initialization process is started.

図4では、テレビ200にユーザインターフェースを表示するのではなく、装置100自体の表示パネルにユーザインターフェースを表示する例を示す。   FIG. 4 shows an example in which the user interface is not displayed on the television 200 but is displayed on the display panel of the apparatus 100 itself.

図4において、装置100の表示パネルに「DVD再生」アイコン121、「HDD再生」アイコン122、「デジタル放送視聴」アイコン123が表示される。アイコン121、122、123はユーザが指定可能な初期化候補機能を示している。   In FIG. 4, a “DVD playback” icon 121, an “HDD playback” icon 122, and a “digital broadcast viewing” icon 123 are displayed on the display panel of the apparatus 100. Icons 121, 122, and 123 indicate initialization candidate functions that can be designated by the user.

外部コントローラとしてのリモートコントローラ(以下、リモコン)300には初期化候補機能として、「DVD再生」ボタン301、「HDD再生」ボタン302、「デジタル放送視聴」ボタン303が設定されている。ユーザが、初期化指定機能に対応するボタンを押すと、リモコン300から装置100にユーザが指定した初期化指定機能の情報が送信される。   A remote controller (hereinafter referred to as a remote controller) 300 as an external controller is set with a “DVD playback” button 301, an “HDD playback” button 302, and a “digital broadcast viewing” button 303 as initialization candidate functions. When the user presses a button corresponding to the initialization designation function, information on the initialization designation function designated by the user is transmitted from the remote controller 300 to the apparatus 100.

装置100はリモコン300からの初期化指定機能の情報を受信し、ステップS104に遷移する。装置100は受信時、表示パネルに表示したアイコン121〜123のうち、装置100で受信した初期化指定機能に該当するアイコンを、色を変更して表示する、点滅させるなどして明示的に示すとユーザの指定が正常に行われた事が分かり利便性が良い。   The apparatus 100 receives information on the initialization designation function from the remote controller 300, and transitions to step S104. When receiving the device 100, among the icons 121 to 123 displayed on the display panel, the icon corresponding to the initialization designation function received by the device 100 is explicitly displayed by changing the color, blinking, or the like. It is convenient to know that the user's designation was done normally.

以上図3と図4を用いて図示した受け付け工程の形態は一例である。例えば、図4のようにリモコンに初期化候補機能のボタンが設定されている場合、ユーザは初期化候補機能の中から初期化したい機能を指定することができる。ユーザインターフェースを表示しない時、リモコン300のボタン301〜303の押下によって、装置100が起動開始されるとしてもよい。この場合ステップS101、ステップS102は省略され、また、起動開始とユーザによる初期化指定機能の指定(もしくは受け付け工程)がほぼ同時に行われる。   The form of the reception process illustrated with reference to FIGS. 3 and 4 is an example. For example, when the initialization candidate function button is set on the remote controller as shown in FIG. 4, the user can designate a function to be initialized from the initialization candidate functions. When the user interface is not displayed, activation of the apparatus 100 may be started by pressing the buttons 301 to 303 of the remote controller 300. In this case, step S101 and step S102 are omitted, and the start of activation and the designation (or reception process) of the initialization designation function by the user are performed almost simultaneously.

ここで、図3と図4の例において「DVD再生」をユーザが指定したとして説明を続ける。ステップS104において、ステップS103でユーザが指定した機能(初期化指定機能)と、初期化指定機能を使用するにあたって初期化が必要な機能を初期化する。ステップS103においてユーザが「DVD再生」を選択したので、装置100に内蔵されているDVDドライブ108を初期化する。DVDドライブ108の初期化として具体的には、デバイスドライバの設定値(レジスタ)を初期化したり、ピックアップレンズの位置を初期位置に位置決めしたりする処理が含まれる。   Here, the description will be continued assuming that the user designates “DVD playback” in the examples of FIGS. In step S104, the function designated by the user (initialization designation function) in step S103 and the function that needs to be initialized in order to use the initialization designation function are initialized. Since the user selects “DVD playback” in step S103, the DVD drive 108 built in the apparatus 100 is initialized. Specifically, initialization of the DVD drive 108 includes processing for initializing a setting value (register) of the device driver and positioning the pickup lens at the initial position.

ステップS104の処理を完了した時点で、ユーザが選択した機能(初期化指定機能)に対応する機能の初期化は済んでいるため、ユーザは選択した機能を利用可能な状態となっている。一方で、ステップS104の初期化工程で、初期化候補機能の中で初期化指定機能に関係しない機能の初期化を省略するため、ユーザが操作可能となるまでに初期化する機能の数を削減できる。   When the processing in step S104 is completed, the function corresponding to the function selected by the user (initialization specifying function) has been initialized, and the user can use the selected function. On the other hand, in the initialization process of step S104, initialization of functions that are not related to the initialization designation function among the initialization candidate functions is omitted, so the number of functions to be initialized before the user can operate is reduced. it can.

ステップS105において、ステップS104で初期化した機能を実行する。「DVD再生」のように、それ以上ユーザに選択を要求する必要のない機能である場合、即座に実行することで体感の起動時間を短縮できるため、ユーザビリティが向上する。なおステップS105において自動実行する必要がない場合、ステップS105を省略して、処理を終了してもよい。   In step S105, the function initialized in step S104 is executed. In the case of a function that does not require further selection from the user, such as “DVD playback”, since the activation time of the sensation can be shortened by executing it immediately, usability is improved. If it is not necessary to execute automatically in step S105, step S105 may be omitted and the process may be terminated.

以上の構成により、ユーザが使用したい機能を使用するまでの起動時間(以下、見掛けの起動時間)が短縮されるという効果が得られる。また初期化候補機能がユーザインターフェースに表示されている場合、ユーザは容易に初期化指定機能を指定できる。   With the above configuration, there is an effect that the startup time until the user uses a function that the user wants to use (hereinafter, apparent startup time) is shortened. When the initialization candidate function is displayed on the user interface, the user can easily specify the initialization designation function.

さらに、複数のユーザが装置を共用しユーザ毎に使用する機能が異なる場合、各ユーザの指定に応じて、見掛けの起動時間を短縮できるという効果を奏する。   Furthermore, when a plurality of users share a device and the functions used for each user are different, there is an effect that the apparent activation time can be shortened according to the designation of each user.

<実施形態2>
実施形態1では、ユーザが初期化指定機能として指定できる機能は1つであった。本実施形態では、ユーザが複数の機能を初期化指定機能として指定可能な例を示す。
<Embodiment 2>
In the first embodiment, the user can designate one function as the initialization designation function. In the present embodiment, an example is shown in which a user can designate a plurality of functions as initialization designation functions.

実施形態1と同一機能を有する部材には同一符号を付すとともに、構成的、機能的に変わらないものについてはその説明を省略する。   Members having the same functions as those of the first embodiment are denoted by the same reference numerals, and descriptions of those that are not structurally and functionally changed are omitted.

図5に、本実施形態におけるフローチャートを示す。
図5のステップS201〜S203は、図2のステップS101〜S103と同じ処理であるためここでは説明を省略する。
FIG. 5 shows a flowchart in the present embodiment.
Steps S201 to S203 in FIG. 5 are the same processes as steps S101 to S103 in FIG.

ステップS203でユーザが初期化指定機能を1つ指定した後、ステップS204に遷移する。ステップS204において、初期化開始をユーザから指示されたか判断する。指示されればYESとなり、ステップS205に遷移する。指示されなければNOとなり、ステップS203に戻る。ステップS203に戻ると、再度、ユーザは初期化指定機能を選択可能となる。   After the user designates one initialization designation function in step S203, the process proceeds to step S204. In step S204, it is determined whether the user has instructed the start of initialization. If instructed, the determination becomes YES, and the process proceeds to step S205. If not instructed, NO is returned, and the process returns to step S203. Returning to step S203, the user can select the initialization designation function again.

ステップS203およびステップS204の例を、図6と図7を用いて説明する。   An example of step S203 and step S204 will be described with reference to FIGS.

図6では、装置100がテレビ200に接続され、テレビ200にユーザインターフェースを表示する例を示している。前記実施形態1で用いた図3と、図6の違いは、「初期化実行」アイコン204である。図3においては、アイコン201、202、203のどれか1つを選択するとステップS104に遷移した。一方、図6においては、アイコン201、202、203の中で少なくとも1つを選択した後、「初期化実行」アイコン204をユーザが選択して、初めてステップS205に遷移する。   FIG. 6 illustrates an example in which the apparatus 100 is connected to the television 200 and a user interface is displayed on the television 200. The difference between FIG. 3 used in the first embodiment and FIG. 6 is an “initialization execution” icon 204. In FIG. 3, when any one of the icons 201, 202, and 203 is selected, the process proceeds to step S104. On the other hand, in FIG. 6, after selecting at least one of the icons 201, 202, and 203, the user selects the “initialization execution” icon 204, and the process proceeds to step S 205 for the first time.

図6のように、ユーザが機能を選択する行為と初期化開始の行為を区別すると、ユーザは複数の機能を選択し初期化することが可能となる。   As shown in FIG. 6, when the user selects a function and the initialization start action, the user can select and initialize a plurality of functions.

図7では、前記実施形態1の図4と同様に、装置100自体の表示パネルにユーザインターフェースを表示する例を示す。   FIG. 7 shows an example in which the user interface is displayed on the display panel of the apparatus 100 itself, as in FIG. 4 of the first embodiment.

図4と図7との違いは、「初期化実行」ボタン304の有無である。
図7のように、リモコン300にある、「DVD再生」ボタン301、「HDD再生」ボタン302、「デジタル放送視聴」ボタン303のうち初期化したいボタンを押し(複数可)、その後「初期化実行」ボタン304を押すことで、初期化処理を行うためステップS205に遷移する。
The difference between FIG. 4 and FIG. 7 is the presence or absence of an “initialization execution” button 304.
As shown in FIG. 7, among the “DVD playback” button 301, “HDD playback” button 302, and “digital broadcast viewing” button 303 on the remote controller 300, the button to be initialized is pressed (multiple), and then “initialization execution” is performed. ”Button 304 is pressed, the process proceeds to step S205 to perform initialization processing.

ここでは、図6もしくは図7を用いて「DVD再生」と「デジタル放送視聴」が指定されたものとする。   Here, it is assumed that “DVD playback” and “digital broadcast viewing” are designated using FIG. 6 or FIG.

ステップS205において、装置100は、ステップS203においてユーザが指定した初期化指定機能と、初期化指定機能を使用するにあたって初期化が必要な機能を初期化する。   In step S205, the apparatus 100 initializes the initialization designation function designated by the user in step S203 and the functions that need to be initialized in order to use the initialization designation function.

ステップS203においてユーザが「DVD再生」と「デジタル放送視聴」を指定したので、装置100に内蔵されているDVDドライブ108とデジタルチューナー109を初期化する。必要ならばCPU101はROM103もしくはFlashROM110から初期化プログラムを読み出し、入力インターフェース105および出力インターフェース106を初期化する。   Since the user designates “DVD playback” and “digital broadcast viewing” in step S203, the DVD drive 108 and the digital tuner 109 built in the apparatus 100 are initialized. If necessary, the CPU 101 reads an initialization program from the ROM 103 or the Flash ROM 110 and initializes the input interface 105 and the output interface 106.

ステップS205の処理が完了した時点で、ユーザが選択した機能は初期化され、ユーザは、ステップS203において指定した機能をすぐに利用可能となる。一方で、ステップS205の初期化工程で、初期化候補機能の中で初期化指定機能に関係しない機能の初期化を省略するため、起動処理中に初期化する機能数を削減できる。   When the process of step S205 is completed, the function selected by the user is initialized, and the user can immediately use the function specified in step S203. On the other hand, in the initialization process of step S205, initialization of functions that are not related to the initialization designation function among the initialization candidate functions is omitted, so that the number of functions to be initialized during the startup process can be reduced.

次にステップS206において、指定された機能を実行する。但し、指定された複数の機能を同時に実行する必要がない場合、ステップS206を省略して処理を終了してもよい。   In step S206, the designated function is executed. However, if it is not necessary to simultaneously execute a plurality of designated functions, step S206 may be omitted and the process may be terminated.

また、ステップS203〜S204において、初期化指定機能を受け付けた順序を記憶し、ステップS205において受け付けた順序どおりに初期化することで、さらに起動時間の短縮が見込める。   Further, the order in which the initialization designation function is received is stored in steps S203 to S204, and initialization is performed in the order received in step S205, so that the startup time can be further shortened.

以上、ユーザが初期化指定機能を複数指定しその機能を優先的に初期化する場合を説明した。これにより、見掛けの起動時間を削減した上で、ユーザが装置起動中に使用したい機能を全て利用可能な状態に初期化することが可能となる。   The case where the user designates a plurality of initialization designation functions and preferentially initializes the functions has been described above. This makes it possible to initialize all functions that the user wants to use while the apparatus is activated, while reducing the apparent activation time.

<その他の実施形態>
前述の説明では、機能は、装置100の各構成に1対1で対応するものとして説明しているが、例えば、デジタル放送録画機能としてデジタルチューナー109とHDD107を利用する機能群であってもよい。
<Other embodiments>
In the above description, the functions are described as one-to-one corresponding to each configuration of the device 100. However, for example, a function group using the digital tuner 109 and the HDD 107 as a digital broadcast recording function may be used. .

また、装置の具体例としてDVDドライブおよびハードディスクドライブ付き再生録画機を挙げたが、本発明はDVDドライブおよびハードディスクドライブ付き再生録画機に限定されるものではない。   Further, although a playback recorder with a DVD drive and a hard disk drive has been described as a specific example of the apparatus, the present invention is not limited to a playback recorder with a DVD drive and a hard disk drive.

例えば、プリンタ・スキャナー・ファックス・コピーといった機能を備える複合機や複写機、プリンタ機能を備えたデジタルカメラ、プリンタ機能を備えたTV、といった複数の機能から成る機器すべてに適用可能である。なお、複数の機器(例えばホストコンピュータ、インターフェース機器、リーダ、プリンタ、など)から構成されるシステムに適用してもよい。   For example, the present invention can be applied to all devices having a plurality of functions such as a multifunction device or a copier having functions such as a printer, a scanner, a fax, and a copy, a digital camera having a printer function, and a TV having a printer function. Note that the present invention may be applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, a printer, etc.).

また、前記の実施形態では、説明を簡易にするため、各機能間に依存性はないという構成をもとに説明をしたが、機能間に依存性があっても問題はない。例えば機能Aと機能Bがあり、機能Aの使用(又は初期化)に際して機能Bを初期化する必要がある場合、ユーザが機能Aのみを初期化指定機能として選択しても、機能Bが自動的に初期化対象となるようにする。   Further, in the above-described embodiment, the description has been made based on the configuration in which there is no dependency between the functions in order to simplify the description, but there is no problem even if there is a dependency between the functions. For example, when there is a function A and a function B, and it is necessary to initialize the function B when using (or initializing) the function A, the function B is automatically selected even if the user selects only the function A as the initialization designation function. To be initialized.

依存のある機能を自動的に初期化する事により、ユーザの操作が減る効果が得られる。
また、上述した受け付け工程を省略、又は自動化する場合も考えられる。
By automatically initializing dependent functions, an effect of reducing user operations can be obtained.
Moreover, the case where the reception process mentioned above is abbreviate | omitted or automated is also considered.

前述した実施形態の受け付け工程(ステップS103、S203)でユーザが初期化するように指定した機能(初期化指定機能)もしくは、前回の初期化工程で初期化した機能の情報をHDD107に更新記憶しておく初期化機能記憶工程を設ける。そして、受け付け工程において、初期化指定機能が何も指定されず、初期化された場合、HDD107に記憶された情報の示す機能を初期化する。説明の簡略のために、前回起動時に初期化した初期化機能の情報を更新記憶する記憶手段としてHDD107を挙げたが、不揮発性の記憶媒体などを記憶手段として別に設ける方が好ましい。   Information on the function designated by the user to be initialized (initialization designation function) in the reception process (steps S103 and S203) of the above-described embodiment or the function initialized in the previous initialization process is updated and stored in the HDD 107. An initialization function storing step is provided. In the accepting step, when no initialization designation function is designated and initialization is performed, the function indicated by the information stored in the HDD 107 is initialized. For the sake of simplicity, the HDD 107 has been described as the storage means for updating and storing information on the initialization function that was initialized at the time of the previous activation. However, it is preferable to provide a non-volatile storage medium or the like as the storage means.

また、受け付け工程を所定時間だけ実施させる設定をしておいて、所定時間(例えば3秒)が経過すると受け付け工程を終了し、自動的に初期化工程(ステップS104)に移行させてもよい。ただし、所定時間を設ける場合、指定する機能の数によってユーザにとって必要な所定時間が異なる。従って、受け付け延長が装置100に指示された場合は、所定時間経過後も受け付け工程を続けるようにするのが好ましい。受け付け延長の指示は装置100の起動前、もしくは起動後に受け付けるようにするとよい。   Alternatively, the reception process may be set to be performed for a predetermined time, and when the predetermined time (for example, 3 seconds) elapses, the reception process may be terminated and the process may be automatically transferred to the initialization process (step S104). However, when the predetermined time is provided, the predetermined time required for the user differs depending on the number of functions to be designated. Therefore, when the apparatus 100 is instructed to extend the reception, it is preferable to continue the reception process even after a predetermined time has elapsed. An instruction to extend the reception may be received before or after the apparatus 100 is activated.

通常動作として前回と同じ初期化対象を初期化し、ユーザの必要に応じて選択を受け付けるようにしてもよい。この場合、受け付け工程の自動化によって、ユーザの負担が減ると考えられる。   As a normal operation, the same initialization target as that of the previous time may be initialized, and selection may be accepted as required by the user. In this case, it is considered that the burden on the user is reduced by the automation of the reception process.

装置起動完了後にユーザが初期化工程で初期化されていない機能を使用する場合は、ユーザが該機能の使用を指示した時に初期化を実施する。   When the user uses a function that has not been initialized in the initialization process after the start of the apparatus, the initialization is performed when the user instructs the use of the function.

また、システムあるいは装置のCPU(またはMPU)が、前述した実施形態のフローに対応するコンピュータ読み取り可能なプログラムコードを記憶した記憶媒体からプログラムコードを読み出し実行する場合も考えられる。   It is also conceivable that the CPU (or MPU) of the system or apparatus reads and executes the program code from a storage medium that stores computer-readable program code corresponding to the flow of the above-described embodiment.

この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することとなり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiment, and the storage medium storing the program code constitutes the present invention.

さらに、コンピュータに接続された機能拡張ユニットが、記憶媒体からプログラムコードを読み出し、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが前述の実施形態のフローに対応する処理を行う事もできる。   Furthermore, the function expansion unit connected to the computer can read the program code from the storage medium, and the CPU provided in the function expansion board or function expansion unit can perform processing corresponding to the flow of the above-described embodiment.

プログラムコードを供給するための記憶媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、磁気テープ、不揮発性のメモリカード、ROM、DVDなどを用いることができる。   As a storage medium for supplying the program code, for example, a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, a DVD, or the like is used. it can.

本実施形態が制御する装置の概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the apparatus which this embodiment controls. 本実施形態の起動処理の概略を示すフローチャートである。It is a flowchart which shows the outline of the starting process of this embodiment. 初期化候補機能の選択肢を外部表示器に表示する例を示す図である。It is a figure which shows the example which displays the choice of the initialization candidate function on an external display. 初期化候補機能の選択肢を装置本体に表示し、外部コントローラから指定する例を示す図である。It is a figure which shows the example which displays the choice of the initialization candidate function on an apparatus main body, and designates from an external controller. 複数の初期化候補を選択可能な場合のフローチャートである。It is a flowchart in case a some initialization candidate is selectable. 複数の初期化候補機能が選択可能な場合で、ユーザインターフェースを外部表示器に表示する例を示す図である。It is a figure which shows the example which displays a user interface on an external display, when a some initialization candidate function is selectable. 複数の初期化候補機能が選択可能な場合で、外部コントローラから操作する例を示す図である。It is a figure which shows the example operated from an external controller in case a some initialization candidate function is selectable.

符号の説明Explanation of symbols

100 装置
101 CPU
102 RAM
103 ROM
104 バス
105 入力インターフェース
106 出力インターフェース
107 HDD(記憶装置)
108 DVDドライブ
109 デジタルチューナー
110 FlashROM
200 テレビ(外部表示器)
300 リモコン(外部コントローラ)
100 device 101 CPU
102 RAM
103 ROM
104 bus 105 input interface 106 output interface 107 HDD (storage device)
108 DVD drive 109 Digital tuner 110 FlashROM
200 TV (external display)
300 Remote control (external controller)

Claims (9)

初期化されることによって利用可能な状態になる機能を複数有する装置の起動方法であって、
前記装置の起動処理中に、複数の初期化指定機能の情報の指定を初期化順に複数受け付ける第1受け付け工程と、
前記第1受け付け工程で受け付けた複数の初期化指定機能についての初期化開始の指示を受け付ける第2受け付け工程と、
前記第2受け付け工程で受け付けた初期化開始の指示に応じて、前記初期化指定機能に対応する機能を前記初期化順に初期化する第1初期化工程と、
前記初期化指定機能に対応する機能に依存する機能を初期化する第2初期化工程と、
前記第1初期化工程および前記第2初期化工程で初期化されていない機能を前記装置の起動完了後のユーザの指示に基づいて初期化する第3初期化工程と
を備えることを特徴とする起動方法。
A method for starting a device having a plurality of functions that become available by being initialized,
A first receiving step of receiving a plurality of designations of information of a plurality of initialization designation functions in an initialization order during the startup process of the device;
A second receiving step for receiving an instruction to start initialization for the plurality of initialization specifying functions received in the first receiving step;
In response to the instruction of the second reception step is accepted initialization start, a first initialization step for initializing a function corresponding to the initialization specified function to the initialization sequence,
A second initialization step of initializing a function depending on the function corresponding to the initialization designation function;
And a third initialization step of initializing a function that has not been initialized in the first initialization step and the second initialization step based on a user instruction after completion of startup of the device. starting method.
前記起動方法は、さらに前記初期化候補機能を前記装置の有する表示手段に表示する表示工程を備え、
前記受け付け工程では、前記初期化候補機能の中から指定された機能が前記初期化指定機能として受け付けられ、
前記第1初期化工程は、前記初期化候補機能の中で前記初期化指定機能に対応しない機能の初期化を省略することを特徴とする請求項1に記載の起動方法。
The activation method further includes a display step of displaying the initialization candidate function on a display unit included in the device,
In the accepting step, a function designated from the initialization candidate functions is accepted as the initialization designation function,
2. The activation method according to claim 1, wherein in the first initialization step, initialization of a function that does not correspond to the initialization designation function among the initialization candidate functions is omitted.
前記受け付け工程は、外部コントローラに表示された初期化候補機能の中から指定された前記初期化指定機能の情報を受け付け、
前記第1初期化工程は、前記初期化候補機能の中で前記初期化指定機能に対応しない機能の初期化を省略することを特徴とする請求項1に記載の起動方法。
The accepting step accepts information on the initialization designation function designated from among the initialization candidate functions displayed on the external controller,
2. The activation method according to claim 1, wherein in the first initialization step, initialization of a function that does not correspond to the initialization designation function among the initialization candidate functions is omitted.
前記受け付け工程は所定時間だけ実施され、該所定時間が経過すると受け付けを終了し、前記第1初期化工程に移行することを特徴とする請求項に記載の起動方法。 2. The start-up method according to claim 1 , wherein the receiving step is performed for a predetermined time, and the receiving is terminated when the predetermined time elapses, and the process proceeds to the first initialization step. 前記受け付け工程は、受け付け延長が指示された場合、前記所定時間の経過後も前記第1初期化工程に移行せず、前記初期化指定機能の情報の受け付けを続けることを特徴とする請求項に記載の起動方法。 The reception process, if the reception extension is indicated, according to claim 4, characterized in that the after a predetermined time even without going to the first initialization process, continued acceptance of information of the initializer function Start method described in. 前記起動方法は、さらに前記第1初期化工程で初期化した初期化機能の情報を前記装置の有する記憶手段に更新記憶する初期化機能記憶工程を備え、
前記第1初期化工程では、前記受け付け工程で前記初期化指定機能の情報を新たに受け付けた場合に、前記初期化機能の情報を前記初期化機能記憶工程で更新記憶し、前記受け付け工程で前記初期化指定機能の情報を受け付けなかった場合に前記記憶手段に記憶されている前記初期化機能の情報が示す機能を初期化することを特徴とする請求項1乃至のいずれか1項に記載の起動方法。
The activation method further includes an initialization function storage step of updating and storing information on the initialization function initialized in the first initialization step in a storage unit included in the device,
In the first initialization step, when the initialization designation function information is newly received in the reception step, the initialization function information is updated and stored in the initialization function storage step, and in the reception step, according to any one of claims 1 to 5, characterized in that initializing the said information initialization function stored in the storage means indicates function when not received information initializer function How to start.
前記起動方法は、前記初期化指定機能の初期化の完了に応じて前記初期化指定機能を実行する実行工程を有することを特徴とする請求項1乃至のいずれか1項に記載の起動方法。 The activation method, activation method according to any one of claims 1 to 6, characterized in that it has an execution step of executing the initialization function specified in accordance with the completion of the initialization of the initializer function . 初期化されることによって利用可能な状態になる機能を複数有する装置であって、
前記装置の起動処理中に、複数の指定された初期化指定機能の情報を受け付ける初期化順に複数受け付ける第1受け付け手段と、
前記第1受け付け手段で受け付けた複数の初期化指定機能についての初期化開始の指示を受け付ける第2受け付け手段と、
前記第2受け付け手段で受け付けた初期化開始の指示に応じて、前記初期化指定機能に対応する機能を前記初期化順に初期化する第1初期化手段と、
前記初期化指定機能に依存する機能を初期化する第2初期化手段と、
前記第1初期化手段で初期化されていない機能を前記装置の起動完了後のユーザの指示に基づいて初期化する第3初期化手段と
を備えることを特徴とする装置。
A device having a plurality of functions that can be used by being initialized,
First accepting means for accepting a plurality of specified initialization designation function information in the order of initialization for accepting information of a plurality of designated initialization designation functions during the startup process of the device;
Second receiving means for receiving an instruction to start initialization for a plurality of initialization specifying functions received by the first receiving means;
First initialization means for initializing a function corresponding to the initialization designation function in the order of initialization in response to an instruction to start initialization received by the second reception means ;
A second initialization means for initializing a function depending on the initialization designation function;
An apparatus comprising: third initialization means for initializing a function that has not been initialized by the first initialization means based on a user instruction after completion of startup of the apparatus.
初期化されることによって利用可能な状態になる機能を複数有する装置を起動するプログラムであって、
前記装置の起動処理中に実施され、複数の指定した初期化指定機能の情報を初期化順に複数受け付ける第1受け付け工程と、
前記第1受け付け工程で受け付けた複数の初期化指定機能についての初期化開始の指示を受け付ける第2受け付け工程と、
前記第2受け付け工程で受け付けた初期化開始の指示に応じて、前記初期化指定機能に対応する機能を前記初期化順に初期化する第1初期化工程と、
前記初期化指定機能に対応する機能に依存する機能を初期化する第2初期化工程と、前記第1初期化工程および前記第2初期化工程で初期化されていない機能を前記装置の起動完了後のユーザの指示に基づいて初期化する第3初期化工程と
をコンピュータに実行させることを特徴とするコンピュータ読み取り可能なプログラム。
A program for starting a device having a plurality of functions that can be used by being initialized,
A first receiving step that is performed during the startup process of the device, and that receives a plurality of pieces of specified initialization designation function information in the order of initialization ;
A second receiving step for receiving an instruction to start initialization for the plurality of initialization specifying functions received in the first receiving step;
In response to the instruction of the second reception step is accepted initialization start, a first initialization step for initializing a function corresponding to the initialization specified function to the initialization sequence,
A second initialization step that initializes a function that depends on a function corresponding to the initialization designation function, and a function that has not been initialized in the first initialization step and the second initialization step are completed to start up the device A computer-readable program that causes a computer to execute a third initialization step that is initialized based on a subsequent user instruction.
JP2007135346A 2007-05-22 2007-05-22 Startup method, startup device, and startup program Active JP5241136B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007135346A JP5241136B2 (en) 2007-05-22 2007-05-22 Startup method, startup device, and startup program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007135346A JP5241136B2 (en) 2007-05-22 2007-05-22 Startup method, startup device, and startup program

Publications (2)

Publication Number Publication Date
JP2008293087A JP2008293087A (en) 2008-12-04
JP5241136B2 true JP5241136B2 (en) 2013-07-17

Family

ID=40167773

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007135346A Active JP5241136B2 (en) 2007-05-22 2007-05-22 Startup method, startup device, and startup program

Country Status (1)

Country Link
JP (1) JP5241136B2 (en)

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04305738A (en) * 1991-04-02 1992-10-28 Oki Electric Ind Co Ltd Loading system for control program
JPH04332014A (en) * 1991-05-08 1992-11-19 Nec Niigata Ltd Initialization processing method for personal computer
JPH10171557A (en) * 1996-12-09 1998-06-26 Nec Gumma Ltd Information processor
JP3131580B2 (en) * 1998-02-18 2001-02-05 株式会社ナムコ Game device and information storage medium
JP2000020285A (en) * 1998-06-26 2000-01-21 Toshiba Corp Computer system
JP4039660B2 (en) * 2002-05-31 2008-01-30 株式会社東芝 Information processing device
JP4277497B2 (en) * 2002-09-20 2009-06-10 富士ゼロックス株式会社 Compound equipment
JP3891301B2 (en) * 2004-05-25 2007-03-14 船井電機株式会社 Disk unit
US7600105B2 (en) * 2004-09-22 2009-10-06 Cyberlink Corp. Systems, methods, and apparatus for providing efficient startup to computers with peripheral devices
JP2006252329A (en) * 2005-03-11 2006-09-21 Toshiba Corp Information processor and starting control method
JP2006268377A (en) * 2005-03-23 2006-10-05 Fuji Xerox Co Ltd Program start-up controller and program start-up control method
TW200705252A (en) * 2005-07-22 2007-02-01 Mitac Technology Corp Method and computer system of touch selection and instantly executing computer multimedia playback
TW200713051A (en) * 2005-09-16 2007-04-01 Mitac Technology Corp Method for fast starting functional item of computer device by loading application program image file

Also Published As

Publication number Publication date
JP2008293087A (en) 2008-12-04

Similar Documents

Publication Publication Date Title
US7631274B2 (en) Information processing apparatus
JP5028798B2 (en) Information processing apparatus, information processing method, and computer program
JP5017785B2 (en) Information processing apparatus, high-speed startup method, and program
US20080040599A1 (en) Electronic appliance and startup method
US9317178B2 (en) Information processing apparatus with reduced repetition of audio guidance
EP2028839B1 (en) Method of providing menu using touchscreen and multimedia apparatus applying the same
JP2009086955A (en) Camera apparatus and control method thereof
JP7075221B2 (en) Electronic devices and their control methods
US10587802B2 (en) Electronic device and control method thereof
CN102577358B (en) Image reproducing apparatus and method
KR101467928B1 (en) A/v apparatus for displaying its information and method thereof
JP5772162B2 (en) Information processing apparatus, information processing method, and program
JP5032267B2 (en) Recording device
JP5984500B2 (en) Information processing apparatus, broadcast receiving apparatus, and software activation method
JP5241136B2 (en) Startup method, startup device, and startup program
JP5003065B2 (en) PC with TV viewing function
JP2010026730A (en) External storage device, boot program switching method and boot program switching program
JP2009042832A (en) Process execution program and processing execution device
US7895610B1 (en) System and method for displaying information on the screen of a user interface device under the control of a digital audio playback device
JP2009123072A (en) Activation unit for digital electronic appliance
JP2006031663A (en) Method for rapid start by non-hard disk storage medium and multimedia audio video function execution
JP2010079778A (en) Information processor, and method for displaying bios setting screen
JP2010041431A (en) Television broadcast receiver
JP2006092488A (en) Information processing apparatus and boot control method
JP2008176661A (en) Information processor, control method, control program and display device

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20100201

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100517

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20100630

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110729

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111108

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120626

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120821

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130305

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130402

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160412

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160412

Year of fee payment: 3