Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP5808136B2 - Image forming apparatus, control method thereof, and program - Google Patents
[go: Go Back, main page]

JP5808136B2 - Image forming apparatus, control method thereof, and program - Google Patents

Image forming apparatus, control method thereof, and program Download PDF

Info

Publication number
JP5808136B2
JP5808136B2 JP2011095281A JP2011095281A JP5808136B2 JP 5808136 B2 JP5808136 B2 JP 5808136B2 JP 2011095281 A JP2011095281 A JP 2011095281A JP 2011095281 A JP2011095281 A JP 2011095281A JP 5808136 B2 JP5808136 B2 JP 5808136B2
Authority
JP
Japan
Prior art keywords
control
switch
power
image forming
forming 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.)
Active
Application number
JP2011095281A
Other languages
Japanese (ja)
Other versions
JP2012224033A (en
Inventor
大史 山水
大史 山水
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2011095281A priority Critical patent/JP5808136B2/en
Publication of JP2012224033A publication Critical patent/JP2012224033A/en
Application granted granted Critical
Publication of JP5808136B2 publication Critical patent/JP5808136B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Control Or Security For Electrophotography (AREA)
  • Power Sources (AREA)
  • Facsimiles In General (AREA)

Description

本発明は、画像形成装置、その制御方法、及びプログラムに関するものである。   The present invention relates to an image forming apparatus, a control method thereof, and a program.

ユーザによって画像形成装置の電源スイッチがオンに制御されると、制御ソフトウェアが正常に起動するまでは当該電源スイッチによって電源が画像形成装置へ供給される。その後、制御ソフトウェアが正常に起動すると、制御ソフトウェアの制御でリレーやFETをオンに制御することで装置内部の制御によって電源が供給される。これにより、ユーザによって電源スイッチが切られても、正常にシャットダウン処理を行って電源オフすることができる。しかし、制御ソフトウェアが正常に起動する前にユーザによって電源スイッチがオフに制御されると、電源がすぐに切れてしまい、そのときにHDDへのアクセスが行われている状態だとHDD内部のデータを破壊してしまう可能性がある。   When the power switch of the image forming apparatus is turned on by the user, the power is supplied to the image forming apparatus by the power switch until the control software is normally started. Thereafter, when the control software starts normally, power is supplied by the control inside the apparatus by controlling the relay and FET to be turned on by the control software. Thus, even if the power switch is turned off by the user, the shutdown process can be normally performed to turn off the power. However, if the power switch is controlled to be turned off by the user before the control software starts up normally, the power is turned off immediately, and if the HDD is being accessed at that time, the data inside the HDD May be destroyed.

また、起動時に装置内部で電源を供給するスイッチを即座にオンに制御すると、制御ソフトウェアがハングアップした際に、そのままの状態を保持してしまう。この場合、ユーザによって電源スイッチがオフに制御されたのをトリガとしてタイマを動作させ、装置内部で電源を供給するためのスイッチをオフに制御することが考えられ、タイマが満了するまでの期間を待機するため電源オフまでの期間が長くなるという問題がある。   Further, if the switch for supplying power inside the apparatus is controlled to be immediately turned on at the time of start-up, when the control software hangs up, the state is maintained as it is. In this case, it is conceivable that the timer is operated with the power switch being turned off by the user as a trigger, and the switch for supplying power inside the device is controlled to be turned off, and the period until the timer expires is considered. There is a problem in that the period until the power is turned off becomes longer because of waiting.

特許文献1には、制御ソフトウェアのハングアップの対策として、ユーザから操作可能なスイッチと、制御装置から制御可能であって、かつ、ユーザからはアクセスできない装置内部にあるスイッチとの2つのスイッチを有する画像形成装置が提案されている。具体的には、制御ソフトウェアがハングアップした場合に、ユーザからアクセス可能なスイッチがユーザによりオフに制御されたのをトリガとしてタイマを動作させ、タイマが満了するとオフに制御するように制御されている。   In Patent Document 1, as a countermeasure against a hang-up of control software, two switches, a switch that can be operated by the user and a switch that can be controlled from the control device and cannot be accessed by the user, are provided. An image forming apparatus having the same has been proposed. Specifically, when the control software hangs up, it is controlled to operate the timer triggered by a user-accessible switch being turned off by the user, and to turn off when the timer expires. Yes.

特開2009−58803号公報JP 2009-58803 A

しかしながら、従来技術には以下に記載する問題がある。上記従来技術では、電源オン時に制御ソフトウェアのハングアップが生じた際には、電源スイッチをオフ/オンすることでしか、画像形成装置の復旧が行われない。さらに、制御ソフトウェアがハングアップしたときに、ユーザが電源スイッチをオフに制御してから電源が切れるまでの時間はタイマを使用しているため時間が掛かってしまう。また、制御ソフトウェアが正常に起動するまで、画像形成装置内部において電源を供給するためのリレー回路やFETをオンに制御しないようにすると、電源オンして起動途中に電源スイッチをユーザによって切られてしまうと電源がすぐに切れてしまう。この場合、HDDへのアクセスが行われている状態だとHDD内部のデータを破壊してしまう可能性がある。   However, the prior art has the following problems. In the above prior art, when the control software hangs up when the power is turned on, the image forming apparatus can be restored only by turning the power switch off / on. Furthermore, when the control software hangs up, the time from when the user controls the power switch to OFF until the power is turned off is time-consuming because the timer is used. If the relay circuit for supplying power and the FET are not controlled to be turned on until the control software is normally activated, the power switch is turned on and the power switch is turned off by the user during the activation. If you do, the power will turn off immediately. In this case, there is a possibility of destroying data inside the HDD when the HDD is being accessed.

本発明は、上述の問題に鑑みて成されたものであり、起動時に制御ソフトウェアが正常に起動するか否かを監視するとともに、制御ソフトウェアがハングアップした際にHDDのデータを破壊することなく、好適に電源供給を制御する画像形成装置、その制御方法、及びプログラムを提供することを目的とする。   The present invention has been made in view of the above problems, and monitors whether or not the control software starts normally at the time of start-up, and without destroying data in the HDD when the control software hangs up. An object of the present invention is to provide an image forming apparatus that suitably controls power supply, a control method therefor, and a program.

本発明は、第1電源供給部と、ユーザから操作され、かつ、前記第1電源供給部に電源を供給するための第1スイッチと、ユーザから操作されずに装置内部で制御され、かつ、前記第1電源供給部に電源を供給するための第2スイッチとを備える画像形成装置であって、電源制御手段と、前記画像形成装置の起動時に、制御ソフトウェアが正常に起動したか否かを判定する判定手段と、前記制御ソフトウェアが正常に起動しないと前記判定手段によって判定された場合に、前記制御ソフトウェアを再起動する再起動手段とを備え、前記電源制御手段は、ユーザによって前記第1スイッチがオンに制御されたことで前記第1電源供給部から前記電源制御手段に電源が供給された場合に、ハードウェア制御によって前記第2スイッチをオンに制御し、前記制御ソフトウェアが正常に起動しないと前記判定手段によって判定された場合に、ハードウェア制御によって前記第2スイッチをオフに制御し、前記再起動手段は、ハードウェア制御によって前記第2スイッチがオフに制御された後に、前記制御ソフトウェアを再起動し、前記電源制御手段は、さらに、再起動によって前記制御ソフトウェアが正常に起動したと前記判定手段によって判定された場合に、ソフトウェア制御によって前記第2スイッチをオンに制御し、再起動を行っても前記制御ソフトウェアが正常に起動しないと前記判定手段によって判定された場合に、前記画像形成装置の起動処理を終了することを特徴とする。 The present invention includes a first power supply unit, a first switch that is operated by a user and that supplies power to the first power supply unit , is controlled inside the apparatus without being operated by the user, and An image forming apparatus comprising a second switch for supplying power to the first power supply unit , the power control means and whether or not the control software is normally activated when the image forming apparatus is activated. Determining means for determining, and restarting means for restarting the control software when the determining means determines that the control software does not start normally, wherein the power control means is provided by the user. If the switch power is supplied to the power control means from said first power supply unit by being controlled to be on, control to turn on the second switch by hardware control , If the control software is determined by the determining means not to start normally, control turns off the second switch by hardware control, the restart means, said second switch by hardware control OFF The control software is restarted after the control, and the power control means is further controlled by software control when the determination means determines that the control software has started normally by restart . When the determination unit determines that the control software does not start normally even when the switch is turned on and restarted, the start-up process of the image forming apparatus is terminated .

本発明は、起動時に制御ソフトウェアが正常に起動するか否かを監視するとともに、制御ソフトウェアがハングアップした際にHDDのデータを破壊することなく、好適に電源供給を制御する画像形成装置、その制御方法、及びプログラムを提供できる。   The present invention relates to an image forming apparatus that monitors whether or not the control software starts normally at the time of startup, and suitably controls power supply without destroying data in the HDD when the control software hangs up. A control method and a program can be provided.

本実施形態に係る画像形成システムと画像形成装置の構成例を示す図である。1 is a diagram illustrating a configuration example of an image forming system and an image forming apparatus according to an embodiment. 本実施形態に係る画像形成装置の外観を示す図である。1 is a diagram illustrating an appearance of an image forming apparatus according to an embodiment. 本実施形態に係る制御装置のハードウェア構成を示す図である。It is a figure which shows the hardware constitutions of the control apparatus which concerns on this embodiment. 本実施形態に係る電源制御構成の一例を示すブロック図である。It is a block diagram which shows an example of the power supply control structure which concerns on this embodiment. 本実施形態に係る画像形成装置の制御フローを示すフローチャートである。3 is a flowchart showing a control flow of the image forming apparatus according to the present embodiment. 本実施形態に係るスイッチ状態の遷移図である。It is a transition figure of a switch state concerning this embodiment.

以下、本発明を実施するための形態について図面を用いて説明する。尚、以下の実施形態は特許請求の範囲に係る発明を限定するものでなく、また実施形態で説明されている特徴の組み合わせの全てが発明の解決手段に必須のものとは限らない。   Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings. The following embodiments do not limit the invention according to the claims, and all combinations of features described in the embodiments are not necessarily essential to the solution means of the invention.

<画像形成装置の構成>
まず、図1及び図2を参照して、本実施形態に係る画像形成システムと画像形成装置について説明する。本画像形成システムは、複数の画像形成装置100、101と、ホストコンピュータ10とを備える。各装置は、LAN500を介して相互通信可能に接続されている。図1に示すように、画像形成装置100は、制御装置(コントローラ部)110、操作部150、リーダ部200、プリンタ部300、及び電源400を備える。画像形成装置100は、プリンタ、画像入力、文書ファイリング、文書送受信、画像変換など各種の基本的な画像処理機能を提供する。
<Configuration of image forming apparatus>
First, an image forming system and an image forming apparatus according to the present embodiment will be described with reference to FIGS. 1 and 2. The image forming system includes a plurality of image forming apparatuses 100 and 101 and a host computer 10. Each device is connected to be communicable with each other via the LAN 500. As illustrated in FIG. 1, the image forming apparatus 100 includes a control device (controller unit) 110, an operation unit 150, a reader unit 200, a printer unit 300, and a power source 400. The image forming apparatus 100 provides various basic image processing functions such as a printer, image input, document filing, document transmission / reception, and image conversion.

リーダ部200は、原稿画像を光学的に読み取り、画像データに変換して出力する。リーダ部200は、原稿を読み取るための機能を持つスキャナユニット210と、原稿用紙を搬送するための機能を持つ原稿給紙ユニット250とを備える。プリンタ部300は、記録紙を搬送し、その上に画像データを可視画像として印字して装置外に排紙する。プリンタ部300は、複数種類の記録紙カセットを持つ給紙ユニット360と、画像データを記録紙に転写、定着させる機能を持つマーキングユニット310と、印字された記録紙をソート、ステイプルして機外へ出力する機能を持つ排紙ユニット370とを備える。   The reader unit 200 optically reads a document image, converts it into image data, and outputs it. The reader unit 200 includes a scanner unit 210 having a function for reading a document, and a document feeding unit 250 having a function for transporting a document sheet. The printer unit 300 conveys the recording paper, prints the image data as a visible image thereon, and discharges the recording paper out of the apparatus. The printer unit 300 includes a paper feed unit 360 having a plurality of types of recording paper cassettes, a marking unit 310 having a function of transferring and fixing image data to the recording paper, and sorting and stapling the printed recording papers. And a paper discharge unit 370 having a function of outputting to.

制御装置110は、リーダ部200、プリンタ部300と電気的に接続され、さらにLAN500と接続されている。制御装置110は、リーダ部200を制御して、原稿の画像データを読み込み、プリンタ部300を制御して画像データを記録用紙に出力してコピー機能を提供する。また、リーダ部200から読み取った画像データを、コードデータに変換し、LAN500を介してホストコンピュータ10へ送信するスキャナ機能を提供する。さらに、ホストコンピュータからLAN500を介して受信したコードデータを画像データに変換し、プリンタ部300に出力するプリンタ機能を提供する。   The control device 110 is electrically connected to the reader unit 200 and the printer unit 300 and further connected to the LAN 500. The control device 110 controls the reader unit 200 to read image data of a document, and controls the printer unit 300 to output the image data to a recording sheet to provide a copy function. In addition, a scanner function is provided in which image data read from the reader unit 200 is converted into code data and transmitted to the host computer 10 via the LAN 500. Further, a printer function is provided in which code data received from the host computer via the LAN 500 is converted into image data and output to the printer unit 300.

操作部150は、制御装置110に接続され、液晶タッチパネルで構成され、画像形成装置100を操作するためのユーザI/Fを提供する。電源400は、交流電源(AC電源)を直流電源(DC電源)に変換して、制御装置110/リーダ部200/プリンタ部300に対して電源供給する。各装置に対する電源供給制御は、制御装置110からの制御信号によって制御される。   The operation unit 150 is connected to the control device 110, is configured with a liquid crystal touch panel, and provides a user I / F for operating the image forming apparatus 100. The power source 400 converts an AC power source (AC power source) into a DC power source (DC power source) and supplies power to the control device 110 / reader unit 200 / printer unit 300. Power supply control for each device is controlled by a control signal from the control device 110.

次に、リーダ部200における詳細な動作について説明する。リーダ部200は、複数のCCD(Charge Coupled Device)を有している。各CCDの感度が夫々異なっていると、たとえ原稿上の各画素の濃度が同じであったとしても、読み取られた各画素が夫々異なる濃度であると認識されてしまう。そこでその補正を行うため、リーダ部200では、最初に白板(一様に白い板)を露光走査し、露光走査して得られた反射光の量を電気信号に変換して制御装置110に出力している。また、リーダ部200は、原稿上の画像を露光走査して得られた反射光をCCDに入力することで画像の情報を電気信号に変換する。さらに電気信号をR,G,B各色からなる輝度信号に変換し、当該輝度信号を画像データとして制御装置110に対して出力する。   Next, a detailed operation in the reader unit 200 will be described. The reader unit 200 has a plurality of CCDs (Charge Coupled Devices). If the sensitivity of each CCD is different, even if each pixel on the document has the same density, each read pixel is recognized as having a different density. Therefore, in order to perform the correction, the reader unit 200 first performs exposure scanning on a white plate (uniformly white plate), converts the amount of reflected light obtained by the exposure scanning into an electric signal, and outputs it to the control device 110. doing. The reader unit 200 converts the image information into an electrical signal by inputting reflected light obtained by exposing and scanning the image on the document to the CCD. Furthermore, the electrical signal is converted into a luminance signal composed of R, G, and B colors, and the luminance signal is output to the control device 110 as image data.

なお、図2に示すように、原稿は原稿給紙ユニット250のトレイにセットされる。ユーザが操作部150から読み取り開始を指示すると、制御装置110からリーダ部200に原稿読取指示が与えられる。リーダ部200は、原稿読取指示を受けると原稿給紙ユニット250のトレイから原稿を1枚ずつフィードして、原稿の読み取り動作を行う。なお、原稿の読み取り方法は原稿給紙ユニット250による自動送り方式ではなく、原稿を不図示のガラス面上にセットし、露光部を移動させることで原稿の走査を行う方法であってもよい。   As shown in FIG. 2, the document is set on the tray of the document feed unit 250. When the user gives an instruction to start reading from the operation unit 150, a document reading instruction is given from the control device 110 to the reader unit 200. Upon receiving a document reading instruction, the reader unit 200 feeds the documents one by one from the tray of the document feeding unit 250 and performs a document reading operation. Note that the document reading method is not the automatic feeding method by the document feeding unit 250 but may be a method of scanning the document by setting the document on a glass surface (not shown) and moving the exposure unit.

次に、プリンタ部300における詳細な動作について説明する。プリンタ部300は、制御装置110から受け取った画像データを用紙上に形成する画像形成デバイスである。なお、本実施形態において画像形成方式は感光体ドラムや感光体ベルトを用いた電子写真方式となっているが、本発明はこれに限られることはない。例えば、本発明は、微少ノズルアレイからインクを吐出して用紙上に印字するインクジェット方式などでも適用可能である。また、プリンタ部300には、図2に示すように、異なる用紙サイズ又は異なる用紙向きを選択可能とする複数の給紙ユニット360が設けられている。排紙ユニット370には印字後の用紙が排出される。   Next, a detailed operation in the printer unit 300 will be described. The printer unit 300 is an image forming device that forms image data received from the control device 110 on a sheet. In this embodiment, the image forming method is an electrophotographic method using a photosensitive drum or a photosensitive belt, but the present invention is not limited to this. For example, the present invention can also be applied to an ink jet system that prints on paper by ejecting ink from a minute nozzle array. In addition, as shown in FIG. 2, the printer unit 300 is provided with a plurality of paper feed units 360 that can select different paper sizes or different paper orientations. The paper after printing is discharged to the paper discharge unit 370.

<制御装置>
次に、図3を参照して、画像形成装置100における制御装置110のハードウェア構成について説明する。制御装置110は、メインコントローラ111、ROM114、DRAM116、Codec118、SRAM119、外部通信I/F121、コネクタ122、拡張コネクタ124、I/O制御部126、LCDコントローラ131、パネルI/F132、リアルタイムクロックモジュール133、バックアップ用電池134、Graphic Processor135、SRAM136、スキャナI/F140、コネクタ142、プリンタI/F145、コネクタ147、USBI/F151、LANI/F152、HDドライブ160、SATAコネクタ161、HD162、電源制御部170、及びコネクタ17を備える。
<Control device>
Next, a hardware configuration of the control device 110 in the image forming apparatus 100 will be described with reference to FIG. The control device 110 includes a main controller 111, ROM 114, DRAM 116, Codec 118, SRAM 119, external communication I / F 121, connector 122, expansion connector 124, I / O control unit 126, LCD controller 131, panel I / F 132, and real-time clock module 133. , Backup battery 134, graphic processor 135, SRAM 136, scanner I / F 140, connector 142, printer I / F 145, connector 147, USB I / F 151, LAN I / F 152, HD drive 160, SATA connector 161, HD 162, power controller 170, And a connector 17.

メインコントローラ111は、主にCPU112と、バスコントローラ113、及び各種I/Fコントローラ回路を備える。CPU112及びバスコントローラ113は、制御装置110全体の動作を統括的に制御する。CPU112は、ROMI/F115を経由してROM114から読み込んだプログラムに基づいて動作する。また、ホストコンピュータから受信したPDL(ページ記述言語)コードデータを解釈し、ラスターイメージデータに展開する動作も、このプログラムに記述されており、ソフトウェアによって処理される。バスコントローラ113は、各I/Fから入出力されるデータ転送を制御するものであり、バス競合時の調停やDMAデータの転送を制御する。   The main controller 111 mainly includes a CPU 112, a bus controller 113, and various I / F controller circuits. The CPU 112 and the bus controller 113 comprehensively control the operation of the entire control device 110. The CPU 112 operates based on a program read from the ROM 114 via the ROM I / F 115. The operation of interpreting PDL (page description language) code data received from the host computer and developing it into raster image data is also described in this program and processed by software. The bus controller 113 controls data transfer input / output from each I / F, and controls arbitration at the time of bus contention and DMA data transfer.

DRAM116は、DRAMI/F117によってメインコントローラ111と接続されており、CPU112が動作するためのワークエリアや、画像データを蓄積するためのエリアとして使用される。Codec118は、DRAM116に蓄積されたラスターイメージデータをMH/MR/MMR/JBIG/JPEG等の方式で圧縮し、また逆に圧縮され蓄積されたコードデータをラスターイメージデータに伸長する。SRAM119はCodec118の一時的なワーク領域として使用される。Codec118はI/F120を介してメインコントローラ111と接続され、DRAM116との間のデータの転送は、バスコントローラ113によって制御されDMA転送される。   The DRAM 116 is connected to the main controller 111 by a DRAM I / F 117, and is used as a work area for operating the CPU 112 and an area for storing image data. The Codec 118 compresses the raster image data stored in the DRAM 116 by a method such as MH / MR / MMR / JBIG / JPEG, and conversely decompresses the code data compressed and stored into raster image data. The SRAM 119 is used as a temporary work area of the Codec 118. The Codec 118 is connected to the main controller 111 via the I / F 120, and data transfer to and from the DRAM 116 is controlled by the bus controller 113 and DMA-transferred.

Graphic Processor135は、画像回転、変倍処理、色空間変換等の処理を行う。外部通信I/F121は、I/F123によってメインコントローラ111と接続され、コネクタ122によって外部ネットワークと接続される。汎用高速バス125には、拡張ボードを接続するための拡張コネクタ124とI/O制御部126とが接続される。汎用高速バスとしては、一般的にPCI ExpressバスやPCIバスが挙げられる。   The graphic processor 135 performs processing such as image rotation, scaling, and color space conversion. The external communication I / F 121 is connected to the main controller 111 by the I / F 123 and is connected to the external network by the connector 122. An expansion connector 124 for connecting an expansion board and an I / O control unit 126 are connected to the general-purpose high-speed bus 125. As a general-purpose high-speed bus, a PCI Express bus and a PCI bus are generally used.

I/O制御部126には、リーダ部200、プリンタ部300の各CPUと制御コマンドを送受信するための調歩同期シリアル通信コントローラ127が2チャンネル装備されており、I/Oバス128によって外部I/F回路140、145に接続されている。パネルI/F132は、LCDコントローラ131に接続され、操作部150上の液晶画面に表示を行うためのI/Fと、ハードキーやタッチパネルキーの入力を行うためのキー入力I/F130とから構成される。   The I / O control unit 126 is equipped with two channels of an asynchronous serial communication controller 127 for transmitting and receiving control commands to and from the CPUs of the reader unit 200 and the printer unit 300. The F circuits 140 and 145 are connected. The panel I / F 132 is connected to the LCD controller 131 and includes an I / F for displaying on the liquid crystal screen on the operation unit 150 and a key input I / F 130 for inputting hard keys and touch panel keys. Is done.

操作部150は、液晶表示部と液晶表示部上に張り付けられたタッチパネル入力装置と、複数のハードキーとを有する。タッチパネル又はハードキーにより入力された信号は、上記パネルI/F132を介してCPU112に伝えられ、液晶表示部はパネルI/F132から送られてきた画像データを表示するものである。液晶表示部には、本画像形成装置の操作における機能表示や画像データ等を表示する。   The operation unit 150 includes a liquid crystal display unit, a touch panel input device attached on the liquid crystal display unit, and a plurality of hard keys. A signal input by the touch panel or the hard key is transmitted to the CPU 112 via the panel I / F 132, and the liquid crystal display unit displays image data sent from the panel I / F 132. The liquid crystal display unit displays function display, image data, and the like in the operation of the image forming apparatus.

リアルタイムクロックモジュール133は、機器内で管理する日付と時刻を更新/保存するためのもので、バックアップ用電池134によってバックアップされている。SATAインターフェース161は、外部記憶装置を接続するためのものである。本実施形態においては、このI/Fを介してハードディスクドライブ160を接続し、ハードディスク162へ画像データを記憶させたり、ハードディスク162から画像データを読み込ませたりする動作を行う。   The real-time clock module 133 is for updating / saving the date and time managed in the device, and is backed up by a backup battery 134. The SATA interface 161 is for connecting an external storage device. In the present embodiment, the hard disk drive 160 is connected via the I / F, and the image data is stored in the hard disk 162 or the image data is read from the hard disk 162.

コネクタ142、147は、それぞれリーダ部200とプリンタ部300とに接続され、同調歩同期シリアルI/F143、148とビデオI/F144、149とから構成される。スキャナI/F140は、コネクタ142を介してリーダ部200と接続され、さらに、スキャナバス141によってメインコントローラ111と接続される。また、スキャナI/F140は、リーダ部200から受け取った画像に対して所定の処理を施す機能を有し、さらに、リーダ部200から送られたビデオ制御信号に基づいて生成した制御信号を、スキャナバス141に出力する機能も有する。スキャナバス141からDRAM116へのデータ転送は、バスコントローラ113によって制御される。   The connectors 142 and 147 are connected to the reader unit 200 and the printer unit 300, respectively, and are composed of synchronized chronochronous serial I / Fs 143 and 148 and video I / Fs 144 and 149. The scanner I / F 140 is connected to the reader unit 200 via the connector 142 and further connected to the main controller 111 via the scanner bus 141. The scanner I / F 140 has a function of performing a predetermined process on the image received from the reader unit 200, and further generates a control signal generated based on the video control signal sent from the reader unit 200. It also has a function of outputting to the bus 141. Data transfer from the scanner bus 141 to the DRAM 116 is controlled by the bus controller 113.

プリンタI/F145は、コネクタ147を介してプリンタ部300と接続され、さらに、プリンタバス146によってメインコントローラ111と接続される。また、プリンタI/F145は、メインコントローラ111から出力された画像データに所定の処理を施しプリンタ部300へ出力する機能と、プリンタ部300からのビデオ制御信号に基づいて生成した制御信号を、プリンタバス146に出力する機能とを有する。DRAM116上に展開されたラスターイメージデータのプリンタ部300への転送は、バスコントローラ113によって制御され、プリンタバス146、ビデオI/F149を経由して、プリンタ部300へDMA転送される。LANI/F152はLAN500を介して、複数のホストコンピュータ10と接続して、ホストコンピュータ10からのプリント指示を受け付ける。   The printer I / F 145 is connected to the printer unit 300 via the connector 147 and further connected to the main controller 111 via the printer bus 146. Further, the printer I / F 145 performs a predetermined process on the image data output from the main controller 111 and outputs it to the printer unit 300, and a control signal generated based on the video control signal from the printer unit 300. A function of outputting to the bus 146. Transfer of raster image data developed on the DRAM 116 to the printer unit 300 is controlled by the bus controller 113 and DMA-transferred to the printer unit 300 via the printer bus 146 and the video I / F 149. The LAN I / F 152 is connected to the plurality of host computers 10 via the LAN 500 and receives a print instruction from the host computer 10.

電源制御部170は、コネクタ171を介して電源400と接続されている。また、制御信号172によってメインコントローラ111と接続されており、制御信号172を介してメインコントローラ111からの命令を受け、その命令によって電源400から各装置に対して電源供給を行うかどうかを制御する。   The power control unit 170 is connected to the power source 400 via the connector 171. Further, the control signal 172 is connected to the main controller 111, receives a command from the main controller 111 via the control signal 172, and controls whether to supply power to each device from the power source 400 by the command. .

<電源制御に関するハードウェア構成>
次に、図4を参照して、画像形成装置100の電源制御に関するハードウェア構成について説明する。画像形成装置100は、電源制御に関するハードウェア構成として、第1電源供給部400、第2電源供給部401、スイッチ402、403、404を備える。また、制御装置110は、電源制御部170、及び第2電源監視部409を備える。
<Hardware configuration for power control>
Next, a hardware configuration related to power control of the image forming apparatus 100 will be described with reference to FIG. The image forming apparatus 100 includes a first power supply unit 400, a second power supply unit 401, and switches 402, 403, and 404 as a hardware configuration related to power control. In addition, the control device 110 includes a power supply control unit 170 and a second power supply monitoring unit 409.

スイッチ(第1スイッチ)402は、ユーザによって画像形成装置100の電源ON/OFFの操作をするためのスイッチである。ユーザによってスイッチ402がONされると、第1電源供給部400にAC電源が入力される。第1電源供給部400は、AC電源をDC電源に変換し、制御装置110に対して、第1電源405を供給する。第1電源供給部400から供給される第1電源405は、画像形成装置100がスリープモードに入っている際でも制御装置110に対して電源供給を行う電源である。第1電源405は主に電源制御部170やスリープモード時にスリープモードからの復帰をする要因となるLAN500やFAXからの着信を検知するための着信検知回路(不図示)に供給される。   A switch (first switch) 402 is a switch for the user to turn on / off the power of the image forming apparatus 100. When the switch 402 is turned on by the user, AC power is input to the first power supply unit 400. The first power supply unit 400 converts AC power into DC power and supplies the first power 405 to the control device 110. The first power supply 405 supplied from the first power supply unit 400 is a power supply that supplies power to the control device 110 even when the image forming apparatus 100 is in the sleep mode. The first power supply 405 is mainly supplied to the power supply control unit 170 and an incoming call detection circuit (not shown) for detecting an incoming call from the LAN 500 or FAX, which causes a return from the sleep mode in the sleep mode.

第2電源供給部401は、AC電源をDC電源に変換し、制御装置110に対して、第1電源405とは異なる負荷に電源を供給するための第2電源406を供給する。第2電源供給部401から供給される第2電源406は、画像形成装置100がスリープモードの時に制御装置110に対して電源供給を停止する電源である。第2電源供給部は、スリープモード時の消費電力を下げ、スリープモード時に電源供給が不要な各種デバイスに対して、通常モード時に電源供給を行うために備えられている。   The second power supply unit 401 converts AC power into DC power, and supplies the control device 110 with a second power 406 for supplying power to a load different from the first power 405. The second power supply 406 supplied from the second power supply unit 401 is a power supply that stops supplying power to the control device 110 when the image forming apparatus 100 is in the sleep mode. The second power supply unit is provided to reduce power consumption in the sleep mode and to supply power to various devices that do not require power supply in the sleep mode in the normal mode.

第2電源監視部409は、第2電源406が正常な電圧で供給されているかを監視し、リセット信号413を電源制御部170を含む各種デバイスに対して発行する。また、電源制御部170からリセット信号412が入力され、電源制御部170によりリセット信号412がアサートされた場合には、第2電源監視部409はリセット信号413をアサートし、電源制御部170を含む各種デバイスに対してリセットを発行する。電源制御部170は、リセット信号413の入力をみて、第2電源406が正常に供給されているかの判断を行う。   The second power supply monitoring unit 409 monitors whether the second power supply 406 is supplied at a normal voltage and issues a reset signal 413 to various devices including the power supply control unit 170. When the reset signal 412 is input from the power supply control unit 170 and the reset signal 412 is asserted by the power supply control unit 170, the second power supply monitoring unit 409 asserts the reset signal 413 and includes the power supply control unit 170. Issues a reset to various devices. The power supply controller 170 determines whether the second power supply 406 is normally supplied by looking at the input of the reset signal 413.

スイッチ(第2スイッチ)403は、電源制御部170によって(装置内部で)制御されるスイッチであり、電源制御部170から出力する制御信号407によってスイッチのオン/オフ制御がなされる。通常モード時やスリープモードの場合に、制御信号407によってスイッチ403のオン制御がなされて、制御装置110に対して、第1電源405の供給を行う。スイッチ403はリレースイッチやFET等で実現することが可能である。   The switch (second switch) 403 is a switch controlled by the power supply control unit 170 (inside the apparatus), and the switch is turned on / off by a control signal 407 output from the power supply control unit 170. In the normal mode or the sleep mode, the switch 403 is turned on by the control signal 407, and the first power source 405 is supplied to the control device 110. The switch 403 can be realized by a relay switch, an FET, or the like.

スイッチ(第3スイッチ)404は、電源制御部170によって(装置内部で)制御されるスイッチであり、制御信号408によってスイッチのオン/オフ制御がなされる。スリープモード時には、電源制御部170が制御信号408を制御することでスイッチ404をOFFにして、第2電源供給部401へのAC電源入力を停止することで、制御装置110への第2電源406の供給を停止している。スイッチ404はリレースイッチやFET等で実現することが可能である。   The switch (third switch) 404 is a switch controlled by the power supply control unit 170 (inside the apparatus), and the switch is turned on / off by the control signal 408. In the sleep mode, the power control unit 170 controls the control signal 408 to turn off the switch 404 and stop the AC power input to the second power supply unit 401, thereby causing the second power source 406 to the control device 110. The supply of is stopped. The switch 404 can be realized by a relay switch, an FET, or the like.

<電源制御>
次に、図5を参照して、本実施形態に係る画像形成装置100の電源制御について説明する。なお、ここでは、電源オン時に制御装置110上のソフトウェアがハングアップした場合の制御装置の手順の一例を説明する。以下で説明する処理は、CPU112がROM114等から制御プログラムを読み出して実行することにより実現される。
<Power control>
Next, power control of the image forming apparatus 100 according to the present embodiment will be described with reference to FIG. Here, an example of the procedure of the control device when the software on the control device 110 hangs up when the power is turned on will be described. The processing described below is realized by the CPU 112 reading and executing a control program from the ROM 114 or the like.

S501は、ユーザによってスイッチ402がオンに制御されたことを示している。スイッチ402がオンに制御されると、制御装置110には、電源供給が行われる。S502において、制御装置110の電源制御部170は、正常に第1電源405が供給されているか否かを判定する。ここで、正常に電源が投入されていればS503に進み、電源が正常に投入されなければS502の判定を定期的に繰り返す。   S501 indicates that the switch 402 is turned on by the user. When the switch 402 is controlled to be turned on, power is supplied to the control device 110. In step S502, the power control unit 170 of the control device 110 determines whether or not the first power source 405 is normally supplied. If the power is normally turned on, the process proceeds to S503. If the power is not turned on normally, the determination in S502 is repeated periodically.

S503において、電源制御部170は、第1電源405が正常に供給されている場合に、制御信号407及び制御信号408をオンに制御することでスイッチ403及びスイッチ404をオンに制御する。S503においてのスイッチ403、404のオン制御はハードウェア制御によって行われる。これによって、なお、スイッチ403をオンに制御することにより、ユーザによってスイッチ402が起動処理中にオフに操作されたとしても、制御装置110に対して瞬時に電源供給が遮断されることを防ぐことができる。つまり、本実施形態に係る画像形成装置100によれば、起動処理中にユーザによってスイッチ402がオフに操作されたとしても、制御装置110に対する電源供給を維持することができる。また、第2電源406を制御装置110に対して供給することが可能となる。第1電源はスリープモード等の省エネ状態においても供給され、主にはパワーマネージメント回路やRTCといった回路に供給される。一方、第2電源は、それ以外のCPUやIOチップ(負荷)に供給される。S503においてのスイッチ403、404のオン制御は電源制御部170によって制御される。なお、S503において、スイッチ403、404によって画像形成装置100に対して電源供給が行われると、まず、制御ソフトウェアが起動される。   In step S <b> 503, when the first power supply 405 is normally supplied, the power supply control unit 170 controls the switch 403 and the switch 404 to be turned on by controlling the control signal 407 and the control signal 408 to be turned on. The on control of the switches 403 and 404 in S503 is performed by hardware control. Thus, by controlling the switch 403 to be turned on, even if the user operates the switch 402 to be turned off during the startup process, the power supply to the control device 110 is prevented from being interrupted instantaneously. Can do. That is, according to the image forming apparatus 100 according to the present embodiment, the power supply to the control device 110 can be maintained even if the switch 402 is turned off by the user during the startup process. Further, the second power source 406 can be supplied to the control device 110. The first power is supplied even in an energy saving state such as a sleep mode, and is mainly supplied to a circuit such as a power management circuit or an RTC. On the other hand, the second power supply is supplied to other CPUs and IO chips (loads). The on-control of the switches 403 and 404 in S503 is controlled by the power control unit 170. In step S503, when power is supplied to the image forming apparatus 100 by the switches 403 and 404, first, control software is activated.

S504において、電源制御部170は、制御ソフトウェアが正常に起動したか否かを判定する。正常に制御ソフトウェアが起動した場合にはS511に進み、正常に起動しない場合にはS505に進む。正常に起動したか否かは、例えば、電源制御部170内部に搭載しているウォッチドッグタイマ割り込みがクリアされたかどうかで判断される。S504において制御ソフトウェアが正常に起動した際のスイッチ403の状態遷移を図6(a)に示す。具体的には、図6(a)に示すように、制御ソフトウェアが正常に起動した際には、スイッチ402、403がオン状態となる。   In step S504, the power supply control unit 170 determines whether the control software has started normally. If the control software is normally activated, the process proceeds to S511. If the control software is not normally activated, the process proceeds to S505. Whether or not it has been started normally is determined, for example, by whether or not a watchdog timer interrupt mounted in the power supply control unit 170 has been cleared. FIG. 6A shows the state transition of the switch 403 when the control software is normally activated in S504. Specifically, as shown in FIG. 6A, when the control software is normally started, the switches 402 and 403 are turned on.

一方、制御ソフトウェアが正常に起動しなかった場合には、S505において、電源制御部170は、第2電源406の供給を停止するために、制御信号408をオフに制御し、スイッチ404をオフに制御する。S505においてのスイッチ404のオフ制御はハードウェア制御によって行われる。これによりCPUやIOチップに供給している第2電源供給を停止する。CPUやIOチップへの電源を一旦切ることでデバイスを初期化する。   On the other hand, if the control software does not start normally, in S505, the power supply control unit 170 controls the control signal 408 to be turned off and the switch 404 to be turned off in order to stop the supply of the second power supply 406. Control. The off control of the switch 404 in S505 is performed by hardware control. Thereby, the second power supply supplied to the CPU and the IO chip is stopped. The device is initialized by temporarily turning off the power to the CPU and IO chip.

続いて、S506において、電源制御部170は、制御信号407をオフに制御し、スイッチ403をオフに制御する。S506においてのスイッチ403のオフ制御はハードウェア制御によって行われる。これにより画像形成装置100内部で電源を供給するために接続しているスイッチ403をオフに制御することで、再度、制御ソフトウェアのハングアップが生じた場合でもユーザがスイッチ402をオフに制御することで電源がすぐに切れるようになる。さらに、S507において、電源制御部170は、第2電源406の供給を行うために、制御信号408をオンに制御し、スイッチ404をオンに制御する。S507においてのスイッチ404のオン制御はハードウェア制御によって行われる。これによりCPUやIOチップに第2電源供給を行い、制御ソフトウェアの再起動を行う。   Subsequently, in S506, the power supply control unit 170 controls the control signal 407 to be off and controls the switch 403 to be off. The off control of the switch 403 in S506 is performed by hardware control. Thus, by controlling the switch 403 connected to supply power in the image forming apparatus 100 to be turned off, the user can turn off the switch 402 even when the control software hangs up again. Will turn off the power immediately. Further, in S507, the power supply control unit 170 controls the control signal 408 to be turned on and the switch 404 to be turned on in order to supply the second power supply 406. The on control of the switch 404 in S507 is performed by hardware control. As a result, the second power is supplied to the CPU and the IO chip, and the control software is restarted.

次に、S508において、電源制御部170は、第2電源406が正常に供給されたか否かを判定する。正常に第2電源460が供給されるとS509に進み、供給されていなければS508の判定を定期的に繰り返す。S509において、電源制御部170は、制御ソフトウェアが正常に起動したか否かを判定する。正常に制御ソフトウェアが起動した場合にはS512に進み、正常に起動しない場合にはS510に進みハングアップと判断し、起動処理を終了する。正常に起動したか否かは、例えば、電源制御部170内部に搭載しているウォッチドッグタイマ割り込みがクリアされたかどうかで判断する。再起動後に正常に起動しなかった場合のスイッチ403の状態遷移は図6(b)の通りになる。具体的には、図6(b)に示すように、再起動後に制御ソフトウェアが正常に起動しなかった場合は、スイッチ402がオン状態で、スイッチ403がオフ状態となる。   In step S508, the power control unit 170 determines whether the second power source 406 is normally supplied. If the second power supply 460 is normally supplied, the process proceeds to S509, and if not supplied, the determination in S508 is periodically repeated. In step S509, the power supply control unit 170 determines whether the control software has started normally. If the control software has been activated normally, the process proceeds to S512. If the control software has not been activated normally, the process proceeds to S510, where it is determined that the hang-up has occurred, and the activation process ends. Whether or not it has started normally is determined by whether or not a watchdog timer interrupt mounted in the power supply control unit 170 has been cleared, for example. The state transition of the switch 403 when it does not start normally after the restart is as shown in FIG. Specifically, as shown in FIG. 6B, when the control software does not start normally after the restart, the switch 402 is turned on and the switch 403 is turned off.

S512において、制御ソフトウェアが正常に起動した場合に電源制御部170は、制御信号407をオンに制御することでスイッチ403をオンに制御する。S512においてのスイッチ403のオン制御はソフトウェア制御によって行われる。この状態を図6(c)に示す。具体的には、図6(c)に示すように、スイッチ402、403の両方がオン状態となる。これによってユーザがスイッチ402をオフに制御した際でも、制御装置110に対する電源供給は切れないような状態となる。なお、上記ソフトウェア制御とは、起動した制御ソフトウェアによる制御を示し、上記ハードウェア制御とは制御ソフトウェア以外のチップ等による制御を示す。   In S512, when the control software is normally activated, the power supply control unit 170 controls the switch 403 to be turned on by controlling the control signal 407 to be turned on. The ON control of the switch 403 in S512 is performed by software control. This state is shown in FIG. Specifically, as shown in FIG. 6C, both the switches 402 and 403 are turned on. Accordingly, even when the user controls the switch 402 to be turned off, the power supply to the control device 110 is not cut off. The software control indicates control by the activated control software, and the hardware control indicates control by a chip other than the control software.

以上のことから、制御ソフトウェアがハングアップした際に一度再起動することでシステムが起動する機会を与えられる。その際に画像形成装置100内部で電源を供給するためのリレースイッチをオフに制御にして再起動を行うので、再度ソフトウェアハングアップが生じた際でもユーザによる電源スイッチオフ操作で電源供給をすぐに停止することが可能となる。また、電源オン時にユーザに電源スイッチを切られることによって電源が切れた場合でもHDD内部データの破壊等のダメージをシステムに与えないことが可能となる。   From the above, when the control software hangs up, it is possible to start the system by restarting it once. At that time, since the relay switch for supplying power in the image forming apparatus 100 is controlled to be turned off and restarted, even if a software hang-up occurs again, the user can immediately supply power by turning off the power switch. It becomes possible to stop. Further, even when the power is turned off by the user turning off the power switch when the power is turned on, it is possible to prevent damage to the system such as destruction of data in the HDD.

<その他の実施形態>
また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(又はCPUやMPU等)がプログラムを読み出して実行する処理である。
<Other embodiments>
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 CPU, MPU, etc.) of the system or apparatus reads the program. It is a process to be executed.

