JP2012056152A - Information processor, control method of information processor, and program - Google Patents

Information processor, control method of information processor, and program Download PDF

Info

Publication number
JP2012056152A
JP2012056152A JP2010200572A JP2010200572A JP2012056152A JP 2012056152 A JP2012056152 A JP 2012056152A JP 2010200572 A JP2010200572 A JP 2010200572A JP 2010200572 A JP2010200572 A JP 2010200572A JP 2012056152 A JP2012056152 A JP 2012056152A
Authority
JP
Japan
Prior art keywords
time
saving state
power
information
power saving
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.)
Withdrawn
Application number
JP2010200572A
Other languages
Japanese (ja)
Inventor
Takahiro Yamashita
貴弘 山下
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 JP2010200572A priority Critical patent/JP2012056152A/en
Publication of JP2012056152A publication Critical patent/JP2012056152A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Power Sources (AREA)

Abstract

PROBLEM TO BE SOLVED: To enable time measurement alone even in the absence of network connection while a conventional power-saving performance is maintained most even when power supply to an RTC under a power-saving state is insufficient.SOLUTION: A main CPU 201 in which the power supply is shut off in the power-saving state manages a system time on the basis of a reference point time acquired from the RTC 210 at the time of starting. The main CPU 201 stores the present system time T1 in a memory 203 when shifting to the power-saving state (S416). In the power-saving state, a NIC CPU 301 in a LAN I/F 300 supplied with the power even in the power-saving state counts an elapsed time T2 in the power-saving state (S418-S421). Thereafter, when returning from the power-saving state, the main CPU 201 adjusts the present system time using the time value T1 stored in the memory 203 and the count value T2 of the NIC CPU 301 (T1+T2) (S423-S425).

Description

本発明は、情報処理装置における時刻管理に関する。   The present invention relates to time management in an information processing apparatus.

システムの時刻情報を厳密に計測し管理することは、システムを正常に動作させる上で欠かせない処理である。これを行うことにより、指定時刻でのジョブの自動実行など、時刻に依存した処理を正確に実行することが可能となる。   Strictly measuring and managing the time information of the system is an indispensable process for operating the system normally. By doing this, time-dependent processing such as automatic job execution at a specified time can be accurately executed.

一般的な情報処理装置では、時間計測の手段として、CPU及びRTC(リアルタイムクロック;Real Time Clock)が用いられている。一般的にRTCは、システムへの電力供給が限定された状況下での時間計測を担当しており、そのような状況下でも駆動するために、一次電池などの予備電源が付随した構成となっている。   In a general information processing apparatus, a CPU and an RTC (Real Time Clock) are used as time measurement means. In general, the RTC is in charge of time measurement in a situation where the power supply to the system is limited. In order to drive even under such a situation, the RTC has a configuration with an auxiliary power source such as a primary battery. ing.

特許文献1では、複写機をネットワークに接続し、ネットワーク上にある他のサーバ等から時刻情報を取得することで、複写機の時刻情報の調整を行うようにしている。   In Patent Document 1, a copying machine is connected to a network, and time information of the copying machine is adjusted by acquiring time information from another server or the like on the network.

特開2003−156579号公報JP 2003-156579 A

しかしながら、従来では、ネットワーク接続ができず、RTCしかシステムの時刻管理を行うことができない状況下において、RTCへの電力供給が充分になされない場合、時刻計測を行うことができなくなってしまう。その為、時刻計測が不可能であった時間だけシステムの時刻情報に誤差が生じるなど、時刻管理が不充分になるという課題があった。このような状況は、省電力状態中においてRTC付随の電池が電池切れの場合などに発生する。   However, conventionally, when the network connection is not possible and only the RTC can manage the time of the system, if the power supply to the RTC is not sufficiently performed, the time cannot be measured. Therefore, there has been a problem that time management becomes insufficient, such as an error in the time information of the system for the time during which time measurement is impossible. Such a situation occurs, for example, when the battery associated with the RTC runs out of power during the power saving state.

本発明は、上記の問題点を解決するためになされたものである。本発明の目的は、省電力状態下においてRTCへ電力供給が行われない場合であっても、従来の省電力性能をほぼ維持したまま、ネットワーク接続がなくとも単体で自身の時間の計測及び時刻情報の管理を行うことが可能な仕組みを提供することである。   The present invention has been made to solve the above problems. The object of the present invention is to measure the time and the time of itself without a network connection, while maintaining the conventional power saving performance, even when power is not supplied to the RTC in the power saving state. It is to provide a mechanism capable of managing information.

本発明は、情報処理装置であって、時刻の測定を行う時刻測定手段と、特定のタイミングで前記時刻測定手段から取得された時刻情報を基点時刻情報として記憶する記憶手段と、前記基点時刻情報の示す時刻からの経過時間をカウントし、該カウント値と前記基点時刻情報から前記情報処理装置のシステム時刻を算出する第1処理手段と、前記情報処理装置が省電力状態に移行した場合の経過時間をカウントする第2処理手段と、前記時刻測定手段、前記第1処理手段、前記第2処理手段、及び前記記憶手段に対して電力供給を行うものであり、前記省電力状態では前記時刻測定手段、前記第1処理手段に対する電力供給を遮断する電力供給手段とを有し、前記第1処理手段は、前記省電力状態へ移行する際に、前記第1処理手段が算出したシステム時刻を省電力状態移行時刻情報として前記記憶手段に保存し、前記省電力状態から復帰した際に、前記記憶手段に保存された前記省電力状態移行時刻情報と前記第2処理手段のカウント値とを用いて前記情報処理装置のシステム時刻を調整する調整処理を行うことを特徴とする。   The present invention is an information processing apparatus, a time measuring unit that measures time, a storage unit that stores time information acquired from the time measuring unit at a specific timing as base time information, and the base time information The first processing means that counts the elapsed time from the time indicated by and calculates the system time of the information processing apparatus from the count value and the base time information, and the progress when the information processing apparatus shifts to the power saving state Power is supplied to the second processing means for counting time, the time measuring means, the first processing means, the second processing means, and the storage means, and the time measurement is performed in the power saving state. And power supply means for cutting off power supply to the first processing means, and the first processing means calculates the first processing means when shifting to the power saving state. The system time is stored in the storage unit as power saving state transition time information, and the power saving state transition time information stored in the storage unit and the count value of the second processing unit when returning from the power saving state And adjusting processing for adjusting the system time of the information processing apparatus.

本発明によれば、省電力状態下においてRTC等の時刻測定手段へ電力供給が行われない場合であっても、従来の省電力性能をほぼ維持したまま、ネットワーク接続がなくとも単体で自身の時間の計測及び時刻情報の管理を行うことができる等の効果を奏する。   According to the present invention, even when power is not supplied to a time measuring means such as an RTC in a power saving state, the conventional power saving performance is substantially maintained, and even if there is no network connection, the device itself There are effects such as time measurement and time information management.

