JP5114370B2 - Information processing apparatus, information processing method, and program thereof - Google Patents

Information processing apparatus, information processing method, and program thereof Download PDF

Info

Publication number
JP5114370B2
JP5114370B2 JP2008305895A JP2008305895A JP5114370B2 JP 5114370 B2 JP5114370 B2 JP 5114370B2 JP 2008305895 A JP2008305895 A JP 2008305895A JP 2008305895 A JP2008305895 A JP 2008305895A JP 5114370 B2 JP5114370 B2 JP 5114370B2
Authority
JP
Japan
Prior art keywords
information processing
register
timer
return
processing apparatus
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2008305895A
Other languages
Japanese (ja)
Other versions
JP2010129020A (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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2008305895A priority Critical patent/JP5114370B2/en
Publication of JP2010129020A publication Critical patent/JP2010129020A/en
Application granted granted Critical
Publication of JP5114370B2 publication Critical patent/JP5114370B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、情報処理装置に関し、特にその起動処理に関するものである。   The present invention relates to an information processing apparatus, and more particularly to its activation process.

近年、ますます厳しく要求される環境対策として、MFP(マルチファンクションプリンタ)では、更なる低消費電力化が求められている。そのために、各社様々な技術を用いているが、その中でも最も効果が期待される技術として、STR(Suspend To RAM)がある。これは、現在のメモリやCPUのレジスタの状態をメインメモリに保存し、CPUやHDDを含むほとんどのデバイスへの電力供給を停止させ、復帰時には保存したメモリやレジスタの状態の内容を書き戻すことにより、OSなどの再起動を伴わずに、低消費電力でかつ高速に復帰できるというものである。   In recent years, MFPs (multifunction printers) have been required to further reduce power consumption as environmental measures that are becoming increasingly demanding. For this purpose, various technologies are used by various companies. Among them, STR (Suspend To RAM) is one of the most effective technologies. This saves the current memory and CPU register state in the main memory, stops power supply to most devices including the CPU and HDD, and writes back the saved memory and register state contents when returning. Thus, it is possible to return at high speed with low power consumption without restarting the OS or the like.

このようなSTRによる省エネ制御において、省エネモードにおいて電源をOFFしたデバイスを省エネモードからの復帰後に問題なく使用することができるようにするという課題が存在する。このような課題に対し、例えば特許文献1では、各デバイスドライバの初期化時に省エネ制御のモード毎に各デバイスドライバに設けられたコールバック関数を呼び出すパワーフック関数をパワーフックキューに登録し、省エネモードへの移行時および省エネモードからの復帰時にパワーフックキューに登録されたパワーフック関数を呼び出して、不整合をなくす処理を適宜に行わせることによって、上記課題を克服している。   In such energy saving control by STR, there is a problem that a device whose power is turned off in the energy saving mode can be used without any problem after returning from the energy saving mode. For example, in Patent Document 1, a power hook function that calls a callback function provided in each device driver is registered in the power hook queue for each energy saving control mode at the time of initialization of each device driver. The above problem is overcome by calling the power hook function registered in the power hook queue at the time of shifting to the mode and returning from the energy saving mode, and appropriately performing the process of eliminating the mismatch.

ところで、STRの仕組みはプラットフォーム毎に異なり、x86シリーズと呼ばれるIntel(登録商標) CPUを採用したプラットフォームでは、STRモードへの移行および復帰時の、CPUやチップセット等のレジスタ内容の退避および復帰といった重要なオペレーションをBIOS(Basic Input/Output System)と呼ばれるモジュールが受け持つことになる。   By the way, the STR mechanism differs depending on the platform, and in a platform adopting an Intel (registered trademark) CPU called x86 series, the contents of the registers such as the CPU and the chipset are saved and restored at the time of switching to and returning to the STR mode. An important operation is handled by a module called BIOS (Basic Input / Output System).

BIOSはこうした機能以外にも、基本機能として、起動時のメモリ設定や各種デバイス初期化、OSブートローダの展開およびその起動といった機能がある。このようにBIOSは、ハードウェアに関係する機能を多く持っており、その中でメモリの動作周波数やFSB(フロントサイドバス)といったものを設定する。   In addition to these functions, the BIOS has basic functions such as memory setting at startup, various device initialization, OS boot loader deployment and activation. As described above, the BIOS has many functions related to hardware, and among them, the memory operating frequency and FSB (front side bus) are set.

特開2007−306143号公報JP 2007-306143 A

しかし、それらの設定の元となるレジスタには、実際には、所定の論理レベルに選択的に結び付けられるstrapと呼ばれる抵抗などのハードウェアの組み合わせにより決定される信号の入力で決定されるものがある。BIOSによりCPUがこれらの動作周波数を決定する段階というのは、起動時とSTR復帰時の2つの段階であり、これらの段階で、上記信号がノイズやハードウェア不良(故障)などによって異常な状態となり、その結果不正な動作周波数が設定され、正しく起動できない、もしくは起動してもSTRからの復帰で正常に復帰できないといったことが起こる可能性がある。   However, some of the registers from which these settings are made are actually determined by the input of signals determined by a combination of hardware such as resistors called straps that are selectively tied to a predetermined logic level. is there. The stage in which the CPU determines these operating frequencies by the BIOS is two stages at the time of start-up and at the time of STR return. At these stages, the signal is in an abnormal state due to noise, hardware failure (failure), or the like. As a result, there is a possibility that an incorrect operating frequency is set and it cannot be started correctly, or it cannot be restored normally by returning from the STR even if it is started.

メモリ動作周波数は、一旦決定されてしまうと、電源オン、オフもしくは、STRモードへの移行および復帰を行わないと、一度行われた設定が解除されず、BIOSにて強制的に正しい値に設定したり、PCIリセットなどのリセット手段を用いても、正しいメモリ動作周波数にはならない。そのため、このような状態になった場合、通常は電源をオン、オフする以外に復旧方法はなく、ユーザに対して、多大な不利益を与えることになる。   Once the memory operating frequency has been determined, the setting once made is not canceled unless the power is turned on / off or the transition to STR mode is made, and the BIOS is forcibly set to the correct value in the BIOS. Even if reset means such as PCI reset is used, the correct memory operating frequency is not obtained. For this reason, in such a state, there is usually no recovery method other than turning the power on and off, resulting in a great disadvantage for the user.

本発明は、上記に鑑みてなされたものであって、STRモードへの移行および復帰時の、CPUやチップセット等のレジスタ内容の退避および復帰といった重要なオペレーションをBIOSと呼ばれるモジュールが受け持つ情報処理装置において、正しく起動できない、もしくは起動してもSTRからの復帰で正常に復帰できないといった情報処理装置としての致命的な現象を回避することができ、ユーザに対しても、手動による電源オン、オフを伴う再起動が回避できるようにすることを目的とする。   The present invention has been made in view of the above, and information processing in which a module called BIOS is responsible for important operations such as saving and restoring the contents of registers of the CPU, chipset, etc. when shifting to and returning to the STR mode. In the device, it is possible to avoid a fatal phenomenon as an information processing device that cannot be correctly started or cannot be normally restored by returning from the STR even if the device is started. It aims to be able to avoid the restart with accompanying.

上述した課題を解決し、目的を達成するために、本発明にかかる情報処理装置は、少なくともメモリ動作周波数の指定に係わる所定のレジスタがクリアされる低消費電力状態への移行とその低消費電力状態からの復帰を制御する省エネモード移行・復帰手段と、メモリの動作周波数を決定し、決定された動作周波数に応じて前記所定のレジスタを設定するメモリ動作周波数決定手段と、低消費電力状態からの復帰時間をタイマに設定する復帰時間設定手段と、前記メモリ動作周波数決定手段により決定されたメモリの動作周波数でメモリの動作開始する前に、前記所定のレジスタの内容が適正値であるか否かを確認するレジスタ確認手段とを備えた情報処理装置であって、前記レジスタ確認手段は、前記レジスタの内容が不適正値であると判断された場合には、前記復帰時間設定手段により前記タイマに設定された前記復帰時間の経過後前記省エネモード移行・復帰手段により復帰した後に、再度レジスタ内容を確認することを特徴とする。   In order to solve the above-described problems and achieve the object, an information processing apparatus according to the present invention shifts to a low power consumption state in which at least a predetermined register related to designation of a memory operating frequency is cleared, and its low power consumption. Energy saving mode transition / return means for controlling return from the state, memory operating frequency determining means for determining the operating frequency of the memory, and setting the predetermined register according to the determined operating frequency, and low power consumption state A return time setting means for setting the return time of the memory to the timer, and whether or not the contents of the predetermined register are appropriate values before the memory operation is started at the memory operating frequency determined by the memory operating frequency determining means. An information processing apparatus comprising: a register checking means for checking whether the register contents are an inappropriate value. Is the case were, after returning the elapsed after the power saving mode transition-returning means has been the return time set in the timer by the return time setting means and to confirm again register contents.

また、本発明にかかる情報処理方法は、制御手段により、少なくともメモリ動作周波数の指定に係わる所定のレジスタがクリアされる低消費電力状態への移行とその低消費電力状態からの復帰を制御する省エネモード移行・復帰工程と、制御手段により、メモリの動作周波数を決定し、決定された動作周波数に応じて前記所定のレジスタを設定するメモリ動作周波数決定工程と、制御手段により、低消費電力状態からの復帰時間をタイマに設定する復帰時間設定工程と、制御手段により、前記メモリ動作周波数決定工程において決定されたメモリの動作周波数でメモリの動作開始する前に、前記所定のレジスタの内容が適正値であるか否かを確認するレジスタ確認工程とを含む情報処理方法であって、前記レジスタ確認工程は、前記レジスタの内容が不適正値であると判断された場合には、前記復帰時間設定工程により前記タイマに設定された前記復帰時間の経過後前記省エネモード移行・復帰工程により復帰した後に、再度レジスタ内容を確認する工程を含むことを特徴とする。   Further, the information processing method according to the present invention is an energy-saving method in which the control unit controls the transition to the low power consumption state in which at least a predetermined register related to the designation of the memory operating frequency is cleared and the return from the low power consumption state. The mode shift / return step, the memory operating frequency is determined by the control means, the memory operating frequency determining step for setting the predetermined register according to the determined operating frequency, and the control means from the low power consumption state. A return time setting step for setting the return time of the timer in the timer, and before the memory operation is started at the memory operating frequency determined in the memory operating frequency determining step by the control means, the content of the predetermined register is an appropriate value. A register check step for checking whether or not the register check step is performed, wherein the register check step includes: If it is determined that the content is an inappropriate value, after the return time set in the timer by the return time setting step has elapsed, the register contents are checked again after returning from the energy saving mode transition / return step. Including the step of:

本発明によれば、情報処理装置において、正しく起動できない、もしくは起動しても低消費電力状態からの復帰で正常に復帰できないといった情報処理装置としての致命的な現象を回避することができ、ユーザに対しても、手動による電源オン、オフを伴う再起動が回避できるという効果を奏する。   According to the present invention, the information processing apparatus can avoid a fatal phenomenon as the information processing apparatus that cannot be correctly started or cannot be normally recovered by returning from the low power consumption state even if the information processing apparatus is started. However, there is an effect that a restart with manual power on / off can be avoided.

以下に添付図面を参照して、この発明にかかる情報処理装置の最良な実施の形態を詳細に説明する。   Exemplary embodiments of an information processing apparatus according to the present invention will be explained below in detail with reference to the accompanying drawings.

[第1の実施形態]
(情報処理装置の構成)
はじめに、本発明の第1の実施形態の情報処理装置の構成について、図1および図2を用いて説明する。
[First Embodiment]
(Configuration of information processing device)
First, the configuration of the information processing apparatus according to the first embodiment of the present invention will be described with reference to FIGS. 1 and 2.

図1は、本発明の第1の実施形態の情報処理装置としての画像形成装置の外観と概略構成を示す図である。図2は、同情報処理装置に備わるコントローラボードおよびエンジンボードのハードウェア構成を示すブロック図である。   FIG. 1 is a diagram illustrating an appearance and a schematic configuration of an image forming apparatus as an information processing apparatus according to the first embodiment of the present invention. FIG. 2 is a block diagram illustrating a hardware configuration of a controller board and an engine board provided in the information processing apparatus.

画像形成装置として実現した場合の本実施形態の情報処理装置100は、図1に示すように、ユーザインタフェースである操作部101と、本体部102と、本体部102に給紙を行う給紙部103と、本体部102において画像形成された用紙を排紙する排紙部104とを備える。   As illustrated in FIG. 1, the information processing apparatus 100 according to the present exemplary embodiment when implemented as an image forming apparatus includes an operation unit 101 that is a user interface, a main body unit 102, and a paper feeding unit that feeds the main body unit 102. 103 and a paper discharge unit 104 that discharges paper on which an image is formed in the main body unit 102.

本体部102には、制御基板としてのコントローラボード10とエンジンボード20、および装置全体に電力供給する主電源部30が実装されている。エンジンボード20は、本体部102に備わるプリンタエンジンおよびスキャナエンジン(共に図示せず)を制御したり、スキャナエンジンから画像データを取得するための制御基板である。本実施形態では、コントローラボード10が、画像形成処理と後述の起動処理を制御するための制御基板となる。   The main body 102 is mounted with a controller board 10 and an engine board 20 as control boards, and a main power supply 30 that supplies power to the entire apparatus. The engine board 20 is a control board for controlling a printer engine and a scanner engine (both not shown) provided in the main body unit 102 and acquiring image data from the scanner engine. In the present embodiment, the controller board 10 serves as a control board for controlling the image forming process and a startup process described later.

情報処理装置100は、上記のように制御基板として、コントローラボード10とエンジンボード20を備えている。本実施形態において重要であるのはコントローラボード10である。エンジンボード20はオプションであり必須なものではない。すなわち、情報処理装置100は、コントローラボード10のみを備える、PC(パーソナルコンピュータ)に代表される情報処理装置としても実施できるものである。なお、本実施形態において、コントローラボード10は、STR機能を有する、Intel x86アーキテクチャのCPUとそのチップセットとBIOSを搭載したシステムであることが前提となる。   As described above, the information processing apparatus 100 includes the controller board 10 and the engine board 20 as control boards. The controller board 10 is important in this embodiment. The engine board 20 is optional and not essential. That is, the information processing apparatus 100 can also be implemented as an information processing apparatus represented by a PC (personal computer) that includes only the controller board 10. In the present embodiment, it is assumed that the controller board 10 is a system having an STR function and having an Intel x86 architecture CPU, its chipset, and BIOS.

このようなコントローラボード10上には、一般的な構成として、下記の各ASICを介して各デバイスを制御するCPU202と、メモリコントローラを内蔵したASIC1 203と、メモリ(MEM)204と、ASIC1 203とエンジンボード20側にあるエンジン制御部207とを仲介するASIC3 205と、ASIC3 205を介して主にエンジン制御部207側から送られてきたデータを保存するHDD206がある。   On such a controller board 10, as a general configuration, a CPU 202 that controls each device via the following ASICs, an ASIC1 203 incorporating a memory controller, a memory (MEM) 204, an ASIC1 203, There is an ASIC3 205 that mediates the engine control unit 207 on the engine board 20 side, and an HDD 206 that stores data sent mainly from the engine control unit 207 side via the ASIC3 205.

さらに、ASIC2 209はASIC1 203とASIC4 212を仲介するデバイスであり、BIOSが格納されたROM1 214がこのASIC2 209とバスを介して接続されている。このASIC2 209は、これ以外にも、USBインターフェース211や、RTC(Real Time Clock)213や、ボードの状態を表示させるLED1 210と接続されている。   Further, the ASIC2 209 is a device that mediates between the ASIC1 203 and the ASIC4 212, and a ROM1 214 storing the BIOS is connected to the ASIC2 209 via a bus. In addition to this, the ASIC2 209 is connected to the USB interface 211, the RTC (Real Time Clock) 213, and the LED1 210 that displays the state of the board.

ASIC4 212は、各種設定情報を保存するNVRAM215や、ユーザの入力インターフェースとなる操作パネル216や、プログラム格納用ROM2 218や、SDカードインターフェース219、ネットワークインターフェース220と接続されている。また、操作パネル216には各種状態を示すLED2 217が接続されている。   The ASIC 4 212 is connected to an NVRAM 215 that stores various setting information, an operation panel 216 serving as a user input interface, a program storage ROM 2 218, an SD card interface 219, and a network interface 220. The operation panel 216 is connected to an LED 2 217 that indicates various states.

一方、エンジンボード20は、画像形成のため画像データを処理するエンジン制御部207と、FAXエンジンを制御するFAX制御部208を備えている。   On the other hand, the engine board 20 includes an engine control unit 207 that processes image data for image formation, and a FAX control unit 208 that controls a FAX engine.

次に、図3に、本実施形態におけるコントローラボード10の機能ブロック図を示し、その説明をする。   Next, FIG. 3 shows a functional block diagram of the controller board 10 in the present embodiment, which will be described.

同図に示す省エネモード移行・復帰部301は、前述のSTR機能による一部デバイスの電源をオフする低消費電力状態(以下、STRモードと称す)への移行と、その低消費電力状態からの復帰を制御する。このSTRモードでは、メモリ動作周波数の指定に係わるレジスタの1つであるCLKCFGレジスタは、デバイスへの電力供給が絶たれることによりクリアされる。   The energy saving mode transition / restoration unit 301 shown in the same figure shifts to a low power consumption state (hereinafter referred to as STR mode) in which the power of some devices is turned off by the STR function described above, and from the low power consumption state. Control reversion. In this STR mode, the CLKCFG register, which is one of registers related to the designation of the memory operating frequency, is cleared when the power supply to the device is cut off.

メモリ動作周波数決定部302は、MEM204の動作周波数を決定する手段であり、所定の入力信号(strap)に基づきその決定をし、メモリ動作周波数の指定に係わるレジスタを設定する。   The memory operating frequency determining unit 302 is a means for determining the operating frequency of the MEM 204, determines the operating frequency based on a predetermined input signal (strap), and sets a register related to the designation of the memory operating frequency.

復帰時間設定部303は、STRモードからの復帰時間をタイマに設定する手段であり、当該復帰時間経過後にSTRモードから復帰できるように、タイマとしてのRTC213をセットする(具体的にはRTC213のalarmレジスタをセットする)。   The return time setting unit 303 is means for setting the return time from the STR mode in the timer, and sets the RTC 213 as a timer so that the return from the STR mode can be performed after the return time has elapsed (specifically, the alarm of the RTC 213) Set the register).