Claims (7)

第1電源供給部と、ユーザから操作され、かつ、前記第1電源供給部に電源を供給するための第1スイッチと、ユーザから操作されずに装置内部で制御され、かつ、前記第1電源供給部に電源を供給するための第2スイッチとを備える画像形成装置であって、
電源制御手段と、
前記画像形成装置の起動時に、制御ソフトウェアが正常に起動したか否かを判定する判定手段と、
前記制御ソフトウェアが正常に起動しないと前記判定手段によって判定された場合に、前記制御ソフトウェアを再起動する再起動手段とを備え、
前記電源制御手段は、
ユーザによって前記第1スイッチがオンに制御されたことで前記第1電源供給部から前記電源制御手段に電源が供給された場合に、ハードウェア制御によって前記第2スイッチをオンに制御し、前記制御ソフトウェアが正常に起動しないと前記判定手段によって判定された場合に、ハードウェア制御によって前記第2スイッチをオフに制御し
前記再起動手段は、ハードウェア制御によって前記第2スイッチがオフに制御された後に、前記制御ソフトウェアを再起動し、
前記電源制御手段は、さらに、
再起動によって前記制御ソフトウェアが正常に起動したと前記判定手段によって判定された場合に、ソフトウェア制御によって前記第2スイッチをオンに制御し、再起動を行っても前記制御ソフトウェアが正常に起動しないと前記判定手段によって判定された場合に、前記画像形成装置の起動処理を終了することを特徴とする画像形成装置。
A first power supply unit, a first switch operated by a user and for supplying power to the first power supply unit , controlled inside the apparatus without being operated by the user, and the first power supply An image forming apparatus comprising a second switch for supplying power to a supply unit ,
Power control means;
Determination means for determining whether or not the control software has been normally activated when the image forming apparatus is activated;
Restarting means for restarting the control software when the determining means determines that the control software does not start normally,
The power control means includes
When power is supplied from the first power supply unit to the power control means because the first switch is turned on by the user, the second switch is turned on by hardware control, and the control When the determination unit determines that the software does not start normally, the second switch is controlled to be turned off by hardware control ;
The restarting means restarts the control software after the second switch is controlled to be turned off by hardware control,
The power control means further includes
If the control means determines that the control software has been normally started by restarting, the control software is not normally started even if the second switch is controlled to be turned on by software control and restarted. An image forming apparatus characterized in that, when determined by the determining means, the starting process of the image forming apparatus is terminated .
第2電源供給部と、
ユーザから操作されずに装置内部で制御され、かつ、前記第2電源供給部に電源を供給するための第3スイッチをさらに備え、
前記電源制御手段は、
ーザによって前記第1スイッチがオンに制御されたことで前記第1電源供給部から前記電源制御手段に電源が供給された場合に、前記第2スイッチに加えて前記第3スイッチをオンに制御し、
前記制御ソフトウェアが正常に起動しないと前記判定手段によって判定された場合に、前記第3スイッチをオフに制御した後に再度オンに制御することで前記制御ソフトウェアを再起動することを特徴とする請求項1に記載の画像形成装置。
A second power supply unit;
A third switch that is controlled inside the apparatus without being operated by a user and that supplies power to the second power supply unit ,
The power control means includes
When power is supplied to the power control unit from the first power supply unit by Yu chromatography The by said first switch is controlled to be on, turning on the third switch in addition to the second switch Control
If the control software is determined by the determining means not to start properly, before Symbol by controlling on again after controlling turning off the third switch, and wherein the restarting of the control software The image forming apparatus according to claim 1.
前記再起動手段は、ハードウェア制御によって前記第3スイッチを制御することを特徴とする請求項2に記載の画像形成装置。 The image forming apparatus according to claim 2, wherein the restarting unit controls the third switch by hardware control. 前記第1電源供給部は、前記画像形成装置がスリープモードであるときに、前記画像形成装置に電源を供給する電源供給部であり、The first power supply unit is a power supply unit that supplies power to the image forming apparatus when the image forming apparatus is in a sleep mode.
前記第2電源供給部は、前記画像形成装置がスリープモードであるときに、前記画像形成装置に電源を供給しない電源供給部であることを特徴とする請求項2又は3に記載の画像形成装置。  The image forming apparatus according to claim 2, wherein the second power supply unit is a power supply unit that does not supply power to the image forming apparatus when the image forming apparatus is in a sleep mode. .
前記判定手段は、前記制御ソフトウェアが正常に起動するとクリアされるウォッチドッグタイマを用いて該制御ソフトウェアが正常に起動したか否かを判定することを特徴とする請求項1乃至4の何れか1項に記載の画像形成装置。   5. The determination unit according to claim 1, wherein the determination unit determines whether or not the control software has been normally started by using a watchdog timer that is cleared when the control software is normally started. The image forming apparatus described in the item. 第1電源供給部と、ユーザから操作され、かつ、前記第1電源供給部に電源を供給するための第1スイッチと、ユーザから操作されずに装置内部で制御され、かつ、前記第1電源供給部に電源を供給するための第2スイッチと、電源制御部とを備える画像形成装置の制御方法であって、A first power supply unit, a first switch operated by a user and for supplying power to the first power supply unit, controlled inside the apparatus without being operated by the user, and the first power supply A control method for an image forming apparatus, comprising: a second switch for supplying power to a supply unit; and a power control unit.
ユーザによって前記第1スイッチがオンに制御されたことで前記第1電源供給部から前記電源制御部に電源が供給された場合に、ハードウェア制御によって前記第2スイッチをオンに制御する第1制御ステップと、  First control for controlling the second switch to be turned on by hardware control when power is supplied from the first power supply unit to the power control unit by the user controlling the first switch to be turned on. Steps,
前記第2スイッチをオンに制御した後に制御ソフトウェアが正常に起動したか否かを判定する第1判定ステップと、  A first determination step of determining whether or not the control software has normally started after controlling the second switch to be on;
前記制御ソフトウェアが正常に起動しないと前記第1判定ステップで判定された場合に、ハードウェア制御によって前記第2スイッチをオフに制御した後に前記制御ソフトウェアを再起動する再起動ステップと、  A restarting step of restarting the control software after controlling the second switch to be turned off by hardware control when it is determined in the first determination step that the control software does not start normally;
再起動によって前記制御ソフトウェアが正常に起動したか否かを判定する第2判定ステップと、  A second determination step of determining whether or not the control software has been normally started by restart;
再起動によって前記制御ソフトウェアが正常に起動したと前記第2判定ステップで判定された場合に、ソフトウェア制御によって前記第2スイッチをオンに制御し、再起動によって前記制御ソフトウェアが正常に起動しないと前記第2判定ステップで判定された場合に、前記画像形成装置の起動処理を終了する第2制御ステップとを有することを特徴とする画像形成装置の制御方法。  When it is determined in the second determination step that the control software has started normally by restart, the second switch is turned on by software control, and the control software does not start normally by restart A control method for an image forming apparatus, comprising: a second control step for ending the start-up process of the image forming apparatus when determined in the second determining step.
請求項に記載の画像形成装置の制御方法における各ステップをコンピュータに実行させるためのプログラム。 The program for making a computer perform each step in the control method of the image forming apparatus of Claim 6 .
JP2011095281A 2011-04-21 2011-04-21 Image forming apparatus, control method thereof, and program Active JP5808136B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011095281A JP5808136B2 (en) 2011-04-21 2011-04-21 Image forming apparatus, control method thereof, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011095281A JP5808136B2 (en) 2011-04-21 2011-04-21 Image forming apparatus, control method thereof, and program