本発明に係る情報処理装置の一実施形態としての画像形成装置を含むシステムのブロック図である。1 is a block diagram of a system including an image forming apparatus as an embodiment of an information processing apparatus according to the present invention. コントローラ3の構成の一例を示すブロック図である。3 is a block diagram illustrating an example of a configuration of a controller 3. FIG. 図2のLAN I/F300及びコントローラ3の関係を示す図である。FIG. 3 is a diagram illustrating a relationship between a LAN I / F 300 and a controller 3 in FIG. 2. 本発明のシステム時刻管理動作の一例を示すフローチャートである。It is a flowchart which shows an example of the system time management operation | movement of this invention.

以下、本発明を実施するための形態について図面を用いて説明する。   Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings.

本発明に係る情報処理装置の一実施形態としての画像形成装置について説明する。
図1は、本発明に係る情報処理装置の一実施形態としての画像形成装置を含むシステムのブロック図である。
図1において、1は画像形成装置である。画像形成装置1は、スキャナ装置2、プリンタ装置4、操作部5、補助記憶装置6、FAX装置7、及びコントローラ3を有する。
スキャナ装置2は、原稿から光学的に画像を読み取りデジタル画像に変換する。プリンタ装置4は、デジタル画像をプリント用紙などの印刷対象に出力する。操作部5は、画像形成装置1の操作を行うためのものである。補助記憶装置6は、デジタル画像や制御プログラム等を記憶するためのものである。FAX装置7は、電話回線等にデジタル画像を送信するためのものである。コントローラ(制御装置)3は、上記各モジュール2、4〜7に接続され、上記各モジュールに指示を出すことにより、画像形成装置1上でジョブを実行制御する。
An image forming apparatus as an embodiment of an information processing apparatus according to the present invention will be described.
FIG. 1 is a block diagram of a system including an image forming apparatus as an embodiment of an information processing apparatus according to the present invention.
In FIG. 1, reference numeral 1 denotes an image forming apparatus. The image forming apparatus 1 includes a scanner device 2, a printer device 4, an operation unit 5, an auxiliary storage device 6, a FAX device 7, and a controller 3.
The scanner device 2 optically reads an image from a document and converts it into a digital image. The printer device 4 outputs a digital image to a print target such as a print sheet. The operation unit 5 is for operating the image forming apparatus 1. The auxiliary storage device 6 is for storing a digital image, a control program, and the like. The FAX apparatus 7 is for transmitting a digital image to a telephone line or the like. A controller (control device) 3 is connected to each of the modules 2, 4 to 7, and controls the execution of jobs on the image forming apparatus 1 by giving instructions to the modules.

画像形成装置1は、LAN8経由でコンピュータ9からデジタル画像の入出力、ジョブの発行や機器の指示等も実施することが可能である。
スキャナ装置2は、原稿束を自動的に逐次入れ替えることが可能な原稿給紙ユニット(DFユニット)21、原稿を光学スキャンしデジタル画像データに変換することが可能なスキャナユニット22を有する。なお、スキャナユニット22により、デジタル変換された画像データはコントローラ3に送信される。
The image forming apparatus 1 can execute digital image input / output, job issuance, device instruction, and the like from the computer 9 via the LAN 8.
The scanner device 2 includes a document feeding unit (DF unit) 21 that can automatically and sequentially replace a bundle of documents, and a scanner unit 22 that can optically scan a document and convert it into digital image data. The image data digitally converted by the scanner unit 22 is transmitted to the controller 3.

プリンタ装置4は、給紙した紙に画像データ(コントローラ3から受信)を印刷するためのマーキングユニットS41、紙束から一枚づつ逐次給紙可能な給紙ユニット42、印刷後の紙を排紙するための排紙ユニット43を有する。
なお、画像形成装置1は、複写機能、画像送信機能、画像保存機能、画像印刷機能等の多彩な機能を有し、これらの機能に対応するジョブを実行可能である。以下、各機能について説明する。
The printer device 4 includes a marking unit S41 for printing image data (received from the controller 3) on the fed paper, a paper feeding unit 42 that can sequentially feed one sheet at a time, and ejects the printed paper. A paper discharge unit 43 is provided.
The image forming apparatus 1 has various functions such as a copy function, an image transmission function, an image storage function, and an image printing function, and can execute jobs corresponding to these functions. Each function will be described below.

複写機能は、スキャナ装置2から読み込んだ画像を補助記憶装置6に記録し、同時にプリンタ装置4を使用して印刷を実施する機能である。
画像送信機能は、スキャナ装置2から読み込んだ画像をコンピュータ9へLAN8を介して送信する機能である。
画像保存機能は、スキャナ装置2から読み込んだ画像を補助記憶装置6に記録する。必要に応じて画像送信や画像印刷を実施する機能である。
画像印刷機能は、コンピュータ9から送信された例えばページ記述言語を解析し、プリンタ装置4で印刷する機能である。
The copying function is a function for recording an image read from the scanner device 2 in the auxiliary storage device 6 and simultaneously performing printing using the printer device 4.
The image transmission function is a function for transmitting an image read from the scanner device 2 to the computer 9 via the LAN 8.
The image storage function records the image read from the scanner device 2 in the auxiliary storage device 6. This function performs image transmission and image printing as necessary.
The image printing function is a function that analyzes, for example, a page description language transmitted from the computer 9 and prints it by the printer device 4.

以下、図2を用いて、本発明を具体的に適用するモジュールであるコントローラ3について説明する。
図2は、コントローラ3の構成の一例を示すブロック図である。
図2に示すように、コントローラ3は、メインボード200と、サブボード220を有する。
メインボード200は、いわゆる汎用的なCPUシステムである。
メインボード200は、CPU201、ブートROM202、メモリ203、バスコントローラ204、不揮発性メモリ205、ディスクコントローラ206、フラッシュディスク207、USBコントローラ208、RTC210等を有する。
Hereinafter, the controller 3 which is a module to which the present invention is specifically applied will be described with reference to FIG.
FIG. 2 is a block diagram illustrating an example of the configuration of the controller 3.
As shown in FIG. 2, the controller 3 includes a main board 200 and a sub board 220.
The main board 200 is a so-called general-purpose CPU system.
The main board 200 includes a CPU 201, a boot ROM 202, a memory 203, a bus controller 204, a nonvolatile memory 205, a disk controller 206, a flash disk 207, a USB controller 208, an RTC 210, and the like.