レジスタ確認部304は、メモリ動作周波数の指定に係わるレジスタの1つであるCLKCFGレジスタの内容が期待されたものかどうか(適正値であるかどうか)を確認する(後述)。   The register confirmation unit 304 confirms whether or not the contents of the CLKCFG register, which is one of the registers related to the designation of the memory operating frequency, are expected (is an appropriate value) (described later).

タイマ値保持部305は、現時点のタイマの設定値(RTC値)を保持する手段であり、不揮発性のNVRAM215にRTC値を保存する。   The timer value holding unit 305 is means for holding the current timer setting value (RTC value), and stores the RTC value in the nonvolatile NVRAM 215.

復帰時間解除部306は、復帰時間設定部303により、タイマとしてのRTC213に設定された復帰時間を解除する手段である。具体的には、タイマ値保持部305により保持されたRTC値を、STR復帰後にRTC213のalarmレジスタに反映させることにより、タイマに設定された復帰時間を解除する   The return time cancellation unit 306 is means for canceling the return time set in the RTC 213 as a timer by the return time setting unit 303. Specifically, the return time set in the timer is canceled by reflecting the RTC value held by the timer value holding unit 305 in the alarm register of the RTC 213 after STR return.

なお、上記各部による制御機能は、装置全体を制御するCPU202とこのCPU202と協働する各ASICによるものであり(制御部300)、省エネモード移行・復帰部301から復帰時間解除部306までの各部による制御は、CPU202を主体とする制御部300が、メモリ動作周波数確定前に、BIOSによるブート処理における通常の起動処理の前処理として実行する。   Note that the control functions by the above-described units are based on the CPU 202 that controls the entire apparatus and the ASICs that cooperate with the CPU 202 (control unit 300), and each unit from the energy saving mode transition / return unit 301 to the return time release unit 306. The control unit 300 having the CPU 202 as a main body executes the control as a pre-process of the normal startup process in the boot process by the BIOS before the memory operating frequency is determined.