Publications (2)

Publication Number Publication Date
JP2012224033A JP2012224033A (en) 2012-11-15
JP5808136B2 true JP5808136B2 (en) 2015-11-10

Family

ID=47274749

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011095281A Active JP5808136B2 (en) 2011-04-21 2011-04-21 Image forming apparatus, control method thereof, and program

Country Status (1)

Country Link
JP (1) JP5808136B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000250642A (en) * 1999-02-26 2000-09-14 Canon Inc Power control device, image forming device, and storage medium
JP3474139B2 (en) * 2000-01-17 2003-12-08 インターナショナル・ビジネス・マシーンズ・コーポレーション Computer power control method, power control device, and computer
JP2010152421A (en) * 2008-12-23 2010-07-08 Hitachi Ltd Power supply control method
JP2011056852A (en) * 2009-09-11 2011-03-24 Ricoh Co Ltd Information processor and image forming apparatus

Also Published As

Publication number Publication date
JP2012224033A (en) 2012-11-15

Similar Documents

Publication Publication Date Title
US11307633B2 (en) Information processing apparatus, control method thereof, and storage medium
US9158353B2 (en) Information processing apparatus that offers chance of eliminating hang-up state by using a power supply, control method therefor, and storage medium
US10484563B2 (en) Image forming apparatus, and method for controlling image forming apparatus
CN102673125A (en) Image forming apparatus and method for controlling image forming apparatus
JP2013258474A (en) Image forming apparatus and control method of the same, and program
KR101684229B1 (en) Image forming apparatus, method for controlling the same, recording medium, and image forming system
JP2013041458A (en) Data processing apparatus and control method therefor
JP6849484B2 (en) Information processing device, control method of information processing device, and program
US12177398B2 (en) Image forming apparatus, and method for controlling image forming apparatus, that executes an operation or operations after a change in power state of the image forming apparatus
US11330132B2 (en) Information processing apparatus capable of resetting system, method of controlling same, and storage medium
US11451684B2 (en) Processor having a plurality of cores and a controller that switches power states based on cores state
US10228645B2 (en) Image forming apparatus, power control method of image forming apparatus, and storage medium
US11539851B2 (en) Apparatus for switching a power state among a plurality of power states and method thereof
JP5808136B2 (en) Image forming apparatus, control method thereof, and program
US20250008041A1 (en) Image forming apparatus and power control method for the same
US11754953B2 (en) Image forming apparatus, control method for the image forming apparatus, and a storage medium
US11789673B2 (en) Image forming apparatus, control method of image forming apparatus, and storage medium storing program having transition event occurring during switching process of power state
US9031445B2 (en) Power saving modes in an image forming apparatus
JP2020187711A (en) Information processing system, and control method thereof
JP2025133288A (en) Information processing device, control method and program for information processing device
JP2024047696A (en) Image forming apparatus and method for controlling image forming apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140409

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150227

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150306

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150423

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150908

R151 Written notification of patent or utility model registration

Ref document number: 5808136

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151