CPU201(以下、メインCPU201)は、メインボード全体を制御する。ブートROM(Boot Rom)202は、ブートプログラムが記録されている。メモリ(Memory)203は、CPU201がワークメモリとして使用するメモリである。バスコントローラ(Bus Controller)204は、外部バスとのブリッジ機能を持つ。不揮発性メモリ(Non Volatile Memory)205は、電源断された場合でもデータを保持し続けることができる記憶装置である。   A CPU 201 (hereinafter, main CPU 201) controls the entire main board. A boot ROM (Boot Rom) 202 stores a boot program. A memory 203 is a memory used by the CPU 201 as a work memory. A bus controller 204 has a bridge function with an external bus. A non-volatile memory (Non Volatile Memory) 205 is a storage device that can keep data even when the power is turned off.

ディスクコントローラ(Disk Controller)206は、ストレージ装置(例えば、補助記憶装置6)を制御する。フラッシュディスク(Flash Disk)207は、SSD等の半導体デバイスで構成された比較的小容量なストレージ装置である。USBコントローラ(USB controller)208は、USB機器(例えば、USBメモリ209)を制御するためのものである。RTC210は、システムの時刻の測定(時刻測定)及び管理を行う時刻測定装置ものである。   A disk controller 206 controls a storage device (for example, auxiliary storage device 6). A flash disk 207 is a relatively small-capacity storage device configured by a semiconductor device such as an SSD. The USB controller 208 is for controlling a USB device (for example, the USB memory 209). The RTC 210 is a time measuring device that performs time measurement (time measurement) and management of the system.

メインボード200には外部に、USBメモリ(USB Memory)209、操作部5、LAN I/F300、補助記憶装置6等が接続される。LAN I/F(LANインタフェース)300は、LAN8との接続を制御を制御し、LAN8介したコンピュータ9との通信を可能とする。   Externally connected to the main board 200 are a USB memory 209, an operation unit 5, a LAN I / F 300, an auxiliary storage device 6, and the like. A LAN I / F (LAN interface) 300 controls the connection with the LAN 8 and enables communication with the computer 9 via the LAN 8.

サブボード220は、比較的小さな汎用CPUシステムと、画像処理ハードウェアを有する。汎用CPUシステムには、CPU221、メモリ223、バスコントローラ224、不揮発性メモリ225が含まれる。また、画像処理ハードウェアには、スキャンした画像に対する、回転処理、変倍処理、色空間変換処理等のリアルタイムデジタル画像処理を実施する画像処理プロセッサ227と、デバイスコントローラ226(226a,226b)が含まれる。   The sub board 220 has a relatively small general-purpose CPU system and image processing hardware. The general-purpose CPU system includes a CPU 221, a memory 223, a bus controller 224, and a nonvolatile memory 225. The image processing hardware includes an image processor 227 that performs real-time digital image processing such as rotation processing, scaling processing, and color space conversion processing on the scanned image, and a device controller 226 (226a, 226b). It is.

CPU221(以下、サブCPU221)は、サブボード全体を制御する。メモリ(Memory)223は、CPU221がワークメモリとして使用するメモリである。バスコントローラ(Bus Controller)224は、外部バスとのブリッジ機能を持つ。不揮発性メモリ(Non Volatile Memory)225は、電源断された場合でもデータを保持し続けることができる記憶装置である。   The CPU 221 (hereinafter referred to as sub CPU 221) controls the entire sub board. A memory 223 is a memory used by the CPU 221 as a work memory. A bus controller 224 has a bridge function with an external bus. A non-volatile memory (Non Volatile Memory) 225 is a storage device that can continue to hold data even when the power is turned off.

画像処理プロセッサ(Image Processor)227は、スキャナ装置2によりスキャンされた画像データに対する、回転処理、変倍処理、色空間変換処理等のリアルタイムデジタル画像処理を実施する。画像処理プロセッサ227は、デバイスコントローラ(Device Controller)226aを介して、スキャナ装置2からデジタル画像データを受け取る。また、画像処理プロセッサ227は、デバイスコントローラ(Device Controller)226bを介して、プリンタ装置4にデジタル画像データを送信する。FAX装置7は、CPU221が直接制御する。   An image processor 227 performs real-time digital image processing such as rotation processing, scaling processing, and color space conversion processing on the image data scanned by the scanner device 2. The image processor 227 receives digital image data from the scanner device 2 via a device controller 226a. The image processor 227 transmits digital image data to the printer device 4 via a device controller 226b. The FAX apparatus 7 is directly controlled by the CPU 221.

コントローラ3には、電源230が接続されている。電源230は、コントローラ3を構成する各要素に必要な電力を供給する。
なお、本図は簡略化されたブロック図である。例えば、CPU201、CPU221等にはチップセット、バスブリッジ、クロックジェネレータ等のCPU周辺ハードウェアが多数含まれているが、本図では簡略記載しており、このブロック構成が本発明を制限するものではない。
A power source 230 is connected to the controller 3. The power supply 230 supplies necessary power to each element constituting the controller 3.
This figure is a simplified block diagram. For example, the CPU 201, the CPU 221 and the like include a large number of CPU peripheral hardware such as a chip set, a bus bridge, and a clock generator, but are simply illustrated in this figure, and this block configuration does not limit the present invention. Absent.

以下、コントローラ3の動作について、画像複写を例に説明する。
ユーザが操作部5から画像複写を指示すると、CPU201がCPU221を介してスキャナ装置2に画像読み取り命令を送る。スキャナ装置2は、紙原稿を光学スキャンしてデジタル画像データに変換して、デバイスコントローラ226aを介して画像処理プロセッサ227に入力する。画像処理プロセッサ227は、CPU221を介してメモリ223にDMA転送を行い、デジタル画像データを一時保存する。
Hereinafter, the operation of the controller 3 will be described taking image copying as an example.
When the user instructs image copying from the operation unit 5, the CPU 201 sends an image reading command to the scanner device 2 via the CPU 221. The scanner device 2 optically scans a paper document to convert it into digital image data, and inputs the digital image data to the image processor 227 via the device controller 226a. The image processor 227 performs DMA transfer to the memory 223 via the CPU 221 and temporarily stores the digital image data.

CPU201は、デジタル画像データがメモリ223に一定量若しくは全て入ったことが確認できると、CPU221を介してプリンタ装置4に画像出力指示を出す。CPU221は、画像処理プロセッサ227にメモリ223の画像データの位置を教える。プリンタ装置4からの同期信号に従ってメモリ223上の画像データは、画像処理プロセッサとデバイスコントローラ226bを介してプリンタ装置4に送信される。プリンタ装置4は、デバイスコントローラ226bを介して受信した画像デーを印刷対象(印刷媒体)に印刷する。複数部印刷を行う場合、CPU201は、メモリ223の画像データを補助記憶装置6に保存し、2部目以降は、スキャナ装置2から画像データを転送することなく、補助記憶装置6から画像データを、プリンタ装置4に画像データを送ることが可能である。   When the CPU 201 can confirm that a certain amount or all of the digital image data has entered the memory 223, it issues an image output instruction to the printer device 4 via the CPU 221. The CPU 221 tells the image processor 227 the position of the image data in the memory 223. The image data on the memory 223 is transmitted to the printer device 4 via the image processor and the device controller 226b in accordance with the synchronization signal from the printer device 4. The printer device 4 prints the image data received via the device controller 226b on a print target (print medium). When performing multiple copies, the CPU 201 stores the image data in the memory 223 in the auxiliary storage device 6, and the second and subsequent copies transfer image data from the auxiliary storage device 6 without transferring image data from the scanner device 2. The image data can be sent to the printer device 4.