(情報処理装置100の動作)
続いて、本実施形態の情報処理装置100の動作について、図4を用いて説明する。
図4は、本実施形態の情報処理装置100の動作を説明するためのフローチャートである。
(Operation of the information processing apparatus 100)
Next, the operation of the information processing apparatus 100 according to the present embodiment will be described with reference to FIG.
FIG. 4 is a flowchart for explaining the operation of the information processing apparatus 100 according to the present embodiment.

本実施形態は、装置が正常に起動できるまでリトライを繰り返す仕様になっている。また、以下の処理を行うためのプログラムコードはROM214に格納されたBIOSに含まれ、CPU202によって、決定されたメモリの動作周波数でメモリの動作開始する前に、通常の起動処理の前処理として実行される。   In this embodiment, the retry is repeated until the apparatus can be normally started. The program code for performing the following processing is included in the BIOS stored in the ROM 214, and is executed by the CPU 202 as a pre-process of the normal startup process before the memory operation is started at the determined memory operating frequency. Is done.

はじめに、電源投入、もしくはSTR復帰に伴う起動処理が開始される(ステップS401)。   First, a startup process associated with power-on or STR return is started (step S401).

次に、所定のレジスタの値が予め定められた期待値であるかを確認する(ステップS402)。ここでは、IntelアーキテクチャによるASIC1 203にあるCLKCFGレジスタのbit0,1,2が0(適正値)であることが期待されている。   Next, it is confirmed whether the value of the predetermined register is a predetermined expected value (step S402). Here, it is expected that bits 0, 1, and 2 of the CLKCFG register in the ASIC1 203 based on the Intel architecture are 0 (appropriate value).

このとき、上記CLKCFGレジスタの値が適正値に一致する場合は、RTC213の設定値(RTC値;具体的には、RTC213のalarmレジスタの値)が保存されたかどうかをさらに確認する(ステップS403)。   At this time, if the value of the CLKCFG register matches the appropriate value, it is further confirmed whether or not the setting value of the RTC 213 (RTC value; specifically, the value of the alarm register of the RTC 213) has been saved (step S403). .

ステップS403で、RTC値が保存されていることが確認された場合には、RTC213の設定値を、保存されているRTC値に書き戻す処理を行う。この処理により、下記のステップS406でタイマがセットされた場合の、設定された復帰時間が解除される(ステップS404)。
一方、RTC値が保存されていない場合は、そのまま通常の起動処理を行う(ステップS405)。
If it is confirmed in step S403 that the RTC value is stored, a process of writing the setting value of the RTC 213 back to the stored RTC value is performed. By this process, the set return time when the timer is set in the following step S406 is canceled (step S404).
On the other hand, if the RTC value is not stored, normal startup processing is performed as it is (step S405).

上記ステップS402で上記CLKCFGレジスタの値が適正値でないことが確認された場合は(すなわち、CLKCFGレジスタのbit0,1,2のいずれかが1の場合)、現在のRTC213の設定値(RTC値)を保存する(ステップS406)。このように現在のRTC値(すなわちRTC213のalarmレジスタの値)を保存するのは、次のステップS407で、RTC213のアラーム機能を用いて、現在時刻から2秒後にアラームを発生させるようalarmレジスタの内容を変更するので、OS上でアラームが設定されていた場合など、予想外の箇所でタイマが動作して、割り込みや、Sleep Modeからの復帰ができなくなる可能性があるため、元の設定に戻せるように、一旦ここでRTC値を保存している。   If it is confirmed in step S402 that the value of the CLKCFG register is not an appropriate value (that is, if any of bits 0, 1, and 2 of the CLKCFG register is 1), the current setting value (RTC value) of the RTC 213 Is stored (step S406). The current RTC value (that is, the value of the alarm register of the RTC 213) is saved in the next step S407 by using the alarm function of the RTC 213 to generate an alarm two seconds after the current time. Since the contents are changed, the timer may operate at an unexpected location such as when an alarm is set on the OS, and it may not be possible to interrupt or return from Sleep Mode. The RTC value is temporarily stored here so that it can be returned.