RTC210は、基準時刻からの経過時間を刻む回路であり、電源230からの電力供給が不充分である場合における動作保障のため、補助電力供給部として一次電池などの補助電源(本実施例では一次電池400(以下、電池400))が付随している。即ち、電源230から電力供給が不十分又は遮断された場合には、電池400からRTC210に電力が供給されるように構成されている。   The RTC 210 is a circuit that measures the elapsed time from the reference time, and an auxiliary power supply such as a primary battery (primary battery in this embodiment) as an auxiliary power supply unit for ensuring operation in the case where power supply from the power supply 230 is insufficient. A battery 400 (hereinafter referred to as a battery 400) is attached. That is, the power is supplied from the battery 400 to the RTC 210 when the power supply from the power source 230 is insufficient or cut off.

コントローラ3は、「通常状態」と「省電力状態」の二つの状態を持ち、それぞれの状態において、電力供給される回路群が異なる。通常状態においては、電源230はコントローラ3を構成する全要素に電力を供給する。一方、省電力状態においては、通常状態において電力供給対象となっている回路のうち、一部の回路のみに電力供給を行う。具体的には、図2において二重枠となっている箇所(メモリ203及びLAN I/F300)のみに電力供給を行う。このように、省電力状態では、電力供給対象回路数を減らすことにより、消費電力の低減を図っている。即ち、省電力状態においては、電池400からRTC210に電力が供給されることになる。   The controller 3 has two states, a “normal state” and a “power saving state”, and a circuit group to which power is supplied is different in each state. In the normal state, the power source 230 supplies power to all the elements constituting the controller 3. On the other hand, in the power saving state, power is supplied to only some of the circuits that are the power supply target in the normal state. Specifically, power is supplied only to the locations (memory 203 and LAN I / F 300) that are double frames in FIG. Thus, in the power saving state, the power consumption is reduced by reducing the number of power supply target circuits. That is, in the power saving state, power is supplied from the battery 400 to the RTC 210.

図3は、図2のLAN I/F300及びコントローラ3の関係を示す図である。なお、図2と同様に、本図でも、省電力状態下においても電力供給される回路を二重枠で示す。また、本図も、簡略化されたブロック図であり、このブロック構成が本発明を制限するものではない。   FIG. 3 is a diagram showing the relationship between the LAN I / F 300 and the controller 3 in FIG. As in FIG. 2, in this figure, the circuit to which power is supplied even in the power saving state is indicated by a double frame. Moreover, this figure is also a simplified block diagram, and this block configuration does not limit the present invention.

コントローラ3は、メインCPU201と、メモリ203と、RTC210と、LAN I/F300を備え、LAN I/F300は、NIC CPU301と、NICメモリ(NIC RAM)302と、ネットワークI/F303を備えている。なお、NICは、Network Interface Cardの略である。   The controller 3 includes a main CPU 201, a memory 203, an RTC 210, and a LAN I / F 300. The LAN I / F 300 includes a NIC CPU 301, a NIC memory (NIC RAM) 302, and a network I / F 303. NIC is an abbreviation for Network Interface Card.

通常状態においては、ネットワークI/F303で受信されたパケットは、メインCPU201へ送信され、メインCPU201により解析される。
一方、省電力状態においては、省電力のため、メインCPU201は電力供給されておらず、パケットの処理をNIC CPU301が行う。なお、NIC CPU301で処理しきれないパケットがネットワークI/F303において受信された場合、NIC CPU301は、受信パケットをNICメモリ302に保存した後、通常状態への移行処理を行う。通常状態に復帰したメインCPU201は、NICメモリ302に保存されたパケットの解析を行う。
In a normal state, a packet received by the network I / F 303 is transmitted to the main CPU 201 and analyzed by the main CPU 201.
On the other hand, in the power saving state, to save power, the main CPU 201 is not supplied with power, and the NIC CPU 301 performs packet processing. When a packet that cannot be processed by the NIC CPU 301 is received by the network I / F 303, the NIC CPU 301 stores the received packet in the NIC memory 302 and then performs a transition process to a normal state. The main CPU 201 that has returned to the normal state analyzes the packet stored in the NIC memory 302.

次に、画像形成装置1内の時刻情報(以下、システム時刻と呼ぶ)の管理方法について説明する。
第1処理部としてのメインCPU201は、起動時等の特定のタイミングにおいてRTC210から時刻情報を取得し、これをシステム時刻の基点とする。なお、RTC210から時刻情報を取得できない場合、メインCPU201は、操作部5より入力された値をシステム時刻の基点とする。基点となる時刻が決定された後、メインCPU201は、上記基点となる時刻(基点時刻情報)をメモリ203に保存する。その後は、メインCPU201は、メインCPU201内のタイマのカウンタ値(上記基点時刻情報の示す時刻からの経過時間をカウントしたカウント値)と上記基点時刻情報とによってシステム時刻を算出し適宜更新することで、システム時刻を経過させる。即ち、起動時等の特定のタイミングにRTC210から時刻情報を読み出した後は、メインCPU201は、基本的にはRTC210から時刻情報を読み出さず、メインCPU201内のタイマを用いて時刻を更新することにより、システム時刻を管理する。これは、一般的にRTCよりCPU内のタイマのほうが高精度であるためであり、より正確な時刻管理ができるためである。また、CPU内のタイマへのアクセスは、RTCへのアクセスより高速に行えるため、時刻情報の読み出し時間を短縮できるからである。
Next, a method for managing time information (hereinafter referred to as system time) in the image forming apparatus 1 will be described.
The main CPU 201 as the first processing unit acquires time information from the RTC 210 at a specific timing such as at the time of activation, and uses this as the base point of the system time. When the time information cannot be acquired from the RTC 210, the main CPU 201 uses the value input from the operation unit 5 as the base point of the system time. After the base time is determined, the main CPU 201 stores the base time (base time information) in the memory 203. Thereafter, the main CPU 201 calculates the system time from the counter value of the timer in the main CPU 201 (a count value obtained by counting the elapsed time from the time indicated by the base time information) and the base time information, and updates the system time as appropriate. Let the system time elapse. That is, after reading the time information from the RTC 210 at a specific timing such as when starting up, the main CPU 201 basically does not read the time information from the RTC 210 and updates the time using the timer in the main CPU 201. , Manage system time. This is because the timer in the CPU is generally more accurate than the RTC, and more accurate time management is possible. In addition, access to the timer in the CPU can be performed faster than access to the RTC, so that the time information read time can be shortened.