次いで、RTC213のアラーム機能により、現時刻から2秒後にSTRモードからの復帰ができるように、タイマをセットする(ステップS407)。
そして、STRモードに移行する(ステップS408)。
その後、2秒後にSTRモードから復帰して(ステップS401)、再度CLKCFGレジスタを確認する処理(ステップS402)以降の処理を再開する。
以上が、本第2の実施形態の情報処理装置100のコントローラボード10のブート時の動作である。
Next, a timer is set so that the alarm function of the RTC 213 can return from the STR mode after 2 seconds from the current time (step S407).
And it transfers to STR mode (step S408).
Thereafter, after 2 seconds, the process returns from the STR mode (step S401), and the process after the process of checking the CLKCFG register (step S402) is resumed.
The above is the operation at the time of booting the controller board 10 of the information processing apparatus 100 of the second embodiment.

ところで、電源オフ時およびSTRモードへの移行時以外では、メモリ動作周波数の指定に係わるレジスタを備えるデバイスへの電力供給が絶たれない。そのため、このレジスタへの不適正な設定が起こった場合、その不適正な設定が保持され、誤動作を引き起こす。本実施形態では、STR機能を利用してSTRモードへ移行することによりデバイスへの電力供給を絶ち上記レジスタの状態をクリアするので、復帰時にはその再設定が可能となる。そして、適正な設定となった後に通常の起動処理を実行するので、起動できないなどの致命的な誤動作を回避することができ、ユーザに対しても、手動による電源オン、オフの再起動を回避することができる。   By the way, the power supply to the device including the register related to the designation of the memory operating frequency is not interrupted except when the power is turned off and the mode is shifted to the STR mode. For this reason, when an improper setting of this register occurs, the improper setting is retained, causing a malfunction. In the present embodiment, the state of the register is cleared by stopping the power supply to the device by shifting to the STR mode using the STR function. And since normal startup processing is executed after the proper setting is reached, fatal malfunctions such as inability to start can be avoided, and manual power on / off restart is also avoided for the user. can do.

[第2の実施形態]
次に、本発明の第2の実施形態について図5および図6を用いて説明する。
図5は、第2の実施形態におけるコントローラボード10の機能ブロック図である。図6は、第2の実施形態の情報処理装置の動作を説明するためのフローチャートである。
本実施形態において、ハードウェア構成は、前述した第1の実施形態と同様であるので、その説明は省略する。
[Second Embodiment]
Next, a second embodiment of the present invention will be described with reference to FIGS.
FIG. 5 is a functional block diagram of the controller board 10 in the second embodiment. FIG. 6 is a flowchart for explaining the operation of the information processing apparatus according to the second embodiment.
In the present embodiment, the hardware configuration is the same as that of the first embodiment described above, and a description thereof will be omitted.

図5に示すように、本実施形態と第1の実施形態との違いは、制御部300に故障情報通知部501をさらに備えたところにある。その他については、第1の実施形態と同様であり、その他の機能ブロックの説明は省略する。なお、また、図3と共通する部分には、同じ符号を付している。   As shown in FIG. 5, the difference between the present embodiment and the first embodiment is that the control unit 300 further includes a failure information notification unit 501. About others, it is the same as that of 1st Embodiment, and description of another functional block is abbreviate | omitted. In addition, the same code | symbol is attached | subjected to the part which is common in FIG.

本実施形態の特徴となる故障情報通知部501は、レジスタ確認部304によりCLKCFGレジスタの内容の確認をある一定回数繰り返しても適正値が検出できない場合は、ユーザに対して故障していることをLED2 217や操作パネル216を介して通知するとともに、故障情報を不揮発NVRAM215に、ログとして保存し、次回起動時にユーザにそのログの通知をする。
この故障情報通知部501により、下記のステップS605の判断と、ステップS610の処理がなされる。
The failure information notifying unit 501 which is a feature of the present embodiment indicates that the user has failed if the appropriate value cannot be detected even after the register checking unit 304 repeatedly confirms the contents of the CLKCFG register a certain number of times. While notifying via the LED 2 217 or the operation panel 216, the failure information is stored as a log in the nonvolatile NVRAM 215, and the log is notified to the user at the next startup.
The failure information notification unit 501 performs the following determination in step S605 and processing in step S610.

(情報処理装置100の動作)
続いて、本実施形態の情報処理装置100の動作を図6を用いて説明する。
本実施形態は、上記故障情報通知部501により、ある一定回数以上リトライしても成功しない(通常の起動処理に移れない)もしくは前回起動時の故障情報がある場合は、装置を起動させずに、ユーザに対して故障している旨を表示手段としてのLED2 217に表示させる点を特徴とするものである。
(Operation of the information processing apparatus 100)
Next, the operation of the information processing apparatus 100 according to this embodiment will be described with reference to FIG.
In the present embodiment, if the failure information notifying unit 501 does not succeed even after a certain number of retries (cannot shift to normal activation processing) or there is failure information at the previous activation, the device is not activated. The feature is that the LED 2 217 as a display means displays a failure to the user.

はじめに、電源投入、もしくはSTR復帰からの起動処理が開始される(ステップS601)。   First, start-up processing from power-on or STR return is started (step S601).

次に、所定のレジスタの値が予め定められた期待値であるかを確認する(ステップS602)。ここでは、IntelアーキテクチャによるASIC1 203にあるCLKCFGレジスタのbit0,1,2が0(適正値)であることが期待されている。   Next, it is confirmed whether or not the value of the predetermined register is a predetermined expected value (step S602). Here, it is expected that bits 0, 1, and 2 of the CLKCFG register in the ASIC1 203 based on the Intel architecture are 0 (appropriate value).