なお、省電力状態下においては、メインCPU201には電力供給されないため、第2処理部としてのNIC CPU301がNIC CPU301内のタイマを用いて、省電力状態中の経過時間の測定と保存を行う。NIC CPU301が時刻更新を行う際には、NICメモリ302が使用され、通常状態に遷移する際に、メインCPU201は、NICメモリ302の値を用いてメモリ203のシステム時刻を較正する。   In the power saving state, the main CPU 201 is not supplied with power, so the NIC CPU 301 as the second processing unit uses the timer in the NIC CPU 301 to measure and store the elapsed time during the power saving state. When the NIC CPU 301 updates the time, the NIC memory 302 is used. When the NIC CPU 301 changes to the normal state, the main CPU 201 calibrates the system time of the memory 203 using the value of the NIC memory 302.

以下、図4のフローチャートを用いて、本発明のシステム時刻管理動作について説明する。
図4は、本発明のシステム時刻管理動作の一例を示すフローチャートである。なお、図4中のS411〜S417及びS423〜S425はメインCPU201がブートROM202、USBメモリ209又は補助記憶装置6に記録されたプログラムに基づいて実行する処理を示し、S418〜S422はNIC CPU301がブートROM202、USBメモリ209又は補助記憶装置6に記録されたプログラムに基づいて実行する処理を示す。
The system time management operation of the present invention will be described below using the flowchart of FIG.
FIG. 4 is a flowchart showing an example of the system time management operation of the present invention. 4, S411 to S417 and S423 to S425 indicate processing executed by the main CPU 201 based on programs recorded in the boot ROM 202, USB memory 209, or auxiliary storage device 6, and S418 to S422 are booted by the NIC CPU 301. A process executed based on a program recorded in the ROM 202, the USB memory 209, or the auxiliary storage device 6 is shown.

メインCPU201は、通常電力状態では、省電力状態移行要求を受信するまで(S412でNoの間)、タスク処理や時刻測定(S411)など通常の処理を行う。
なお、ユーザからの省電力要求を受け付けた操作部5は、ハードウェア割り込みによって、省電力移行要求信号をメインCPU201に通知する。省電力移行要求信号を発生させる手段としては、一定時間、操作部5からの操作が無い、一定時間、LAN インタフェース8での特定のパケットの受信が無い、又はFAX装置7でのファクシミリ受信が無い場合にタイマ割り込みによって発生させる手段など、他の手段であっても良い。なお、特定のパケットとは、画像形成装置1を省電力状態から通常電力状態へ復帰させなければ実行できないような指示を示すパケットであり、例えば、プリント要求や、補助記憶装置6内に記憶されている画像データの取得要求等を指示するパケット等である。どのようなパケットの受信により通常電力状態へ復帰させるかは設計事項であり、本発明は、上記パケットの例に限定されるものではない。
In the normal power state, the main CPU 201 performs normal processing such as task processing and time measurement (S411) until a power saving state transition request is received (during No in S412).
The operation unit 5 that has received the power saving request from the user notifies the main CPU 201 of a power saving transition request signal by hardware interruption. As means for generating a power saving transition request signal, there is no operation from the operation unit 5 for a certain period of time, there is no reception of a specific packet at the LAN interface 8 for a certain period of time, or there is no facsimile reception at the FAX apparatus 7 In other cases, other means such as a means for generating a timer interrupt may be used. The specific packet is a packet indicating an instruction that cannot be executed unless the image forming apparatus 1 is returned from the power saving state to the normal power state. For example, the specific packet is stored in the auxiliary storage device 6 or a print request. A packet or the like for instructing an acquisition request for image data. It is a design matter that what kind of packet is received to return to the normal power state, and the present invention is not limited to the example of the packet.

メインCPU201は、省電力移行要求信号を受信した場合(S412でYes)、RTC210に付随の電池400の残量が不足している(補助電源からの電力供給が不十分)か否かを判定する(S413)。   When the main CPU 201 receives the power saving transition request signal (Yes in S412), the main CPU 201 determines whether or not the battery 400 attached to the RTC 210 is insufficient (power supply from the auxiliary power supply is insufficient). (S413).

そして、RTC210に付随の電池400の残量が不足している(補助電源からの電力供給が不十分)と判定した場合(S414でYes)、メインCPU201は、S415に処理を進める。S415では、メインCPU201は、電池切れフラグをメモリ203に立て(メモリ203に保持されている電池切れフラグをOn状態にし)、S416に処理を進める。S416では、メインCPU201は、現在のシステム時刻(メモリ203に保持されている基点時刻情報とメインCPU201内のタイマの値から算出される)を省電力状態移行時刻情報T1としてメモリ203に保存し、S417に処理を進める。   If it is determined that the battery 400 attached to the RTC 210 is insufficient (the power supply from the auxiliary power supply is insufficient) (Yes in S414), the main CPU 201 advances the process to S415. In S415, the main CPU 201 sets a battery exhaustion flag in the memory 203 (sets the battery exhaustion flag held in the memory 203 to the On state), and proceeds to S416. In S416, the main CPU 201 stores the current system time (calculated from the base time information held in the memory 203 and the timer value in the main CPU 201) in the memory 203 as the power saving state transition time information T1, The process proceeds to S417.

一方、RTC210に付随の電池400の残量が不足していない(電池残量が十分(補助電源からの電力供給が十分))と判定した場合(S414でNo)、メインCPU201は、そのままS417に処理を進める。   On the other hand, when it is determined that the battery 400 attached to the RTC 210 is not short (the battery power is sufficient (the power supply from the auxiliary power supply is sufficient)) (No in S414), the main CPU 201 proceeds to S417 as it is. Proceed with the process.

S417では、メインCPU201は、省電力状態移行処理を行う。省電力状態移行処理では、メインCPU201は、NIC CPU301に対して省電力状態移行要求を通知する。さらに、メインCPU201は外部からの通常電力状態への移行要求を受け付けるようにNIC CPU301を設定したり、通常電力状態へ復帰した際の処理をメインCPU201自身に設定する。そして、メインCPU201は電源230からメインCPU201等への電力供給を遮断する指示を行う。このような省電力状態用の電力供給設定を行う。これにより、画像形成装置1は省電力状態に移行し、電源230からのメインCPU201等への電力供給が遮断(電力遮断)される。   In S417, the main CPU 201 performs a power saving state transition process. In the power saving state transition process, the main CPU 201 notifies the NIC CPU 301 of a power saving state transition request. Further, the main CPU 201 sets the NIC CPU 301 so as to accept a request for shifting to the normal power state from the outside, or sets the processing when returning to the normal power state to the main CPU 201 itself. Then, the main CPU 201 gives an instruction to cut off the power supply from the power source 230 to the main CPU 201 and the like. The power supply setting for such a power saving state is performed. As a result, the image forming apparatus 1 shifts to a power saving state, and power supply from the power source 230 to the main CPU 201 and the like is cut off (power cut off).

以下、S418〜S422を用いて、NIC CPU301の処理について説明する。
メインCPU201からの省電力状態移行要求信号を受信したNIC CPU301は、時刻測定を開始する(S418)。この後、NIC CPU301は、時刻測定など省電力状態における処理(S419)を、通常状態移行要求信号を受信するまで(S420でNoの間)続ける。即ち、NIC CPU301は、省電力状態移行要求を受信した時点から通常状態移行要求を受信するまでの時間(即ち、省電力状態となっている時間)を、NIC CPU301内のタイマによりカウントする。この際、NIC CPU301は、必要に応じてNIC RAM302を用いる。
なお、ネットワークI/F303は、LAN I/F300にて、特定のパケットを受信した場合、通常状態移行要求信号をNIC CPU301に送信する。
NIC CPU301は、ネットワークI/F303から通常状態移行要求信号を受信したと判定した場合(S420でYes)、S421に処理を進める。
Hereinafter, the processing of the NIC CPU 301 will be described using S418 to S422.
The NIC CPU 301 that has received the power saving state transition request signal from the main CPU 201 starts time measurement (S418). Thereafter, the NIC CPU 301 continues the processing in the power saving state such as time measurement (S419) until the normal state transition request signal is received (during No in S420). That is, the NIC CPU 301 counts the time from the time when the power saving state transition request is received to the time when the normal state transition request is received (that is, the time when the power saving state is established) by the timer in the NIC CPU 301. At this time, the NIC CPU 301 uses the NIC RAM 302 as necessary.
Note that, when the LAN I / F 300 receives a specific packet, the network I / F 303 transmits a normal state transition request signal to the NIC CPU 301.
If the NIC CPU 301 determines that the normal state transition request signal has been received from the network I / F 303 (Yes in S420), the processing proceeds to S421.

S421では、NIC CPU301は、自身が省電力状態移行要求を受信した時点から通常状態移行要求を受信した時点までの時間(上述の時刻測定によりNIC CPU301内のタイマでカウントした時間(時刻値T2))をNICメモリ302に保存する。また、NIC CPU301は、電源230からメインCPU201等への電力供給を再開する指示を行う。これにより、電源230からのメインCPU201等への電力供給が再開され、メインCPU201が起動し、画像形成装置1は省電力状態から通常電力状態に移行(復帰)することになる。   In S421, the NIC CPU 301 determines the time from when it received the power saving state transition request to when it received the normal state transition request (time counted by the timer in the NIC CPU 301 by the above time measurement (time value T2). ) In the NIC memory 302. Further, the NIC CPU 301 issues an instruction to resume power supply from the power source 230 to the main CPU 201 and the like. As a result, power supply from the power source 230 to the main CPU 201 and the like is resumed, the main CPU 201 is activated, and the image forming apparatus 1 shifts (returns) from the power saving state to the normal power state.

次に、NIC CPU301は、メインCPU201に対し通常状態移行要求信号を通知し、NIC CPU301自身を外部からの省電力状態への移行要求を受け付けるように設定するなどの通常状態移行処理を行う。なお、S421とS422の実行順序は逆であってもよい。   Next, the NIC CPU 301 performs a normal state transition process such as notifying the main CPU 201 of a normal state transition request signal and setting the NIC CPU 301 to accept a request for transition to the power saving state from the outside. Note that the execution order of S421 and S422 may be reversed.

以下、S423〜S426を用いて、復帰後のメインCPU201の処理について説明する。
NIC CPU301からの通常電力状態移行要求信号を受信したメインCPU201は、操作部5等からの省電力移行要求信号により省電力状態へ移行するなどの設定(通常状態用の電力供給設定)を行う。
Hereinafter, the processing of the main CPU 201 after returning will be described using S423 to S426.
The main CPU 201 that has received the normal power state transition request signal from the NIC CPU 301 performs setting (power supply setting for normal state) such as transition to the power saving state by the power saving transition request signal from the operation unit 5 or the like.

そして、S423において、メインCPU201は、電池切れフラグが立っている(メモリ203に保持されている電池切れフラグがOn状態である)か否かを判定する。そして、電池切れフラグが立っている(メモリ203に保持されている電池切れフラグがOn状態である)と判定した場合(S423でYes)、メインCPU201は、S424に処理を進める。   In step S423, the main CPU 201 determines whether or not the battery running flag is set (the battery running flag held in the memory 203 is in the On state). If it is determined that the battery exhaustion flag is set (the battery exhaustion flag stored in the memory 203 is in the On state) (Yes in S423), the main CPU 201 advances the process to S424.

S424では、メインCPU201は、メモリ203からメインCPU201が測定して上記S416で保存した時刻値T1、NICメモリ302からNIC CPU301が測定して上記S421で保存した時刻値T2をそれぞれ取得する。そして、メインCPU201は、それぞれ得た時刻値の和(T1+T2)を導出し、現在のシステム時刻T3として設定する。即ち、メインCPU201は、T1+T2=T3を新たなシステム時刻の基点(基点時刻情報)としてメモリ203に保存する(時刻調整処理)。そして、S425において、メインCPU201は、時刻測定やタスク処理などの通常の処理を再開する。即ち、上述したS411の状態に戻る。なお、上記S424における、現在のシステム時刻T3の導出方法は、T3=T1+T2に限定されるものではなく、補正処理を加えるなど、他の方法で行っても構わない。なお、S424で、時刻調整を行った場合に、メインCPU201は、RTC210の時刻調整も行うようにしてもよい。   In S424, the main CPU 201 obtains the time value T1 measured by the main CPU 201 from the memory 203 and stored in S416, and the time value T2 measured by the NIC CPU 301 and stored in S421 from the NIC memory 302, respectively. Then, the main CPU 201 derives the sum (T1 + T2) of the obtained time values and sets it as the current system time T3. That is, the main CPU 201 stores T1 + T2 = T3 in the memory 203 as a new system time base point (base time information) (time adjustment process). In step S425, the main CPU 201 resumes normal processing such as time measurement and task processing. That is, the process returns to the state of S411 described above. Note that the method of deriving the current system time T3 in S424 is not limited to T3 = T1 + T2, and other methods such as adding correction processing may be used. When the time is adjusted in S424, the main CPU 201 may also adjust the time of the RTC 210.

一方、電池切れフラグが立っていない(不揮発性メモリ205に保存されている電池切れフラグがOn状態でない(Off状態である))と判定した場合(S423でNo)、メインCPU201は、S426に処理を進める。   On the other hand, if it is determined that the battery exhaustion flag is not raised (the battery exhaustion flag stored in the nonvolatile memory 205 is not in the On state (Off state)) (No in S423), the main CPU 201 proceeds to S426. To proceed.

S425では、メインCPU201は、RTC210から時刻情報を読み出し、該読み出した時刻情報を現在のシステム時刻に設定する。即ち、メインCPU201は、RTC210から読み出した時刻情報を新たなシステム時刻の基点としてメモリ203に保存する。そして、S425において、メインCPU201は、時刻測定やタスク処理などの通常の処理を再開する。即ち、上述したS411の状態に戻る。   In S425, the main CPU 201 reads time information from the RTC 210, and sets the read time information to the current system time. That is, the main CPU 201 stores the time information read from the RTC 210 in the memory 203 as a new system time base point. In step S425, the main CPU 201 resumes normal processing such as time measurement and task processing. That is, the process returns to the state of S411 described above.

なお、本実施例では、NIC CPU301はNICメモリ302を用いる構成であったが、省電力状態においても、NIC CPU301からメモリ203にアクセス可能な構成の場合、NIC CPU301がメモリ203を用いるようにしてもよい。例えば、図4のS421で時刻値T2をメモリ203に保存するようにしてもよい。   In the present embodiment, the NIC CPU 301 is configured to use the NIC memory 302. However, in a configuration in which the NIC CPU 301 can access the memory 203 even in the power saving state, the NIC CPU 301 uses the memory 203. Also good. For example, the time value T2 may be stored in the memory 203 in S421 of FIG.

以上説明したように、省電力状態下においてRTC210へ電力供給が十分に行われない場合であっても、従来の省電力性能をほぼ維持したまま、ネットワーク接続がなくとも単体で、画像形成装置自身の時間の計測及び時刻情報の管理を行うことができる。   As described above, even when power is not sufficiently supplied to the RTC 210 under the power saving state, the image forming apparatus itself can be used alone without network connection while maintaining the conventional power saving performance. Time measurement and time information management can be performed.

なお、本実施例では、本発明の情報処理装置の一実施例として、画像形成装置について説明したが、RTCを備え、省電力状態へ移行可能な情報処理装置であればどのような装置であっても本発明を適用可能である。   In this embodiment, the image forming apparatus has been described as an embodiment of the information processing apparatus of the present invention. However, any information processing apparatus having an RTC and capable of shifting to a power saving state is used. However, the present invention is applicable.

なお、上述した各種データの構成及びその内容はこれに限定されるものではなく、用途や目的に応じて、様々な構成や内容で構成されることは言うまでもない。
以上、一実施形態について示したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記憶媒体等としての実施態様をとることが可能である。具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。
また、上記各実施例を組み合わせた構成も全て本発明に含まれるものである。
It should be noted that the configuration and contents of the various data described above are not limited to this, and it goes without saying that the various data and configurations are configured according to the application and purpose.
Although one embodiment has been described above, the present invention can take an embodiment as, for example, a system, apparatus, method, program, or storage medium. Specifically, the present invention may be applied to a system composed of a plurality of devices, or may be applied to an apparatus composed of a single device.
Moreover, all the structures which combined said each Example are also contained in this invention.

(他の実施例)
また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等のプロセッサ)がプログラムを読み出して実行する処理である。
(Other examples)
The present invention can also be realized by executing the following processing. That is, software (program) that realizes the functions of the above-described embodiments is supplied to a system or apparatus via a network or various storage media, and a computer (or a processor such as a CPU or MPU) of the system or apparatus executes the program. It is a process to read and execute.

また、本発明は、複数の機器から構成されるシステムに適用しても、1つの機器からなる装置に適用してもよい。
本発明は上記実施例に限定されるものではなく、本発明の趣旨に基づき種々の変形(各実施例の有機的な組合せを含む)が可能であり、それらを本発明の範囲から除外するものではない。即ち、上述した各実施例及びその変形例を組み合わせた構成も全て本発明に含まれるものである。
Further, the present invention may be applied to a system composed of a plurality of devices or an apparatus composed of a single device.
The present invention is not limited to the above embodiments, and various modifications (including organic combinations of the embodiments) are possible based on the spirit of the present invention, and these are excluded from the scope of the present invention. is not. That is, the present invention includes all the combinations of the above-described embodiments and modifications thereof.

1 画像形成装置
3 コントローラ(制御装置)
200 メインボード
201 CPU(メインCPU)
203 メモリ
300 LAN I/F
301 NIC CPU
302 NICメモリ
230 電源
1 Image forming device 3 Controller (control device)
200 Main board 201 CPU (Main CPU)
203 Memory 300 LAN I / F
301 NIC CPU
302 NIC memory 230 Power supply

Claims (5)

情報処理装置であって、
時刻の測定を行う時刻測定手段と、
特定のタイミングで前記時刻測定手段から取得された時刻情報を基点時刻情報として記憶する記憶手段と、
前記基点時刻情報の示す時刻からの経過時間をカウントし、該カウント値と前記基点時刻情報から前記情報処理装置のシステム時刻を算出する第1処理手段と、
前記情報処理装置が省電力状態に移行した場合の経過時間をカウントする第2処理手段と、
前記時刻測定手段、前記第1処理手段、前記第2処理手段、及び前記記憶手段に対して電力供給を行うものであり、前記省電力状態では前記時刻測定手段、前記第1処理手段に対する電力供給を遮断する電力供給手段とを有し、
前記第1処理手段は、前記省電力状態へ移行する際に、前記第1処理手段が算出したシステム時刻を省電力状態移行時刻情報として前記記憶手段に保存し、前記省電力状態から復帰した際に、前記記憶手段に保存された前記省電力状態移行時刻情報と前記第2処理手段のカウント値とを用いて前記情報処理装置のシステム時刻を調整する調整処理を行うことを特徴とする情報処理装置。
An information processing apparatus,
Time measuring means for measuring time; and
Storage means for storing time information acquired from the time measuring means at a specific timing as base time information;
First processing means for counting an elapsed time from the time indicated by the base time information, and calculating a system time of the information processing device from the count value and the base time information;
A second processing means for counting an elapsed time when the information processing apparatus shifts to a power saving state;
Power is supplied to the time measuring means, the first processing means, the second processing means, and the storage means. In the power saving state, power is supplied to the time measuring means and the first processing means. Power supply means for cutting off,
When the first processing unit stores the system time calculated by the first processing unit in the storage unit as power saving state transition time information when shifting to the power saving state, and when returning from the power saving state And performing an adjustment process for adjusting the system time of the information processing apparatus using the power saving state transition time information stored in the storage means and the count value of the second processing means. apparatus.
前記第1処理手段は、前記調整処理で調整された前記システム時刻により、前記時刻測定手段の時刻情報の調整も行うことを特徴とする請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the first processing unit also adjusts time information of the time measuring unit based on the system time adjusted by the adjustment processing. 前記省電力状態において前記時刻測定手段に電力供給を行う補助電力供給手段を有し、
前記第1処理手段は、前記省電力状態へ移行する際に、前記補助電力供給手段からの電力供給が不十分であると判定した場合、前記補助電力供給手段からの電力供給が不十分である旨の情報を前記記憶手段に記憶しておき、前記省電力状態から復帰した際に、前記記憶手段に前記補助電力供給手段からの電力供給が不十分である旨の情報が記憶されている場合に、前記記憶手段に保存された前記省電力状態移行時刻情報と前記第2処理手段のカウント値とを用いて前記情報処理装置のシステム時刻を調整する調整処理を行うことを特徴とする請求項1又は2に記載の情報処理装置。
Auxiliary power supply means for supplying power to the time measuring means in the power saving state,
When the first processing unit determines that the power supply from the auxiliary power supply unit is insufficient when shifting to the power saving state, the power supply from the auxiliary power supply unit is insufficient. Information is stored in the storage means, and information indicating that the power supply from the auxiliary power supply means is insufficient is stored in the storage means when the power saving state is restored. And adjusting the system time of the information processing apparatus using the power saving state transition time information stored in the storage unit and the count value of the second processing unit. The information processing apparatus according to 1 or 2.
情報処理装置の制御方法であって、
第1処理手段が、特定のタイミングで時刻測定手段から取得された時刻情報を基点時刻情報として記憶手段に保存するステップと、
第1処理手段が、前記基点時刻情報の示す時刻からの経過時間をカウントし、該カウント値と前記基点時刻情報から前記情報処理装置のシステム時刻を算出する時刻測定ステップと、
第2処理手段が、前記情報処理装置が省電力状態に移行した場合の経過時間をカウントするカウントステップと、
電力供給手段が、前記時刻測定手段、前記第1処理手段、前記第2処理手段、及び前記記憶手段に対して電力供給を行う電力供給ステップと、
前記第1処理手段が、前記省電力状態へ移行する際に、前記第1処理手段が算出したシステム時刻を省電力状態移行時刻情報として前記記憶手段に保存する保存ステップと、
電力供給手段が、前記省電力状態では前記時刻測定手段、前記第1処理手段に対する電力供給を遮断する電力遮断ステップと、
前記第1処理手段が、前記省電力状態から復帰した際に、前記保存ステップで前記記憶手段に保存された前記省電力状態移行時刻情報と前記カウントステップでのカウント値とを用いて前記情報処理装置のシステム時刻を調整する調整ステップと、
を有することを特徴とする情報処理装置の制御方法。
A method for controlling an information processing apparatus,
The first processing means stores the time information acquired from the time measuring means at a specific timing in the storage means as base time information;
A first measuring unit that counts an elapsed time from the time indicated by the base time information, and calculates a system time of the information processing device from the count value and the base time information;
A second processing means that counts an elapsed time when the information processing apparatus shifts to a power saving state;
A power supply step in which power supply means supplies power to the time measurement means, the first processing means, the second processing means, and the storage means;
When the first processing unit shifts to the power saving state, the storage step stores the system time calculated by the first processing unit in the storage unit as power saving state transition time information;
A power shutoff step for shutting off power supply to the time measuring means and the first processing means in the power saving state;
When the first processing means returns from the power saving state, the information processing is performed using the power saving state transition time information saved in the storage means in the saving step and the count value in the counting step. An adjustment step for adjusting the system time of the device;
A method for controlling an information processing apparatus, comprising:
コンピュータを、請求項1乃至3のいずれか1項に記載された情報処理装置の手段として機能させるためのプログラム。   The program for functioning a computer as a means of the information processing apparatus as described in any one of Claims 1 thru | or 3.
JP2010200572A 2010-09-08 2010-09-08 Information processor, control method of information processor, and program Withdrawn JP2012056152A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010200572A JP2012056152A (en) 2010-09-08 2010-09-08 Information processor, control method of information processor, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010200572A JP2012056152A (en) 2010-09-08 2010-09-08 Information processor, control method of information processor, and program

Publications (1)

Publication Number Publication Date
JP2012056152A true JP2012056152A (en) 2012-03-22

Family

ID=46053843

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010200572A Withdrawn JP2012056152A (en) 2010-09-08 2010-09-08 Information processor, control method of information processor, and program

Country Status (1)

Country Link
JP (1) JP2012056152A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015020351A (en) * 2013-07-19 2015-02-02 京セラドキュメントソリューションズ株式会社 Image forming apparatus and image forming method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015020351A (en) * 2013-07-19 2015-02-02 京セラドキュメントソリューションズ株式会社 Image forming apparatus and image forming method

Similar Documents

Publication Publication Date Title
US11067932B2 (en) Information processing apparatus capable of appropriately executing shutdown processing, method of controlling the information processing apparatus, and storage medium
US7769312B2 (en) Image forming apparatus including operational cost efficiency management unit
JP5460167B2 (en) Information processing apparatus, control method for information processing apparatus, and control program
US8786886B2 (en) Image forming apparatus, method for controlling image forming apparatus, and program
CN103917924B (en) Image forming apparatus and control method thereof
US20150109635A1 (en) Data processing apparatus capable of controlling power supply, control method therefor, and storage medium
KR101496537B1 (en) Image forming apparatus, method for controlling image forming apparatus, and storage medium
JP2019008372A (en) Information processing apparatus, control method thereof and program
JP6489751B2 (en) Data processing apparatus, control method therefor, and program
US9189183B2 (en) Image processing apparatus, and control method thereof, and recording medium
US9195423B2 (en) Image forming apparatus, image forming method
JP2013041458A (en) Data processing apparatus and control method therefor
US20160041605A1 (en) Image processing apparatus, control method therefor and storage medium
JP2012056152A (en) Information processor, control method of information processor, and program
JP2006095739A (en) Image processing device
JP2012168374A (en) Image forming apparatus, method of controlling image formation, program for controlling image formation, and recording medium
US20130151878A1 (en) Information processing apparatus with function to solve fragmentation on memory, control method therefor, and storage medium storing control program therefor
JP6681244B2 (en) Image processing apparatus, control method thereof, and program
JP2011133515A (en) Voltage supply device
US9703316B2 (en) Information processing apparatus capable of correcting time-of-day management function, control method therefor, and storage medium
JP5800861B2 (en) Information processing apparatus, control method for information processing apparatus, and control program
US20210081026A1 (en) Information processing apparatus and non-transitory computer readable medium
JP2012091460A (en) Image forming apparatus, method for controlling the same, and program
JP2011189646A (en) Image forming apparatus
JP2020066191A (en) Electronic apparatus, method for recording log electronic apparatus, and program

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20131203