このとき、上記CLKCFGレジスタの値が適正値に一致する場合は、RTC213の設定値(RTC値;具体的には、RTC213のalarmレジスタの値)の値が保存されたかどうかをさらに確認する(ステップS603)。   At this time, if the value of the CLKCFG register coincides with an appropriate value, it is further confirmed whether the value of the set value of the RTC 213 (RTC value; specifically, the value of the alarm register of the RTC 213) has been saved (step S603).

ステップS603で、RTC値が保存されていることが確認された場合には、RTC213の設定値を、保存されているRTC値に書き戻す処理を行う(ステップS604)。
一方、RTC値が保存されていない場合は、そのまま通常の起動処理を行う(ステップS609)。
If it is confirmed in step S603 that the RTC value is stored, a process of writing the setting value of the RTC 213 back to the stored RTC value is performed (step S604).
On the other hand, if the RTC value is not stored, normal startup processing is performed as it is (step S609).

上記ステップS602で上記CLKCFGレジスタの値が適正値でないことが確認された場合は(CLKCFGレジスタのbit0,1,2のいずれかが1の場合)、一定回数以上リトライをしたかどうか?もしくは、前回起動時の故障情報があるかどうかをさらに確認する(ステップS605)。   If it is confirmed in step S602 that the value of the CLKCFG register is not an appropriate value (when one of bits 0, 1, and 2 of the CLKCFG register is 1), has it been retried for a certain number of times? Alternatively, it is further confirmed whether there is failure information at the time of the previous activation (step S605).

このときどちらかの条件に当てはまった場合は、LED2 217や操作パネル216に故障している旨を表示しユーザに知らせるとともに、故障情報をログとして不揮発メモリのNVRAM215に保存して、一連の起動処理を終了する(ステップS610)。
また、次回起動時には、ユーザに対して、LED2 217や操作パネル216に故障情報のログを表示して通知する。
If either of these conditions is met, the LED 2 217 or the operation panel 216 is informed of the failure and notified to the user, and the failure information is saved as a log in the NVRAM 215 of the nonvolatile memory, and a series of startup processes Is finished (step S610).
Further, at the next activation, a failure information log is displayed on the LED 2 217 or the operation panel 216 to notify the user.

一方、上記ステップS602およびS605どちらの条件にも当てはまらなかった場合には、現在のRTC213の設定値(RTC値)を保存する(ステップS606)。現在のRTC値を保存する理由は、第1の実施形態において前述したとおりである。   On the other hand, if neither of the conditions in steps S602 and S605 is satisfied, the current setting value (RTC value) of the RTC 213 is stored (step S606). The reason for storing the current RTC value is as described above in the first embodiment.

その後、RTC213のアラーム機能により、現時刻から2秒後にSTRモードからの復帰ができるようにタイマをセットする(ステップS607)。
そして、STRモードに移行する(ステップS608)。
その後、2秒後にSTRから復帰して(ステップS601)、再度CLKCFGレジスタを確認する処理(ステップS602)以降の処理を再開する。
以上、本発明に係る第2の実施形態について説明した。
Thereafter, a timer is set so that the alarm function of the RTC 213 can return from the STR mode after 2 seconds from the current time (step S607).
And it transfers to STR mode (step S608).
Thereafter, the process returns from the STR after 2 seconds (step S601), and the process after the process of confirming the CLKCFG register again (step S602) is resumed.
Heretofore, the second embodiment according to the present invention has been described.

本実施形態では、以上のようにして、故障の可能性が検知された場合に、ユーザにその通知をして起動処理を終了するので、ユーザビリティを向上させることができる。
なお、上記第1の実施形態および第2の実施形態において、RTC213のアラーム機能によってSTRモードから復帰するタイマのセット時間(復帰時間)を2秒としたが、これに限るものではなく、情報処理装置100の状態や性能に応じて任意に変更してよい。
In the present embodiment, when the possibility of failure is detected as described above, the user is notified of the failure and the activation process is terminated. Therefore, usability can be improved.
In the first and second embodiments, the timer set time (return time) for returning from the STR mode by the alarm function of the RTC 213 is set to 2 seconds. However, the present invention is not limited to this. You may change arbitrarily according to the state and performance of the apparatus 100. FIG.

なお、前述した諸実施形態の情報処理装置で実行される起動処理ためのプログラムは、前述の制御部が実行するBIOSプログラムとして、ROM等の不揮発性記憶媒体に予め組み込まれて提供される。   Note that a program for startup processing executed by the information processing apparatus according to the above-described embodiments is provided by being incorporated in advance in a nonvolatile storage medium such as a ROM as a BIOS program executed by the control unit.

また、上記プログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。   The above program is recorded in a computer-readable recording medium such as a CD-ROM, a flexible disk (FD), a CD-R, a DVD (Digital Versatile Disk), etc. in an installable or executable format file. It may be configured to be provided.

さらに、上記プログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成しても良い。また、上記プログラムをインターネット等のネットワーク経由で提供または配布するように構成しても良い。   Further, the program may be provided by being stored on a computer connected to a network such as the Internet and downloaded via the network. The program may be provided or distributed via a network such as the Internet.

本発明の第1の実施形態の情報処理装置としての画像形成装置の外観と概略構成を示す図である。1 is a diagram illustrating an appearance and a schematic configuration of an image forming apparatus as an information processing apparatus according to a first embodiment of the present invention. 同装置に備わるコントローラボードおよびエンジンボードのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the controller board and engine board with which the apparatus is equipped. 同コントローラボードの機能ブロック図である。It is a functional block diagram of the controller board. 第1の実施形態の情報処理装置の動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement of the information processing apparatus of 1st Embodiment. 本発明の第2の実施形態の情報処理装置に備わるコントローラボードの機能ブロック図である。It is a functional block diagram of the controller board with which the information processing apparatus of the 2nd Embodiment of this invention is provided. 第2の実施形態の情報処理装置の動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement of the information processing apparatus of 2nd Embodiment.

符号の説明Explanation of symbols

10…コントローラボード
20…エンジンボード
30…主電源部
100…情報処理装置(画像形成装置)
101…操作部
102…本体部
103…給紙部
104…排紙部
301…省エネモード移行・復帰部
302…メモリ動作周波数決定部
303…復帰時間設定部
304…レジスタ確認部
305…タイマ値保持部
306…復帰時間解除部
501…故障情報通知部
DESCRIPTION OF SYMBOLS 10 ... Controller board 20 ... Engine board 30 ... Main power supply part 100 ... Information processing apparatus (image forming apparatus)
DESCRIPTION OF SYMBOLS 101 ... Operation part 102 ... Main-body part 103 ... Paper feed part 104 ... Paper discharge part 301 ... Energy-saving mode transfer / restoration part 302 ... Memory operation frequency determination part 303 ... Return time setting part 304 ... Register confirmation part 305 ... Timer value holding part 306 ... Return time cancellation unit 501 ... Failure information notification unit

Claims (13)

少なくともメモリ動作周波数の指定に係わる所定のレジスタがクリアされる低消費電力状態への移行とその低消費電力状態からの復帰を制御する省エネモード移行・復帰手段と、
メモリの動作周波数を決定し、決定された動作周波数に応じて前記所定のレジスタを設定するメモリ動作周波数決定手段と、
低消費電力状態からの復帰時間をタイマに設定する復帰時間設定手段と、
前記メモリ動作周波数決定手段により決定されたメモリの動作周波数でメモリの動作開始する前に、前記所定のレジスタの内容が適正値であるか否かを確認するレジスタ確認手段と
を備えた情報処理装置であって、
前記レジスタ確認手段は、前記レジスタの内容が不適正値であると判断された場合には、前記復帰時間設定手段により前記タイマに設定された前記復帰時間の経過後前記省エネモード移行・復帰手段により復帰した後に、再度レジスタ内容を確認する
ことを特徴とする情報処理装置。
Energy saving mode transition / return means for controlling transition to a low power consumption state in which a predetermined register related to designation of at least a memory operating frequency is cleared and return from the low power consumption state;
A memory operating frequency determining means for determining an operating frequency of the memory and setting the predetermined register in accordance with the determined operating frequency;
A recovery time setting means for setting a recovery time from a low power consumption state in a timer;
An information processing apparatus comprising: register checking means for checking whether or not the content of the predetermined register is an appropriate value before starting the operation of the memory at the memory operating frequency determined by the memory operating frequency determining means Because
When it is determined that the contents of the register are an inappropriate value, the register confirmation unit uses the energy saving mode transition / return unit after the return time set in the timer by the return time setting unit has elapsed. An information processing apparatus that checks the register contents again after returning.
前記低消費電力状態からの復帰後に、前記レジスタ確認手段により再度不適正値が検出された場合には、適正値が検出できるまで、前記省エネモード移行・復帰手段は、前記低消費電力状態への移行、および前記低消費電力状態からの復帰を繰り返すことを特徴とする請求項1に記載の情報処理装置。   If an inappropriate value is detected again by the register checking means after returning from the low power consumption state, the energy saving mode transition / return means returns to the low power consumption state until an appropriate value can be detected. The information processing apparatus according to claim 1, wherein the transition and the return from the low power consumption state are repeated. 前記復帰時間設定手段による前記タイマへの前記復帰時間の設定を解除する復帰時間解除手段をさらに備え、
前記レジスタ確認手段により適正値を検出できた場合には、前記復帰時間解除手段により前記復帰時間の設定を解除することを特徴とする請求項1または請求項2に記載の情報処理装置。
A return time releasing means for releasing the setting of the return time to the timer by the return time setting means;
3. The information processing apparatus according to claim 1, wherein when the appropriate value can be detected by the register checking unit, the setting of the return time is canceled by the return time canceling unit.
前記復帰時間設定手段が設定するタイマとして、RTC(Real Time Clock)を用いることを特徴とする請求項1乃至請求項3のいずれか1項に記載の情報処理装置。   The information processing apparatus according to any one of claims 1 to 3, wherein an RTC (Real Time Clock) is used as a timer set by the return time setting means. 前記省エネモード移行・復帰手段は、STR(Suspend To RAM)技術によるものであることを特徴とする請求項1乃至請求項4のいずれか1項に記載の情報処理装置。   The information processing apparatus according to any one of claims 1 to 4, wherein the energy saving mode transition / return means is based on a STR (Suspend To RAM) technology. 前記タイマの設定値を保持するタイマ値保持手段をさらに備え、
前記レジスタ確認手段により不適正値が検出された場合には、前記タイマ値保持手段により前記タイマの現在の設定値を保持することを特徴とする請求項3に記載の情報処理装置。
Timer value holding means for holding a set value of the timer,
4. The information processing apparatus according to claim 3, wherein when an inappropriate value is detected by the register checking means, the timer value holding means holds the current set value of the timer.
前記復帰時間解除手段は、前記タイマ値保持手段により前記タイマの設定値が保持されていた場合には、保持されている前記タイマの設定値を現在の設定値として前記タイマに反映させることにより、前記タイマへの前記復帰時間の設定を解除することを特徴とする請求項6に記載の情報処理装置。   When the set value of the timer is held by the timer value holding means, the return time release means reflects the held set value of the timer as a current set value on the timer, The information processing apparatus according to claim 6, wherein the setting of the return time to the timer is canceled. 前記レジスタ確認手段により前記適正値がある一定回数繰り返しても検出できない場合は、ユーザに対して故障していることを通知する故障情報通知手段をさらに備えることを特徴とする請求項1に記載の情報処理装置。   2. The failure information notifying means for notifying the user that a failure has occurred when the register confirmation means cannot detect the appropriate value even after being repeated a certain number of times. Information processing device. 前記故障情報通知手段は、LEDを介して故障情報を通知することを特徴とする請求項8に記載の情報処理装置。   The information processing apparatus according to claim 8, wherein the failure information notification unit notifies failure information via an LED. 前記故障情報通知手段は、操作パネルを介して故障情報を通知することを特徴とする請求項8に記載の情報処理装置。   The information processing apparatus according to claim 8, wherein the failure information notification unit notifies failure information via an operation panel. 前記故障情報通知手段は、故障情報をログとして不揮発メモリに保存し、次回起動時にユーザに前記ログを通知することを特徴とする請求項8に記載の情報処理装置。   9. The information processing apparatus according to claim 8, wherein the failure information notification unit stores failure information in a nonvolatile memory as a log, and notifies the user of the log at the next startup. 制御手段により、少なくともメモリ動作周波数の指定に係わる所定のレジスタがクリアされる低消費電力状態への移行とその低消費電力状態からの復帰を制御する省エネモード移行・復帰工程と、
制御手段により、メモリの動作周波数を決定し、決定された動作周波数に応じて前記所定のレジスタを設定するメモリ動作周波数決定工程と、
制御手段により、低消費電力状態からの復帰時間をタイマに設定する復帰時間設定工程と、
制御手段により、前記メモリ動作周波数決定工程において決定されたメモリの動作周波数でメモリの動作開始する前に、前記所定のレジスタの内容が適正値であるか否かを確認するレジスタ確認工程と
を含む情報処理方法であって、
前記レジスタ確認工程は、前記レジスタの内容が不適正値であると判断された場合には、前記復帰時間設定工程により前記タイマに設定された前記復帰時間の経過後前記省エネモード移行・復帰工程により復帰した後に、再度レジスタ内容を確認する工程を含む
ことを特徴とする情報処理方法。
Energy saving mode transition / recovery step for controlling transition to a low power consumption state in which at least a predetermined register related to designation of the memory operating frequency is cleared by the control means, and return from the low power consumption state,
A memory operating frequency determining step for determining an operating frequency of the memory by the control means and setting the predetermined register in accordance with the determined operating frequency;
A return time setting step for setting a return time from the low power consumption state in the timer by the control means;
A register checking step for checking whether or not the content of the predetermined register is an appropriate value before starting the operation of the memory at the memory operating frequency determined in the memory operating frequency determining step by the control means. An information processing method,
In the register checking step, when it is determined that the contents of the register are inappropriate values, the energy saving mode transition / return step is performed after the return time set in the timer by the return time setting step has elapsed. An information processing method comprising a step of reconfirming register contents after returning.
請求項12に記載の情報処理方法をコンピュータに実行させるためのプログラム。   A program for causing a computer to execute the information processing method according to claim 12.
JP2008305895A 2008-12-01 2008-12-01 Information processing apparatus, information processing method, and program thereof Expired - Fee Related JP5114370B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008305895A JP5114370B2 (en) 2008-12-01 2008-12-01 Information processing apparatus, information processing method, and program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008305895A JP5114370B2 (en) 2008-12-01 2008-12-01 Information processing apparatus, information processing method, and program thereof

Publications (2)

Publication Number Publication Date
JP2010129020A JP2010129020A (en) 2010-06-10
JP5114370B2 true JP5114370B2 (en) 2013-01-09

Family

ID=42329335

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008305895A Expired - Fee Related JP5114370B2 (en) 2008-12-01 2008-12-01 Information processing apparatus, information processing method, and program thereof

Country Status (1)

Country Link
JP (1) JP5114370B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106060651B (en) 2016-06-06 2019-08-16 深圳Tcl数字技术有限公司 The starting method and system of smart television

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58195968A (en) * 1982-05-12 1983-11-15 Hitachi Ltd Re-execution controlling system
JPS6312013A (en) * 1986-03-07 1988-01-19 Hitachi Ltd Restarting system for data processor
JP2005031903A (en) * 2003-07-10 2005-02-03 Toshiba Tec Corp Information processor
JP4532148B2 (en) * 2004-03-29 2010-08-25 技嘉科技股▲ふん▼有限公司 Work clock setting device and work clock setting method
JP2007102419A (en) * 2005-10-03 2007-04-19 Sharp Corp Information processor
JP2007323601A (en) * 2006-06-05 2007-12-13 Hiroyuki Yamada Automatically restorable computer

Also Published As

Publication number Publication date
JP2010129020A (en) 2010-06-10

Similar Documents

Publication Publication Date Title
US20190018354A1 (en) Information processing apparatus capable of appropriately executing shutdown processing, method of controlling the information processing apparatus, and storage medium
US9449262B2 (en) Image processing apparatus and method for controlling image processing apparatus
JP4820271B2 (en) Image processing apparatus and image processing method
US8922805B2 (en) Image processing apparatus having updatable firmware, method for controlling image processing apparatus, and program
JP2008205714A (en) Image forming apparatus, its control method, and program
JP2015049731A (en) Image forming apparatus, control method of image forming apparatus, and program
US20190289154A1 (en) Information processing apparatus and information processing method
JP5581906B2 (en) Image processing apparatus, control method for image processing apparatus, control program for image processing apparatus, and recording medium
JP6597417B2 (en) Electronic device, recovery method and program
JP5114370B2 (en) Information processing apparatus, information processing method, and program thereof
US8949816B2 (en) Firmware updating method, image forming apparatus, and storage medium
US8380892B2 (en) Apparatus, method and program
JP6253433B2 (en) Control device
JP2011034401A (en) Information processing apparatus, information processing method and program for the method
JP6590722B2 (en) Electronic device, control method thereof, and program
JP2009169738A (en) Electronic equipment and method for controlling electronic equipment
JP2009223384A (en) Information processor
JP4998848B2 (en) Image forming system
JP2016010974A (en) Printing apparatus, control method of printing apparatus, and program
JP7292328B2 (en) Information processing device and its control method
JP3812281B2 (en) Printing device
JP6398858B2 (en) Electronic equipment and reboot program
US20230101600A1 (en) Information processing apparatus and control method for information processing apparatus
JP2008173853A (en) Printer
JP6544385B2 (en) Image forming device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20111006

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120924

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: 20121002

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121015

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

Free format text: PAYMENT UNTIL: 20151019

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5114370

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees